-
fushu
复数类的运用输入、输出、加、减、乘、除、模长、幅角、共轭、关系(The use of complex type input, output, add, subtract, multiply, divide, die a long, pieces of angle, conjugate, relationship)
- 2010-07-08 09:16:40下载
- 积分:1
-
source
对于水蒸气的冷凝udf,定于液态水为两相的主相,两者之间的多相流问题(vapor condensation characteristics)
- 2017-05-31 10:31:14下载
- 积分:1
-
gpsfuncs
程序中含有gps定位解算一些重要算法和实现方式,对gps入门的朋友有帮助(some gps navigationg functions)
- 2020-06-30 05:00:01下载
- 积分:1
-
CODE-UTS-FIR
This is a source code for FIR
- 2012-05-07 22:12:19下载
- 积分:1
-
paihang
有2*n个盒子排成一行,其中有两个相邻的空盒,有n-1个盒子有符号 A ,有n-1个盒子有符号 B 。例如,n=5,并有初始配置如下:
A B B A . . A B A B
(2* n box row, wherein there are two adjacent empty box, n-1 of a box with the symbol ' A' , the symbol ' B' n-1 th box. For example, n = 5, and the initial configuration is as follows: ABBA .. ABAB)
- 2013-02-25 18:43:03下载
- 积分:1
-
VB6Search
Visual Basic 6.0的一个搜索扩展程序,比系统自带的更好用,支持正则表达式(Visual Basic 6.0 the expansion of a search process, better than the system used its own in support of regular expressions)
- 2020-09-18 11:27:54下载
- 积分:1
-
ControlBiometrico
control biometrico zk
- 2019-05-21 21:57:04下载
- 积分: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
-
2008711194473625
坐标转换 将大地坐标值转换为平面坐标系
由经纬度转换至大地坐标(Coordinate transformation to convert the earth plane coordinates by latitude and longitude coordinates to Geodetic Coordinate Conversion)
- 2009-05-19 09:45:00下载
- 积分:1
-
脚本破解
说明: 适合用于破解石器时代脚本密码,查看ASSA密码,STW密码等(Stone Age ASSA script password cracking artifact)
- 2020-06-20 02:00:01下载
- 积分:1