-
torbrowser
torborwser 洋葱路由安装包,隐藏IP地址。(Torborwser onion routing package, hide IP address.)
- 2016-07-19 13:16:42下载
- 积分: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
-
buttons
创建特色按钮,vc6.0环境下开发,很有用啊(Button to create features, vc6.0 environment development, useful ah)
- 2007-08-25 13:51:31下载
- 积分:1
-
Meanshift
利用Mean-shift进行平滑处理,主要是对图像进行平滑的界面,MFC和OpenCV进行混合编程……(Mean-shift smoothing, image smooth interface, the MFC and OpenCV mixed programming ...)
- 2012-03-26 10:08:52下载
- 积分:1
-
windows 下使用c++编写,图形算法演示,图形 透视算法
图形透视算法,图形算法演示,图形 透视算法
- 2022-02-02 15:13:23下载
- 积分:1
-
VirtualSerialPortDriver
虚拟串口,串口之间转发,免安装的,很好用啊(Virtual serial port, serial port forwarding between)
- 2011-04-19 17:23:48下载
- 积分:1
-
LED
at89c51 的跑马灯程序. 把LED灯连接到端口0然后用烧录到单片机就行了.(This is an AT89C51 LED chaser program. Connect LEDs to port 1 and then use KEIL to compile the leds1.C into a .hex file then download t to your microcontroller.)
- 2009-11-21 20:49:09下载
- 积分:1
-
D9820AISingleBufferCheck
凌华科技数字化仪C#编程实例,AI采集,双BUFFER(Adlink Technology digitizers example C# programming, AI Acquisition, double BUFFER)
- 2021-01-06 11:18:53下载
- 积分:1
-
shop_manager
设计一个程序,对商铺信息管理,商铺信息包括:商铺编号,商铺名,信誉度(0-5),(商品名称1,价格1,销量1),(商品名称2,价格2,销量2),(商品名称3,价格3,销量3)…。
商品名称包括(毛巾,牙刷,牙膏,肥皂,洗发水,沐浴露等6种以上商品),每个商铺具有其中事先确定若干商品及价格,由文件输入,销量初始为0。(Designing a program to manage shop information, which includes: shop number, shop name, reputation (0-5), (commodity name 1, price 1, sales volume 1), (commodity name 2, price 2, sales volume 2), (commodity name 3, price 3, sales volume 3)....
Commodity names include (towels, toothbrushes, toothpaste, soap, shampoo, bath lotion, etc.) more than 6 kinds of goods, each shop has a number of goods and prices in advance, input by documents, initial sales of 0.)
- 2019-02-06 19:05:42下载
- 积分:1
-
dosDumpTool-Ahu
DOS系统下dump 系统资源,查看X86寄存器,EC space 等
Dump tool for exercise(for Cmos,EC space,Super I/O, Memory,I/O,PCI,PCI Enumeration )(Dump tool for exercise(for Cmos,EC space,Super I/O, Memory,I/O,PCI,PCI Enumeration ))
- 2018-08-06 20:09:24下载
- 积分:1