-
应用crc
应用crc-16编码校验数据包是否出错,包括编码、解码,引入错误-Application of crc-16 code check whether the error packet, including encoding, decoding, the introduction of error
- 2022-03-01 21:10:01下载
- 积分: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
-
此系统为一简单的火车售票系统,和数据库连接,以及实现各种售票功能。...
此系统为一简单的火车售票系统,和数据库连接,以及实现各种售票功能。-This system is a simple train ticketing system, and database connections, and achieve a variety of ticketing functions.
- 2022-03-19 19:24:46下载
- 积分:1
-
销售合同管理系统
销售合同是企业经营的重要组成部分,它可以体现一个企业的经营情况和效益。企业销售合同管理系统可以有效地提高企业宏观控制和经营管理的质量,是...
销售合同管理系统
销售合同是企业经营的重要组成部分,它可以体现一个企业的经营情况和效益。企业销售合同管理系统可以有效地提高企业宏观控制和经营管理的质量,是企业现代化管理的重要组成部分。
后台数据库使用SQL Server,前台开发工具使用Visual Basic。-sales contract management system contract for the sale of the business is part and parcel it embodies one of the operating and efficiency. Enterprise sales contract management system can effectively enhance macro-control and management of quality, modern enterprises are an important management component. Background database using SQL Server, future development tools to use Visual Basic.
- 2023-05-01 17:50:02下载
- 积分:1
-
绕过所有用户层的hook代码
绕过一切用户层的hook,使用钩子方面的技术,涉及到Windows方面的核心编程,代码具有通用性,适合研究这方面或者对这方面感兴趣的人
- 2023-06-19 19:45:03下载
- 积分:1
-
学生成绩管理,可以对学生成绩进行,输入,查询,修改,排名等功能....
学生成绩管理,可以对学生成绩进行,输入,查询,修改,排名等功能.-student performance management, student achievement can be right for input, inquiries, modify, ranking functions.
- 2022-03-05 16:23:58下载
- 积分:1
-
.NET下的API
.NET下的API-. NET under the API
- 2022-11-12 20:00:04下载
- 积分:1
-
用C++实现数据读入XML文档和从XML文档中读出
用C++实现数据读入XML文档和从XML文档中读出-With C++ Realize data read XML documents and XML document from the read out
- 2022-07-03 21:07:57下载
- 积分:1
-
String search and extraction, vc programming frequently asked questions, I hope...
字符串的查找和提取,vc编程常见的问题,希望能对你有所帮助-String search and extraction, vc programming frequently asked questions, I hope you can help
- 2022-08-22 03:57:04下载
- 积分:1