-
热量流体力学的matlab源程序,适合学习力学的人看
热量流体力学的matlab源程序,适合学习力学的人看-hydrodynamics of Matlab heat source suitable for the study of mechanics who can
- 2022-07-18 19:17:04下载
- 积分:1
-
This is a very good example of FLASHMX, FLASHMX study is a good example
这是一个很好的FLASHMX的例子,学习FLASHMX是一个很好的例子-This is a very good example of FLASHMX, FLASHMX study is a good example
- 2022-04-10 15:58:33下载
- 积分:1
-
dibubukaicao
水润滑轴承计算程序,适用于底部不开槽的轴承(Water lubricated bearing calculation procedure for bearings that are not slotted at the bottom)
- 2017-02-11 09:08:38下载
- 积分:1
-
suanfa4
请编写MATLAB程序用最优步长控制和变步长龙格-库塔-费尔别格(Runge-Kutta-Fehlberg)法求解如下刚体自由转动动力学方程:(Please write MATLAB to solve the following rigid body free rotation dynamics equation by using the most Uber long control and the transmud-kutt-fehlberg method:)
- 2017-05-06 09:19:28下载
- 积分:1
-
77433646final1
说明: 三相异步电动机的直接启动,有图有文字说明(Direct start of three-phase asynchronous motor)
- 2020-05-02 12:16:34下载
- 积分:1
-
伺服调整
说明: FANUC 伺服调整说明书,具体描述了FA鞥NUC 伺服参数的调整,消除震动的调整(FANUC Servo Adjustment Instructions, specifically describes the adjustment of FA_NUC Servo parameters to eliminate vibration.)
- 2020-06-16 21:00:02下载
- 积分:1
-
多通道电子侦察系统中信号分选算法研究
研究生毕设论文,介绍了多通道电子侦察系统中信号分选算法研究,含有大量知识介绍(Graduate students have published a paper on the signal sorting algorithm in multi-channel electronic reconnaissance system, which contains a lot of knowledge.)
- 2019-03-11 20:33:32下载
- 积分:1
-
一个超级
一个超级经典的拼图游戏,用VB写的,代码精简,功能完善.-A super-classic jigsaw puzzle, using VB to write, and code simplification, perfect functions.
- 2022-02-05 01:55:36下载
- 积分:1
-
零宽短网址与二维码生成器
说明: 零宽短网址与二维码生成器
ZWS 是一款可以让你生成的零宽度短网址的工具,当然这里的零宽度指的并不是整个链接宽度为0,而是域名后面部分宽度为0(Zero width short URL and QR code generator)
- 2019-12-17 14:34:30下载
- 积分: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