-
PSO
粒子群和A星算法,适合初学者使用,可以很快上手,建议下载查看。(particle swarm and A* algorithm)
- 2021-03-13 13:09:24下载
- 积分:1
-
englishmoban
英文投稿信的几个模版和实例(Received a letter in English a few templates and examples)
- 2007-11-24 14:21:27下载
- 积分:1
-
znxq
智能象棋游戏*********(标准显示模式)2(Smart chess game*********( standard display mode) 2)
- 2009-06-27 09:36:05下载
- 积分:1
-
ff
说明: fefwwwwwfadsckf dkddd
- 2018-02-27 01:03:11下载
- 积分:1
-
片式项目管
一款非常有创意的卡片式项目管理界面UI设计效果。该UI设计(A very creative card-based project management interface UI design effect. The UI design)
- 2019-03-06 09:15:56下载
- 积分:1
-
Delphi 设置打印纸大小
Delphi 设置打印纸张大小,手动设置打印纸的长度和宽度,自定义纸张。相关代码:
procedure TForm1.SetPaperSize(cx, cy: Integer);
var
a,b,c: array[0..255]of char;
bb: Cardinal;
ee: PDEVMODE;
begin
printer.PrinterIndex := printer.PrinterIndex;
printer.GetPrinter(a,b,c,bb);
ee:= GlobalLock(bb);
ee^.dmPaperSize := DMPAPER_USER;
ee^.dmPaperLength := cy*10;
ee^.dmPaperWidth := cx*10;
ee^.dmFields :=ee^.dmFields or DM_PAPERSIZE or
DM_PAPERWIDTH or
DM_PAPERLENGTH;
ee^.dmFields := ee^.dmFields or DMBIN_MANUAL;
ee^.dmDefaultSource :=DMBIN_MANUAL;
GlobalUnlock(bb);
printer.PrinterIndex := printer.PrinterIndex;
end;
- 2023-01-17 00:20:03下载
- 积分:1
-
服从瑞丽分布的多普勒频移的MATLAB仿真
服从瑞丽分布的多普勒频移的MATLAB仿真-obey Ruili distribution of the Doppler frequency shift MATLAB simulation
- 2022-12-01 04:00:03下载
- 积分:1
-
com.tencent.qb.plugin.arqbar9
Subterranean homesick alien
- 2019-03-03 00:19:02下载
- 积分:1
-
This is a paper is published Kalman1960 on Kalman Filtering of the original text...
这是一篇论文,是Kalman1960发表的关于Kalman Filtering 的原文,具有非常高的参考价值,学习信号处理的人都必须看这篇论文-This is a paper is published Kalman1960 on Kalman Filtering of the original text, with very high reference value, learning signal processing would have to look at this paper
- 2023-04-02 18:25:03下载
- 积分:1
-
inventory management for shops
inventory management for shops
- 2022-12-12 23:55:03下载
- 积分:1