登录

最新会员 最新下载

成为了本站VIP会员

05月20日 21:43

成为了本站VIP会员

05月13日 14:43

成为了本站VIP会员

05月13日 10:19

成为了本站VIP会员

05月12日 14:03

成为了本站VIP会员

05月10日 21:42

成为了本站VIP会员

05月10日 16:59
已选条件
  1. 编程语言:所有
  2. 代码类别:进程与线程
  3. 发布时间:一周内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. 9433

  链接漏洞检测源码,程序结合易语言互联网支持库和多线程支持库,实现网络链接漏洞的检测。(Links vulnerability detection source , the program combined with easy language Internet support libraries and multithreading support libraries , network link vulnerability testing.)

1
下载
85
浏览
2016-05-03发布

2. kill101

  结束进程的东西,随便写的一个例子。估计很多时候都会用到得一个东西!(123456789)

1
下载
62
浏览
2016-04-30发布

3. 24307

  结束进程源码程序,结合易语言系统核心支持库,实现了获取系统进程,并可以关闭相关进程的功能。(End Process source program, combined with easy language support library system kernel to achieve the acquisition system processes , and can turn off the function-related processes.)

1
下载
70
浏览
2016-04-12发布

4. ThreadCritical

  控制台程序中Critical简单使用实例。创建两个线程使线程能够达到同步。(Console application Critical simple example. Create two threads to synchronize the threads.)

1
下载
85
浏览
2016-04-01发布

5. DFTaFFT-Concurrent

  多线程实现DFT和FFT算法 采用手动管理线程 结果输出至文本 未优化效率不高 (MultiThread DFT FFT)

5
下载
98
浏览
2016-02-15发布

6. DLL-injection

  可将dll注入指定的进程中,然后执行函数(DLL can be injected into the specified process, and then the implementation of the function)

5
下载
92
浏览
2016-02-05发布

7. log

  日志模块 支持多线程 可用于linux windows系统,项目中实际使用多年 没有问题。(log system for linux and windows)

3
下载
69
浏览
2016-02-02发布

8. houtairenwu

  后台任务线程演示源码,带进度条演示源码,适合学习使用!(Background task thread demo source code, with a progress bar demo source code, suitable for learning!)

1
下载
127
浏览
2016-01-01发布

9. 0095

  K线分析图源码程序,结合易语言多线程支持库和应用接口支持库,调用API函数实现K线分析图效果。(K-line analysis chart source program, combined with easy language support multithreading libraries and application interfaces support library , call the API functions to achieve the effect of K-line analysis chart .)

1
下载
158
浏览
2015-12-27发布

10. crazy_ios6-9

  疯狂iOS讲义6-9章讲义, 主要是多线程和网络编程部分的内容(crazy iOS 6-9chpter)

1
下载
83
浏览
2015-12-22发布

11. 254380

  电话号码属地查询易语言源码程序,结合易语言互联网支持库和多线程支持库,将电话号码发送至查询网站,读取返回电话号码的信息。(Telephone number territorial query easy language source program, combined with easy language Internet support multithreading library and support libraries , to send the telephone number to check website , read the return phone number information.)

1
下载
116
浏览
2015-12-10发布

12. 47906

  论坛自动发贴抢沙发源码,例程使用到HTTP.ec模块与多线程支持库,互联网支持库,超文本浏览框支持库来读取论坛帖子列表,判断新贴,运行发贴的命令行来完成论坛自动发贴抢沙发的功能。(Forum posts automatically grab the sofa source, the routine uses to HTTP.ec module with support for multithreading library , Internet support libraries , hypertext browsing box support library to read forum posts list , determine new stickers , the command line to run posts )

1
下载
114
浏览
2015-12-08发布

13. 635

  多文件多线程传送源码,例程运用到易语言数据处理—数据打包解包.ec模块,结合易语言远程服务支持库,易语言特殊功能支持库,易语言多线程支持库等实现多文件多线程传送(Multi-threaded multi-file transfer source code , the routine use of the Yi language data processing- data packing and unpacking .ec module , combined with easy language remote service support library , easy language support library special features , easy language support multithreading library and other multi- file multi )

1
下载
109
浏览
2015-12-05发布

14. c-multiple-thread-in-linux

  C语言多线程编程实例 LINUX 线程相关操作 pthread_t pthread_create pthread_join pthread_exit(c multiple thread programming in linux )

2
下载
72
浏览
2015-11-07发布

15. 50854

  暂停系统源码,例程程序结合易语言多线程支持库,调用API函数实现系统的暂停。(Pause system source code, combined with easy language routine program supports multithreading library , call the API function to pause the system.)

1
下载
96
浏览
2015-10-17发布

16. 5411782

  小说在线提取源码,程序结合易语言互联网支持库和多线程支持库,实现小说在线提取(Novel online extraction of the source code, the program combined with easy language Internet support libraries and multithreading support library that implements novel online extraction)

1
下载
135
浏览
2015-10-03发布

17. 5119021

  查找显示QQ在线源码程序,例程结合易语言扩展界面支持库和多线程支持库,调用API函数实现查找QQ在线。(Find a show QQ online source program , a routine extension interface combined with easy language support library and multi-threading support library , call the API function to find QQ online .)

1
下载
103
浏览
2015-09-28发布

18. 45370

  进程监控源码例程,程序结合易语言应用接口支持库,调用API函数监控含有关键字的进程。(Process monitoring code samples , combined with easy language application program interface support library , call the API function monitoring process contain keywords .)

0
下载
88
浏览
2015-08-17发布

19. ThreadTest

  创建线程对象示例,通过显示两个随机数测试线程运行速度。(Create a thread object example, by displaying two random number test thread running speed.)

3
下载
58
浏览
2015-08-08发布

20. 635

  多文件多线程传送源码,例程运用到易语言数据处理—数据打包解包.ec模块,结合易语言远程服务支持库,易语言特殊功能支持库,易语言多线程支持库等实现多文件多线程传送(Multi-threaded multi-file transfer source code , the routine use of the Yi language data processing- data packing and unpacking .ec module , combined with easy language remote service support library , easy language support library special features , easy language support multithreading library and other multi- file multi )

0
下载
96
浏览
2015-07-29发布