-
H236
H.263 标准结构图,对学习了解H263有直观的学习作用(H.263 standard structure map, learning to understand H263 has an intuitive learning effect)
- 2018-03-18 18:05:11下载
- 积分: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
-
skyblue_Rect
俄罗斯方块 ,经典游戏程序,vc实现的,喜欢的朋友可以看下,有价值(Tetris, the classic game program, vc realized, like a friend may have a look, valuable)
- 2013-01-24 09:12:32下载
- 积分:1
-
pintu
c++开发的拼图小游戏,喜欢的朋友进来看看(c++ developed puzzle game, like friends come to see)
- 2013-06-04 14:33:50下载
- 积分:1
-
K3工业插件二次开发billform常用公开的方法和属性
K3工业插件二次开发billform常用公开的方法和属性(Common public methods and attributes of billform for secondary development of K3 industrial plug-ins)
- 2020-06-23 21:20:01下载
- 积分:1
-
straight
说明: 零件直线度和圆度误差检测算法和例子,对于在线测量数据返回处理很有帮助。(Parts straightness and roundness error detection algorithm and examples, for on-line measurement data return processing helpful.)
- 2020-10-29 16:29:57下载
- 积分:1
-
makefiles
SWMM源代码,里面包含SWMM计算引擎,以及动态链接库、源文件和头文件,可供其他软件进行二次开发(swmm resurce code reate a sub-directory named VC2010_DLL under the directory where
the SWMM 5 Engine source code files are stored and copy SWMM5.DEF
and VC2010-DLL.VCPROJ to it.)
- 2020-08-05 10:38:34下载
- 积分:1
-
USB
USB2.0接口,需要安装win2000或者winnt的DDK,才能通过编译。(USB2.0 interface)
- 2009-05-31 17:18:30下载
- 积分:1
-
C#完全手册
C#完全手册教程,是一个特别好的教程,希望大家写,下载。(C# complete manual tutorial)
- 2017-06-13 13:53:59下载
- 积分:1
-
StudentScore
这是一个基于ACCESS数据库,用于学校学生成绩管理的系统,能够提高效率.(This is an ACCESS-based database for school management, student achievement system, to improve efficiency.)
- 2009-06-19 09:47:19下载
- 积分:1