-
Flash_TWRP_Redmi2
说明: Flash_TWRP_Redmi 200
- 2020-06-20 16:00:02下载
- 积分:1
-
使用SAM-BA更新JLinkV8固件
【实例简介】使用SAM-BA更新JLinkV8固件教程
- 2021-07-15 00:31:47下载
- 积分:1
-
this a vb series of the GPS program's source code, as long as you will want...
这个是一个vb编的GPS程序的源代码,呵呵希望对大家会有所帮助!-this a vb series of the GPS program"s source code, as long as you will want to help!
- 2022-02-02 06:01:30下载
- 积分:1
-
labview的授权VI
1、打开“授权许可文件生成”,并运行
2、打开许可验证,可查看剩余使用权限
3、发现错误运行“调试差错程序)...
labview的授权VI
1、打开“授权许可文件生成”,并运行
2、打开许可验证,可查看剩余使用权限
3、发现错误运行“调试差错程序)-LabVIEW authorization VI1, open the
- 2022-03-11 07:16:38下载
- 积分:1
-
moon_pos_vel_J2000
通过坐标转换的方法估算月球在某一时刻在J2000坐标系下的位置和速度。(理解航天中坐标转化、时间系统的学习案例)(Through the coordinates of the conversion method to estimate the moon at a time in the J2000 coordinate system under the location and speed. (Understanding of aerospace coordinate transformation, time system learning case))
- 2020-10-07 20:17:36下载
- 积分:1
-
学生管理系统
学生成绩管理系统,拥有登录,在线查询,成绩 批改等功能(Student achievement management system)
- 2021-04-19 21:08:50下载
- 积分:1
-
dsiutils-2.3.0-sources
heritrix3,maven,dsiutil
- 2018-09-02 19:22:29下载
- 积分:1
-
gpio-iic
基于cc2530,利用iic控制灯闪烁,基于IAR(Based on cc2530, use iic control lights flashing, on IAR)
- 2011-07-10 10:26:03下载
- 积分:1
-
GRUB after commencement of computers running the software, which is responsible...
GRUB是计算机启动后运行的第一个软件,它负责加载一个操作系统的内核,并把控制权交给内核。该文档对GRUB进行了详尽的介绍,是一篇很不错的技术文档-GRUB after commencement of computers running the software, which is responsible for loading an operating system kernel. and control to the kernel. The right GRUB documentation for a detailed explanation, is a very good technical documentation
- 2022-08-26 08:37:09下载
- 积分: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