-
dmi读取工具,能够读type0
dmi读取工具,能够读type0-4的所有信息,兼容版本2.0-2.4-dmi reading tool, Reading type0-4 all the information compatible versions 2.0-2.4
- 2022-11-16 08:30:03下载
- 积分:1
-
it can help you know C++ souce program quckily
it can help you know C++ souce program quckily
- 2023-02-19 23:40:03下载
- 积分:1
-
Python对文件IO操作
filePath="c:/test/tt.txt"
#从文件中读取信息
f=open(filePath, "r")#运用读的方式打开文件,
for line in f: #每次读取文件的一行内容
print(line)
f.close()
#向文件中写入信息
f=open(filePath, "a") #这里有两种方式:第一种是以w的形式,它写入时将会清空以前的数据然后再写入数据,第二种是以a的形式,它以追加的形式写入数据
f.write("我开始向文件中写入信息
")
f.writelines("我已经向文件写入了信息")
f.close()
- 2022-03-02 22:46:33下载
- 积分:1
-
Assembly language curriculum design, " text readers"
汇编语言课程设计《文本阅读器》-Assembly language curriculum design, " text readers"
- 2022-03-09 09:37:00下载
- 积分:1
-
用单片机芯片ht46rb50温度计的设计、广告等。ht46rb50
本次设计的温度计采用HT46RB50 微控制器IC,HT46RB50 的AD 口外接一热敏电阻,通过
AD 读回的电压计算出热敏电阻阻值的变化,从而实现侦测外界温度的功能。HT46RB50 通
过USB 将侦测到的温度值传入PC 机的温度显示接口中显示。
本次设计的USB 使用操作系统提供的USB HID 设备类驱动程序。
• 采用USB 控制传输向HT46RB50 发送资料
• 采用USB 中断传输接收HT46RB50 传回的资料-The design of the thermometer used HT46RB50 microcontroller IC, HT46RB50 of AD external mouth of a thermistor, through the AD read-back voltage to calculate the changes in thermistor resistance in order to achieve the function to detect the outside temperature. HT46RB50 through the USB will be detected by the temperature of the temperature of incoming PC-display interface to display. The USB to use the operating system designed to provide the USB HID device class driver.
- 2022-06-16 23:32:08下载
- 积分:1
-
超可爱的卡通小时钟源码
使用ASM语言编写附带多种皮肤界面...
超可爱的卡通小时钟源码
使用ASM语言编写附带多种皮肤界面
-Super-cute cartoon clock source using the ASM language interface attached to a variety of skin
- 2022-03-20 00:18:24下载
- 积分:1
-
embeded device reverse engineering tools
Quoted from the author Igor Skochinsky
In July I had the honor to speak at the Recon conference in
Montreal, Canada. It was my first conference but I really liked the
experience. I hope I’ll be able to attend it in future.
The presentations were recorded and hopefully will appear on the Recon site soon but for now you can check out the slides . I have also uploaded some of the tools I mentioned, most notably various filesystem extractors compiled for Win32 .
- 2022-06-26 14:24:44下载
- 积分:1
-
三字节BCD转三字节16进制的51汇编(带注释)
三字节BCD转三字节16进制的51汇编(带注释)-BCD byte to three of 16 three-byte hexadecimal 51 compilation (with Notes)
- 2022-02-20 03:18:27下载
- 积分:1
-
用汇编做的一个编制演奏音乐的的小程序, 是一次课程设计的题目!...
用汇编做的一个编制演奏音乐的的小程序, 是一次课程设计的题目!-do with the compilation of a music concert establishment of small procedures, curriculum design is a topic!
- 2022-10-05 11:50:03下载
- 积分:1
-
KS0108和KS0107组合的128*64LCD屏显示程式
KS0108和KS0107组合的128*64LCD屏显示程式-KS0108 and KS0107 portfolio of 128* Embedded-screen display program
- 2023-07-21 04:15:03下载
- 积分:1