-
wlcsxt
说明: 网络测试系统,很实用的一个源码,很有参考价值,下载试试,多学习哦(Network test systems, it is a source of practical, useful reference, download a try, more to learn Oh)
- 2008-11-23 22:37:15下载
- 积分:1
-
daima
说明: 基于全局Otsu改进的局部Otsu阈值分割,用于光照不均匀条件下(Local otsu Threshold Segmentation Based on Global otsu Improvement for Non-uniform Illumination)
- 2020-04-24 20:50:44下载
- 积分:1
-
原始rhaphp
说明: 轻松开发微信公众号小程序,真正易上手的中国框架,配有中文文档(Easy Development of Wechat Public Number Small Program)
- 2020-06-18 14:40:02下载
- 积分:1
-
这个个pc
这个个pc--mcu程序只要下下来解压就可以使用了没问题的都通过了的-Pc mcu this month under the program as long as it can use the decompression problems have not adopted the
- 2022-01-27 09:19:17下载
- 积分:1
-
绘制震源机制解
说明: 通过matlab输入走向倾向倾角三个参数可以绘制震源机制解(Source mechanism solution can be drawn by inputting three parameters of strike dip angle in MATLAB)
- 2019-10-09 10:51:22下载
- 积分:1
-
先进先出堆栈,简单,易读。将时序逻辑和组合逻辑分别列入不同过程块,适合初学者阅读。...
先进先出堆栈,简单,易读。将时序逻辑和组合逻辑分别列入不同过程块,适合初学者阅读。-first in firt out
- 2022-01-28 12:56:46下载
- 积分:1
-
自定义LED字体效果
通过加截特殊字符,自定义LED字体效果,内附LED字体文件,可直接运行(Custom LED font effect)
- 2020-06-25 13:40:02下载
- 积分:1
-
acquisition
GPS卫星信号捕获程序,输入一段GPS数字中频信号,输出信号载波和C/A码起始点(GPS satellite signal capture program, enter a GPS digital IF signal, the output signal carrier and C/A code starting point)
- 2017-04-20 14:47: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
-
untitled2
说明: 新手练习,输入月份查看兔子的指数增长,适合练习(Novice practice, enter the month to see the exponential growth of the rabbit)
- 2019-04-09 10:56:18下载
- 积分:1