搜索资源列表
ProgrammingWindowsCHS
- 《Windows 程序设计(第5版)(上、下册)》 如果对Windows开发有什么问题的话,请翻阅PetZold的著作吧。在《Window程序设计》(第5版)中,这位杰出的“Windows先锋奖”(Windows Pioneer Award)获得者根据最新的Windows操作系统权威技术修订了他的经典著作——再一次演示了基本的Win32程序设计的API核心内容。本书的内容包括: ** 基本内容——输入、输出和对话框 ** Unicode概述 ** 图形——绘图、文本和字体、位图和元文件 **
smartclient5
- 本章讨论与智能客户端应用程序中多线程的使用有关的问题。为了最大限度地提高智能客户端应用程序的响应能力,需要仔细考虑如何和何时使用多线程。线程可以大大提高应用程序的可用性和性能,但是当您确定它们将如何与用户界面交互时,需要对其进行非常仔细的考虑。-discussed in this chapter and Smart Client Application Program multithreading in the use of the problem. In order to improve th
chat_file-transmition
- 利用Visual C++的Windows SOCKET网络编程实现局域网内正在使用本程序的所有主机的群聊、两主机之间的点对点聊天和文件传送功能,且具有以下特点:通信完全是异步的;各用户是对等的,不区分客户机和服务器,任何用户启动或关闭程序都不会影响其他用户的正常使用;使用多线程传输文件。 -using Visual C Windows Socket Programming Network is bringing LAN use this procedure in the mainframe
多线程HTTP服务器程序
- 多线程HTTP服务器程序.Linux下开发的心得笔记 包括加锁的问题、内核编程的一些注意事项、内核程序风格的注意事项、为操作函数集等和一些源码。-multithreaded HTTP server. Linux development experience including lockable Notes, some kernel programming note, the kernel procedures style matters to the attention of the opera
MultiThread
- 互斥对象的讲解,如何采用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行
WDM_Driver_Design_based_PCI
- 对 PCI 9052 桥接芯片实现 PCI 接口, WDM 驱动程序构造方法,驱动程序 I/O传输操作,驱动程序各例程的主要代码实现,多线程完成多模块并行操作,LabWindows / CVI 实现虚拟仪器设计,套接字Socket 实现网络传输等关键技术进行详细阐述。
Java并发编程设计原则和模式
- 介绍了JAVA多线程并发程序设计的核心问题、机制和设计模式,对从事分布式并发程序设计的程序员来说是很好的资料。
win32 Internet 网络文档资料
- WIn32 Internet网络文档资料 Wininet多线程下载资源文档资料和程序 非常好的资料
OSTimer
- 通过研究内核的时间管理算法,学习内核源代码;然后应用这些知识并且使用“信号”建立一种用户空间机制来测量一个多线程程序的执行时间。-By studying core time management algorithm, to study the kernel source code and then the application of such knowledge and the use of signal to establish a mechanism to measure the u
Delphi_Threads
- delphi多线程程序开发教程。是提高开发能力的参考材料。-delphi multi-threaded application development tutorials. Is to improve the ability to develop reference materials.
VC_examples
- 实例12-1:使用用户界面线程实例。源代码在光盘中“\12\InterfaceThread”目录下。 实例12-2:使用工作者线程实例。源代码在光盘中“\12\ControlThread”目录下。 实例12-3:多线程实例。源代码在光盘中“\12\WQDemo”目录下。 实例12-4:线程间的通信。源代码在光盘中“\12\ThreadCommu”目录下。 实例13-1:动态链接库(Dll)实例。源代码在光盘中“\13\dlltest ”目录下。 实例13-2:鼠标钩子应
dodo
- 多线程系列,COM编程,钩子程序资料收集。-Series of multi-threading, COM programming, hook program data collection.
Win32thread
- Win32多线程程序设计. 用于桌面软件开发员。-Win32 thread programming.
java
- 简单的java多线程程序,封装在3个类中。-Simple java multithreaded programs, encapsulated in three classes.
DNS
- 本系统基于DMS电信服务需求为主要研究背景,采用C/S架构,和C++程序设计,系统服务器端采用Socket通信,和Unix多线程程序设计,完成并实现了以Unix作为后台服务器的电信服务管理系统。-The system based on the demand for telecommunications services in DMS as the main research background, the use of C/S architecture, and C++ programming,
win32
- Win32多线程程序设计(完美版) 多线程编程很好的书籍-Win32
Linux---the-design-of-program
- 内容包括Linux开发环境、Linux编程的入门知识、系统和网络编程、多线程程序设计、控制台编程、XWindow系统编程、国际化编程知识等-Including Linux development environment, Linux programming introductory knowledge, systems and network programming, multi-threaded programming, console programming, XWindow system
a
- 此书为POSIX多线程程序设计英文版。本书深入描述了IEEE的开放系统接口标准-POSIX线程,通常称为Ptherads标准。--This book describes in depth the open system interface standard IEEE-POSIX threads, commonly known as Ptherads standards. This book first explains the basic concepts of threads, includi
CSharp-Multi-Thread
- 多线程程序开发教程,详细描述了自定义多线程、Monitor类、锁、生产者消费者、Mutex等使用方法-MultiThread Programming Skills including topics as customize thread, Monitor Class, Lock, Productor-Consumer and Mutex and so on.
参考C程序20171022
- VC串口编程实例及VC多线程编程实例,一共有5个。(VC serial programming examples and VC multithreaded programming examples, a total of 5.)