-
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
-
renwuguanliqi
任务管理器小程序,有完整的源代码,C实现 (Similar to the windows task manager, with complete source code.)
- 2013-05-31 18:52:08下载
- 积分:1
-
IDmessage
此代码实现进程与进程之间内存映像共享、也可以实现进程间通讯,适合初学者了解API(id-id message)
- 2013-08-14 20:26:30下载
- 积分:1
-
tongbu
同步与互斥 ,还有显示当前线程,司机售票员的pv,还有售票员买票(Synchronization and mutual exclusion, but also shows the current thread, the driver conductor of pv, also buy a ticket conductor)
- 2008-12-16 13:57:31下载
- 积分:1
-
awplication-terminal
这是成都的一个简单的公交查询系统,不错好东西(This is a simple public transport query system in Chengdu, good things)
- 2018-12-05 20:15:43下载
- 积分:1
-
RWCriticalSection_src
一种可以利用它来实现线程安全读写控制的模型,可以在vc下编译运行。(one can use it for reading and writing threaded control of the security model, the compiler running under vc.)
- 2005-06-15 22:24:09下载
- 积分:1
-
3pcf
windows下多线程计算3pcf问题的源码 直接编译运行即可 从文件中读取数据(Under the multi-threaded computing 3pcf windows source code directly compile and run the problem can be read from the file)
- 2011-04-26 21:38:13下载
- 积分:1
-
多线程串口程序
多线程串口程(multithread serial way)
- 2005-04-03 10:16:44下载
- 积分:1
-
TEST3
线程的同步控制.可以看出线程的同步和互斥!里面的代码以及函数都很简单(Thread synchronization control)
- 2013-10-30 19:41:13下载
- 积分:1
-
linjiequ
用软件方法解决上述临界区问题—兄弟。即要求修改sm6,实现accnt1+accnt2 提交的程序名:ex2
采用的算法可选择:
–Peterson算法:(Solving these critical problems by using software method . That requires modifications to the sm6 implementation of accnt1+accnt2, the program name- submit: ex2
The algorithm can choose:
Peterson algorithm:)
- 2020-11-01 19:49:55下载
- 积分:1