-
100个Jbuilder编写的Java小程序,功能单一,但覆盖面广,适宜入门。...
100个Jbuilder编写的Java小程序,功能单一,但覆盖面广,适宜入门。-100 Jbuilder Java prepared by the procedures and functions of a single, wide coverage, appropriate entry.
- 2022-03-25 04:46:27下载
- 积分:1
-
EXPRESSION PARSE is a component of the library, it can detect PASCAL language ca...
EXPRESSION PARSE是一个组件的图书馆, 通过它可以检测PASCAL语言类的SCRIPT. 它不仅 仅是一个调试器, 而且还是一个准编译器, 因此更有效率. 该软件使用方便且兼具DELPHI VCL的强大功能,你即可以检测一个简单的表达式或一大堆复杂的语法, 而不需要使用者具有很高深的编程能力或从编写一整个的应用程序的SCRIPTS或者注意其他的使用规则等, 你所需要的只是进行简单的内嵌表达式操作而已.-EXPRESSION PARSE is a component of the library, it can detect PASCAL language category SCRIPT. It is not merely a debugger, but also a quasi-compiler, therefore more efficient. The software is easy to use Delphi VCL which both the powerful functions, you can detect that is a simple expression- or a lot of complex syntax, without the need for users with high depth of programming capability or preparing an entire application"s attention SCRIPTS or other rules governing the use, you need only a simple expression embedded operating it.
- 2022-03-13 18:30:18下载
- 积分:1
-
用于启动界面的制作,以及对于词法的分析,很实用的东西
用于启动界面的制作,以及对于词法的分析,很实用的东西-Interface used to start production, as well as for lexical analysis, a very practical things
- 2023-01-06 08:50:03下载
- 积分:1
-
相对定位码图像
实现影像像对的相对定向,为生成核线影像提高相对定向元素-Relative orientation code image
- 2022-11-29 15:10:03下载
- 积分:1
-
Brief introduction of stochastic processes, which includes the conditions of exp...
简要介绍随机过程,其中包括期望点的条件,更新过程,Mark-Shikishima链
- 2022-06-27 06:55:29下载
- 积分:1
-
成绩管理系统
成绩管理系统,管理员登陆,注册。登陆后可增删改查成绩,用文件存储信息,infile,outfilel来操作。
- 2022-02-20 06:16:06下载
- 积分:1
-
用C++实现的简单目标识别源代码,特别可以识别红色的目标
用C++实现的简单目标识别源代码,特别可以识别红色的目标-A system which is realized by c++
- 2022-01-26 02:46: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
-
一个编辑java计算器
用JAVA编的计算器,功能好,运行没有出错-a calculator edited by java
- 2023-01-07 08:35:03下载
- 积分:1
-
对8255的应用接口编程,经过初始化后能够在实验板上播放两只老虎的音乐...
对8255的应用接口编程,经过初始化后能够在实验板上播放两只老虎的音乐-Application of the 8255 programming interface, after initialization in the experiment after the two tigers on-board music player
- 2022-04-15 14:58:15下载
- 积分:1