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

搜索资源列表

  1. Pro

    0下载:
  2. Sample programs for implementing the Operating system concepts in UNIX [ disk scheduling, creating fork, CPU Scheduling, etc.,]
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:30736
    • 提供者:Prabha
  1. forkfunc

    0下载:
  2. fork函数注意点: 1,与IO的缓冲机制! 2,vfork与fork的不同:1,子进程先与父进程运行,2,子进程在父进程空间运行-fork Function NOTE points: 1, and IO buffer mechanism! 2, vfork and fork of the difference: 1, sub-processes to run first with the parent process, 2, the child process the parent p
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:699
    • 提供者:余天
  1. 3DDraw

    0下载:
  2. 这是一个项目时使用到的“三维空间向量/点”类及相关函数,使用它们可以定义一个空间向量/点,实现向量的平移,缩放和旋转等,使用相关函数还可以实现两向量的叉乘,得到一个向量的绝对长度,将一个向量单位化,得到一个三点决定的平面的垂直向量(经过单位化),得到空间中两点的距离,得到两向量的点积,得到两向量的夹角等操作,为方便用户的使用,每个函数都有详细的注释,希望对大家有所用处. -This is a project to use to the " three-dimensional space
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-23
    • 文件大小:7289423
    • 提供者:arechi
  1. traffic_light

    0下载:
  2. 这是本人大一课程设计所做的一个多叉路口交通灯管理程序,里面有源代码及程序注释。-It is my freshman year curriculum design made more than one fork junction traffic signal management processes and procedures inside the source code comments.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:3509
    • 提供者:ahui
  1. ExecApp

    0下载:
  2. 執行程式後不需等待程式結束. 於批次檔中使用非常方便-Fork application and leave it alone. Convenience for execute application in batch file.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-16
    • 文件大小:26344
    • 提供者:Egg Chang
  1. chapter05

    0下载:
  2. fork for dspcdc2008final_report.doc
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:5517
    • 提供者:ajeams
  1. trafficlight

    0下载:
  2. 数据结构课程设计,交通灯的实现。通过输入岔路口和互斥的路径来得到如何设置交通灯的结果-Data structure the curriculum design, implementation of traffic lights. By entering the fork in the road, and mutually exclusive paths to get the results of how to set up traffic lights
  3. 所属分类:transportation applications

    • 发布日期:2017-04-03
    • 文件大小:601313
    • 提供者:jiajia
  1. message

    0下载:
  2. 该程序首先通过fork()函数分别创建Client进程和Server进程,然后通过msgget()函数创建消息队列,由Client使用msgsnd()函数向Server进程发送一个消息,Server进程通过msgrcv()函数从消息队列中接收到消息后,通过msgsnd()函数向Client进程发送回一个响应,之后,通过sleep()函数,等待Client进程从消息队列中读取了消息后,删除消息队列。-The program first by fork () function, create se
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:799
    • 提供者:JK
  1. sharedm

    0下载:
  2. 用共享存储区方式实现多个进程的通信程序: 该程序通过shmget()函数创建共享存储区,将一个字符串指针指向该存储区的起始地址,然后通过fork()创建两个子进程,通过对该字符串指针的读写达到多进程间的通信。程序中使用sleep()函数调节各进程对共享存储区的读写操作顺序。-With the shared memory area where multiple processes of communication program: the program through the shmget
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:870
    • 提供者:JK
  1. pipe

    0下载:
  2. 该程序先使用pipe()函数创建一个临时通信管道,然后使用fork()创建两个子进程,使用write()函数向管道两次写入”I’m parent process。”的信息,两个子进程使用read()函数从管道中获取信息并输出,然后两个子进程分别向管道写入”I’m child process a”和”I’m child process b”信息,由父进程从管道中读出并显示。在使用write()函数前,需要先使用lockf()函数锁住管道,写完信息后再解锁管道。-The program first
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:768
    • 提供者:JK
  1. EWTS82Gyro

    0下载:
  2. 本角速度传感器的原理是将旋转时音叉震荡产生的地球偏转力(克里奥利力)转换为电信号研制成功的。本传感器由:传感器件、音叉驱动电路和信号处理电路。音叉由石英音叉和电极组成。以上构成本角速度传感器。-The angular rate sensor is the principle of rotation of the Earth when the tuning fork vibration generated deflection force (Coriolis force) is converted
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-30
    • 文件大小:46610
    • 提供者:dabin
  1. 1

    0下载:
  2. 建立一颗用二叉链表方式存储的二叉树,并对其遍历,打印输出遍历结果。-The establishment of a list with the 2 fork stored in a binary tree, and its traverse, traverse the results printout.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-10
    • 文件大小:1001
    • 提供者:zxmfly
  1. Socket_programing

    0下载:
  2. 熟悉Http协议的请求和响应格式,编写一个简单的Http服务器。 基本要求: 1 正确解析Http请求,实现简单的GET请求回应。 2 模拟一个对象(如:文件index.html)的GET回应(如:回应一个字符串),对于其他的对象,则根据Http响应格式回应对象不存在信息。 3 通过浏览器可检测自己的程序。如:输入http://the.ip.of.your.pc:serverPort/index.html,查看其响应结果。 4 对http请求的处理必须采用多进程实
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:255453
    • 提供者:陈聪群
  1. fork

    0下载:
  2. 进程产生源代码,供大家参考,如有什么疑问,请联系,谢谢。-Process of the source code for your reference, if there are any questions, please contact, thank you.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:2416
    • 提供者:xmg
  1. dgl.c.tar

    0下载:
  2. The beginnings of a fork of DirectFB to work with the MGL in a sort of QuartzXtreme capacity, I only put in what I have done and nothing else, as I create more I will put that up here as well. So there it is
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:2361
    • 提供者:david gorman
  1. assign4

    0下载:
  2. 第1部分 该纳契系列:0,1 ,2,3,5,8,13,21,...。开始的条款0和1,并有 每一个成功的财产一词,是前两个条件的总和。编写一个非递归 功能纳契(n)到显示的前n个Fibonacci数。观看停止对样品标志 在最后显示的数字输出(它不是逗号)。编写一个简短的UNIX shell脚本来运行 您的斐波那契程序。 第2部分 编写一个C程序,使用UNIX进程管理工具。您将使用fork()函数 产卵的三子进程。每个子进程将使用execlp()函数来运行
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:54370
    • 提供者:刘洋
  1. pinghengerchashu

    1下载:
  2. 用二叉链表作存储结构 (1)以回车(‘\n’)为输入结束标志,输入数列L,分别生成一棵二叉排序树T和平衡的二叉排序树BT ; (2)对二叉排序树T作中序遍历,输出结果; (3)输入元素x,查找二叉排序树T:若存在含x的结点,则删除该 结点,并作中序遍历(执行操作2);否则输出相关信息; (4)分别计算T、BT的查找成功的平均查找长度,输出结果; -List for storage with the two fork structures (a) to carriage re
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:450406
    • 提供者:肖胜鹏
  1. juCCDpxg

    0下载:
  2. 本文介绍一种新颖的基于灰度积分的十字叉丝位t确定的方法,可以达到亚像素级精度,具有运算简便、适用性强、移植性好等特点。 -This paper presents a novel based on gray silk-bit integral cross fork t identified methods to achieve sub-pixel precision, with simple operation, applicability, portability is good.
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:212475
    • 提供者:韩伟
  1. os_fork

    0下载:
  2. 由一父程序产生一子程序使得父子做相同的工作-fork a child process
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:1496
    • 提供者:张一
  1. 5

    0下载:
  2. 设计一个简单的下棋游戏,游戏的规则是:在3 3的棋盘上,计算机为一方,人为一方,交替标记叉(X)和圆圈(O)。在行、列、对角线的方向上,先连成一条直线的一方为胜者。计算机可以动态地显示棋盘,给出提示信息和胜负判断,并允许用户选择是先手还是后手。-Design a simple chess game rules of the game are: In the 3  3 of the board, the computer on the one hand, man-ma
  3. 所属分类:Game Program

    • 发布日期:2017-04-07
    • 文件大小:415059
    • 提供者:kejianping
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 25 »
搜珍网 www.dssz.com