-
伺服控制
伺服控制伺服控制 de posicion stm8105c6,使用两个 gpio 并用定时器 1 次惊险 pwm 信号,
- 2022-10-28 06:00:04下载
- 积分:1
-
This is learning "system" in the curriculum design, including the subj...
这是学习《操作系统》后的课程设计报告,包括题目、程序流程图、和源程序代码-This is learning "system" in the curriculum design, including the subject, the process flow diagram, and source code
- 2022-09-02 15:55:02下载
- 积分:1
-
flashi原码,网站首页引导上可以应用
flashi原码,网站首页引导上可以应用-flashi original code, Home guidance on the application
- 2023-08-25 06:05:03下载
- 积分:1
-
Unlimited beautiful three
漂亮的无极限三层架构,用ajax自动分页,很不错,值得学习!-Unlimited beautiful three-tier structure, with automatic paging ajax, very good, it is worth learning!
- 2022-07-07 06:47:30下载
- 积分:1
-
Kawaks 1.45 最终中文典藏版还是言论游戏玩游戏的好的工具,是比不可少的好...
Kawaks 1.45 最终中文典藏版还是言论游戏玩游戏的好的工具,是比不可少的好-Kawaks 1.45 final version of the Chinese collection of words or play games of the good tools are essential for the good than Wanton
- 2022-03-24 16:07: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
-
在dreamveaver 中实现添加功能
在dreamveaver 中实现添加功能-Add to achieve in dreamveaver function
- 2022-02-13 23:24:04下载
- 积分:1
-
房产交易平台 服务器端建议代码。工厂模型。
房产交易平台 服务器端建议代码。工厂模型。-Real estate transaction platform server-side code recommendations. Factory model.
- 2022-12-20 19:45:03下载
- 积分:1
-
delphi编写的程序更新,查找update.ini并下载更新程序~!
delphi编写的程序更新,查找update.ini并下载更新程序~!-delphi procedure for the preparation of updated update.ini search and download the update ~!
- 2023-06-28 02:50:03下载
- 积分:1
-
以前的手机泡泡堂游戏Java源码
以前的手机泡泡堂游戏Java源码,虽然现在都Android了,不过多学习一些以前的JAva经典游戏,对编写Android游戏也是有相当大帮助的。本代码来自台湾的JAva高手写的,参考不错。
- 2023-02-13 05:30:03下载
- 积分:1