资源列表
queen
- 八皇后问题并行算法MPI源程序 并行思想加快速度-Eight queens problem MPI parallel algorithm source code parallel thinking speed
LLSC248
- The progress of the color gradient-The progress of The color gradient
show_process
- 显示系统进程,包括隐藏的进程,并能刷新-Show system processes, including hidden processes and refresh
OnlyRunOneProg
- Visual C++中限制一个程序同时只能运行一个实例的方法-Visual C procedures for a limited run only one example of the way
javaDown
- java实现的多线程下载,实现了断点下载哦-javaDown
threadpool_src
- 线程池是一钟多线程处理形式,处理过程中将任务添加到队列,然后在创建线程后自动启动这些任务。线程池线程都是后台线程.每个线程都使用默认的堆栈大小,以默认的优先级运行,并处于多线程单元中.如果某个线程在托管代码中空闲(如正在等待某个事件),则线程池将插入另一个辅助线程来使所有处理器保持繁忙.如果所有线程池线程都始终保持繁忙,但队列中包含挂起的工作,则线程池将在一段时间后创建另一个辅助线程但线程的数目永远不会超过最大值.超过最大值的线程可以排队,但他们要等到其他线程完成后才启动
masm_infect_TLS
- Hi, I programmed a PoC of files infecting with TLS structure, this is a basic example. Is programmed in MASM and add section to secure loader write and TLS CallBacks.-Hi, I programmed a PoC of files infecting with TLS structure, this is
mmmproyIEsrv
- Explore the Internet Explorer process and IEsrv process.
TerminateSomeEXE
- SetPrivilege提升本进程权限,从一个文件读取进程名称通过CreateToolhelp32Snapshot Process32First查找其它进程, 从而终止其它的进程-SetPrivilege permission to enhance this process, read from a file process name by CreateToolhelp32Snapshot Process32First, Find other processes to terminate oth
thread_xiancheng
- 用c编写的windows环境下的线程的例子,包括源文件和编译生成的目标文件-prepared with the windows environment threads examples, including source and compiled object files generated
process
- 进程完整的程序,包括进程的互斥,同步,死锁,共享等-process
WebServer
- 易语言代码:Web服务器实现多线程的例子,实现了用易语言编写多线程服务器,可以作为很好的借鉴