-
8941662456
说明: 本程序使用MFC编写了一个能够在同一界面上显示立体图形的三视图的源程序。(This program using MFC wrote a can in the same interface shown on the SanShiTu three-dimensional graph of the source program.)
- 2020-11-30 09:49:27下载
- 积分:1
-
numerical
numerical code for matlab
analytical
bisec
differentiation
F
FALSEPOS
fixedpoint
- 2013-09-04 02:29:02下载
- 积分:1
-
LinkGame
qt做的连连看小程序,可以从界面上选择、替换图片(qt do Lianliankan program, you can choose from the interface, replacing the picture)
- 2013-12-22 12:05:21下载
- 积分:1
-
The-program-design-
使用一个语言特征是因为你需要它,而不是因为它的存在。学习一门程序设计语言,并不需要掌握其全部的语法,关键是要学习使用语法来解决实际问题的方法。 要充分利用现有资源而不要做重复劳动,这样才能用好一门语言,才能开发出高质量的程序。(The program design )
- 2014-05-09 09:59:26下载
- 积分: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
-
HookFindNextFile
hook findnextfile 隐藏文件(hook findnextfile hidden files)
- 2009-10-10 23:22:12下载
- 积分:1
-
maze
说明: 随机生成三维迷宫,算法值得一看,可能对你有帮助(Randomly generated three-dimensional maze, algorithm worth a visit may help you)
- 2008-09-09 14:57:00下载
- 积分:1
-
shudu
C#,数独游戏,带界面,可以查看答案,设置难度等级等(C#, Sudoku, with the interface, you can view the answers, set the difficulty level, etc.)
- 2020-12-08 12:19:19下载
- 积分:1
-
VisualC(pdg)
Visual C# .NET编程基础,对于VS用于WEB编程的处学者很有帮助(Visual C#. NET programming basis for VS Department for WEB programming academics helpful)
- 2007-11-07 19:59:52下载
- 积分:1
-
tftp_vxWorks
tftp在vxWorks上的实现(tftp on vxWorks realization)
- 2005-02-03 11:25:40下载
- 积分:1