-
hotel课程设计 对同学们会有很大帮助 不对的地方请多多指教
hotel课程设计 对同学们会有很大帮助 不对的地方请多多指教
-curriculum design of the hotel would be of considerable help students wrong place please advise
- 2023-01-02 10:45:06下载
- 积分:1
-
一个还算可以得屏幕保护程序
一个还算可以得屏幕保护程序-it can be a fairly screen protection program
- 2022-02-16 02:09:54下载
- 积分:1
-
Socks5Client 研究了一下SOCKS5代理协议,顺手用VC6写了个客户端演示程序。这个程序演示了如何使用winsock2穿过Scoks5代理取得HTT...
Socks5Client 研究了一下SOCKS5代理协议,顺手用VC6写了个客户端演示程序。这个程序演示了如何使用winsock2穿过Scoks5代理取得HTTP服务器上的网页内容。SOCKS5代理协议详见RFC1928和RFC1929。写这个程序的目的是为写一个SOCKS5代理服务器准备(可以用来调试协议),正在开发中。-Socks5Client some research SOCKS5 agency agreements with VC6 simply wrote the client presentations. This procedure demonstrated how to use WinSock2 Scoks5 Acting achieved through HTTP server on the web. SOCKS5 agency agreement detailed in RFC1928 and RFC1929. Was the purpose of this procedure is to write a SOCKS5 proxy preparation (can be used to debug protocol), is under development.
- 2022-06-17 14:43:25下载
- 积分:1
-
vc 6.0 additional soft
vc++6.0 的additional soft-vc 6.0 additional soft
- 2023-03-09 11:30:03下载
- 积分:1
-
Example for multithread programing
Example for multithread programing
- 2022-05-06 14:42:08下载
- 积分:1
-
倒计时工具确定最终时间为终点,以现阶段时间为起点运行
倒计时工具确定最终时间为终点,以现阶段时间为起点运行-Instrument to determine the final countdown to the end of time to time as a starting point at this stage to run
- 2022-07-10 21:22:10下载
- 积分:1
-
这是一个代理服务器程序它使用多线程
这是一个代理服务器程序它使用多线程-This is a proxy server procedures it uses multithreading
- 2022-11-20 19:10:03下载
- 积分:1
-
这本书就不用再介绍了吧,经典中的经典。适合进阶的C++程序员。...
这本书就不用再介绍了吧,经典中的经典。适合进阶的C++程序员。-This book will not need to re-introduce the bar, the classic of classics. Suitable for advanced C++ Programmers.
- 2022-03-26 03:13:21下载
- 积分:1
-
简单的计算器功能实现,用了多态,继承等特性,是学习的好例子。...
简单的计算器功能实现,用了多态,继承等特性,是学习的好例子。-Realize a simple calculator function with a multi-state, inheritance, etc., is a good example of learning.
- 2022-05-15 05:05:54下载
- 积分:1
-
thunk是一组动态生成的ASM指令,它记录了窗口类对象的this指针,并且这组指令可以当作函数,既也可以是窗口过程来使用。thunk先把窗口对象this指针记...
thunk是一组动态生成的ASM指令,它记录了窗口类对象的this指针,并且这组指令可以当作函数,既也可以是窗口过程来使用。thunk先把窗口对象this指针记录下来,然后转向到静态stdProc回调函数,转向之前先记录HWND,然后把堆栈里HWND的内容替换为this指针,这样在stdProc里就可以从HWND取回对象指针,定位到WindowProc了-thunk is a group of dynamically generated ASM command, it records the window class object this pointer, and this group of commands can be used as a function of both the process can also be a window to use. thunk first window object this pointer record, and then shifted to the static callback function stdProc, before turning record HWND, and then the contents of the stack where HWND replace this pointer, so in stdProc can retrieve the object from the HWND pointer, locate the WindowProc
- 2022-08-09 23:02:21下载
- 积分:1