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

搜索资源列表

  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. vector3d

    0下载:
  2. 本源码实现了一个三维空间向量类,该类对空间三维向量进行了,比如加、减,叉乘等基本运算。-The source to achieve a three-dimensional vector space categories, such three-dimensional vector space, such as add, subtract, take fork and other basic computing.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:3260
    • 提供者:lilin
  1. yupengdeng

    0下载:
  2. 大家在过收费站时,都会看到有箭头有叉的灯盘。这就叫做雨棚灯,我这个是他的控制程序。谢谢!! -We have been charging station, will see a fork of the arrow there灯盘. This is called Canopy lights, I was his control procedures. Thanks! !
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-10
    • 文件大小:1799
    • 提供者:邓忠飞
  1. traffic-system

    0下载:
  2. 多岔路口 数字代表路灯颜色 用链表处理 -Figures represent the number of fork and chain handle with color lamps
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:2027
    • 提供者:王振中
  1. CalculationGeometry

    0下载:
  2. ㈠ 点的基本运算 1. 平面上两点之间距离 1 2. 判断两点是否重合 1 3. 矢量叉乘 1 4. 矢量点乘 2 5. 判断点是否在线段上 2 6. 求一点饶某点旋转后的坐标 2 7. 求矢量夹角 2 -I-point basic computing 1. Planar distance between two points on 1 2. To determine whether the coincidence of two 1 3. Vector
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-27
    • 文件大小:13444
    • 提供者:shenjingwei
  1. Linux_envirnment_communication

    0下载:
  2. 该函数创建的管道的两端处于一个进程中间,在实际应 用中没有太大意义,因此,一个进程在由pipe()创建管道后,一般再fork一个子进程,然后通过管道实现父子进程间的通信-The function at the two ends of the pipeline to create a process in the middle, in practical applications is not much significance, therefore, a process by the pipe
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-26
    • 文件大小:11967
    • 提供者:zhangkun
  1. selecticon_demo

    0下载:
  2. 非常牛叉的ListView的selection 专题的程序集和-Very cattle ListView fork of the topic selection process sets and
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-04-25
    • 文件大小:29982
    • 提供者:谢昭波
  1. fork256

    1下载:
  2. the hash function FORK-256,256位的安全散列验证算法,SHA-256的替代者。-the hash function FORK-256,256-bit secure hash authentication algorithm, SHA-256 replacement for him.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-05-03
    • 文件大小:1959
    • 提供者:yuisikyo
« 1 2 3 4 5 67 8 9 10 11 ... 25 »
搜珍网 www.dssz.com