-
37559510
Random Rectangle drawing and timing Random Line drawing and,(The Random Rectangle drawing and timing the Random Line drawing and,)
- 2017-04-22 22:09:50下载
- 积分:1
-
51无极调光
51控制可控硅进行无极调光,有单片机程序和原理图(51 control thyristor for non polar dimming.)
- 2021-03-04 14:59:32下载
- 积分: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
-
w25q64
好用的w25q64驱动.用过你就知道了!(Nice w25q64 drive used you know!)
- 2013-02-28 09:15:26下载
- 积分:1
-
房产类中介类整站源程序。适合房屋中介和其他中介类小公司建立网站。...
房产类中介类整站源程序。适合房屋中介和其他中介类小公司建立网站。-property intermediary stations like the whole source. Suitable housing and other intermediaries intermediary category of smaller companies website.
- 2022-04-07 21:15:47下载
- 积分:1
-
jsq
两级减速器,proe4.0,包括各个零件以及装配、仿真、视频效果(2nd reducer, proe4.0, including all parts and assembly, simulation, video effects)
- 2009-06-13 09:07:20下载
- 积分:1
-
无人驾驶车辆模型预测控制matlab代码
说明: 《无人驾驶车辆模型预测控制》对应代码,添加注释,成功运行!实现了车辆无人驾驶控制的matlab仿真(The corresponding code of "prediction and control of unmanned vehicle model" is added with notes and successfully run! Matlab simulation of vehicle unmanned driving control is realized)
- 2019-06-04 12:49:42下载
- 积分:1
-
简单的C#进程枚举管理器
一个简单的C#进程枚举管理器程序源代码,通过程序可以结束进程,打开进程,显示进程ID以及CPU执行时间和占用内存大小等信息。
- 2022-02-06 23:24:04下载
- 积分:1
-
Line_Detect
说明: 车道线检测 基于matlab 实现对图片的车道线检测 示例图片为999.png(landlines detection)
- 2020-12-27 15:59:03下载
- 积分:1
-
OD重载内核
OD的内核重载插件,有效保护OD,源码及编译后的DLL都包含了!
- 2022-03-18 12:00:48下载
- 积分:1