-
GBT21436-2008
国家标准GBT21436-2008,为车载雷达的测试、试验,研发人员提供依据及参考。(National standard GBT21436-2008, for the vehicle radar testing, testing, R & D personnel to provide basis and reference.)
- 2017-03-21 00:16:24下载
- 积分:1
-
高速铁路轨道有限元分析(1)
说明: 用ansys有限元仿真模拟高铁运动的轨道的变形(The deformation of high-speed railway track was simulated by ansys)
- 2020-06-24 11:40:02下载
- 积分:1
-
FLV phone
基于手机的FLV 通过手机可以播放flv流媒体-FLV phone-based mobile phone that can play flv streaming media
- 2022-03-02 02:35:47下载
- 积分:1
-
功能极为强大的可视化汉化集成工具 PE Explorer1.99 R5
功能极为强大的可视化汉化集成工具,可直接浏览、修改软件资源,包括菜单、对话框、字符串表等; 另外,还具备有 W32DASM 软件的反编译能力和PEditor 软件的 PE 文件头编辑功能,可以更容易的分析源代码,修复损坏了的资源,可以处理 PE 格式的文件如:EXE、DLL、DRV、BPL、DPL、SYS、CPL、OCX、SCR 等 32 位可执行程序。该软件支持插件,你可以通过增加插件加强该软件的功能, 原公司在该工具中捆绑了 UPX 的脱壳插件、扫描器和反汇编器.,非常好用。(The powerful visualized Chinese integration tool can browse and modify software resources directly, including menus, dialog boxes, string tables, etc. In addition, it also has the decompilation ability of W32DASM software and the PE file header editing function of PEditor software, which makes it easier to analyze source code and repair damaged resources. It can handle 32-bit executable programs in PE format such as EXE, DLL, DRV, BPL, DPL, SYS, CPL, OCX, SCR, etc. The software supports plug-ins, you can strengthen the function of the software by adding plug-ins. The original company bundled UPX shell plug-ins, scanners and disassemblers in the tool. It is very useful.)
- 2020-06-23 01:00:01下载
- 积分:1
-
jsp to develop Web pages used in the process of the time component, can be used...
jsp开发网页过程中用到的时间组件,可以放在页面中直接使用,简单方便。-jsp to develop Web pages used in the process of the time component, can be used directly on the page, simple and convenient.
- 2022-08-22 04:22:34下载
- 积分:1
-
diffraction_grating_1
说明: comsol DFB 激光器光场模拟,光波场分布与耦合效率(Comsol DFB laser simulation)
- 2021-04-14 18:18:55下载
- 积分:1
-
v45v15a1bFn
切削力信号的滤波处理及比较(可供加工检测信号处理人士参考)(cutting force signal processing and filtering comparison (for processing signal processing reference))
- 2007-02-14 20:58:54下载
- 积分:1
-
SPH_6_add-surface-tension
使用sph方法求解NS方程,在此程序中考虑了表面张力的影响(this code solves N-S equation which uses SPH method,further more it consist of the surface tension part。)
- 2013-04-06 10:47:21下载
- 积分:1
-
X8DA32.406
说明: X8DAi BIOS Vision 406
- 2020-04-22 21:21:18下载
- 积分: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