-
thread
运行程序,单击“启动线程”按钮,程序将启动一个线程,线程将进行数值计算,并将结果发送给主窗口;单击“挂起线程”按钮,线程将挂起;单击“恢复线程”按钮,线程将恢复。(Run the program, click" start the thread" button, the program will start a thread, the thread will make numerical computation, and sends the result to the main window click" thread hang" button, the thread will be suspended click on" restore thread" button, the thread will recover.)
- 2011-08-07 12:37:50下载
- 积分:1
-
Threagkktrdest
一个介绍如何在Visual C中调用多线程代码,本例中也同时实现了常用的排序算法。完整源代码,已通过测试。(How a call in Visual C multi-threaded code, in this case also commonly used to achieve a sort algorithm. Full source code, has been tested.)
- 2011-10-02 18:15:51下载
- 积分:1
-
tkgws
用C++实现了模拟退火算法求多元函数极值,可以避免陷入局部最优解(By c + + implementation of a simulated annealing algorithm for multivariate function extreme value, can avoid falling into local optimal solution)
- 2017-08-22 22:48:39下载
- 积分:1
-
tlrdl74
绘图软件,内涵对象参数设计,值得参考,仅供参考(Drawing software, content object parameter design, worth reference, only for reference)
- 2018-10-19 08:52:29下载
- 积分:1
-
ThreadPool_Source
说明: 提供了线程池的封装,开发者能够比较容易的建立服务器应用模型。(thread pool for the package, developers can more easily create server application model.)
- 2006-04-07 09:13:20下载
- 积分:1
-
46358946
基于systemview的qpsk原理仿真()
- 2018-06-06 17:42:51下载
- 积分: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
-
test1
TCP SYN扫描。采用多线程扫描任意端口(TCP SYN scan. Using multithreading scan any port)
- 2013-04-13 23:10:27下载
- 积分: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
-
CreateProcessAsUser
主要的功能是创建用户使用的一个子进程,一般的子进程都是由system启动的,但是这个是当前用户启动的。(The main function is to create a user using a subset of the process, a subset of the general process is initiated by system, but this is the current user initiated.)
- 2012-10-30 11:21:46下载
- 积分:1