-
book
是我见过讲的最详细的关于稀疏信号的书,讲解了稀疏分解,以及书后的程序都是很好用的(Ive seen talking about the most detailed book about the sparse signal, explained the sparse decomposition, and program books are well used after)
- 2013-12-05 21:14: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
-
STM32 可调正弦波发生程序(DMA)
采用查表法,利用DMA和DAC相关技术,查表法产生1KHZ正弦波函数发生器。已STM32为平台,KEIL编程平台,编写。芯片:STM32F103ZET6,频率可调,幅值可调。真正的正弦波函数发生器,采用DMA技术,可减轻CPU负担,使程序运行更顺畅。
- 2022-09-15 16:55:04下载
- 积分:1
-
fft
关于快速傅里叶FFT变换的一个小程序,很有帮助。(a small program about the FFT transform , very helpful)
- 2013-03-06 10:24:56下载
- 积分:1
-
This article describes a design and implementation (C#) Of the Remoting over Int...
This article describes a design and implementation (C#) of the Remoting over Internet using the Web Service as a gateway into the Remoting infrastructure. The Web Service Gateway (Custom Remoting Channel) allows to enhance the remoting channel over Internet and its chaining with another heterogeneous channel. -This article describes a design and implementation (C#) Of the Remoting over Internet using the Web Service as a gateway into the Remoting infrastructure. The Web Service Gateway (Custom Remoting Channel) allows to enhance the remoting channel over Internet and its chaining with another heterogeneous channel.
- 2023-06-03 11:05:03下载
- 积分:1
-
LCD320x240
Drive for LCD 320x240
- 2010-08-19 15:51:01下载
- 积分:1
-
GBT21436-2008
国家标准GBT21436-2008,为车载雷达的测试、试验,研发人员提供依据及参考。(National standard GBT21436-2008, for the vehicle radar testing, testing, R & D personnel to provide basis and reference.)
- 2017-03-21 00:16:24下载
- 积分:1
-
fft_base2
本程序用于实现快速傅里叶变换的快速算法
% 为代码简便所有*2操作均直接实现,实际应采用二进制左移实现
(This procedure used to realize fast Fourier transform fast algorithm of all the code is simple to operate* 2 are referred directly to realize the actual binary left should be used to achieve)
- 2008-05-17 10:59:43下载
- 积分:1
-
libjrpc-master
c语言实现json rpc,包含server和client(C language implements JSON rpc, including server and client)
- 2020-06-23 20:20:02下载
- 积分:1
-
双线MACD 背离
MACD背离智能,非常好用的一个辅助指标(MACD deviates from intelligence and is a very good auxiliary indicator)
- 2018-01-15 13:17:12下载
- 积分:1