-
CaptchioManager
通用认证码识别(Captchio),非常好的,通用的开发模块(Universal Authentication Code Recognition (Captchio), very good, the development of generic modules)
- 2009-01-17 20:58:23下载
- 积分:1
-
Demo
说明: 网页地图的放大、缩小、移动、定位,中心点已经设置好,定位点也一样,可以复位(Map zooming, zooming, moving and positioning)
- 2021-01-12 11:08:50下载
- 积分:1
-
这是谭豪强C语言书上的不分作业习题,是我自己做的,都能运行,有茱萸学习...
这是谭豪强C语言书上的不分作业习题,是我自己做的,都能运行,有茱萸学习-This is the C-language book on the big or worksheets, yes I do, to run, learning Cantleye
- 2022-04-19 05:47:35下载
- 积分:1
-
源代码
用于热爱用源代码开发一系列的小程序,开源代码来激发兴趣啊啊啊啊(For love to develop a series of small programs with source code, open source code to stimulate interest ah ah ah ah ah ah ah ah ah ah ah ah ah)
- 2020-06-24 06:20:02下载
- 积分:1
-
VF_MODE
说明: LCC谐振变换器的时域分析计算OP/OPO/NOP三种连续模式(Time domain analysis of LCC resonant converter to calculate three continuous modes of OP/OPO/NOP)
- 2019-01-21 10:53:28下载
- 积分:1
-
拼图游戏,可显示参考图,并记录拼图步数。
拼图游戏,可显示参考图,并记录拼图步数。-Jigsaw puzzle, will show the reference map, and record the puzzle step.
- 2023-03-14 22:00:03下载
- 积分:1
-
91332008BK3254_Designkit_20151223
说明: bekken BK3254 Designkit
- 2020-06-19 22:20:02下载
- 积分:1
-
Pana_psds61
PANASONIC PDF PLUGIN for read service manual .
- 2010-01-09 11:03:51下载
- 积分: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
-
一个大师仿PowerBuilder开发优化界面程序…
powerbuilder开发的一个仿优化大师的界面的一个程序源代码。不知道有人喜欢吗?-PowerBuilder development of a master of imitation optimize the interface a program"s source code. Do not know that people like?
- 2022-07-18 19:52:57下载
- 积分:1