-
IA-32汇编原代码,blowfish.相比于c/c++写的原代码,效率更高-IA-32 compilation of the original code, blowfish. Compared to c/c++ Write the original code, more efficient
- 2022-03-21 23:30:51下载
- 积分:1
-
适用于内藏SED1335及其兼容控制器的SHARP
适用于内藏SED1335及其兼容控制器的SHARP-LM32019T 320X240点阵字符-Applicable to embedded controller SED1335 compatible and SHARP-LM32019T 320X240 dot matrix characters
- 2022-07-04 17:32:33下载
- 积分:1
-
一种基于arm的嵌入式linux软件开发jtag烧写工具
一种基于arm的嵌入式linux软件开发jtag烧写工具-Based on arm embedded linux software development tools for JTAG programmer
- 2023-08-05 04:10:03下载
- 积分:1
-
这是c++种比较实用的优先级的选择问题,主要为了资料的查阅方便...
这是c++种比较实用的优先级的选择问题,主要为了资料的查阅方便-c++batter choice
- 2022-09-27 21:00: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
-
TIny13 WDT
部分关于Attiny13的验证程序,关于ADC的采集,采集数据储存在EEprom中。以及Tiny13的校准字验证,同时还有WDT部分功能的验证,涉及到定时器和复位
- 2022-09-23 17:35:03下载
- 积分:1
-
win32 compilation from dynamic memory approach to obtain the use of API This me...
win32汇编以从内存中动态获取的办法使用API;这种方法使得在pe文件的输入表中看不到该api-win32 compilation from dynamic memory approach to obtain the use of API This method makes the pe file input table can not see the api
- 2023-01-22 01:25:03下载
- 积分:1
-
TLC2543是TI公司的12位串行模数转换器,使用开关电容逐次逼近技术完成A/D转换过程。由于是串行输入结构,能够节省51系列单片机I/O资源;且价格适中,分...
TLC2543是TI公司的12位串行模数转换器,使用开关电容逐次逼近技术完成A/D转换过程。由于是串行输入结构,能够节省51系列单片机I/O资源;且价格适中,分辨率较高,因此在仪器仪表中有较为广泛的应用。-TLC2543 is TI s 12-bit serial ADC, the use of switched-capacitor successive approximation technique to complete A/D conversion process. Because it is serial input structure, and can save 51 Series single-chip I/O resources and affordable, higher resolution, so the instrumentation are more widely used.
- 2022-03-20 02:52:01下载
- 积分:1
-
Compilation of statistics to achieve a string of alphanumeric characters which h...
汇编实现统计一个串中 数字 字母 其他字符个有几个-Compilation of statistics to achieve a string of alphanumeric characters which have a number of other
- 2023-07-23 15:50:03下载
- 积分:1
-
汇编程序的查询手册,还是蛮好用的。汇编程序的查询手册。...
汇编程序的查询手册,还是蛮好用的。汇编程序的查询手册。-Assembler manual query, or just fine useful.
- 2022-07-09 20:34:19下载
- 积分:1