-
51单片机8位xpt2046芯片对电位器的模数转换
说明: 51单片机8位xpt2046芯片对电位器的模数转换(Analog-to-digital conversion of 51 single-chip 8-bit xpt2046 chip to potentiometer)
- 2020-06-19 12:20:02下载
- 积分:1
-
数字控制移相全桥软开关变换器_洪峰
说明: 数字控制移相全桥软开关变换器_洪峰,指导教程好的很好用完全可以(Digital control phase-shift full bridge soft switching converter, flood peak, good tutorial, very good use, absolutely OK)
- 2019-10-26 22:43:05下载
- 积分:1
-
adc0832 sample programs for reference purposes only! for reference purposes only...
adc0832示例程序,仅供参考! 仅供参考!-adc0832 sample programs for reference purposes only! for reference purposes only!
- 2022-12-30 15:55:03下载
- 积分: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
-
SentinelHASP(HASP_SRM)
sentinel tool dongle must have
- 2019-06-18 03:21:55下载
- 积分:1
-
网线的制作方法,很实用,经常碰到,希望大家看看,学习学习。...
网线的制作方法,很实用,经常碰到,希望大家看看,学习学习。-net line production method, it is very practical, often meet, we hope to see, study, study.
- 2023-04-12 13:50:03下载
- 积分:1
-
AD2S1210_STM32
基于STM32,对AD2S1210进行配置,可实现读取旋变位置,速度,实现编码器值稳定等功能(Based on STM32, the configuration of AD2S1210 can realize the function of reading and changing the position and speed of the encoder, and achieving the stable value of the encoder.)
- 2021-01-06 18:18:54下载
- 积分:1
-
boost_close_loop
说明: close loop control of boost converter
- 2020-06-25 04:40:02下载
- 积分:1
-
使用Acrgis Engine 的java api 开发的创建一个shape文件
使用Acrgis Engine 的java api 开发的创建一个shape文件-Acrgis Engine using the java api to create a shape the development of documents
- 2022-02-02 04:30:13下载
- 积分:1
-
VB也疯狂-16种窗口关闭特效
VB也疯狂-16种窗口关闭特效,可惜抓不到图,自己下载源码编译一下吧。16种窗口关闭效果,有的带动画效果,让你的程序窗口更生动吧。
- 2022-01-25 21:40:26下载
- 积分:1