-
电路布线问题要确定将哪些连线安排在第一层上,使得该层上有尽可能多的连线。换句话说,该问题要求确定导线集Nets={(i,π(i)),1≤i≤n}的最大不相交子集...
电路布线问题要确定将哪些连线安排在第一层上,使得该层上有尽可能多的连线。换句话说,该问题要求确定导线集Nets={(i,π(i)),1≤i≤n}的最大不相交子集。-circuit wiring problem will be to determine which connections in the first layer, making this layer as much as possible on the log. In other words, the problem defined Traverse Set Nets = ((i, (i)), 1 i n) is not the largest subset of the intersection.
- 2022-01-25 16:10:18下载
- 积分:1
-
good recommend downloading the general reluctance wrong location can be classifi...
很好,推荐下载 一般,勉强可用 分类位置错 文件不全 和说明完全不符 不是源代码 文件有密码,不知道密码 不能下载或解压失败-good recommend downloading the general reluctance wrong location can be classified documents and incomplete statement is not totally incompatible source code file password, the password can not download or decompression failures
- 2022-03-17 00:21:31下载
- 积分:1
-
用VB编写的记事本,程序精简易懂,对VB练习文本框控件以及相关方法非常有用...
用VB编写的记事本,程序精简易懂,对VB练习文本框控件以及相关方法非常有用-Written in Notepad using VB, procedures streamlined and understandable, to VB text box control, exercise and related method is very useful for
- 2022-03-19 02:53:12下载
- 积分:1
-
键盘读键程序,采用扫描得方法来判断是否有按键被按下
键盘读键程序,采用扫描得方法来判断是否有按键被按下-Reading keyboard key procedures, the use of scanning methods to determine whether a button has been pressed
- 2022-04-16 05:15:19下载
- 积分:1
-
工业过程监控控件源码 c#
该文件是一系列工业过程监控控件,基于VS编写,使用c#语言,并且完全开源,内涵可直接运行的demo,可自行绘制各种形状按钮、表盘、led显示控件等,设计为拟物风格,形象生动,功能强大
- 2022-08-03 16:43:34下载
- 积分: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
-
ce.net打印驱动
ce.net打印驱动 -CE.net Printer Driver
- 2022-02-12 03:45:51下载
- 积分:1
-
简易记事本
这是一个记事本,可以添加事件条例,事件时间,备注信息等。有拍照和录像功能,把照片或录像作为事件存储下来,使用简单方便。在eclipse 中用JAVA开发的,希望供大家参考。
- 2022-03-23 05:51:24下载
- 积分:1
-
微软基础类库:接口
MICROSOFT FOUNDATION CLASS LIBRARY : Interface
- 2022-03-17 05:14:15下载
- 积分:1
-
ThinkingC++中文版,适合初级c++学习者阅读
03部分
ThinkingC++中文版,适合初级c++学习者阅读
03部分-ThinkingC++ Chinese version, suitable for primary c++ Learners read the 03 part
- 2022-04-17 06:34:02下载
- 积分:1