-
yourself writing exercises procedures, it is very basic, and achieving the Engli...
自己写的习题程序,可以说是很基本的,实现了英文查询月份输出简写。-yourself writing exercises procedures, it is very basic, and achieving the English abbreviation for the month of output.
- 2022-08-10 13:47:28下载
- 积分:1
-
用拼音来检索汉字的算法
用拼音来检索汉字的算法-using phonetic symbols of the Chinese characters to search algorithm
- 2022-03-09 18:03:48下载
- 积分:1
-
CMCRC.ASM is a simple program just to demonstrate how to compute the
CRC
CMCRC.ASM is a simple program just to demonstrate how to compute the
CRC-16 and CRC-32 using the crc16_table and crc32_table that were
generated by CRCTABLE.
-CMCRC.ASM is a simple program just to demon strate how to compute the CRC-16 and CRC-32 usin g and the crc16_table crc32_table that were gen erated by CRCTABLE.
- 2022-08-16 04:09:49下载
- 积分: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
-
外部中断与Timer中断同时存在的实验 (单片机)
外部中断与Timer中断同时存在的实验 (单片机)-External interrupt Timer Interrupt-exist with the experimental
- 2023-07-30 01:20:02下载
- 积分:1
-
Data acquisition program
数据采集器程序,可以试试看数据采集器程序,可以试试看-Data acquisition program
- 2023-08-20 22:05:02下载
- 积分:1
-
uoolkjl
bootram
you is it .
uoolkjl
bootram
you is it .-uoolkjl bootram you is it.
- 2022-02-03 20:42:50下载
- 积分:1
-
汇编程序设计方法!
汇编程序设计方法!-assembler design!
- 2022-03-17 04:39:10下载
- 积分:1
-
USART异步串行发送例程,适合初学者学习!
USART异步串行发送例程,适合初学者学习!-USART asynchronous serial send routine, suitable for beginners to learn!
- 2023-03-16 15:15:03下载
- 积分:1
-
带中文字库的128X64是一种具有4位/8位并行、2线或3线串行多种接口方式,内部含有国标一级、二级简体中文字库的点阵图形液晶显示模块;其显示分辨率为128×6
带中文字库的128X64是一种具有4位/8位并行、2线或3线串行多种接口方式,内部含有国标一级、二级简体中文字库的点阵图形液晶显示模块;其显示分辨率为128×64, 内置8192个16*16点汉字,和128个16*8点ASCII字符集.利用该模块灵活的接口方式和简单、方便的操作指令,可构成全中文人机交互图形界面。可以显示8×4行16×16点阵的汉字. 也可完成图形显示.低电压低功耗是其又一显著特点。由该模块构成的液晶显示方案与同类型的图形点阵液晶显示模块相比,不论硬件电路结构或显示程序都要简洁得多,且该模块的价格也略低于相同点阵的图形液晶模块。
-err
- 2022-03-18 07:06:50下载
- 积分:1