-
完成端口(Completion Port)详解
IOCP充分利用内核对象的调度,只使用少量的几个线程来处理和客户端的所有通信,消除了无谓的线程上下文切换,最大限度的提高了网络通信的性能。
- 2023-05-06 11:05:03下载
- 积分:1
-
运用HTML5中的canvas绘制图表
运用HTML5中的canvas画布绘制图表,并能够在各个浏览器中打开显示。适用于PC端,也适用于移动端,既可以在Android系统中打开也可以在iOS中打开。
- 2022-04-28 02:41:41下载
- 积分:1
-
Platform based on vc++6.0 build on the dynamic changes in procedures made the ti...
基于vc++6.0平台上编译而成的关于动态改变程序标题栏图标程序,比较简单,初学者可以以此熟悉mfc编程。-Platform based on vc++6.0 build on the dynamic changes in procedures made the title bar icon in process, relatively simple, beginners can use this familiar mfc programming.
- 2022-09-16 01:45:03下载
- 积分:1
-
32 as a Microsoft platform application programming interface, Win32 API is engag...
作为Microsoft 32位平台的应用程序编程接口,Win32 API是从事Windows应用程序开发所必备的。本书首先对Win32 API函数做完整的概述;然后收录五大类函数:窗口管理、图形设备接口、系统服务、国际特性以及网络服务;在附录部分,讲解如何在Visual Basic和Delphi中对其调用。 本书是从事Windows应用程序开发的软件工程师的必备参考手册。-32 as a Microsoft platform application programming interface, Win32 API is engaged in the development of Windows applications are essential. The book begins on the Win32 API function to do a complete overview; Then function contains five main categories : window management, graphics device interface, system services, international character and network services; In the appendix to the book, to explain how the Visual Basic and Delphi to their call. The book is engaging in Windows application development software engineers must reference manual.
- 2023-07-03 20:55:03下载
- 积分:1
-
该代码模拟建设银行的取款机,这是我的首次需求分析
该代码模拟建设银行的取款机,这是我的首次需求分析-the bank"s teller machines, this is my first demand analysis
- 2022-01-26 03:10:12下载
- 积分:1
-
一个简单 的用户密码管理系统;欢迎下载使用
一个简单 的用户密码管理系统;欢迎下载使用-A simple user password management system welcome to use the download
- 2022-04-14 13:26:12下载
- 积分:1
-
一个可以跟踪鼠标位置的程序。。你可以从屏幕任何地方读出现在鼠标的坐标...
一个可以跟踪鼠标位置的程序。。你可以从屏幕任何地方读出现在鼠标的坐标-A mouse can track the location of the procedure. . You can read from the screen anywhere in the mouse coordinates
- 2022-05-23 11:00:24下载
- 积分:1
-
c 语言所有函数查询帮助文档,对 每一个从事开发的人员都有帮助。...
c 语言所有函数查询帮助文档,对 每一个从事开发的人员都有帮助。-c language help documentation for all functions check on each and every person engaged in the development be helpful.
- 2022-06-16 23:13:24下载
- 积分:1
-
ansi字符串与Unicode字符串转换的代码 包括UTP-8
ansi字符串与Unicode字符串转换的代码 包括UTP-8-this code can convert ansi string into Unicode string(including UTP-8)
- 2022-03-10 08:45:14下载
- 积分:1
-
多CPU下的CPU曲线控制
应用背景
针对于windows编程,多线程编程,CPU的如何使用以及分布,本程序根据编程之美上的的CPU曲线控制,
但是其针对的单CPU模型下,那么多CPU下该如何编程咧,控制不同CPU的曲线。
关键技术
关键技术主要用到了一些windows编程的技巧以及相关的库,比如windows一些测时间的函数,以及指定
绑定CPU和相关线程的函数,这些都是一些windows编程的技巧吧
- 2022-02-28 20:21:31下载
- 积分:1