-
In the cadence virtuoso painting under the bus of the skill procedure.
在cadence virtuoso 下画bus的skill程序。-In the cadence virtuoso painting under the bus of the skill procedure.
- 2022-03-26 07:37:42下载
- 积分: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
-
code of a classical statistical tools that can help you clear out your search fo...
一个经典的代码统计工具,可以帮助你清晰的查找出您的代码行数、注释行数、空格行数,希望能有所帮助!-code of a classical statistical tools that can help you clear out your search for the source line number, a few notes. a few spaces, hopes to have help!
- 2023-01-05 16:30:04下载
- 积分:1
-
7219驱动程序 其中包括7219的个寄存器地址功能及用法
7219驱动程序 其中包括7219的个寄存器地址功能及用法-7219 it can make 7219 do it can do
- 2022-04-14 13:34:44下载
- 积分:1
-
经典js, 经典js, 经典js, 经典js,
经典js, 经典js, 经典js, 经典js, -failed to translate
- 2022-05-07 16:44:05下载
- 积分:1
-
JAVA2游戏程序设计源码,图书光盘源码!
JAVA2游戏程序设计源码,图书光盘源码!-JAVA2 game programming source code, books CD-ROM Source!
- 2022-03-23 04:26:03下载
- 积分:1
-
一个C++压缩算法类 LZARI相关源码
一个C++压缩算法类 LZARI相关源码,这个类lzari压缩算法的核心,功能很不错,压缩质量高,这个算法是在1989年7月由C语言实现,但是一些全局或静态的变量在MFC环境下使用很不方便,所以要把它变成C++类,这样大家用起来就方便多了。
- 2022-05-25 09:17:20下载
- 积分:1
-
DSP算法标准1。可方便自己快速找到所需要的TI算法文档
DSP算法标准1。可方便自己快速找到所需要的TI算法文档-a DSP algorithm standard. Facilitate their rapid find the necessary documentation TI algorithm
- 2022-05-19 09:50:56下载
- 积分:1
-
dos virtual drive
dos下虚拟光驱
-dos virtual drive
- 2022-05-25 20:36:02下载
- 积分:1
-
text color gradually used vc Oh! !
文字的颜色渐变,用到vc哦-text color gradually used vc Oh! !
- 2022-03-13 17:39:59下载
- 积分:1