-
Photo Editor_1.162.25
说明: 安卓高级图片编辑器 Photo Editor V1.162.25 直装PRO版 解锁PRO功能 去广告(Android Advanced Photo Editor V1.162.25 Direct Pro Version Unlock PRO Function to Advertise)
- 2019-02-17 01:51:58下载
- 积分:1
-
在IC卡应用中对卡进行加密的工具,有加密后的动态
在IC卡应用中对卡进行加密的工具,有加密后的动态-in IC card application card for encryption tools, the dynamic encryption
- 2022-04-08 22:10:54下载
- 积分:1
-
association
目标跟踪中各种基础的点迹航迹数据关联算法matlab代码(Matlab code for various basic data association algorithms)
- 2021-03-31 14:49:09下载
- 积分:1
-
CWavelet
说明: 小波变换完整代码,包括主函数和子函数,可执行。(Wavelet transform complete code, including the main function and sub function, executable.)
- 2020-09-21 16:11:59下载
- 积分:1
-
High
高速电路板信号完整性设计 Stephen C. Thierauf著-High-Speed Circuit Board Signal Integrity Auther: Stephen C. Thierauf
- 2022-12-12 23:20:03下载
- 积分:1
-
mulgypoe-status-functions
用java的applet实现的ufo攻击小游戏,用到了动画和声音处理,(Implementation using Java applet UFO attacks little game, with the help of animation and sound processing,)
- 2017-03-20 20:34:24下载
- 积分:1
-
二维FDTD模拟 pml吸收边界程序,功能强大,书写详尽
二维FDTD模拟 pml吸收边界程序,功能强大,书写详尽-Pml absorbing boundary two-dimensional FDTD simulation program, powerful, writing a detailed
- 2022-03-15 08:42:58下载
- 积分:1
-
漂亮的服装网站,大家一定要多多支持,希望大家多提宝贵意见。...
漂亮的服装网站,大家一定要多多支持,希望大家多提宝贵意见。-very very good.you are one
- 2022-03-24 11:58:06下载
- 积分:1
-
HackMiji
讲述黑客攻防的各类技巧,内容多而全,细读一遍后你会知道很多黑客知识.(Hackers on the types of offensive and defensive skills, and the entire contents, read on it you will know that a lot of hacking knowledge.)
- 2009-01-04 14:28:31下载
- 积分: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