-
This part describe summary of what you will find in each of the files in this ch...
This part describe summary of what you will find in each of the files in this chat application.
Client.exe
This is the client part of the chat application. Clients can connect to the chat server using this application.
Server.exe
This is the server part of the chat application. This part establishes the connection between clients. First we have to execute this part before we execute the client part. So we have to mention the specific port number. This server can handle 50 clients.
- 2022-08-08 00:12:49下载
- 积分:1
-
ms wince 6 training materials. WINCE6 introduced the development environment and...
ms wince 6的培训资料.
介绍WINCE6的开发环境及软件结构.-ms wince 6 training materials. WINCE6 introduced the development environment and software architecture.
- 2022-01-25 16:37:11下载
- 积分:1
-
农夫过河问题算法实现,可以直接下载,不用解码的.
农夫过河问题算法实现,可以直接下载,不用解码的.-farmer river issues algorithm can be downloaded directly without decoding.
- 2022-03-21 14:50:55下载
- 积分:1
-
石源代码教程,如果客户端提供的服务工具,可以在A源代码中获取源代码..
石器源代码编译教程,如果拿到石器服务端源码不知所措,那就用上它咯!-Stone source code tutorial, if the client service tools to get source code at a loss, then use it pyronaridine!
- 2023-03-31 15:55:08下载
- 积分:1
-
实现 bmp jpg 图像格式
- 2022-05-15 22:49:17下载
- 积分:1
-
Au1200 yamon release 02.29J
Au1200 yamon release 02.29J
- 2022-07-14 16:12:13下载
- 积分:1
-
一个用mfc来编的秒表小程序,挺好玩的,我话了很多时间的
一个用mfc来编的秒表小程序,挺好玩的,我话了很多时间的-mfc to use a series of small programs stopwatch, the play is very good, so I had a lot of time
- 2022-02-07 02:02:04下载
- 积分:1
-
内存修改
#ifndef _SEARCH_THREAD_H_
#define _SEARCH_THREAD_H_
#define PROCESS_SIZE 1000 // 进程条的最大值
#define THREAD_NUM 1 // 搜索内存线程个数
#define WM_FIND_MEMORY (WM_USER + 1) // 找到搜索数值
#define WM_FIND_PROGRESS (WM_USER + 2) // 搜索进度
#define WM_SEARCH_FINISH (WM_USER + 3) // 搜索线程完成
#define SEARCH_STRING_MAX_LENGTH 255 // 搜索字符串的最大长度
class CModifyMemoryDlg;
// 搜索线程函数
DWORD WINAPI SearchMemory(LPVOID lpParameter);
// 精确搜索
void EquSearch(CModifyMemoryDlg *pDlg, BYTE *lpBuf, MEMORY_BASIC_INFORMATION &mbi);
// 大于搜索
void GreaterSearch(CModifyMemoryDlg *pDlg, BYTE *lpBuf, MEMORY_BASIC_INFORMATION &mbi);
// 小于搜索
void
- 2022-06-18 16:10:54下载
- 积分:1
-
按大小分割文本,按份数分割文本,统计文本
Borland c++;文本分割器...
按大小分割文本,按份数分割文本,统计文本
Borland c++;文本分割器-Divided by the size of the text, divided according to number of copies the text, statistical ;text;split;Borland c++
- 2022-04-21 11:38:19下载
- 积分:1
-
考勤管理系统VC源码,经本人测试程序可以运行。共编程爱好者交流使用...
考勤管理系统VC源码,经本人测试程序可以运行。共编程爱好者交流使用-Attendance Management System VC-source, after I can run a test procedure. A total exchange of the use of programming enthusiasts
- 2022-01-24 10:15:00下载
- 积分:1