-
Microsoft Toolkit
toolkit 安装,可以在windows和LINUX系统安装(toolkit install you can install in all systems)
- 2017-12-25 22:11:38下载
- 积分:1
-
DjangoBlog-master
说明: 基于diango框架的个人博客系统实现。语言为python(The implementation of personal blog system based on diango framework. The language is Python)
- 2019-06-20 15:52:21下载
- 积分:1
-
改程序实现了对dalas的1
改程序实现了对dalas的1-wire器件温度传感器ds18b20(也可以是ds1825)的驱动,并将温度值显示在液晶屏幕1602上-This program is dedicated to driving the 1-wire device ds18b20(ds1825),which
reads the temperature and displays it on the LHD1602
- 2022-10-23 12:30:04下载
- 积分:1
-
STM8L_for_sensor
说明: 使用STM8L调试MPU6050和BMP280(using STM8L to drive mpu6050 and bmp280)
- 2019-04-21 16:15:26下载
- 积分:1
-
Welding_PWHT_Sample-video
说明: Fortran welding video sample
- 2019-06-28 12:49:18下载
- 积分:1
-
EduSoho网络课堂+8.1.5
EduSoho网络课堂 8.1.5()
- 2017-11-02 11:29:41下载
- 积分:1
-
c8051f320W25X80
c8051f320之W25X80读写测试实验(keil-c),使用keil-c编写,具有较好的工程移植性(the c8051f320 W25X80 reading and writing test experiment (keil-c), written in keil-c, and with good engineering portability)
- 2012-07-05 11:03:01下载
- 积分:1
-
fw
算机取证界的权威软件X-Ways forensics的中文使用帮助,在网上很难找到的,chm格式-Computer forensics software, an authority on X-Ways forensics Chinese use the help of the Internet is very difficult to find, chm format( forensics software, an authority on X-Ways forensics Chinese use the help of the Internet is very difficult to find, chm format)
- 2009-06-13 01:59:03下载
- 积分:1
-
ccpbin
转换波共转换点道集抽取程序,用于转换波地震勘探(Converted-wave conversion point gather were extracted procedures for the converted-wave seismic exploration)
- 2009-12-30 07:16:52下载
- 积分: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