-
SSF_kongjiannihe_page153
一种测定信源数目的方法,采用SSF方法。(Determination of source of a number of ways, using SSF method.)
- 2009-10-18 11:28:12下载
- 积分:1
-
O文件修改例子
说明: ETC中文对照,对于简单的方式,用这个即可(Chinese control, ETC for a simple way, use this)
- 2021-02-11 23:49:51下载
- 积分:1
-
Elevator
4×10的电梯群控系统的仿真平台,可以模拟群控电梯的实时运行情况,并提供了可视化的界面,可以记录乘客的进出时间,总之,在研究电梯群控算法方面,是非常有用的软件。(4 × 10 of the elevator group control system simulation platform that can simulate the elevator group control of real-time operation, and provides a visualization interface, can record the entry and exit of passengers time, short, in the study elevator group control algorithm is very useful software.)
- 2021-04-23 15:08:47下载
- 积分:1
-
skyblue_BoxMan
推箱子小游戏,visualC++经典游戏设计(Sokoban game, visualC++ Classic Game Design)
- 2008-12-18 14:39:16下载
- 积分:1
-
911605
用VB做的一个液晶取字模程序,做液晶显示应该能够能用得到(Use VB to do a liquid crystal to take the font program, do liquid crystal display should be able to use)
- 2018-11-05 09:00:55下载
- 积分:1
-
OllyDBG-Tutorial
OllyDBG 实例教程 入门教程 OD入门教程包含实例(Getting Started Tutorial Tutorial OllyDBG instance)
- 2010-02-12 15:20:38下载
- 积分:1
-
icePubDll
获取计算机硬件信息的动态链接库,CPU序列号,硬盘序列号,MAC地址等信息
例程:
void gethardinfo()
{
QString str1="";
char buff[1024];
char buff2[1024];
char temp;
typedef int (WINAPI ICEPUB_MACHINEGETINFO)(int typeFlag,char *strInfo);
ICEPUB_MACHINEGETINFO *icePub_machineGetInfo = 0;
HINSTANCE hDLLDrv = LoadLibrary("icePubDll.dll");
if(hDLLDrv)
{
icePub_machineGetInfo = (ICEPUB_MACHINEGETINFO *)GetProcAddress(hDLLDrv, "icePub_machineGetInfo");
}
icePub_machineGetInfo(3,buff);
str1=buff;
int i=0;
int n=0;
n=str1.length();
qDebug()<<n;
for(i=0;i<n;i+=2)
{
temp=buff[i];
buff2[i+1]=temp;
buff2[i]=buff[i+1];
}
QString str2=buff2;
qDebug()<<buff2;
qDebug()<<str2;
}(Access to the computer hardware information dynamic link library, CPU serial number, hard disk serial number, MAC address and other information)
- 2017-12-28 11:45:08下载
- 积分:1
-
CRC
说明: CRC7,CRC8,CRC9,CRC16编解码,查表方法实现(CRC7, CRC8, CRC9, CRC16 codec, look-up table method)
- 2009-07-31 11:36:19下载
- 积分:1
-
学生管理系统
学生成绩管理系统,拥有登录,在线查询,成绩 批改等功能(Student achievement management system)
- 2021-04-19 21:08:50下载
- 积分:1
-
MP10Setup_21hulian
挺 有用的一些资料,希望能和大家一起共享。(Quite a number of information used in the hope of sharing with everyone.)
- 2008-04-16 11:41:20下载
- 积分:1