-
DFTaFFT-Concurrent
多线程实现DFT和FFT算法 采用手动管理线程 结果输出至文本 未优化效率不高 (MultiThread DFT FFT)
- 2016-02-15 16:51:12下载
- 积分:1
-
banker
银行家算法是避免死结(Deadlock)的一个著名的算法,是由艾兹格·迪杰斯特拉在1965年为T.H.E系统设计的一种避免死结产生的算法。它以银行借贷系统的分配策略为基础,判断并保证系统的安全运行。(Banker' s algorithm is to avoid deadlock (Deadlock), a well-known algorithm, by艾兹格迪杰Stella in 1965 for the THE system design to avoid the deadlock created a kind of algorithms. It is the bank lending system, allocation strategy based on judgments and to ensure the safe operation of the system.)
- 2009-11-16 10:40:32下载
- 积分:1
-
ThreadCritical
控制台程序中Critical简单使用实例。创建两个线程使线程能够达到同步。(Console application Critical simple example. Create two threads to synchronize the threads.)
- 2016-04-01 22:18:58下载
- 积分:1
-
多线程串口程序
多线程串口程(multithread serial way)
- 2005-04-03 10:16:44下载
- 积分:1
-
r_w
利用线程同步实现读者和写者的问题,使用信号量来控制(reader and writer)
- 2013-12-30 20:44:32下载
- 积分:1
-
andmve
一个小的试验,通过在vb环境下设置串口并发送和接收数据的小程序,(A small test, through in the vb environment set up a serial port to send and receive data and small programs,)
- 2017-06-13 22:59:22下载
- 积分:1
-
awplication-terminal
这是成都的一个简单的公交查询系统,不错好东西(This is a simple public transport query system in Chengdu, good things)
- 2018-12-05 20:15:43下载
- 积分:1
-
win32
win32.多线程程序设计,更好了解通讯这一块。(the win32 multi-threaded programming, a better understanding of the communication of this one.)
- 2012-06-05 11:35:53下载
- 积分:1
-
Cpp1
多线程求卷积1)数据矩阵:256*256
–原始矩阵设置:随机50个点设置为255,其余为0
2)卷积核:5*5
–明确注明所设计的卷积核
3)迭代次数:100
–每5次迭代保存一次数据矩阵
–通过20个结果矩阵,生成动画
初始矩阵随机生成,随机分配50个数的值为255(Multithreading convolution 1) Data Matrix: 256* 256- the original matrix settings: a randomized 50-point set to 255, the rest is 02) convolution kernels: 5* 5- convolution kernel designed specifically stated 3) Iterations: 100- once every five iterations save data matrix- matrix results through 20, randomly generated initial matrix generated animation, randomly assigned number is 255 50)
- 2014-03-27 21:51:13下载
- 积分:1
-
IPC
实现两个进程间的通讯,IPC(Inter-Process Communication)是共享"命名管道"的资源,通过提供可信任的用户名和口令,连接双方可以建立安全的通道并以此通道进行加密数据的交换,从而实现对远程计算机的访问。(Communication between two processes, IPC (Inter-Process Communication) is a shared resource of the " named pipes" by providing a trusted user name and password, to connect the two sides can establish a secure channel and channels for the exchange of encrypted data enabling access to the remote computer.)
- 2012-09-10 08:37:18下载
- 积分:1