-
inet-3.0.0-src.tgz
inet is library in omnetpp
- 2019-06-10 02:41:30下载
- 积分:1
-
psOD的应用,关于微粒群算法的仿真实现,可以直观的看到微粒的进化过程...
psOD的应用,关于微粒群算法的仿真实现,可以直观的看到微粒的进化过程-psOD applications, on the Particle Swarm Optimization Simulation realize, you can see the visual evolution of particles
- 2022-09-24 17:00:03下载
- 积分: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
-
图形用户界面的猜数字小游戏 .功能:猜四位数,共有7次机会。...
图形用户界面的猜数字小游戏 .功能:猜四位数,共有7次机会。-A GUI small game which performs the GUESS NUMBER game.
Functions:
to guess 4 digits , you hava only seven chances to get through.
- 2022-01-24 13:47:16下载
- 积分:1
-
matlab code
说明: image enhancement matlab code in GUI mode
- 2019-01-23 19:37:08下载
- 积分:1
-
一个简单的卡巴斯基的安全升级的方法
一个简单的卡巴斯基的安全升级的方法 -Kaspersky a simple way to upgrade the safety
- 2022-01-31 00:33:27下载
- 积分:1
-
51黑论坛_C51音乐盒
基于51单片机的pwm音乐播放器,只有pwm播放和按键功能(PWM music player based on 51 single chip computer, only PWM play and key function)
- 2020-06-19 16:20:01下载
- 积分:1
-
Delphi实现参数传递函数的例子
Delphi实现参数传递函数的例子,有时候把一个函数继续往下传递,可以通过函数实体当成另外一个函数的参数,就像API中传递回调函数的功能一样,这样会省去很多麻烦,程序演示界面如上图所示。
- 2022-02-12 22:00:11下载
- 积分:1
-
模拟CuZr合金的弛豫
说明: 该文件利用了分子动力学模拟软件lammps,模拟CuZr合金的弛豫(融化和冷却)。(simulate the melt process of CuZr metallic glasses by lammps)
- 2020-03-22 13:38:42下载
- 积分:1
-
ppt
PPT模板,非常经典,适合计算机答辩时候用的啊,上课的情况下也可以用的啊(PPT templates, very classic, suitable for computer time used to reply, ah, the case of school can also use the ah)
- 2009-05-24 09:37:29下载
- 积分:1