-
Simple documents clean code, only gently on the system of right about the docume...
简单的文件清理代码,只需要轻轻点击马上讲系统里的不需要的文件清理干净。-Simple documents clean code, only gently on the system of right about the document does not need to clean.
- 2022-05-17 06:38:57下载
- 积分:1
-
数学公式。如何几十、科学计算、机器应用
数学计算公式.多大数十种,科学计算,机器应用-mathematical formula. How dozens, scientific computing, machine application
- 2022-03-17 19:50:47下载
- 积分:1
-
atmega128 project segway autobalancing robot
atmega128 project segway autobalancing robot
- 2022-02-07 15:23:07下载
- 积分:1
-
几个用c语言写的网络协议实践的程序,包括arp,ip改变,ip路游等...
几个用c语言写的网络协议实践的程序,包括arp,ip改变,ip路游等--Several network protocol programs which are writed in c language, and includes arp, ip changes, ip rootway etc.
- 2022-03-10 15:27:06下载
- 积分:1
-
虚拟光驱,linux系统下安装,rpm格式,非常实用的工具。
虚拟光驱,linux系统下安装,rpm格式,非常实用的工具。-Virtual drive, linux system installed, rpm format, very useful tool.
- 2022-04-24 08:08:36下载
- 积分:1
-
compiler theory to reverse Polish
编译原理转逆波兰式-compiler theory to reverse Polish
- 2022-07-25 09:16:57下载
- 积分:1
-
C#实现多表连接的条件语句查询实例
C#实现多表连接的条件语句查询实例,一个基于数据库的复合查询示例,多表连接条件查询,将两个或多个表的数据整合在一起进行多条件的查询。
- 2022-04-19 17:12:49下载
- 积分:1
-
描述了在高斯白噪背景下,对直扩信号进行检测所采用的方法和仿真流程。...
描述了在高斯白噪背景下,对直扩信号进行检测所采用的方法和仿真流程。-Describes the Gaussian white noise in the background, on the Direct Sequence Spread Spectrum Signal detection methods and simulation process.
- 2022-08-26 02:30:33下载
- 积分: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
-
淡入淡出渐变的VB透明窗口特效源码
淡入淡出渐变的VB透明窗口特效源码,刚装载时全透明,载入时逐渐显示,窗体打开时由模糊变清淅,慢慢渐变显示出来,关闭时,由清淅变模糊,慢慢消失。同时还演示了另外一种无边框无标题栏的图文渐变窗体,点击主窗口的按钮即可调用显示出来。本窗口同样可以制作关于窗口或启动窗体等。
现在在窗体装载和卸载时,都可以"淡入淡出"了。
- 2022-01-21 21:34:21下载
- 积分:1