Location:
Search - shell.as
Search list
Description: windows外壳扩展编程入门实例
关于Windows 外壳扩展方面的文章私心以为最好的应当算是Michael Dunn 的The
Complete Idiot’s Guide to Writing Shell Extensions 我也曾想过所谓眼前有景道不
得崔颢题诗在上头既然已经有了这么好的文章我还来饶舌算什么不过转念再想文章
虽好毕竟是为Visual C++的用户看的对Delphi 的使用者来说似乎有点不公平我最初编
写Shell Extension 的时候用的也是Visual C++ 不过现在已经转而使用Delphi 觉得两者
毕竟还是有所不同因此就有了这篇文章算是将我的一些心得体会和大家分享
我最初的打算是将Michael Dunn 文章中涉及的全部内容全部转成Delphi 程序再加上我-windows Windows Michael Dunn The Complete Idiots Guide to Writing Shell Extensions What kind of tongue but want to switch majors article was, after all, is good for Visual C users the right to see the Delphi users seem to me a little unfair to the initial preparation of Shell Extension of the Visual C but also now turn to the use of Delphi or think they have, after all, we will have a different result this article I will be some experiences to share with you my initial intention was to Michael Dunn article, the full content of all to the proceedings with Delphi as I
Platform: |
Size: 1222372 |
Author: 周临惠 |
Hits:
Description: shell对指定目录下的指定文件类型进行递归查询所要的内容-shell of a designated directory specified file types recursive query as to the contents
Platform: |
Size: 935 |
Author: 陈飞飞 |
Hits:
Description: 在 Windows 的资源管理器窗口中,我们见过 WinZIP,WinRAR 等软件能在文件或文件夹的默认快捷菜单中添加几个菜单项,它可以使用户无须进入软件内部而直接在视窗中进行压缩/解压操作,十分方便用户操作,这无疑是一个较好的应用模型,它就是我们所说的Shell扩展技术。此源代码将以一个普通的源代码统计程序为例来说明怎样实现Shell扩展技术。-the Windows Resource Manager window, we have seen Photoshop, WinRAR software or documents in the default folder quick to add extra menu individual, it can save users from having access to the internal software directly in Windows for compression/decompression operation, it is very convenient for users, which undoubtedly it is a good application model, it is what we call the Shell extensions. This source will be a general source statistical procedures as an example to illustrate how to achieve the Shell extensions.
Platform: |
Size: 92160 |
Author: 唐佳 |
Hits:
Description: windows外壳扩展编程入门实例
关于Windows 外壳扩展方面的文章私心以为最好的应当算是Michael Dunn 的The
Complete Idiot’s Guide to Writing Shell Extensions 我也曾想过所谓眼前有景道不
得崔颢题诗在上头既然已经有了这么好的文章我还来饶舌算什么不过转念再想文章
虽好毕竟是为Visual C++的用户看的对Delphi 的使用者来说似乎有点不公平我最初编
写Shell Extension 的时候用的也是Visual C++ 不过现在已经转而使用Delphi 觉得两者
毕竟还是有所不同因此就有了这篇文章算是将我的一些心得体会和大家分享
我最初的打算是将Michael Dunn 文章中涉及的全部内容全部转成Delphi 程序再加上我-windows Windows Michael Dunn The Complete Idiots Guide to Writing Shell Extensions What kind of tongue but want to switch majors article was, after all, is good for Visual C users the right to see the Delphi users seem to me a little unfair to the initial preparation of Shell Extension of the Visual C but also now turn to the use of Delphi or think they have, after all, we will have a different result this article I will be some experiences to share with you my initial intention was to Michael Dunn article, the full content of all to the proceedings with Delphi as I
Platform: |
Size: 1221632 |
Author: 周临惠 |
Hits:
Description: shell对指定目录下的指定文件类型进行递归查询所要的内容-shell of a designated directory specified file types recursive query as to the contents
Platform: |
Size: 1024 |
Author: 陈飞飞 |
Hits:
Description: 很不错的一个SHELL文件操作封装类,如文件的删除,移动,拷贝等,还可以自定义对话框的标题等-very good one SHELL file manipulation package type, such as file deletion, moving, copying, also from the definition, such as the title of the dialog
Platform: |
Size: 5120 |
Author: 张 虎 |
Hits:
Description: Genie-shell for ucos
一、 基本要求(必做)
(1) 设计并实现ucos的shell模型
(2) 实现简单的Shell命令
hostname命令在屏幕上打印一句话,即自定义的本机名称。
hello 命令可以带多个参数,如hello a b c d,回车后会显示:
hello,I am Genie
your argv is:
a
b
c
d
(3)实现在串口和LCD的同步显示,即所有的命令操作过程都要显示在串口和LCD上。
二、 提高要求(选做)
自己设计几条新的命令,比如输入time即可显示时间,输入data即可显示日期或者可以通过命令设置时间和日期等。
-Genie- shell for TRACK 1, basic requirements (regimen) (1) design and implement CENTER shell model (2) to achieve a simple Shel l command hostname command on the screen print a word that is, since the definition of the machine name. Hello orders can take a number of parameters, such as hello a b c d, Enter will show : hello, I am your argv Genie is : a b c d (3) Achieve the serial synchronous and LCD display, that is, all the orders must show that the process of the serial and LCD. Two, raising requirements (election so) designed several new orders, such as the importation of time will be shown, input data can indicate the date or can be ordered through the set-up time and date.
Platform: |
Size: 690176 |
Author: 天地殇 |
Hits:
Description: Unix系列shell程序编写,以BourneShell(Bsh)为例,一步步的领略UNIX Shell的强大功能,占先其强大魅力,达到更方便灵活的管理、应用UNIX的目的-Unix family of shell programmers to BourneShell (Bsh) as an example, one step of a taste of the power of UNIX Shell, take precedence of its powerful charm, a more convenient and flexible management, the application of the purpose of UNIX
Platform: |
Size: 22528 |
Author: 孟建洲 |
Hits:
Description: 利用Linux系统函数实现的SHELL程式,自己重写了LS,CLEAR等常用命令,在ECLIPSE下编译通过,可进行进一步扩展。-Linux system function using the SHELL program realize that they rewrite the LS, CLEAR command, such as commonly used in the ECLIPSE adopted under the compiler can be extended further.
Platform: |
Size: 4096 |
Author: 真实姓 |
Hits:
Description: 一个带有shell的ucos工程,在keil下打开工程后debug运行,可以通过串行窗口与ucos进行交互,实现了几个简单的命令如help,clr等,大家可以自己加一些其他的命令-With a shell of uCOS works to open the project in keil after the debug run through serial uCOS interact with the window, realize a few simple commands such as help, clr and so on, everyone can add some other commands
Platform: |
Size: 385024 |
Author: |
Hits:
Description: Linux shell实现,包括管道,重定向,后台进程等实现-Linux shell realize, including pipelines, redirection, background processes, such as the realization of
Platform: |
Size: 4096 |
Author: herofj1986 |
Hits:
Description: Linux shell编程的简单介绍,本资源为ppt,是一个入门参考,其中有一些非常常用的命令等介绍-Linux shell programming simple introduction, the resources for the ppt, is an entry-reference, which has some of the most commonly used commands, such as introduction
Platform: |
Size: 328704 |
Author: bbbbbbbb |
Hits:
Description: windows ce 下的3D桌面,其主要特色是,图标是股子,并且能根据鼠标的滑动和按下等来改变转动的方向和速度。很新颖。-windows ce of 3D desktop, its main characteristics is that the icon is股子, and in accordance with the mouse, such as sliding and pressing to change the direction and speed of rotation. Very novel.
Platform: |
Size: 1249280 |
Author: 杨泽星 |
Hits:
Description: 基本上shell分两大类:
一:图形界面shell(Graphical User Interface shell 即 GUI shell)
例如:应用最为广泛的 Windows Explorer (微软的windows系列制作系统),还有也包括广为人知的 Linux shell,其中linux shell 包括 X windows manger (BlackBox和FluxBox),以及功能更强大的CDE、GNOME、KD、 XFCE。
二:命令行式 shell(Command Line Interface shell ,即CLI shell)
例如:
bash / sh / ksh / csh(Unix/linux 系统)
COMMAND.COM(MS-DOS 系统)
cmd.exe / 命令提示字符(Windows NT 系统)
Windows PowerShell(支援 .NET Framework 技术的 Windows NT 系统)
-Shell is basically divided into two categories: a: a graphical interface shell (Graphical User Interface shell or GUI shell) example: the most widely used Windows Explorer (Microsoft windows family of production systems), there are also well-known Linux shell, which linux shell, including X windows manger (BlackBox and FluxBox), as well as the more powerful of the CDE, GNOME, KD, XFCE. Second: the command line shell (Command Line Interface shell, that is, CLI shell) such as: bash/sh/ksh/csh (Unix/linux systems) COMMAND.COM (MS-DOS systems) cmd.exe/characters in the command prompt (Windows NT system) Windows PowerShell (support. NET Framework technology, Windows NT systems)
Platform: |
Size: 447488 |
Author: grub |
Hits:
Description: Windows users take advantage of shell extensions on the desktop every single day, but understanding what they are and how to program with them can be tricky and, until now anyway, usually required the use of Visual C++. Filled with expert knowledge of the underlying Windows shell COM objects, Visual Basic Shell Programming is all that you need to write shell-enabled applications that look more professional, as well as rival the functionality of programs that are written in C++.
Platform: |
Size: 1914880 |
Author: Miley Zhang |
Hits:
Description: 这是一个在linux的vi编辑器下开发的,用gcc编译器编译的一个shell简单的解析程序,包括对简单shell命令,如ls,cd等命令的解析,还包括对一些复杂命令如管道命令的解析-This is a linux developed under the vi editor, and with the gcc compiler to compile a shell of a simple analytic procedures, including a simple shell commands, such as ls, cd, etc. command parsing, but also includes a number of complex commands, such as piping commands Analytical
Platform: |
Size: 79872 |
Author: 吴倩倩 |
Hits:
Description: aspx 大马代码 功能很强大,可以用TXT打开查看改写密码-asp Malaysian Code feature is powerful and can use TXT open view to rewrite password
Platform: |
Size: 72704 |
Author: yuhanghai |
Hits:
Description: 本书是Unix Shell编程方面的经典书籍,以最新POSIX标准Shell为主线,因此对Shell编程具有重要的意义-This book is a classic Unix Shell programming books, the latest POSIX standards for Shell as the main line, and therefore of great significance Shell programming
Platform: |
Size: 20593664 |
Author: Amao |
Hits:
Description: 你可以把本书作为教材,自学手册,或者你获得 shell 脚本技术的文档.
书中的练习和例子脚本中的注释将会与读者有更好的互动,但是最关键的前提是:
想真正学习脚本编程的唯一途径就是编写脚本(You can use this book as a textbook, self-study manual, or documentation of your shell script
The exercises in the book and the annotations in the example scripts will have better interaction with the readers, but the most important premise is that the:
The only way to really learn scripting is to write scripts)
Platform: |
Size: 1367040 |
Author: duke1288
|
Hits:
Description: Shell命令解析器的功能,创建子进程,并执行用户的命令,创建历史特性,当用户按下 Ctrl C 键的时候打印出用户最近输入的10 个命令。包含实验报告(reads in the next command line, separating it into distinct tokens
* using whitespace as delimiters. setup() sets the args parameter as a
* null-terminated string.)
Platform: |
Size: 670720 |
Author: 燃烧我的卡路里 |
Hits:
« 12
3
4
5
6
7
8
9
10
...
22
»