搜索资源列表
isdom_sdk.zip
- 游戏开发包。DirectX相关的组件包装, DirectDraw、D3D、DirectInput、DirectSound、DirectPlay、DirectMedia、及MIDI播放;图形文件读写;网络编程;多线程等方面很多内容, Game development package. DirectX correlation module packing, DirectDraw, D3D, DirectInput, DirectSound, DirectPlay, DirectMedia, and
windowsvstudio2008.rar
- 中山大学windows编程课程详细课件 在vs2008下运行 内容包括 01绪论 02界面编程-1(菜单) 02界面编程-2(控制条) 02界面编程-3(对话框) 02界面编程-4(控件) 02界面编程-5(鼠标与键盘) 03GDI绘图-1(画图) 03GDI绘图-2(字体与图像) 03GDI绘图-3(动画与图标) 03GDI绘图-4(图元文件) 03GDI绘图-5(打印) 04文档与视图 05MFC功能包 06GDI+ 07OOP语言
spider_demo.rar
- C#多线程网络爬虫,使用线程池来控制线程,效率不错。,C# multi-threaded network reptiles, use the thread pool to control the thread, good efficiency.
NetTalk
- 分网络传输部分、音频输入、音频输出、视频输入、视频输出、音频视频压缩、音频波形显示、界面。共创建个线程,音频输入线程、音频输出线程(这两个有WINAPI隐式创建)、音频视频压缩传送线程和主线程。因为音频的采样率比视频采样率高得多,这里的音频的采样率为8000Hz而视频仅为20左右,所以从宏观来看,音频是连续的,而视频是非连续的,这也就是无须为视频输入输出创建独立线程的原因。- Minute network transmission part, audio frequency input, aud
Spider
- 一个很不不错的多线程网络爬虫程序。。。。 源码清晰,并且速度还不错-A very good procedures for multi-threaded network reptiles. . . . Clear source, and the speed was not bad
Sniffer_POP3
- 使用VC++6.0编写的POP3抓包程序。利用WinPcap编写,MFC制作界面程序,利用多线程技术后台监听抓包,系统资源占用低。编译时请下载WinPcap驱动和开发包。-The use of VC++ 6.0 capture procedures POP3 prepared. Use WinPcap prepared, MFC production interface procedures, take advantage of multi-threading technology to mon
MulitiProcess
- C#多线程学习的小例子,平台VS2008,其中有的命名空间需要.NET Framework 3.0,所以VS2005无法正常运行-C# multi-threaded case study of a small, platform VS2008, some of which namespace needs. NET Framework 3.0, so VS2005 can not work correctly
ConsoleApplication1
- 【C#多线程】 动态创建多个线程后 需要关闭其中某个线程的解决实例。-】 【C# multi-threaded dynamic creation of multiple threads need to close them after the settlement of a thread instance.
ComQsPlc
- 多年工程经验的软件团队开发测试,经过本公司及客户的海量实际应用检验,稳定可靠;采用稳定高效的内部协议,无须编写PLC内部程序配合,直接访问PLC的内存,通讯响应快速;内建动态管理的多独立线程连接,同时支持外部应用的多线程结构调用;兼容WINDOWS系统下的所有开发环境,包括各种版本的VB.NET、C#、VC++,以及DEIPHI 、VB、LabView等;支持几乎所有PLC的CPU自带通讯口、通讯扩展模块。(Software development and testing team for ma
tempScript
- 最简单的Ping 工具,用于学习理解,涉及多线程的使用(The simplest Ping tools for learning and understanding, involving the use of multi-threaded)
lock和多线程
- C#,lock和多线程的简单例子,使用线程的好处·使用线程可以把占据长时间的程序中的任务放到后台去处理 ·用户界面可以更加吸引人,这样比如用户点击了一个按钮去触发某些事件的处理,可以弹出一个进度条来显示处理的进度 ·程序的运行速度可能加快 ·在一些等待的任务实现上如用户输入、文件读写和网络收发数据等,线程就比较有用了。在这种情况下可以释放一些珍贵的资源如内存占用等等。(A simple example of C#, lock, and multithreading, the b
C#网络应用编程
- 网络应用编程 通过开发一款网络聊天程序, 熟练掌握多线程编程技术和TCP应用编程技术(Network application programming Through the development of a network chat program, master multi-threaded programming technology and TCP application programming technology)
线程同步方法lock
- 该示例演示了C#中多线程的创建方法,及线程同步方法(multiy thread and the method of thread synchronization)
MyGame
- 基于c#开发的一个打字游戏,实现了竖立进度条表示血量,多线程等操作(A typing game based on the development of c#, the erection progress bar said blood, multi-threaded operation)
Professional C# 6 and .NET Core 1.0
- C#编程,英文版 winform窗体应用程序,实现对文件的保存操作,通过点击相应按钮,实现文件保存功能。 多线程计时器,Windows 编程VS2010 C#(Professional C# programming)
网站数据抓取
- 一个网站数据抓取小程序,多线程,mysql数据库,EF db first(A web site data capture small program, multithreading, MySQL database, EF DB first)
Loom
- Unity多线程(Thread)和主线程(MainThread)交互使用类(Unity multithreading (Thread) and the main thread (MainThread) interactively use the class)
Multithreading in C# 5.0 Cookbook
- C#多线程编程实战 目录 第1章 线程基础 第2章 线程同步 第3章 使用线程池 第4章 使用任务并行库 第5章 使用C# 5.0 第6章 使用并发集合 第7章 使用PLINQ 第8章 使用Reactive Extensions 第9章 使用异步I/O 第10章 并行编程模式 第11章 更多信息(C# multi thread programming real war directory The first chapter thread base Sec
c#委托异步
- C#委托异步处理,可以同时多线程处理事情(C# delegate asynchronous processing)
Threads_demo
- 多线程初级教学例子,方便新手理解多线程的工作原理。(Multi thread primary teaching example, convenient for beginners to understand the working principle of multithreading.)