CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - shell procedure

搜索资源列表

  1. 汇编语言的SHELL

    0下载:
  2. 一个让你忘不了的回忆,这个东西会让你再次重温当年写程序的-let you forget one's memory, this one will allow you to review again the procedure was then
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:4.55kb
    • 提供者:周禄均
  1. mpeg-2编解码原程序

    2下载:
  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可执行程序。
  3. 所属分类:mpeg/mp3

    • 发布日期:2008-10-13
    • 文件大小:790.35kb
    • 提供者:www
  1. 教你如何作弊玩扫雷

    0下载:
  2. 最近闲暇时间迷上了扫雷,有的时候经常遇到模棱两可的地方,很容易死到.于是就在想,要是我一开始就知道哪个地方有雷就好了.遂打开OllyDBG,对扫雷程序(WinMine.exe),进行了一番跟踪.好在WinMine.exe没有加壳,直接看它的IMPORT TABLE,在两个可疑的API上下断点,一个就是GDI.BitBlt,这个是程序来画地图的,另一个就是User32.GetDlgItemInt,这个用来获得扫雷地图大小,和雷的个数的. -recent spell of the mine,
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:11.55kb
    • 提供者:黄河
  1. namespace.虚拟文件夹(Shell Namespace extension)编程的几个例子

    0下载:
  2. 虚拟文件夹(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
  3. 所属分类:Shell编程

    • 发布日期:2016-01-26
    • 文件大小:448.61kb
    • 提供者:
  1. ShellIconOverlay.rar

    0下载:
  2. 这个程序说明如何实现在Windows Shell Explorer下对文件或文件夹图标进行定制(覆盖图)。,This procedure describes how to achieve in the Windows Shell Explorer on a file or folder icon customization (Overlay).
  3. 所属分类:Shell api

    • 发布日期:2017-03-24
    • 文件大小:9.26kb
    • 提供者:安全
  1. adfview_src

    0下载:
  2. 使用虚拟文件夹察看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
  3. 所属分类:Shell api

    • 发布日期:2017-11-12
    • 文件大小:279.32kb
    • 提供者:站长
  1. RemoteShell

    0下载:
  2. java写的用于远程执行程序的shell程序-java writes uses in the long-distance executive routine shell procedure
  3. 所属分类:Java Develop

    • 发布日期:2017-11-24
    • 文件大小:7.88kb
    • 提供者:站长
  1. shellcaption

    0下载:
  2. 程序分,shell,caption,windows管理三个部分-Procedure, shell, caption, windows management of three parts
  3. 所属分类:Network Security

    • 发布日期:2017-11-20
    • 文件大小:39.44kb
    • 提供者:站长
  1. Source Code

    0下载:
  2. 管理online的shell程序- Manages online the shell procedure
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-01
    • 文件大小:64.52kb
    • 提供者:李君
  1. NSExtWithSubFld_src

    1下载:
  2. 演示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
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-24
    • 文件大小:40.53kb
    • 提供者:bt2001
  1. sh

    0下载:
  2. 一些shell程序,对于学习shell编程,又一定的参考价值-Some shell procedure, for the study shell programming, but also a certain reference value
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3.52kb
    • 提供者:fenglimei
  1. shellv1.2

    0下载:
  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
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:208.02kb
    • 提供者:王二
  1. uCOS51Shell

    0下载:
  2. 这个程序犀利了,是我的得意之作,他在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
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-24
    • 文件大小:165.31kb
    • 提供者:huyongjiang
  1. build

    0下载:
  2. 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
  3. 所属分类:Shell api

    • 发布日期:2017-03-31
    • 文件大小:2.83kb
    • 提供者:玉兵
  1. Shell-analytic-procedure

    0下载:
  2. 这是一个在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,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:77.54kb
    • 提供者:吴倩倩
  1. minix-shell

    1下载:
  2. 教学作业完成的,在minix系统下可以编译执行的shell程序。可完成重定向和管道的输入输出。-Teaching job is completed, the system may be compiled in the minix shell procedure executed. Complete input and output redirection and pipes.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:2.42kb
    • 提供者:
  1. CMDShellSrv

    0下载:
  2. 一个远程的cmd shell程序,使用反连技术,此为服务端-A remote cmd shell procedure, use anti-related technology, this is the server
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-12
    • 文件大小:2.88mb
    • 提供者:htkbczy
  1. CMDShellCnt

    0下载:
  2. 一个远程的cmd shell程序,使用反弹连接技术,此为客户端-A remote cmd shell procedure, use the bounce connection technology, this is the client
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-12
    • 文件大小:2.87mb
    • 提供者:htkbczy
  1. shell

    0下载:
  2. 本程序实现linux shell的基本功能,在ubuntu12环境下运行成功-This procedure linux shell running ubuntu12 environment
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:4.68kb
    • 提供者:zhusy09
  1. Shell

    0下载:
  2. 一个linux命令解释器,包括完整的工程源码加设计文档。 本程序用C实现,实现了以下功能: 1、 能够执行外部程序命令,命令可以带参数; 2、 能够执行fg、bg、cd、history、exit等内部命令; 3、 使用管道和输入输出重定向; 4、 支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前/后台状态,以及控制作业的挂起、中止与继续运行; 5、 使用Make工具建立工程; 6、 使用调试器gdb来调试程序;-
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-10
    • 文件大小:420.63kb
    • 提供者:Hang
« 12 3 »
搜珍网 www.dssz.com