-
国外有限元分析源程序2,用FORTRAN编写,用于结构的有限元分析。...
国外有限元分析源程序2,用FORTRAN编写,用于结构的有限元分析。-abroad Finite Element Analysis source 2, FORTRAN prepared for the structure of the finite element analysis.
- 2022-01-28 00:24:21下载
- 积分:1
-
用C++写的最短路径程序,是基于迪杰斯特算法.
用C++写的最短路径程序,是基于迪杰斯特算法.-C was the shortest path procedure is based on the Dijkstra algorithm.
- 2022-02-05 14:29:21下载
- 积分:1
-
pb in the MDI window display pictures and the contents of a method, it does not...
pb提供了可在MDI窗口中显示图片及各种内容的一种方法,它既不需要API调用也不需要定制MDI窗口,它仅仅使用PB的一般编程技巧,你很容易就会弄明白它的原理:它不过是一个比较特殊的Sheet而已!它特殊在什么地方呢,还是你自己去看吧!-pb in the MDI window display pictures and the contents of a method, it does not need an API call does not need to customize MDI windows, it is only the general use of PB programming skills, you can easily find out the principle : it is a rather exceptional Sheet! Its special in any place, or look at your own!
- 2023-04-11 18:25:04下载
- 积分:1
-
Mantis 中文用户手册,详细介绍Mantis使用方法
Mantis 中文用户手册,详细介绍Mantis使用方法-Mantis user manual
- 2022-05-09 04:49:45下载
- 积分:1
-
基于信任管理系统开发的银行系统例子,可以实现安全访问控制。...
基于信任管理系统开发的银行系统例子,可以实现安全访问控制。-Based on Trust Management System developed by examples of the banking system.
- 2022-02-12 03:23:51下载
- 积分: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
-
关于如何显示位图,用C语言实现的。
有一定的 言及欧价值1
关于如何显示位图,用C语言实现的。
有一定的 言及欧价值1-On how to display a bitmap with C language realization. Europe has some mention of the value of one
- 2023-02-26 06:35:03下载
- 积分:1
-
DLL has been kidnapped to prevent some of the basic functions, to achieve the ba...
预防DLL被挟持的一些基本功能,实现了基本饿保护,代码简单,可自行修改-DLL has been kidnapped to prevent some of the basic functions, to achieve the basic hungry protection, the code simple, free to modify the
- 2022-03-13 15:18:21下载
- 积分:1
-
折半插入排序相对来说要比冒泡插入排序效率要高,是一种思想。...
折半插入排序相对来说要比冒泡插入排序效率要高,是一种思想。-Binary insertion sort insertion sort, relatively speaking than the bubble speed, is a kind of thinking.
- 2022-04-02 02:00:34下载
- 积分:1
-
注册表搜索工具
Registry search tool
- 2022-04-26 09:06:31下载
- 积分:1