-
spso
说明: 无线传感器网络数学优化模型程序,里面详细记载了WSN的成簇数学模型
(Wireless sensor networks mathematical optimization model program, which documented the WSN clusters of mathematical model)
- 2008-09-16 09:43:21下载
- 积分:1
-
FreeRTOS实时内核_实用指南
说明: FreeRTOS实时内核_实用指南 原版本英文的中文翻译版本(FreeRTOS translated to chinese)
- 2020-06-15 22:30:02下载
- 积分: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
-
源代码
FLAC模拟开裂,磷石膏防渗膜撕裂效果模拟(FLAC fracture Simulation of FLAC cracking and Simulation of tear effect of phosphogypsum impervious membrane)
- 2017-07-05 12:47:48下载
- 积分:1
-
《MATLAB 神经网络43个案例分析》源代码&数据
说明: 《MATLAB 神经网络43个案例分析》源代码&数据(Source code & data of 43 cases analysis of MATLAB neural network)
- 2020-06-06 22:15:25下载
- 积分:1
-
2,标准例程-库函数版本
说明: stm32的例程,是库函数版本,里面有许多简单的例子(Realize the running lantern)
- 2021-03-21 23:34:27下载
- 积分:1
-
Unit1
说明: delphi访问mysql,从mssql转移数据到mysql(Delphi accesses MySQL and transfers data from MSSQL to MySQL)
- 2020-06-25 21:20:01下载
- 积分:1
-
遗传算法c++ 求函数最小值
在vs2013通过运行的传统遗传算法相关代码实现(Implementation of relevant codes by running traditional genetic algorithm in vs2013)
- 2020-06-25 02:00:02下载
- 积分:1
-
BlindDeconvolution
说明: 对声呐接收到的信号进行解卷积,还原原始信号
仿真条件:假设有三条传播路径,海底反射、海面反射、直达波(The signal received by sonar is deconvoluted to restore its original signal.
Simulation conditions: it is assumed that there are three propagation paths, bottom reflection, sea surface reflection and direct wave)
- 2020-11-06 19:29:49下载
- 积分:1
-
32*32点阵书写屏程序
应用背景unsigned long hualiang[]=
{
0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,
0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,
0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,
0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,
};
void hua_liang(void)
{
unsigned int j;
for(hang=0;hang
- 2022-03-01 10:54:03下载
- 积分:1