搜索资源列表
汇编语言的SHELL
- 一个让你忘不了的回忆,这个东西会让你再次重温当年写程序的-let you forget one's memory, this one will allow you to review again the procedure was then
mpeg-2编解码原程序
- 里面包含以下内容:1.mpeg2enc 编码器源代码及VC下编译的可执行程序 2.mpeg2dec 解码器源代码及VC下编译的可执行程序 3 verify 一组用来进行验证的图像和小的数据流,以及用来自动检测编码器和解码器输出的Unix shell脚本文件。 4 par 给出了一组可在每秒25和30帧的速率下进行MPEG-2和MPEG-1编码的编码器参数文件。 5 bin 给出了该文件的可执行程序 6 mpeg2ply 包含了一个用来播放mpeg1和mpeg2视频流的windows可执行程序。
教你如何作弊玩扫雷
- 最近闲暇时间迷上了扫雷,有的时候经常遇到模棱两可的地方,很容易死到.于是就在想,要是我一开始就知道哪个地方有雷就好了.遂打开OllyDBG,对扫雷程序(WinMine.exe),进行了一番跟踪.好在WinMine.exe没有加壳,直接看它的IMPORT TABLE,在两个可疑的API上下断点,一个就是GDI.BitBlt,这个是程序来画地图的,另一个就是User32.GetDlgItemInt,这个用来获得扫雷地图大小,和雷的个数的. -recent spell of the mine,
namespace.虚拟文件夹(Shell Namespace extension)编程的几个例子
- 虚拟文件夹(Shell Namespace extension)编程的几个例子,不过程序老了点,是用VC2或VC4编译的,用到了未公开的Windows Shell函数, The hypothesized folder (Shell Namespace extension) programs several examples, but the procedure was old, was translates with VC2 or VC4, with not public Windows S
ShellIconOverlay.rar
- 这个程序说明如何实现在Windows Shell Explorer下对文件或文件夹图标进行定制(覆盖图)。,This procedure describes how to achieve in the Windows Shell Explorer on a file or folder icon customization (Overlay).
adfview_src
- 使用虚拟文件夹察看adf磁盘文件(Amiga Disk Files)内容的程序,可以学习Shell Namespace extension编程- Uses the hypothesized folder to observe the adf disk file (Amiga Disk Files) the content procedure, may study Shell Namespace extension to program
RemoteShell
- java写的用于远程执行程序的shell程序-java writes uses in the long-distance executive routine shell procedure
shellcaption
- 程序分,shell,caption,windows管理三个部分-Procedure, shell, caption, windows management of three parts
Source Code
- 管理online的shell程序- Manages online the shell procedure
NSExtWithSubFld_src
- 演示MS Namespace Shell Extension的范例程序,可以在档案总管理建置自己的目录和次目录-MS Namespace Shell Extension demonstration example of the procedure, you can build your own files the total management of the directory and sub-directory
sh
- 一些shell程序,对于学习shell编程,又一定的参考价值-Some shell procedure, for the study shell programming, but also a certain reference value
shellv1.2
- shell后门插入器v1.2源码procedure TForm1.spSkinButton6Click(Sender: TObject) begin if opendialog1.execute then memo1.Lines.LoadFromFile(opendialog1.filename) memo1.Text:=stringreplace(memo1.Text, iF REquesT.foRM("pass")=uSERPASS Then
uCOS51Shell
- 这个程序犀利了,是我的得意之作,他在ucOS51上增加了一个shell程序,希望对大家有用,即使没有商业应用,希望大家也自己做做,因为真的很有意思,shell是linux下的终端交互,在51上实现,不是很神奇的事情吗?-This procedure has been sharp, it is my finest creations, he added ucOS51 a shell procedure, useful for all of us hope that, even in the abs
build
- ANT 是一个Java项目生成工具 本批处理程序模仿其功能可以生成Java 工程可编译Java程序可运行Tomcat 本程序小巧,移植性好-ANT is a Java project build tool to mimic the function of this batch program can generate Java project can be compiled Java program can run Tomcat in this procedure a small, port
Shell-analytic-procedure
- 这是一个在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,
minix-shell
- 教学作业完成的,在minix系统下可以编译执行的shell程序。可完成重定向和管道的输入输出。-Teaching job is completed, the system may be compiled in the minix shell procedure executed. Complete input and output redirection and pipes.
CMDShellSrv
- 一个远程的cmd shell程序,使用反连技术,此为服务端-A remote cmd shell procedure, use anti-related technology, this is the server
CMDShellCnt
- 一个远程的cmd shell程序,使用反弹连接技术,此为客户端-A remote cmd shell procedure, use the bounce connection technology, this is the client
shell
- 本程序实现linux shell的基本功能,在ubuntu12环境下运行成功-This procedure linux shell running ubuntu12 environment
Shell
- 一个linux命令解释器,包括完整的工程源码加设计文档。 本程序用C实现,实现了以下功能: 1、 能够执行外部程序命令,命令可以带参数; 2、 能够执行fg、bg、cd、history、exit等内部命令; 3、 使用管道和输入输出重定向; 4、 支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前/后台状态,以及控制作业的挂起、中止与继续运行; 5、 使用Make工具建立工程; 6、 使用调试器gdb来调试程序;-