-
热管式换热器设计计算程序源代码
热管式换热器设计计算程序源代码,计算换热器外形尺寸,换热面积,风阻等热工艺计算(Source code for design and calculation of heat pipe heat exchanger)
- 2020-12-30 21:48:59下载
- 积分:1
-
05-1
C#4.0中文视频教程第五讲循环语句程序代码(C#4.0 Chinese Video Course Lecture 5 Loop Statements)
- 2020-06-17 20:00:02下载
- 积分:1
-
说明:程序代码主要参考网上一个类似功能的Demo.出发点在于学习div+css布局技巧,学习窗口对象拖动的实现原理.
3.功能说明: ^.^! 基本类似于j...
说明:程序代码主要参考网上一个类似功能的Demo.出发点在于学习div+css布局技巧,学习窗口对象拖动的实现原理.
3.功能说明: ^.^! 基本类似于javaeye登入窗口的功能,支持窗口的拖动,窗口的关闭 登入表单的最小化,最大化 在IE浏览器中有滤镜功能 没有对div做圆角处理,看起有点楞楞的.
4.偶在IE6.0和Mozilla Firefox2.0.0.1_cn浏览器中跑过,可以正常使用.-Description: The program code similar to the main reference line features a Demo. The starting point is to learn div+ css layout techniques, learning the realization of principles of dragging the window object. 3. Function Description: ^. ^! Basically similar to the javaeye login window function, support a window dragging, the window closed login form to minimize, maximize in IE browser, there are filter functions div do not deal with rounded corners, looks a bit Leng Leng" s. 4. Even in the IE6.0 and Mozilla Firefox2.0.0.1_cn ran browsers can be used normally.
- 2022-02-03 20:33:49下载
- 积分:1
-
IDL for k_means
自己用IDL编写的k-means影像分类程序,已调试,可以直接使用。(Using IDL to write K-means image classification program, has been debugged, can be used directly.)
- 2018-05-02 22:40:02下载
- 积分:1
-
DVR_RESULTFGDE
说明: DFIG matlab simulink with DVR
- 2021-01-28 15:57:58下载
- 积分: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
-
Kalman
使用EKF(扩展卡尔曼滤波)解算姿态,加速度计、陀螺仪数据融合(EKF (extended Calman filtering) is used to solve the attitude, accelerometer and gyroscope data fusion)
- 2017-10-12 09:19:00下载
- 积分:1
-
dobot(完善装配关系)
说明: dobot机器人3d模型,dobot机器人3d模型,(dobot 3d mode,may can help you,suit for 2019)
- 2020-06-24 14:40:02下载
- 积分:1
-
1
说明: 笔者设计了求解广义逆的程序,可以求满列秩矩阵的右广义逆。(The author designs a program to solve the generalized inverse)
- 2019-12-09 22:33:26下载
- 积分:1
-
TOA_uwb
UWB的TOA仿真,里面包含扩展卡尔曼滤波部分(UWB TOA simulation,which contains the extended Kalman filter section)
- 2021-01-05 20:28:53下载
- 积分:1