-
在 Visual C++中操作Excel,对开发数据库管理系统很有意义
在 Visual C++中操作Excel,对开发数据库管理系统很有意义 -read and write excel file,useful for developing database management system
- 2023-02-01 08:25:04下载
- 积分:1
-
液晶显示器
液晶屏显示呼唤 46 间客房,当打电话,显示显示正确的房间。欢迎大家下载、试用。谢谢大家的支持!
- 2022-03-23 07:39:25下载
- 积分:1
-
如何学习易语言,从这里开始,中国的开发语言
如何学习易语言,从这里开始,中国的开发语言-How to learn languages easily, from here, China" s development of language
- 2022-05-28 22:11:29下载
- 积分:1
-
系统主要分为两类,即教师管理者、管理者、管理者和管理者。
系统使用人员主要分为两类,即管理员与教师
教师可以查询自己的开课信息
教师可以查询,修改某个课程所有学生的成绩信息
教师录入成绩完毕需要等待管理员审核
管理员审核通过后,教师不得修改学生信息-System are mainly divided into two categories, namely, teachers administrators and teachers can learn about their own course information, teachers can access, modify a curriculum for all students to score the score finished recording information teachers need to wait approval by an administrator after the vetting administrators, teachers students shall not modify the information
- 2023-03-08 08:15:03下载
- 积分:1
-
基于。NET三
一个基于.net三层架构,多功能数据库操作,仿百度词条系统的实例。-Based on. Net three-tier architecture, multi-functional database operations, like Baidu entry system example.
- 2023-06-25 23:55:03下载
- 积分: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
-
利用VC实现的求最小公约数,任意输入两个数即可得到您要的结果...
利用VC实现的求最小公约数,任意输入两个数即可得到您要的结果-Realize the use of VC for the lowest common denominator, both the number of arbitrary input can be the result you want
- 2022-01-21 06:10:09下载
- 积分:1
-
统计目录下全部Word文件的对应页数,VBA较新颖的用法
统计目录下全部Word文件的对应页数,VBA较新颖的用法-statistics directory of all Word documents corresponding page, VBA more innovative usage
- 2022-09-10 19:25:03下载
- 积分:1
-
应用程序向导已为您创建了此 计算器 应用程序。此应用程序不仅介绍了使用 Microsoft 基础类的基本知识,而且是编写应用程序的起点。...
应用程序向导已为您创建了此 计算器 应用程序。此应用程序不仅介绍了使用 Microsoft 基础类的基本知识,而且是编写应用程序的起点。-Application Wizard you have to create this calculator applications. This application not only use Microsoft introduced the basic foundation of knowledge, but also to write applications starting point.
- 2022-01-27 10:57:00下载
- 积分:1
-
让应用程序有启动画面
让应用程序有启动画面-application procedures for the start up
- 2022-04-15 17:39:53下载
- 积分:1