-
cavity,上边界速度入口
说明: cavity,上边界速度入口,下边界压力出口,左右反弹(cavity .zou-he boundary condition .velocity inlet .pressure outlet)
- 2020-05-09 22:33:05下载
- 积分: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
-
Linux登录器全套
特别好用的征途登录器,几乎是什么功能都有,注册,找回,加点,等等一些功能!(1. Upload zt_login to / home directory with WinSCP 2. Do the following in Secure CRT: Cd/home Chmod a+x zt_login_ex / zt_login 192.168.1.76 8000 unify 00 ZT game 123456 192.168.1.76 8000 ZT ZT game 123456 100000 8003&)
- 2020-06-19 03:00:01下载
- 积分:1
-
design-kit-axure-library-master
axure元件库,用于设计原型。解压后导入即可使用。(Axure component library for prototype design. After decompression, it can be imported and used.)
- 2019-03-27 10:53:42下载
- 积分:1
-
Doppler_1
说明: 仿真三个点散射模型在旋转情况下的微多普勒信息。(The micro-Doppler information of three point scattering models under rotation is simulated.)
- 2021-04-04 11:59:04下载
- 积分:1
-
Management process, roles,behaviour and skills
说明: it is described the management processes, roles, behavior and skills
- 2019-05-28 19:49:22下载
- 积分:1
-
归档
一些基础有用的list操作, 例如添加,删除,删除尾部,添加与首部等等(some fundamental list function, like add, delete)
- 2020-06-19 10:40:02下载
- 积分:1
-
ppt2
S12单片机的基本ppt ,包括了基本的如IO,sci,spi,等和adc 等的介绍,和一些基本语法的介绍(just for reference)
- 2012-02-23 11:28:56下载
- 积分:1
-
UVM1.1_verify
说明: 验证方法学文档,用于验证方法学习,验证平台搭建。(the method of verification)
- 2019-05-21 14:30:44下载
- 积分:1
-
吾爱破解专用版Ollydbg
说明: 一款很好的远控源码。非常稳定,值得大家研究开发。(A good remote control source code. It is very stable, and it is worthy of research and development.)
- 2020-09-06 10:09:29下载
- 积分:1