-
the status bar shows the time
在状态栏中显示时间-the status bar shows the time
- 2022-03-19 05:57:45下载
- 积分:1
-
java实现的基于wordnet的单词匹配算法,输出为待比较的词的相似度...
java实现的基于wordnet的单词匹配算法,输出为待比较的词的相似度-java realize WordNet-based word matching algorithms, the output to be compared to word similarity
- 2022-01-25 14:40:05下载
- 积分:1
-
高频率地波雷达的仿真和模拟 有用的人可以下下来哈
高频率地波雷达的仿真和模拟 有用的人可以下下来哈-Simulation of High Frequency Ground Wave Radar
- 2022-04-01 00:00:55下载
- 积分:1
-
建立一个新的链表,从文件中读出数据,再把数据放入建立好的链表中。可选择操作的子程序为:<1>输入数据(分别输入学生的学号、姓名、性别、C语言成绩、数...
建立一个新的链表,从文件中读出数据,再把数据放入建立好的链表中。可选择操作的子程序为:输入数据(分别输入学生的学号、姓名、性别、C语言成绩、数学成绩、英语成绩) 按学号或姓名删除学生的资料 按学号或姓名查询学生的资料 修改学生的资料 保存学生的资料 退出系统-Create a new list, read data from the file, then the data into the list of well-established. Selectable operation subroutine as follows: " 1> type" data (respectively, the students enter the school number, name, sex, C language achievement, mathematics achievement, English achievement) " 2" by Student ID or name to delete student information " 3 " by Student ID or name check student information " 4 " modify the student information " 5 " to save student information " 6 " out of the system
- 2022-02-13 01:37:10下载
- 积分:1
-
ActiveX类 播放vcd的MMControl1组件
ActiveX类 播放vcd的MMControl1组件-ActiveX type of player vcd components MMControl1
- 2022-11-05 05:00:02下载
- 积分:1
-
学生信息管理系统,c++编写,适合初学者参考,希望大家学有所成!...
学生信息管理系统,c++编写,适合初学者参考,希望大家学有所成!-Student Information Management System, c++ to prepare, suitable for beginners reference I hope you have achieved!
- 2022-03-03 07:24:55下载
- 积分:1
-
IT业进销存系统
IT业进销存系统-IT industry Invoicing System
- 2022-07-03 17:28:38下载
- 积分:1
-
获取XP登录密码
应用背景当忘记XP系统密码时,可以编译getInfo的dll和exe,执行getInfoRun.exe在下次登录时就可以获取密码了,密码文件保存在windows根目录下的getPwdout.txt文件中关键技术DWORD WINAPI StartHook(LPVOID lpParam)
{
//得到msgina.dll
//hooktable.hMsgina
int n = 0;
hooktable.hMsgina = LoadLibrary("msgina.dll");
n = GetLastError();
if (NULL == hooktable.hMsgina)
{
printf("getmoduleHandle msgina.dll error");
return -1;
}
//得到WlxLoggedOutSAS
hooktable.OldADDR = (WlxLoggedOutSAS)GetProcAddress(hooktable.hMsgina, "WlxLoggedOutSAS");
if (NULL == hooktable.OldADDR)
{
printf("GetProcAddress WlxLoggedOutSAS error");
return -1;
}
int *OpCode = (int*)&hooktable.charJmpCode[1];
int Code = (int)hooktable.NewADDR - (int)hooktable.OldADDR -5;
*OpCode = Code;
HookWlxLoggedOutSAS();
return 0;
}
- 2023-08-31 22:05:04下载
- 积分:1
-
语音发生器的源代码
Source Code for A Speech Generator in C
- 2022-04-30 18:08:58下载
- 积分:1
-
Through the temperature sensor detecting the temperature of the outside world, a...
通过温度传感器检测外界的温度,然后经放大接入A/D,和键盘设置的温度值进行比较,来调节控制器对加热器进行控制,使温度保持在设定温度附近,并通过LED显示温度值,如果出现温度异常,通过嗡鸣器进行报警。以实现温度设置输入、温度显示、温度异常报警、加热执行器控制等功能-Through the temperature sensor detecting the temperature of the outside world, and then by the enlarged access A/D, and keyboard settings to compare the temperature to adjust the controller to the heater control to maintain the temperature near the set temperature, and temperature LED display value, if there is abnormal temperature, through the alarm device Ong Ming. Input to achieve the set temperature, the temperature showed that temperature anomalies alarm, heating and other functions to implement control
- 2022-09-18 11:10:02下载
- 积分:1