-
编程高手箴言!本书是作者十余年编程生涯中的技术和经验的总结。内容涵盖了从认识CPU、Windows运行机理、编程语言的运行机理,到代码的规范和风格、分析方法、调...
编程高手箴言!本书是作者十余年编程生涯中的技术和经验的总结。内容涵盖了从认识CPU、Windows运行机理、编程语言的运行机理,到代码的规范和风格、分析方法、调试方法和内核优化,内有作者对许多问题的认知过程和透彻的分析,以及优秀和精彩的编程经验。-Proverbs programming master! This book is the author programming career more than ten years of technology and experience. Covers from the understanding of CPU, Windows running mechanism, the operation mechanism of the programming language to code and style specifications, analytical methods, testing methods and kernel optimization, there are authors of many of the issues of cognitive process and a thorough analysis, as well as excellent and exciting programming experience.
- 2022-02-12 11:21:08下载
- 积分:1
-
一个C++表格类
一个C++表格类-a Class C forms
- 2022-01-23 10:06:03下载
- 积分:1
-
内存读写函数,挺有用的
内存读写函数,挺有用的-memory read and write function, quite the
- 2022-02-07 07:09:08下载
- 积分:1
-
基于C++BUILDER环境,初学者很适用,代码简单易懂,对学习和借鉴有很大好处,可移植很强,我测试的版本是BCB60,Listbox自绘源代码...
基于C++BUILDER环境,初学者很适用,代码简单易懂,对学习和借鉴有很大好处,可移植很强,我测试的版本是BCB60,Listbox自绘源代码-Based on the C++ BUILDER environment is applicable for beginners, easy-to-understand code, and has a lot to learn from the benefits of highly portable, I tested version BCB60, Listbox from decorated source code
- 2022-10-31 05:05:03下载
- 积分:1
-
很小的恶作剧小软件分享给大家!!用了才知道有意思!就是鼠标一直点不到退出,鼠标点到哪,那个空间就不显示。感觉就显示控件躲避鼠标一样。...
很小的恶作剧小软件分享给大家!!用了才知道有意思!就是鼠标一直点不到退出,鼠标点到哪,那个空间就不显示。感觉就显示控件躲避鼠标一样。
-Small piece of software to share a small joke for everyone!! Used know interesting! Is less than the mouse has been point out, the mouse point where, that space is not displayed. I feel like the display control to avoid the mouse.
- 2022-02-04 00:22:57下载
- 积分:1
-
shows the current curve, a very special yo. Look at the open, can not be said to...
电流显示的曲线,很特别的哟。打开看看,受益不能说是匪浅,但是还是有许多的。-shows the current curve, a very special yo. Look at the open, can not be said to benefit a great deal, but still there are many.
- 2022-05-22 01:37:24下载
- 积分:1
-
命名管道充分利用了Windows NT和Windows 2000内建的安全机制。
将命名管道作为一种网络编程方案时,它实际上建立了一个客户机/服务器通信体系...
命名管道充分利用了Windows NT和Windows 2000内建的安全机制。
将命名管道作为一种网络编程方案时,它实际上建立了一个客户机/服务器通信体系,并在其中可靠地传输数据。
命名管道是围绕Windows文件系统设计的一种机制,采用“命名管道文件系统(Named Pipe File System,NPFS)”接口,因此,客户机和服务器可利用标准的Win32文件系统函数(例如:ReadFile和WriteFile)来进行数据的收发。
-named pipe full advantage of the Windows NT and Windows 2000 built-in security system system. To be named as a pipeline network programming package, which is actually the establishment of a client/server communication system, and in which reliable data transmission. A named pipe is on the Windows file system design of a mechanism, "Named Pipe File System (Named Pipe File System, NPFS) "interface, therefore, client and server can use standard Win32 file system functions (such as : ReadFile and WriteFile) data to the transceiver.
- 2023-07-21 23:15:04下载
- 积分:1
-
关于如何锁住键盘和鼠标
钩子实际上是一个处理消息的程序段,通过系统调用,把它挂入系统。每当特定的消息发出,在没有到达目的窗口前,钩子程序就先捕获该消息,亦即钩子函数先得到控制权。这时钩子函数即可以加工处理(改变)该消息,也可以不作处理而继续传递该消息,还可以强制结束消息的传递。对每种类型的钩子由系统来维护一个钩子链,最近安装的钩子放在链的开始,而最先安装的钩子放在最后,也就是后加入的先获得控制权。要实现Win32的系统钩子,必须调用SDK中的API函数SetWindowsHookEx来安装这个钩子函数,这个函数的原型是HHOOK SetWindowsHookEx(int idHook,HOOKPROC lpfn,HINSTANCE hMod,DWORD dwThreadId);,其中,第一个参数是钩子的类型;第二个参数是钩子函数的地址;第三个参数是包含钩子函数的模块句柄;第四个参数指定监视的线程。
- 2022-02-24 11:14:29下载
- 积分:1
-
读取历史文件的内容一个小工具,通过WINDOWS的组件接口实现...
读取历史文件的内容一个小工具,通过WINDOWS的组件接口实现-Read the contents of historical documents, a small tool components WINDOWS interface
- 2023-06-09 18:10:03下载
- 积分:1
-
在windows VC++ MFC下打印预览源码,非常实用
在windows VC++ MFC下打印预览源码,非常实用-the windows VC MFC Print preview source, a very practical
- 2022-10-19 04:10:03下载
- 积分:1