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

搜索资源列表

  1. MagicVoiceMail-release1

    0下载:
  2. asterisk系统源代码 程序截获SIGHUP信号来保证语音处理部分正常结束。 正常结束,产生MVMSTATUS变量 Main模式: 程序截获SIGHUP信号来保证语音处理部分正常结束。 正常结束,产生MVMSTATUS变量 被hangup或其他异常结束: 检测是否录音模式,是否需要处理文件 利用fork语法产生新进程,处理外部程序(ftp或smtp在处理完成以后根据要求是否删除掉本地文件) 功能约定: 语音播放部分从配置中分析。播放习
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:183264
    • 提供者:RobinWang
  1. fczxtsxbg

    0下载:
  2. 操作系统实习报告,LINUX常用命令,fork.c源代码分析,磁盘调度
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:530972
    • 提供者:屈辰子
  1. fork

    0下载:
  2. 这是一个进程创建实现的简单源程序,实现进程间的通信和管理
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:3422
    • 提供者:肖欣
  1. BST BBT

    0下载:
  2. 数 据 结 构 大型 作业3.1输入一个数列L,生成一棵二叉排序树T;3.2对二叉排序树T作中序遍历,输出结果;3.3计算二叉排序树T的平均查找长度, 输出结果;3.4判断二叉排序树T是否为平衡二叉树,输出信息“OK!”/“NO!”;3.5再使用上述数列L,生成平衡的二叉排序树BT,每当插入新元素,发现当前的二叉排序树BT不是平衡的二叉排序树,则立即将它转换成新的平衡的二叉排序树BT;3.6计算平衡的二叉排序树BT的平均查找长度,输出结果。3.6分析对比未平衡化的二叉排序树和平衡的二叉排序树的查
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4030
    • 提供者:洪玲叶
  1. parallel

    0下载:
  2. 网络编程的服务端和客户端.包括用fork和select分别实现多进程编程和多线程编程.程序已经通过测试的.-network programming services and clients. Including fork and select respectively programming multi-process and multi-threaded programming. Procedures have to pass the test.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:4482
    • 提供者:柳心雨
  1. Java2rmsl

    0下载:
  2. java的小程序,上传了好几次都没成功,不知怎么回事...再试试看看....再不行就叉了-small procedures, a number of upload never succeeded, I do not know how the case ... try again to see it .... If there is not a fork
  3. 所属分类:J2ME

    • 发布日期:2008-10-13
    • 文件大小:5911142
    • 提供者:沉默
  1. 实验二302_22

    0下载:
  2. 使用系统调用fork()创建两个子进程。当此程序运行时,在系统中有一个父进程和两个子进程活动。让每一个进程在屏幕上现实一个字符:父进程显示字符’a’;子进程分别显示字符’b’和’c’。试观察记录屏幕上的显示结果并分析原因。-use system calls fork () to create two child process. When running, the system is a process and the father of two sub-process activities.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:10481
    • 提供者:杨宇文
  1. 网络扫描程序

    0下载:
  2. 本程序只对一个IP地址进行,如果要对一段IP进行测试,简单修改程序即可。可将发送放在单独的进程 里(使用fork()),send_icmp里做成循环,每次重新初始化struct sockaddr_in。那么对接收到的数据 进行分析的proc_icmp()将多一道对IP报头ip->src字段的判断。-this procedure only a pair of IP addresses, IP to a test, a simple change procedures. This can be
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:2109
    • 提供者:吕杰
  1. Java二叉树的后续遍历

    0下载:
  2. Java二叉树的后续遍历 Java二叉树的后续遍历主要应用于逆波兰式的求解,在编译中很重要.-Java two following forks the tree traversal Java two following to fork the tree traversal mainly applies in goes against the Poland -like solution,Is very important in the translation
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2659
    • 提供者:罗文
  1. 二叉排序树与平衡二叉树

    0下载:
  2. 数据结构常用算法设计 用C++实现二叉排序树与平衡二叉树-algorithm commonly used data structures designed to achieve two C-tree fork and balanced binary tree
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1596984
    • 提供者:孙锋志
  1. 信号量来解决操作系统的消费者与生产者问题

    0下载:
  2. 一个UNIX进程间通讯的程序,使用了信号量来解决操作系统的消费者与生产者问题,使用了fork,wait,nanosleep,sempo等unix函数。-a UNIX inter-process communication, the use of the signal operating system to solve the volume of consumers and producers, the use of the fork, wait, nanosleep, sempo other u
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2495
    • 提供者:飞杨
  1. gcc fork函数

    0下载:
  2. gcc 子进程编程示例代码
  3. 所属分类:Linux/Unix编程

  1. diffraction_cross.rar

    0下载:
  2. 计算十字叉丝的在不同距离的衍射图像,入射光为高斯光束,Calculation of Cross Fork silk distance in different diffraction images for the Gaussian beam incident
  3. 所属分类:Windows编程

    • 发布日期:2017-04-01
    • 文件大小:1740
    • 提供者:weinaike
  1. os.zip

    0下载:
  2. os实验代码 包含device/ Fork /hashfile/ pclone store_scheduler / test_scheduler等内容,os code that contains the experimental device/Fork/hashfile/pclone store_scheduler/test_scheduler, etc.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:31590
    • 提供者:yiliang
  1. Mailshoufa

    0下载:
  2. VC++编写的的mail收发程序,POP3很牛叉。-VC++, prepared by the mail to send and receive procedures, POP3 is cow fork.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-08
    • 文件大小:1976953
    • 提供者:erya
  1. myshell

    1下载:
  2. 应用UNIX的fork()等系统调用,编写一个c程序具有以下功能: a) 实现Shell的基本功能,包括有:打印提示符;接受和分析命令行(滤去无效的空格、tab符号以及换行符等);执行命令(要有出错处理;输入exit或者bye退出);返回父进程; b) 处理后台程序(不需要wait) c) 处理多行命令(分析命令行中的‘ ’并处理之) d)应用 dup(), pipe()系统调用具有输入输出重定向以及管道功能;-Application of UNIX s fork () system call,
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-07-13
    • 文件大小:4133
    • 提供者:晏珏
  1. example

    0下载:
  2. fork()函数的使用方法,以及几个比较典型的例子-fork () function to use, and a few typical examples
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:25862
    • 提供者:赵有权
  1. RealGA(TwoVaribles)

    2下载:
  2. 此代码是实数编码遗传算法的Matlab例程。用了精英保留策略选择和轮盘赌选择法,叉操作采用中间重组方式。-This code is a real-coded genetic algorithm Matlab routines. Retention policies with the elite selection and roulette wheel selection method, fork operation mode using the middle of restructuring.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1554
    • 提供者:王巍
  1. C实现二叉树

    0下载:
  2. 数据结构课程设计内容:模拟二叉排序树,用链表的形式实现二叉树.-curriculum design data structure : two simulated fork sort tree with Chain in the form of a binary tree.
  3. 所属分类:Other systems

    • 发布日期:2017-11-17
    • 文件大小:1349
    • 提供者:王国强
  1. C实现二叉树

    0下载:
  2. 数据结构课程设计内容:模拟二叉排序树,用链表的形式实现二叉树.-curriculum design data structure : two simulated fork sort tree with Chain in the form of a binary tree.
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:1349
    • 提供者:王国强
« 1 2 3 4 5 67 8 9 10 11 ... 27 »
搜珍网 www.dssz.com