Welcome![Sign In][Sign Up]
Location:
Search - fork

Search list

[AlgorithmVector3src

Description: double类型的3维矢量运算类库,具有加、减、点积、叉积、除法、取模、单位化功能。 -double types of 3-D vector operation library is, plus or minus, plot points, fork plot, division, from mold, Function units.
Platform: | Size: 1024 | Author: 王军安 | Hits:

[Embeded LinuxboaWebServer

Description: Boa是一个非常小巧的Web服务器,可执行代码只有约60KB。它是一个单任务Web服务器,只能依次完成用户的请求,而不会fork出新的进程来处理并发连接请求。但Boa支持CGI,能够为CGI程序fork出一个进程来执行。Boa的设计目标是速度和安全,在其站点公布的性能测试中,Boa的性能要好于Apache服务器。-Boa is a very compact Web server executable code only about 60KB. It is a single task Web server, users can turn to complete the request, and will not fork out the new process to handle concurrent connection request. But Boa support CGI, as a CGI program to fork out a process to implement. Boa the design goals of speed and security, announced at its site performance test, Boa better performance in the Apache server.
Platform: | Size: 137216 | Author: 程小培 | Hits:

[Linux-Unixguandaotongxin

Description: 1、 了解系统调用pipe()的功能和实际原理 2、 编写一段程序,使用管道实现父子进程之间的通信 a) 使用系统调用fork()创建一个子进程 b) 子进程调用函数write()向父进程发送自己的进程ID和字符串” s sending a message to parent.\n”。 c) 父进程调用函数read()通过管道读出子进程发来的消息,将消息输出屏幕,然后终止 -1, the understanding of the system call pipe () function and the principle of two actual preparation of a procedure, Pipeline father used to achieve the process of communication between a) the use of system calls fork () to create a child process b) Import Cheng called function write () to send their parent process ID of the process, and the string "'s sending a m essage to parent. \ n. " C) the process of the function call father read () through the pipeline read to the child process the news, the news output screen, then terminated
Platform: | Size: 4096 | Author: | Hits:

[Linux-Unixfork_textcanjian

Description: 1、 了解系统调用fork()、execl()、exit()、getpid()和waitpid()的功能和实现过程 2、 编写一段程序实现以下功能: a) 使用系统调用fork()创建两个子进程 b) 父进程重复显示字符串”parent:”,并使用函数getpid()显示自己的进程ID。 c) 两个子进程分别重复显示字符串”child:”,并使用函数getpid()显示自己的进程ID 3、 编写一段程序实现以下功能: a) 使用系统调用fork()创建一个子进程 b) 子进程显示自己的进程ID和字符串": The child is calling an exec.\n",然后通过execl()调用系统命令ps显示当前运行的进程情况,从而更换自己的执行代码,最后调用exit()结束。 c) 父进程显示自己的进程ID和字符串” ": The parent is waiting for child to exit.\n ",然后调用waitpid()等待子进程结束,并在子进程结束后显示”The parent exit.\n -1, the understanding of the system call fork (), execl (), exit (), getpid (), and waitpid () function and process 2, write a procedure to achieve the following functions : a) The use of system calls fork () to create two child process b) the parent process repeated string "parent : ", and the use of function getpid () show their ID process. C) two separate child process repeated string "child :" and the use of function getpid () show their ID 3 process, to prepare a process to achieve the following functions : a) The use of system calls fork () to create a child process b) children show their ID process, and the string " : The child is calling an exec. \ n " Then execl () call system commands ps shows currently running process, thereby replacing the execution
Platform: | Size: 8192 | Author: | Hits:

[Otherbinary-huffmantree

Description: hufferman的算法,构造huffman树二叉排序树,c语言-hufferman the algorithm, two tectonic Huffman tree fork Sort Tree, c Language
Platform: | Size: 238592 | Author: 马全 | Hits:

[Program docCreatProcess

Description: 在 UNIX 系统中,用户创建一个新进程的过程(调用系统调用 fork)。以及在此过程中可能遇到的问题。-the UNIX system, you can create a new process to the process (called fork system call). In this process, and may encounter problems.
Platform: | Size: 4096 | Author: 贾宁 | Hits:

[Software Engineeringshujujiegou-erchashu

Description: 叉排序树与平衡二叉排序树基本操作的实现 用二叉链表作存储结构 (1)以回车( \n )为输入结束标志,输入数列L,生成二叉排序树T; (2)对二叉排序树T作中序遍历,输出结果; (3)计算二叉排序树T的平均查找长度,输出结果; (4)输入元素x,查找二叉排序树T,若存在含x的结点,则删除该结 点,并作中序遍历(执行操作2);否则输出信息“无结点x”; (5)判断二叉排序树T是否为平衡二叉树,输出信息“OK!”/“NO!”;-fork trees and balanced binary tree order to achieve the basic operation of the binary tree used for the storage structure (1), carriage return ( \ n) to mark the end of the importation, importation of L series, generate binary tree Sort T; (2) Ranking of two forks to make the tree T preorder, and the output results; (3) Calculations binary tree T ranking on the average search length, output; (4) Input elements x, find two tree fork Sort T, if x exists with the node, then remove the nodes, and make the preorder (execution 2); Otherwise output "node x"; (5) to determine the order of two trees T fork whether balanced binary tree, and the output message "OK!"/"NO!" ;
Platform: | Size: 2048 | Author: 胡图 | Hits:

[Button controlYGDemo

Description: 很牛叉的仪表控件,主要有很个性的仪表,为VC7工程-cattle fork is the Instrumentation Control, is the main character's appearance, works for VC7
Platform: | Size: 241664 | Author: xcs | Hits:

[source in ebookstudent_and_sort

Description: 练习中所使用的学生成绩管理(TC)和TC实现的插入排序冒泡排序和二叉数的遍历-practice used by the students performance management (TC) and TC achieve insertion sorting and ranking Bubble number of two fork Traversing
Platform: | Size: 5120 | Author: 刘进 | Hits:

[Linux-Unixniki_process

Description: 在POSIX规范中fork和kill系统调用的功能和使用-the POSIX specification and kill fork system call functions and the use of
Platform: | Size: 1024 | Author: qingwa | Hits:

[Data structsSortTree

Description: 创建一棵二叉排序树,并采用中序遍历和层次遍历法输出其顶点序列,主要实验内容如下: 1. 定义二叉排序树的结构BiTree; 2. 编制二叉排序树的插入算法:void Insert_SortTree (BiTree ST, ElemType x); 3. 编制中序遍历函数; 4. 在main()函数中完成二叉排序树的建立,以及中序遍历的输出。(二叉排序树的各个元素从键盘输入,并利用Insert_SortTree()函数进行插入建立); 5. 编制层次遍历函数,并在main()函数中完成层次遍历的输出。层次遍历法要利用“队列”来实现;为此需要定义一个队列结构(可以采用链队列,也可以采用循环顺序队列),并实现相关的队列函数。 -create a binary sort tree, and used the preorder and output levels traversal sequence its peak, the main contents are as follows : 1. Sort definition of two fork BiTree tree structure; 2. Ranking compiled binary tree insertion algorithm : void Insert_SortTree (BiTree ST ElemType x); 3. establishment preorder function; 4. in the main () function to complete binary tree in order to establish, and the Central preorder output. (2 forks ranking tree various elements from the keyboard input, and the use of Insert_SortTree () function to insert the establishment); 5. Traversing the preparation level functions, and the main () function to complete traverse the output level. Level traversal to using "queue" to achieve; This requires definition of a cohort structure (Queue chain can be use
Platform: | Size: 15360 | Author: 段苛苛 | Hits:

[Communication-MobileCPAFC

Description: 通信中常用的叉积自动频率频率控制算法, matlab下完整仿真-Communication fork commonly used frequency plot automatic frequency control algorithm, a complete simulation with Matlab
Platform: | Size: 9216 | Author: 陆军 | Hits:

[Software EngineeringTwoForkTreesTest

Description: First preface, medium preface and the empress preface time 历 two fork trees
Platform: | Size: 10240 | Author: cywain | Hits:

[Mathimatics-Numerical algorithmsshujujiegousuanfa

Description: 《数据结构》所有相关程序的算法。有图、数组以及二叉数的问题。附有程序及结果。-"data structure" all procedures relating to the algorithm. A map, and two arrays fork a few problems. With procedures and results.
Platform: | Size: 825344 | Author: 蔡文扬 | Hits:

[Algorithmgeometry

Description: C++语言编写的几何学算法模板。包括几何学的10多种基本的操作。例如点生成直线,叉积运算,线段的拐向,任意多边形面积的计算,点的位置判断,线段相交判断,求凸包等等。-C++ Language template geometry algorithm. Including the geometry of more than 10 kinds of basic operation. For example, point to generate a straight line, fork plot computing, the segment拐向, arbitrary polygon area calculations to determine the location of the point, line segment intersection judge, and the convex hull and so on.
Platform: | Size: 2048 | Author: KiD | Hits:

[Linux-Unixysh

Description: 目的:熟悉shell命令解释程序的工作原理,掌握使用fork和exec等系统调用设计多进程应用程序的基本技术。-Objective: shell command interpreter familiar with the working principle, to master the use of fork and exec system calls, such as the design of multi-process applications, the basic technology.
Platform: | Size: 26624 | Author: 杨华 | Hits:

[Internet-Networklow_pipe

Description: linux环境利用管道进行通讯的例子,父进程fork派生子进程,父子进程利用管道通讯。-linux environment using pipes to communicate examples of parent process fork derived sub-process, father and son process communication using pipes.
Platform: | Size: 1024 | Author: sophie marceau | Hits:

[SymbianAzul_Remoto

Description: A bemused fork for X remote control aplications or bash control, using bluetooth o tcp and a client symbian at mobile system.
Platform: | Size: 300032 | Author: 涛涛 | Hits:

[Otherchashi-bif-2

Description: 这是另一个研究叉式分岔的程序,图形不一样,可供大家做分岔图时参考。-This is another study fork bifurcation procedure, graphics are not the same, for everyone to do bifurcation diagram reference.
Platform: | Size: 13312 | Author: 赵清春 | Hits:

[Graph Drawingsanweihuitu

Description: 文件包含三维空间向量、点类及相关函数等,使用它们可以定义一个空间向量、点,实现向量的平移,缩放和旋转等,使用相关函数还可以实现两向量的叉乘,得到一个决定长度,实现空间两点距离计算,点积计算,夹角等操作。另外,每个函数都有详细的注释,用户可以更方便的使用。-File contains three-dimensional vector, point type and related functions, etc. Use them to define a space vector, point, realize the translation vector, scaling and rotation, the use of correlation function can also realize the two vectors by the fork, get a decision in length, distance between two points in space, the point of the plot, the angle between the operation and so on. In addition, each function are detailed notes, users can more easily use.
Platform: | Size: 760832 | Author: yao | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 32 »

CodeBus www.codebus.net