-
是一本电力系统规划的书,市面上很难买到的。
是一本电力系统规划的书,市面上很难买到的。-Is a power system planning books available on the market it is very difficult.
- 2022-02-07 19:36:09下载
- 积分: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
-
使用Delphi操作Excel的例子。
功能是从一个excel文件中删除另外一个excel文件已经存在的内容。...
使用Delphi操作Excel的例子。
功能是从一个excel文件中删除另外一个excel文件已经存在的内容。-Operation Excel using Delphi examples. Function is from one excel document excel delete a file already exists the contents.
- 2022-03-31 05:09:08下载
- 积分:1
-
VB从浏览器缓存中提取指定文件
VB从浏览器缓存中提取指定文件,IE缓存文件查看提取工具,查找指定的URL文件是否在IE缓存中,主要参考了PSC的代码。SendMessage实际使用时,要把 lParam 参数的类型改成需要使用的类型,一般还要加上Byval,程序将读取全部Cache文件名称,用来查找指定的文件
- 2022-05-09 08:14:52下载
- 积分:1
-
数 值 算 法,三 次 自 然 样跳
数 值 算 法,三 次 自 然 样跳-numerical algorithm, three natural kind jump
- 2022-02-05 07:12:04下载
- 积分:1
-
8路模拟数据采集,希望能帮助到需要的朋友,加油。
8路模拟数据采集,希望能帮助到需要的朋友,加油。-8-channel analog data acquisition, the need to help friends and refueling.
- 2022-01-25 20:48:00下载
- 积分:1
-
net.sourceforge.jode.feature_1.0.3.zip是一种java混淆器jode,保护java类,
net.sourceforge.jode.feature_1.0.3.zip是一种java混淆器jode,保护java类,-net.sourceforge.jode.feature_1.0.3.z ip is a java confusion for jode protect java category,
- 2022-07-03 21:58:04下载
- 积分:1
-
VC++ 实现文字序幕上下滚动效果
VC++ 6.0实现文字上下滚动效果,类似电影字幕,定位于文字框中的文字滚动,在窗口中实现的文字垂直滚动特效。在代码中你可改变滚动文字的内容,可设置滚动速度,滚动方向,完成后文字就像电影序幕那样的效果滚动。本源码来自国外VC++网站,源代码开源。
- 2023-06-03 13:25:03下载
- 积分:1
-
这是一个学习包,里面都是关于算法的学习包,其中的很多文章是我很艰难遭到的,与大家一起分享。...
这是一个学习包,里面都是关于算法的学习包,其中的很多文章是我很艰难遭到的,与大家一起分享。-This is a learning kits, which are on the learning algorithm packs, Many articles in which I was very difficult, and share with everyone.
- 2022-03-15 20:21:28下载
- 积分:1
-
Want to acn item bank, one day on the Internet looking for a long time had not f...
想要acn题库,某天在网上找了很久也没找到,这是我找到的ACM题集,pdf的-Want to acn item bank, one day on the Internet looking for a long time had not found This is what I found ACM question set, pdf" s
- 2022-03-18 14:56:52下载
- 积分:1