资源列表
MultiThread
- 本源码是Windows环境下多线程编程的一个实例,在VC6.0下编译通过,大家可以学习一下。-Multi thread cource code under windows platform
multi_thread_test
- 此源码是使用VC开发的多线程测试源码,对多线程做了很好的解释!-multi threads function test source code
CUDA
- CUDA Reduction process using blocks, threads, and grid-CUDA Reduction process using blocks, threads, and grid
CUDAreductionMatrix
- cuda reduction matix stu-cuda reduction matix stuff
win32-multithread-design-cPPcode
- 讲的非常好的win32多线程程序设计教程及全书源码,个人感觉学起来比较好懂-In a very good win32 multithreaded programming tutorials and source book
OS
- 有进程,线程和信号量编程的操作系统编程。-A process, thread and semaphore programming, operating systems programming.
FTP
- 在Windows环境下的ftp上传下载,含有较详细的代码和文档-Ftp upload and download in the Windows environment, containing more detailed code and documentation
protectexe
- 进程保护工具+源码 此程序仅供学习交流使用-Process protection tool+ source code only learn to share this program
MyThread of WinCE
- 进程是程序的一次执行。该程序运行在私有的虚拟地址空间内,包含代码、数据及进程可看到和使用的操作系统资源。进程包含一个或者多个运行在它的上下文环境内的线程。虽然每个进程启动时只有一个线程,但在程序运行中可创建多个独立执行的线程。 线程是操作系统调度执行的基本单位。线程是代码执行的流程,它可以执行应用程序代码的任何部分,包括别的正在执行的那部分代码。属于某进程的所有线程共享那个进程的代码、资源、虚拟地址空间和全局变量。
MyThreadTimer
- 轻松实现线程内使用SetTimer实现定时器的源码-Easily use within threads the SetTimer achieve timer source
experiment2ofcode
- 东北大学软件学院信息安全现代密码与经典密码实验2完整代码,可运行-Modern the password and classic password Northeastern University School of Software Information Security Experiment 2 complete code can be run
shareMemory
- 共享内存,进程通信,进程同步 源代码 vs2005平台-Shared memory, process communication, process synchronization platform source code to vs2005