-
Fimage
显示地震剖面的软件,fimage v1.2版本的,很好用的软件,不过显示的是图形。(Seismic profiles show that the software, fimage v1.2 version, useful software, but the show is graphic.)
- 2010-05-14 13:57:07下载
- 积分:1
-
sushu
该代码的功能是将1到任意数中所有的素数选择并输出(failed to translate)
- 2013-05-02 10:59:07下载
- 积分:1
-
2
说明: projet programmation base de donnée en vb
- 2011-07-03 00:21:35下载
- 积分:1
-
CRC
说明: CRC7,CRC8,CRC9,CRC16编解码,查表方法实现(CRC7, CRC8, CRC9, CRC16 codec, look-up table method)
- 2009-07-31 11:36:19下载
- 积分:1
-
1213213
一个通讯录管理系统
一个通讯录管理系统(An address book management system for an address book management system)
- 2021-04-25 16:48:46下载
- 积分:1
-
Speech
说明: 实现文本语音功能,将指定字符串转为语音。(text-to-speech )
- 2009-08-29 22:59:38下载
- 积分:1
-
SimuroSot Large League 11vs11
说明: SimuroSot Large League (11vs11)
FIRA WorldCup
- 2019-04-29 13:40:56下载
- 积分:1
-
VCAccess
此demo包含vc操作Access数据库的链接、以及增删改查的基本操作,均提供的有接口,方便用户操作,并且提供了一些模糊查询语句供用户参考~~(This demo contains the Access database, the link vc operations, as well as additions or deletions to change the basic operation of search are provided with interfaces, user-friendly operation, and provides a number of fuzzy query for the user' s reference ~ ~)
- 2010-02-24 13:51:31下载
- 积分:1
-
ST-Microcontroller-32-Bit-STM32-PCB
ST Microcontroller 32-Bit STM32 PCB SCH(所有stm32 PCB protel 原理图和封装库) (ST Microcontroller 32-Bit STM32 PCB SCH)
- 2012-02-19 17:00:27下载
- 积分: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