CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 Shell编程 搜索资源 - 信息

搜索资源列表

  1. infotip.zip

    0下载:
  2. 当鼠标指向Explorer里的文件时显示文件信息提示条
  3. 所属分类:Shell编程

    • 发布日期:
    • 文件大小:26.27kb
    • 提供者:
  1. ShellServer

    1下载:
  2. 这是可以显示windows系统信息的程序,监视系统状态,。-This is a program that can show the information of Windows and monitor the system.
  3. 所属分类:Shell编程

    • 发布日期:2008-10-13
    • 文件大小:47.6kb
    • 提供者:陈平
  1. 快速显示目录

    0下载:
  2. 通过shell,获得目录下文件信息,并且实现快速显示目录的例程-through the shell, documents obtained directory information, and achieve rapid show directory routines
  3. 所属分类:Shell编程

    • 发布日期:2008-10-13
    • 文件大小:52.29kb
    • 提供者:李宁
  1. shell it out

    0下载:
  2. 建立一个simple>的简单shell,通过编程了解fork前后parent process和child process的运行状况。调用system call检查系统报错信息。-establish a simplegt; A simple shell, through the understanding of programming before and after the parent process fork and the child process running. Calling
  3. 所属分类:Shell编程

    • 发布日期:2008-10-13
    • 文件大小:2.23kb
    • 提供者:闻涛
  1. CtlPanelApple

    0下载:
  2. 这是一个控制面板小程序,演示如何在控制面板创建自己的图标以及显示提示信息,双击图标后的处理等。 -This is a small control panel procedures, a demonstration of how the control panel to create your own icon and display a message, double-click on the icon after treatment.
  3. 所属分类:Shell编程

    • 发布日期:2008-10-13
    • 文件大小:122.36kb
    • 提供者:liangjie
  1. manage

    0下载:
  2. 简单的物业管理实现,适合初学者,其中包括对业主信息的管理,物业交费管理等
  3. 所属分类:Shell编程

    • 发布日期:2008-10-13
    • 文件大小:4.39kb
    • 提供者:杜真
  1. shell

    1下载:
  2. 实现Linux的进程管理。 a. 通过fork创建一个子进程。然后父子进程分别多次循环打印\"parent\"和\"child\", 同时打印出它们的pid,可以通过让进程睡眠一段时间来观看父子进程交叉执行的效果。 b. 通过fork创建子进程A, B。 A进程统计用户主目录下文件的个数并打印结果, B 进程列出用户主目录下的所有文件, 等待两个子进程都执行完毕时,父进程打印出后\"child are completed!\"信息后退出。
  3. 所属分类:Shell编程

    • 发布日期:2008-10-13
    • 文件大小:72.6kb
    • 提供者:zc
  1. GetShareInfo

    0下载:
  2. 这是一个共享目录管理器程序, 暂时只支持NT,不支持WIN98 只能取得本机共享信息,不能取得其他机器共享信息.
  3. 所属分类:Shell编程

    • 发布日期:2008-10-13
    • 文件大小:96.86kb
    • 提供者:朱跃文
  1. ShellExAppsTutorial

    0下载:
  2. Windows Shell扩展编程完全指南 第一节 - 一步步教你如何编写Shell扩展 第二节 - 如何编写一次操作多个文件对象的Shell扩展 第三节-如何编写为文件对象弹出提示信息框的Shell扩展 第四节 - 如何编写提供定制拖放功能的Shell扩展 第五节-如何编写添加属性页到文件属性对话框中的Shell扩展 第六节-如何编写定制”发送到”菜单的Shell扩展 第七节-如何编写自画上下文菜单项的Shell扩展, 以及如何使上下文菜单扩展响应文件夹窗口背景上的
  3. 所属分类:Shell api

    • 发布日期:2017-04-10
    • 文件大小:1.91mb
    • 提供者:阿利
  1. ut

    0下载:
  2. 在Windows命令行下模仿Linux Sheel 界面。移植Linux 下常用命令。有初始登录,新建用户,设置更改用户密码,并记录用户的这些信息。还有其他的,比如ls,su,cp等-In Windows command line imitation under Linux Sheel interface. Transplantation under Linux commonly used command. Have the initial login, new users, set chang
  3. 所属分类:Shell api

    • 发布日期:2017-05-24
    • 文件大小:7.38mb
    • 提供者:罗义军
  1. shell

    1下载:
  2. 本实验完成了一个shell命令解释器,实现了shell的解释命令功能,实现了重定向功能和多管道、后台运行等功能。具体功能描述如下: 1)解释器的命令格式为 cmd1[<infileName][|cmd2][|cmd3]…[|cmdn][>or>>outfileName][&] 2)cmdi为命令名+参数形式的命令,<为输入重定向,后跟输入重定向文件名infileName;>或>>后跟输出重定向文件名,输出内容将写入
  3. 所属分类:Shell编程

    • 发布日期:2013-10-24
    • 文件大小:21.82kb
    • 提供者:souven
  1. shiyan1

    0下载:
  2. 实现一个简单的shell(命令行解释器),类似于bash, csh等。本设计的主要目的在于学会如何在Unix系统下创建进程和管理进程。 要求实现的shell支持以下内部命令: 1. cd <目录> 更改当前的工作目录到另一个<目录>。如果<目录>未指定,输出当前工作目录。如果<目录>不存在,要求有适当的错误信息提示。改命令应能够改变PWD的环境变量。 2. environ 列出所有环境变量字符串的设置(类似于Unix系统下的e
  3. 所属分类:Shell api

    • 发布日期:2016-01-27
    • 文件大小:238kb
    • 提供者:毕林
  1. Delphi_Dos

    0下载:
  2. Delphi调用Dos程序,并在界面中显示调用信息。-Delphi called Dos program, and call information is displayed in the interface.
  3. 所属分类:Shell api

    • 发布日期:2017-04-04
    • 文件大小:16.28kb
    • 提供者:chwq
  1. infotip

    0下载:
  2. 当鼠标指向Explorer里的文件时显示文件信息提示条 -Showing file info tooltip when mouse on the file
  3. 所属分类:Shell api

    • 发布日期:2017-11-09
    • 文件大小:26.58kb
    • 提供者:站长
  1. externregdemo

    0下载:
  2. VC6 如何操作注册表向其中写入程序一般信息及程序运行时所需的变量值。 -VC6 reg program Var
  3. 所属分类:Shell api

    • 发布日期:2017-04-07
    • 文件大小:55kb
    • 提供者:zzj9001
  1. Unix_Compile_Tool

    0下载:
  2. 目录 1.GCC的使用 1.1.编译C程序 1.1.1.编译执行文件 1.1.1.1.C程序中的文件后缀名 1.1.1.2.编译单源程序 1.1.1.3.编译多源程序 1.1.2.编译目标文件 1.1.2.1.编译成目标文件 1.1.2.2.使用目标文件编译 1.1.3.预处理 1.1.3.1.预处理编译 1.1.3.2.编译预处理文件 1.1.3.3.预处理指令介绍 1.1.3.4.预定义宏介绍 1.1.3.5.预处理与make选项
  3. 所属分类:Shell api

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

    0下载:
  2. 本文只介绍《COM应用程序框架》的主要设计部分,更多、更详细的文档信息请参见下载文件包中的文档和源代码。-This article only describes the " COM Application Framework" part of the main design, more and more detailed document information please see the download package in the documentation and s
  3. 所属分类:Shell api

    • 发布日期:2017-04-16
    • 文件大小:414.17kb
    • 提供者:mxb
  1. TheHandbook

    0下载:
  2. 我觉得这本书对于学习shellcode 有很 大的帮助,本书作者在安全信息界摸爬滚打多年,发现了多个重要的安全漏洞,他们的经验对我们来说很珍贵-I think this book is great for learning shellcode with the help of the book industry veteran of many years in the safety information and found a number of important security vu
  3. 所属分类:Shell api

    • 发布日期:2017-05-11
    • 文件大小:2.66mb
    • 提供者:蒲川
  1. GetDllinfo

    0下载:
  2. 通过分析PE格式,获取DLL函数信息及函数地址-By analyzing the PE format, DLL function to get address information and function
  3. 所属分类:Shell api

    • 发布日期:2017-05-16
    • 文件大小:4.25mb
    • 提供者:王朝
  1. osinfo

    0下载:
  2. 获取系统目录,计算机名、用户名,系统版本和硬件等信息-Get the system directory, computer name, user name, system version and hardware information
  3. 所属分类:Shell api

    • 发布日期:2017-04-13
    • 文件大小:2.06kb
    • 提供者:桂杨
« 12 »
搜珍网 www.dssz.com