-
fft的小程序,欢迎指正!:)是用fortran编写的,可以运行!
fft的小程序,欢迎指正!:)是用fortran编写的,可以运行!-fft small program, please correct me! :) Is used fortran prepared, you can run!
- 2022-11-08 11:45:03下载
- 积分:1
-
职工管理系统,具有以下功能:
1.添加
2.查找
3.修改
4.删除
5.输出
• 职工信息包括:工号、姓名、性别、年龄...
职工管理系统,具有以下功能:
1.添加
2.查找
3.修改
4.删除
5.输出
• 职工信息包括:工号、姓名、性别、年龄、学历、职位、工资、电话、住址
-Employee management system, has the following features: 1. Add 2. Find 3. Modify 4. Delete 5. Output • staff information includes: job number, name, sex, age, education, jobs, wages, telephone, address,
- 2022-08-09 01:22:00下载
- 积分:1
-
用于控制台窗口界面设计,版本1.0,简单易懂,很实用的
用于控制台窗口界面设计,版本1.0,简单易懂,很实用的-Interface design for the console window, version 1.0, easy-to-read, very practical
- 2023-06-05 06:55:04下载
- 积分:1
-
C++ 视频播放器,仿暴风影音
这是一款仿暴风影音播放器,采用的 DIRECTSHOW 开发,对学习 DIRECTSHOW 和视频播放器开发的朋友很有帮助!!!
- 2022-07-25 01:09:01下载
- 积分:1
-
一个简单的体渲染(Volume Rendering)程序
一个简单的体渲染(Volume Rendering)程序-A simple physical rendering (Volume Rendering) program
- 2022-03-17 17:19:58下载
- 积分: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
-
插值的拉格朗日
此为拉格朗日插值法-this Lagrangian for interpolation
- 2022-03-03 09:39:32下载
- 积分:1
-
网上订餐
网上订餐 菜的分类 豫菜湘菜等等 订单管理 购物车 菜品管理等一系列数据操作,用到的框架是ssh数据库为mysql
- 2022-03-25 05:29:28下载
- 积分:1
-
自己做的基于PPC2003的GPS信号接收程序,可设置GPS端口和速率,可实时显示接收的GPS数据。...
自己做的基于PPC2003的GPS信号接收程序,可设置GPS端口和速率,可实时显示接收的GPS数据。-Make their own based on the GPS signal reception PPC2003 procedures, to set the GPS port and speed, can receive real-time display of GPS data.
- 2022-04-23 01:34:16下载
- 积分:1
-
Realize the main stack are some of the basic operations, such as: out of stack,...
主要是实现堆栈的一些基本操作,比如:出栈,清空堆栈,访问堆栈顶元素,以及测试堆栈状态等。-Realize the main stack are some of the basic operations, such as: out of stack, empty the stack, the stack top element of the visit, as well as the test stack status.
- 2022-07-26 01:11:56下载
- 积分:1