-
Rh850
renesas RH850平台的boot 使用汇编指令指南(Renesas RH850 platform boot using assembler instruction guide)
- 2021-03-23 09:39:16下载
- 积分:1
-
websocket_assistant
websocket client by MFC
- 2018-11-21 23:47:52下载
- 积分:1
-
基于解相干的MUSIC源程序
基于解相干的MUSIC源程序,Toeplitz算法,矩阵分解算法,空间平滑MUSIC源程序,矢量奇异值法(MUSIC source program based on decoherence, Toeplitz algorithm, matrix decomposition algorithm, space smooth MUSIC source program, vector singular value method)
- 2020-10-26 21:29:59下载
- 积分:1
-
[教學] 全DB 核心 修改大全!!!(非常詳細)
说明: Lineage 1 server emulation DB timeline
- 2021-04-11 14:48:58下载
- 积分: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
-
基于几种常用规则布站方法进行GDOP精度分析GDOP_station_buju
说明: 基于几种常用规则布站方法进行GDOP精度分析(GDOP precision analysis is carried out based on several common regular station layout methods)
- 2021-03-17 16:59:21下载
- 积分:1
-
PCHunter64
说明: 检查优盘的运行程序,插入优盘,解压后打开即可用。(Check the running program of the USB flash disk, and open it after decompression.)
- 2019-12-31 16:48:33下载
- 积分: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
-
jQuery预约步骤分步进度条代码
说明: 制作,填写预约表单步骤分步代码,有填写申请表、上传资料、待确认、已确认、预约完成等预约步骤内容,有上一步、下一步、跳到第二步、跳到第三步等按钮链接(Making, filling in the step-by-step code of the reservation form, including filling in the application form, uploading information, waiting for confirmation, confirmation, completion of the reservation, etc. There are button links such as the previous step, the next step, jumping to the second step, jumping to the third step, etc.)
- 2019-03-30 06:51:30下载
- 积分:1
-
HyperSpectralToolbox-master
this file is hyperspectral toolbox
- 2018-06-23 19:40:23下载
- 积分:1