-
Flask Web开发:基于Python的Web应用开发实战源码
考虫网的爬虫,可以通过编写url的方式自动将数据爬取到本地(The crawler of the web and automatically writes to excel)
- 2020-06-23 15:00:01下载
- 积分:1
-
将邮件制作成电子书本
将邮件制作成电子书本-mail produced bookies
- 2022-05-15 19:30:31下载
- 积分:1
-
the auxiliary plug
本辅助插件是可以运行在vistualstudio2005上的一个工具-the auxiliary plug-in can be run on a vistualstudio2005 tools
- 2022-06-14 12:28:39下载
- 积分:1
-
vfh
说明: vgh算法在matlab下的仿真,可配备地图进行调试(Simulation of VGH algorithm in Matlab can be equipped with map for debugging)
- 2019-03-08 17:00:27下载
- 积分:1
-
SmartMonkey
说明: 一个monkey test的自动工具,用来进行软件界面的无计划测试(A monkey test of the automated tools used for software interface of unplanned test)
- 2008-09-17 16:58:19下载
- 积分:1
-
Ballend_Cuttingforce
针对钛合金材料和硬质合金刀具,实现球头刀切削力的计算(To calculate the cutting force of ballend cutter when cutting the Ti material with a Carbide cutter)
- 2020-10-31 16:49:55下载
- 积分: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
-
delphi 怎样在数据表中调整记录指针的位置
delphi 怎样在数据表中调整记录指针的位置的源码实例,源代码运行于Delphi7环境,有兴趣的可下载测试。有兴趣可参考以下核心代码:
procedure TFrmOrderBy.FormShow(Sender: TObject);
begin
ADODataSet1.Active := false;
ADODataSet1.Active := true;
end;
procedure TFrmOrderBy.BtnCloseClick(Sender: TObject);
begin
Close;
end;
procedure TFrmOrderBy.Button1Click(Sender: TObject);
var
No: Integer;
begin
No := StrToIntDef(Edit1.Text, 1);
ADODataSet1.MoveBy(No);
end;
- 2022-04-11 22:27:36下载
- 积分:1
-
数字图像处理第三版中文答案(冈萨雷斯)
说明: 数字图像处理第三版中文的答案解析冈萨雷斯(Digital Image Processing third Edition (Gonzalez))
- 2020-12-30 17:07:29下载
- 积分:1
-
这是DS12887的源程序
这是DS12887的源程序-This is the source of DS12887
- 2022-02-06 14:25:46下载
- 积分:1