-
ip_db_format
ip地址数据库格式,便于开发使用,很清晰.(ip address database format to facilitate development and use, very clear.)
- 2013-10-22 17:54:05下载
- 积分:1
-
convert-pdf
这个源代码实现了对pdf文件的读取,可以通过此程序将pdf转化为文本模式。(The source code to achieve the PDF file to read, through this procedure will be converted to text mode pdf.)
- 2012-11-08 17:10:47下载
- 积分:1
-
LEP
车牌识别的代码,很实用的,对于初学者来说易于理解和掌握的,适用的场景也是有黑夜的(License plate recognition code, very useful for beginners, easy to understand and master, the application of the scene is also a night)
- 2015-07-09 11:35:34下载
- 积分:1
-
StressMark
一个关于StressMark压力测试程序(a StressMark pressure on the testing procedures)
- 2007-01-29 17:25:21下载
- 积分: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
-
Tree
数据结构 二叉树实例 数据结构 二叉树实例(数据结构 二叉树实例)
- 2009-02-22 23:43:07下载
- 积分:1
-
13.6
这是一个利用dsp2812开发版自带的ad转化器,实现电信号转化成数字信号,并将数据存贮在存贮器的程序(This is a using DSP2812 development version comes with AD converter, realizes the electrical signal into digital signal and the data stored in the memory of the program
)
- 2015-07-09 11:46:26下载
- 积分:1
-
N皇后问题
N-皇后问题是我们在数据结构和算法类的课程上经常遇到的一个问题,它的经典求解方法是采用回溯的方法,可以产生所有的可行解,但是实际上运行时间非常长,能够解决的问题规模相对非常小。有没有一种方法,可以在极短的时间内求解上百万个皇后的N-皇后问题?答案是可以,用局部搜索!Rok Sosic和Jun Gu (顾钧)在20余年前提出的系列快速局部搜索算法可以在极短的时间内,求解百万量级的N-皇后问题。
- 2022-01-22 06:02:25下载
- 积分:1
-
激光三维点云的处理源码 lastools
激光三维点云的处理源码,可以压缩点云,配准点云(Three-dimensional laser point cloud processing source code, can be compressed point cloud, point cloud registration)
- 2013-09-09 21:13:07下载
- 积分:1
-
ParallelQuickSort
parallel quicksort algorithm and implimentation
- 2015-06-23 03:59:36下载
- 积分:1