搜索结果

找到约 13 项符合 Parent 的查询结果

数值算法/人工智能 Binary Search Tree - with additional recursion functions (smallest, parent & successor) etc

Binary Search Tree - with additional recursion functions (smallest, parent & successor) etc
https://www.eeworm.com/dl/518/114436.html
下载: 162
查看: 1047

文章/文档 线程通信 本 文 我 们 将 在VC++4.1 环 境 下 介 绍 一 个 父 进 程 和 其 子 进 程 的 通 信 实 例。 在 父 进 程Parent 窗 口 中 按 一 下 鼠 标 左 键

线程通信 本 文 我 们 将 在VC++4.1 环 境 下 介 绍 一 个 父 进 程 和 其 子 进 程 的 通 信 实 例。 在 父 进 程Parent 窗 口 中 按 一 下 鼠 标 左 键, 就 会 产 生 一 个Pipe 和 启 动 子 进 程Child, 并 从Pipe 一 端 发 送 信 息, 同 时Child 启 动 后 会 创 建 一 个 工 作 线 程, 专 门 用 来 从 管 道 的 另 ...
https://www.eeworm.com/dl/652/121771.html
下载: 189
查看: 1047

其他 huffman 编码。typedef struct { int weight int flag int parent int lchild int rchild }

huffman 编码。typedef struct { int weight int flag int parent int lchild int rchild }hnodetype
https://www.eeworm.com/dl/534/255740.html
下载: 49
查看: 1028

Linux/Unix编程 用系统调用signal()让父进程捕捉键盘上来的中断信号(按Ctrl-C键);当捕捉到中断信号后

用系统调用signal()让父进程捕捉键盘上来的中断信号(按Ctrl-C键);当捕捉到中断信号后,父进程用系统调用kill()向两个子进程发出信号,子进程捕捉到信号后分别输出下列信息后终止:  Child Process 1 is Killed by Parent!  Child Process 2 is Killed by Parent! 父进程等待两个子进程终止后,输出如下的信息后终止: ...
https://www.eeworm.com/dl/619/122180.html
下载: 106
查看: 2112

其他 一个仿windows优化大师的界面,开发环境:Windows 2000 server、pb 9.0 在最上边的标签事件中加上一个自定义事件 事件类型:pbm_lbuttondown 代

一个仿windows优化大师的界面,开发环境:Windows 2000 server、pb 9.0 在最上边的标签事件中加上一个自定义事件 事件类型:pbm_lbuttondown 代码: Send(Handle(parent),274,61458,0) return 1
https://www.eeworm.com/dl/534/165698.html
下载: 116
查看: 1061

Linux/Unix编程 1、 了解系统调用pipe()的功能和实际原理 2、 编写一段程序

1、 了解系统调用pipe()的功能和实际原理 2、 编写一段程序,使用管道实现父子进程之间的通信 a) 使用系统调用fork()创建一个子进程 b) 子进程调用函数write()向父进程发送自己的进程ID和字符串” s sending a message to parent.\n”。 c) 父进程调用函数read()通过管道读出子进程发来的消息,将消息输出屏幕,然后终止 ...
https://www.eeworm.com/dl/619/182386.html
下载: 64
查看: 1159

Linux/Unix编程 1、 了解系统调用fork()、execl()、exit()、getpid()和waitpid()的功能和实现过程 2、 编写一段程序实现以下功能: a) 使用系统调用fork()创建两个子进程

1、 了解系统调用fork()、execl()、exit()、getpid()和waitpid()的功能和实现过程 2、 编写一段程序实现以下功能: a) 使用系统调用fork()创建两个子进程 b) 父进程重复显示字符串”parent:”,并使用函数getpid()显示自己的进程ID。 c) 两个子进程分别重复显示字符串”child:”,并使用函数getpid()显示自己的进程ID 3、 ...
https://www.eeworm.com/dl/619/182387.html
下载: 146
查看: 2082

数据结构 #if !defined(AFX_GAQUEEN_H__C26AE0A3_F9B4_426F_A324_B460CC7946CB__INCLUDED_) #define AFX_GAQUEEN_H_

#if !defined(AFX_GAQUEEN_H__C26AE0A3_F9B4_426F_A324_B460CC7946CB__INCLUDED_) #define AFX_GAQUEEN_H__C26AE0A3_F9B4_426F_A324_B460CC7946CB__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 class CGAQueen { public: CGAQueen(int nPopulation,int nIteration,float Mutation,int mChB ...
https://www.eeworm.com/dl/654/239054.html
下载: 198
查看: 1166

Java书籍 DESIGN PATTERNS JAVA COMPANION Design patterns began to be recognized more formally in the early 1

DESIGN PATTERNS JAVA COMPANION Design patterns began to be recognized more formally in the early 1990s by Helm (1990) and Erich Gamma (1992), who described patterns incorporated in the GUI application framework, ET++. The culmination of these discussions and a number of technical meetings was the pu ...
https://www.eeworm.com/dl/656/264534.html
下载: 89
查看: 1094

电子书籍 本书除了讨论DNS背后的设计动机和配置BIND 软件包之外

本书除了讨论DNS背后的设计动机和配置BIND 软件包之外,还涉及了许多高级主题,包括怎样成为一个“parent”,即具备向其他人分配名称的代理()能力,怎样使用DNS正确地设置邮件转发,发现和排除故障,编写相关的程序
https://www.eeworm.com/dl/cadence/ebook/270089.html
下载: 137
查看: 1021