-
一个MP3的发展,所需的所有技术文件,包括我。
开发一个mp3,所需要的各种技术文档,包括芯片资料。解码芯片的,闪存的,以及运放等-The development of an mp3, all the required technical documentation, including information on the chip. Decoder chips, Flash memory, as well as the operational amplifier, etc.
- 2022-08-15 07:46:46下载
- 积分:1
-
appz
说明: C source code of drone software to enable easy calculation of formulaye integrals.
- 2020-05-04 07:31:49下载
- 积分:1
-
DES_C
这是一个c语言的例子,是有关于加解密的程序,包含DES算法实现等(This is an example of C language, is about encryption and decryption procedures, including DES algorithm implementation, etc.)
- 2020-07-01 10:00:02下载
- 积分:1
-
问道1.6ECT中文对照表
问道etc修改,有需要的可以下载看看,谢谢(Ask etc to modify, if necessary, you can download it. Thank you.)
- 2020-11-15 00:29:42下载
- 积分:1
-
这是一个很好的TXT文件合并程序,可以把好几个文件合并成一个,但合并时必须跟文件名有关的呀,...
这是一个很好的TXT文件合并程序,可以把好几个文件合并成一个,但合并时必须跟文件名有关的呀,-This is a very good TXT file the merger process, several files can be merged into one, but when combined with the file name must be related to you,
- 2022-02-05 05:30:28下载
- 积分: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
-
这个是用C编写的Atmega169的EEPROM的读写程序!
这个是用C编写的Atmega169的EEPROM的读写程序!-This is prepared by C the Atmega169 the EEPROM read and write procedures!
- 2022-02-05 12:30:27下载
- 积分:1
-
SEVEN-change
这是关于七参数转换的代码,他的转换精度高,另外附有原始数据(Seven parameter transformation)
- 2020-07-03 11:20:02下载
- 积分:1
-
jisuanqilaide
jisuanqilaide
- 2023-09-03 06:05:03下载
- 积分:1
-
03---DRPEinFourierdomain
双随机相位编码Double random phase encoding(Double random phase encoding)
- 2017-05-14 13:48:18下载
- 积分:1