搜索资源列表
WinCE多线程示例
- 采用Platform Builder编写的多线程程序,可以在嵌入式操作系统Window CE.NET上运行。本程序在定位导航系统中,显示电子地图和数据采用等多工作需求的场合。-using Platform Builder prepared by the multi-threaded process, Embedded operating system can run on Windows CE.NET. The procedures in the GPS navigation system, e
一个多线程的windows控制台应用程序
- 一个多线程的windows控制台应用程序-a multithreaded the windows console application
windows多线程con
- windows多线程编程dos版本改版本在windows consel下实现-windows multithreaded programming dos version changed version of the windows under consel
windows多线程mfc
- windows多线程编程,利用mfc的方式实现。与dos版本可互补。-windows multithreaded programming, using mfc ways. Dos version and complement each other.
vc++多线程
- 多线程编程 进程和线程都是操作系统的概念。进程是应用程序的执行实例,每个进程是由私有的虚拟地址空间、代码、数据和其它各种系统资源组成,进程在运行过程中创建的资源随着进程的终止而被销毁,所使用的系统资源在进程终止时被释放或关闭。 线程是进程内部的一个执行单元。系统创建好进程后,实际上就启动执行了该进程的主执行线程,主执行线程以函数地址形式,比如说main或WinMain函数,将程序的启动点提供给Windows系统。主执行线程终止了,进程也就随之终止。 每一个进程至少有一个主执行线
windows 多线程基础
- windows 多线程编程基础
多线程
- 实现Windows多线程处理
多线程管理
- 一个windows应用程序,线程池管理!动态分配线程资源
《Windows多线程编程技术与实例》-郝文化-源代码
- 《Windows多线程编程技术与实例》-郝文化-源代码-3316
DataGetter.rar
- 多线程数据采集器源码(C# 2.0) 此程序采用vs2005开发,为windows窗体程序,已经具备多线程采集器所需的基本功能!,Multi-threaded data acquisition source (C# 2.0) this procedure using VS2005 to develop for the windows form program, already multi-threaded collector of the basic functions required!
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语言
lance
- 写的不错的跨平台多线程框架,windows,linux、unix-mutil-thread framework
delphi_help
- 从网上能找到的最好的delphi开发帮助了,包含了,Windows编程、图像编程、文件编程、Web编程、多线程编程等等,各个技术方面的编程帮助。-From the Internet to find the best delphi development help, and includes, Windows programming, graphics programming, file programming, Web programming, multithreaded programming
Chat
- 多线程,多任务,网络聊天室,windows操作系统保存-Multi-threaded, multi-task, network chat rooms, windows operating system to preserve
getpass
- 破解WINDOWS登陆密码,采用的是穷取法,为了加快破解效率,本程序利用了多线程技术, 在此仅以一线程为例,其它线程调用的是相同函数,只不过传递的参数不同罢了。-WINDOWS landing crack password, using the取法poor, in order to speed up the cracking efficiency of the procedures used in this multi-threaded technology, only one in thi
GuiThread
- GUIThread是用csharp编写的windows多线程,通过这个代码可以学习VS怎么实现多线程的-GUIThread is multithreads programming by csharp,which can teach you how to complish multithreads in VS
Window
- windows 下多线程介绍很多人很容易去掌握,可以让大家研读一下。-windows thread is good.you can read it.
线程优先级
- windows的线程优先级历程,参考windows第五版来写的.需要的可以下载。
多线程编程示例
- 简单windows 多线程编程示例,适合初学者学习多线程编程(Simple windows multi thread programming example, suitable for beginners to learn multithreaded programming)
C#多线程编程实战_中文完整版_带书签目录
- 《C#多线程编程实战》共分为11章,第1章介绍C#中基本的线程操作;第2章描述线程交互细节;第3章解释线程池概念;第4章深入讲解任务并行库框架;第5章深入解释C#5.0中的新功能——异步方法;第6章描述.NET框架中并行算法的标准数据结构;第7章深入讲解并行LINQ基础设施;第8章解释如何以及何时使用Reactive Extensions框架;第9章深入讲解异步I/O进程,包括文件、网络及数据库等场景;第10章针对常见的并行编程问题给出一些解决方案;第11章讲述编写基于Windows 8的异步应