搜索资源列表

  1. Parent.rar

    0下载:
  2. 所属分类:杀毒

    • 发布日期:2024-07-04
    • 文件大小:956
    • 提供者:
  1. 操作系统11

    0下载:
  2. 用C语言作为编程语言,用结构体作为文件和目录等的编程结构;对于文件,其结构体中包括文件名、属性、文件内容、文件长度、指向父目录的指针、指向子目录的指针、指向同层目录或文件的指针。 目录结构和文件结构相似,只是没有内容,其只有子目录和子文件。 用户结构包括用户名、指向其文件目录的指针、指向下一个用户的指针。设置的文件操作命令有17条:新建文件、新建目录、删除文件、删除目录、在当前目录下指定目录新建子目录、在当前目录下指定目录新建子文件、打
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3620
    • 提供者:江大
  1. StatusBarACT_demo

    0下载:
  2. 一个状态栏类使用的例子 可以根据文本自动调整格子大小(Auto-fit of text ),可以响应消息(Command notifications to the parent window ),当鼠标移动到格上时会有提示信息(Tool-tips on panes ),移到某一格时改变鼠标形状(Cursors for panes ). 作者:Paul S. Vickery -a status bar the use of such ex
  3. 所属分类:状态条

    • 发布日期:2008-10-13
    • 文件大小:40696
    • 提供者:wave
  1. Adapter

    0下载:
  2. 意图 将一个类的接口转换成客户希望的另外一个接口。A d a p t e r 模式使得原本由于接口不兼容而不能一起工作的那些类可以一起工作。 适用性 · 你想使用一个已经存在的类,而它的接口不符合你的需求。 · 你想创建一个可以复用的类,该类可以与其他不相关的类或不可预见的类(即那些接口可能不一定兼容的类)协同工作。 · (仅适用于对象A d a p t e r )你想使用一些已经存在的子类,但是不可能对每一个都进行子类化以匹配它们
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:41089
    • 提供者:刘先生
  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
  3. 所属分类:Shell编程

    • 发布日期:2008-10-13
    • 文件大小:2280
    • 提供者:闻涛
  1. 改进的显示目录的树型结构

    0下载:
  2. 你能指定对话框的父窗口,它能作为一个模态对话框. 你能指定对话框的标题 dobrowse()函数能切断默认路径的 \\ 字符. 这个类有个虚拟成员能动态的使能或禁用ok按钮.它还能指定状态区显示的文字. -you can designate the parent dialog window it could serve as a Modal Dialog. you can designate the title
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:16777
    • 提供者:董程林
  1. FormHandle

    0下载:
  2. 窗口句柄查看器,可查看鼠标指定对象的句柄以及其属于的类和父类-window handle viewer can see the mouse targeted handle, and it belongs to the category and a parent
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:171125
    • 提供者:小强
  1. graphic_algorithm

    0下载:
  2. 每对节点间最短路径 Floyd-Warshall 算法 D[i,j]表示从i到j的最短距离; P[i,j]表示从i到j的最短路径上j 的父节点-between each pair of nodes Shortest Path Floyd-Warshall algorithm D [i, j] said from i to j is the shortest distance; P [i, j] said
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:9430
    • 提供者:changxia
  1. ProcessList

    0下载:
  2. 能够列出当前系统运行的所有进程ID和父进程ID,并列出相应的句柄,本文件用WINRAR压缩,无密码,请放心使用,-system to a list of all running process ID and parent process ID, and lists the corresponding handle. the documents WINRAR compression, password, please rest assur
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:9242
    • 提供者:ll
  1. Tray__Icon

    0下载:
  2. // This a conglomeration of ideas from the MSJ \"Webster\" application, // sniffing round the online docs, and from other implementations such // as PJ Naughter s \"CTrayIconifyIcon\" (http://indigo.ie/~pjn/ntray.htm
  3. 所属分类:工具条

    • 发布日期:2008-10-13
    • 文件大小:3998
    • 提供者:wreqreqw
  1. parent

    0下载:
  2. 从所周知,NT环境中API的黑洞之一便是NTDLL.DLL,这个DLL包含了许多有用的函数,这些函数都是未公开的。此代码拟使用NTDLL.DLL中的NtQueryInformationProcess函数来获取任何指定进程之父进程的ID。-from known, NT environment API is one of the black hole NTDLL.DLL, the DLL contains many useful funct
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:17983
    • 提供者:www
  1. parent

    0下载:
  2. 从所周知,NT环境中API的黑洞之一便是NTDLL.DLL,这个DLL包含了许多有用的函数,这些函数都是未公开的。此代码拟使用NTDLL.DLL中的NtQueryInformationProcess函数来获取任何指定进程之父进程的ID。-from known, NT environment API is one of the black hole NTDLL.DLL, the DLL contains many useful funct
  3. 所属分类:进程与线程

    • 发布日期:2024-07-04
    • 文件大小:17408
    • 提供者:www
  1. parent

    0下载:
  2. 获取父进程资料,通过操作可以操作一些句柄返回-Parent Process control
  3. 所属分类:Windows编程

    • 发布日期:2024-07-04
    • 文件大小:17408
    • 提供者:lai
  1. Detection.anti.crack.VB.code.parent.process

    0下载:
  2. VB防破解检测父进程代码Detection of anti-crack VB code to parent process -Detection of anti-crack VB code to parent process
  3. 所属分类:Windows编程

    • 发布日期:2024-07-04
    • 文件大小:11264
    • 提供者:uc
  1. Parent

    0下载:
  2. 通过匿名通道在同一台电脑中不同进程间进行通信,此程序为父窗口程序。-Anonymous access on the same computer to communicate between different processes, the parent window procedure this procedure.
  3. 所属分类:C#编程

    • 发布日期:2024-07-04
    • 文件大小:7432192
    • 提供者:wangyan
  1. Parent

    0下载:
  2. 我写的父子进程通信的代码,想学习进程通信的可以-this is the code of parent and child process
  3. 所属分类:系统编程

    • 发布日期:2024-07-04
    • 文件大小:2287616
    • 提供者:沃纳古
  1. as-parent

    0下载:
  2. Form As parent (Delphi7)
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-07-04
    • 文件大小:169984
    • 提供者:zahid islam
  1. USBCOM_Parent class

    0下载:
  2. Parent class for USB/COM ports interface
  3. 所属分类:USB编程

    • 发布日期:2024-07-04
    • 文件大小:2048
    • 提供者:ppetr
  1. WindowsParentChild

    0下载:
  2. 探究当父窗口隐藏、最小化等情况时,对子窗口的影响,哪些是受父窗口的限制的。windows下的窗体的parent有两种类型:parent、owner,两种情形要分别对待。(To find out the affection to chidren windows when the parent window is hidden or minimized. There are two types of "parent" w
  3. 所属分类:Windows编程

    • 发布日期:2024-07-04
    • 文件大小:16384
    • 提供者:rubdish
  1. bridge

    0下载:
  2. Using parent-child process to play bridge automatically according to the basic rules
  3. 所属分类:Windows编程

    • 发布日期:2024-07-04
    • 文件大小:1024
    • 提供者:yukif
« 12 3 4 5 6 7 8 9 10 ... 48 »

源码中国 www.ymcn.org