-
527906多线程串口通讯实例_622
527906多线程串口通讯实例_622,用c++builder 开发,有兴趣的朋友可以下载看看,
- 2022-01-26 03:41:16下载
- 积分:1
-
单纯形法c++编程,可用于线性规划问题的研究解决优化问题
单纯形法c++编程,可用于线性规划问题的研究解决优化问题-Simplex Method c programming, linear programming can be used to study and solve the problem of optimization problem
- 2023-01-12 00:05:04下载
- 积分:1
-
一个客户_服务器程序,通过Winsock察看服务器端的数据库
一个客户_服务器程序,通过Winsock察看服务器端的数据库-_ A client server program, through Winsock database server-side View
- 2022-08-15 22:36:32下载
- 积分:1
-
基于MFC绘图程序MiniDraw,运用鼠标交互,画直线圆多边形矩形等等功能,...
基于MFC绘图程序MiniDraw,运用鼠标交互,画直线圆多边形矩形等等功能,-MFC-based drawing program MiniDraw, the use of mouse interaction, drawing a straight line circle rectangle polygon feature, etc.,
- 2022-08-21 15:03:25下载
- 积分:1
-
数字滤波器结构
数字信号处理中的数字滤波器结构程序代码
- 2023-01-05 21:00:04下载
- 积分:1
-
在线考试
在线考试系统只是为了管理方。它可以上传使用.csv (逗号分离值) 的问题和管理问题。
- 2022-03-31 01:47:28下载
- 积分:1
-
使用JAVA语言实现下列功能的系统 a) 系统能接受用户输入一个文件名,该文件名对应的文件A可能包含中文,英文字符,换行回车等字符。 b) 系统在确认用户输...
使用JAVA语言实现下列功能的系统 a) 系统能接受用户输入一个文件名,该文件名对应的文件A可能包含中文,英文字符,换行回车等字符。 b) 系统在确认用户输入的文件A存在后对文件A进行处理,生成另外一个文件B,要求文件B显式包含文件A的所有内容,并且不改变文件A中的已经有的内容。 c) 系统在文件A不存在的情况下,可以发现B中保留的A的内容被修改过。这种修改包括删除/增加A的某行信息,在A的内容中增加/删除/修改某个字符。-use JAVA following a function of the system) system will accept user input a name, the name of the paper document may contain A Chinese and English characters such as newline characters enter. B) System user input in identifying the existence of a document after document A pair of processed produce another document B, B requested documents Explicit document contains all the elements of A and A does not change the document has some content. C) A system in the document did not exist circumstances, it can be found B of A to retain the content has been modified. Such changes include the deletion/A increased to a certain line of information in the contents of A Increase/delete/change certain characters.
- 2022-03-22 01:16:46下载
- 积分:1
-
基于STM32智能灯控制系统
- 2023-05-26 10:30:05下载
- 积分:1
-
mapinfo的中间格式mif的读取,以及显示,希望大家相互交流。
mapinfo的中间格式mif的读取,以及显示,希望大家相互交流。-mif format mapinfo the middle of reading, and shows that the mutual exchange of hope.
- 2022-02-13 21:24:06下载
- 积分: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