搜索资源列表
threadphilosopher
- 利用线程方案实现实现哲学家问题.设置五个信号量代表五把叉子,初使值均为1,表示5把叉子均可以取,设置五个线程代表5个哲学家,其值分别为0~4,规定奇数号的哲学家先拿起他左边的叉子,然后再去拿他右边的叉子 而偶数号的哲学家则相反.按此规定,将是1,2号哲学家竞争1号叉子,3,4号哲学家竞争3号叉子.即五个哲学家都竞争奇数号叉子,获得后,再去竞争偶数号叉子,最后总会有一个哲学家能获得两支叉子而进餐。而申请不到的哲学家进入阻塞等待队列,根FIFO原则,则先申请的哲学家会较先可以吃饭,因此不会出现饿死的
MonitorCreateProcessEvent
- 利用WMI监视进程的创建 Private Sub StartMonitorCreateProcessEvent() Set CreateProcessEvent = New SWbemSink Set objSWbemServices = GetObject(\"winmgmts:\\\\.\\root\\cimv2\") objSWbemServices.ExecNotificationQueryAsync CreateProcessEvent, \"SELECT * F
DuoxianJisuan
- 求f(x)=x^3-2x-5在[2,3]上的根-Find f (x) = x ^ 3-2x-5 in [2,3] on the root
DR_MPI
- 标准C开发的MPI例程 计算数字的根数, 在Linux和Windows上均可运行-C development of the MPI standard routines Root of the number of calculations
sourcx
- C源码Linux的nfsd存在溢出漏洞允许入侵者远程获取root-C source Linux NFSD exist exploit allows the invaders remote access to the root
cvh
- 介绍了临河根石探么系统的软件组成,关于实时显示采集数据的跟踪算法,很实用!-Introduces the linhe root stone agent system software, the tracking algorithm of real-time display data, very useful!!
volatime
- 自己用C#写的程序,里面包含各种算法,如:加减乘除,平方开方-Their programs written in c#, containing a variety of algorithms, such as subtracting, square root
sknjectflrThis
- 数值分析实验题目牛顿迭代法求根 这个也是计算方法中的常用计算程序-The Newton iteration method for root numerical experiment subject This calculation method is commonly used in the calculation process
exporf
- 介绍了临河根石探么系统的软件组成,关于实时显示采集数据的跟踪算法,很实用!(Introduces the linhe root stone agent system software, the tracking algorithm of real-time display data, very useful!!)
programx-variety
- Their programs written in c #, containing a variety of algorithms, such as subtracting, square root
efaicrent
- C源码Linux的nfsd存在溢出漏洞允许入侵者远程获取root(C source Linux NFSD exist exploit allows the invaders remote access to the root)
二叉树的实现
- 给出了在全线索二叉树中插入结点和二叉树的算法,然后阐述了这种运算的特点。(This paper gives the algorithms inseting root-node and binary tree in all threaded binary tree.)