-
文本编辑器(A3)
3.3.1设计题目及要求
三, 文本编辑器(10)
要求:(1)编辑文本;
(2)保存、打开指定位置的文本文件;
(3...
文本编辑器(A3)
3.3.1设计题目及要求
三, 文本编辑器(10)
要求:(1)编辑文本;
(2)保存、打开指定位置的文本文件;
(3)具有输入输出界面。-A text editor (A3) 3.3.1 Design and requirements of Title III, a text editor (10) requires: (1) Edit the text (2) to preserve, open the text file specified location (3) with input and output interfaces.
- 2022-03-13 07:34:44下载
- 积分: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
-
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
-
用C++实现多项式处理
用C++实现多项式处理-Using C++ to deal with polynomials
- 2022-04-28 21:04:44下载
- 积分:1
-
AT89C5X,看门狗程序,可以防止程序进入死循环.
AT89C5X,看门狗程序,可以防止程序进入死循环.-AT89C5X, watchdog procedure can prevent the procedure to enter the infinite loop.
- 2022-09-03 03:25:02下载
- 积分:1
-
12864显示按键值
该程序时是用12864液晶显示4*4矩阵键盘的按键值的,键盘按键值采用啄行扫描法扫描按键值。将按键值返回单片机,再通过12864液晶字符显示显示出来
- 2022-03-25 08:57:14下载
- 积分:1
-
用VB实现USB功能,主要是通过调用EasyD12.dll动态连接库函数,控制USBU端对 DP...
用VB实现USB功能,主要是通过调用EasyD12.dll动态连接库函数,控制USBU端对 DP-51学习板24WC02时行读写控制。-VB USB functions, mainly through call EasyD12.dll DLL function, USBU-right control of DP-51 learning at the plate WC02 24 firms control read and write.
- 2022-06-02 14:55:13下载
- 积分:1
-
用汇编语言写的了一个定时计数器的程序,已经通过,实现良好...
用汇编语言写的了一个定时计数器的程序,已经通过,实现良好-Written in assembly language with a regular counter procedures, have been adopted to achieve good
- 2023-05-08 04:15:02下载
- 积分:1
-
一个汇编语言集成开发写平台,对初学汇编有一定的帮助,是一个压缩包,直接解压即可(不需解压密码)...
一个汇编语言集成开发写平台,对初学汇编有一定的帮助,是一个压缩包,直接解压即可(不需解压密码)-a compilation of written language integrated development platform for beginners compilation is certainly helpful, is a compressed, can be extracted directly (without extracting passwords)
- 2022-08-26 08:26:57下载
- 积分:1
-
这是这几天我用C做的一个高性能计时器.希望大家指教
这是这几天我用C做的一个高性能计时器.希望大家指教-This is the last few days I used to do a high-performance C timer. Hope everyone advice
- 2022-05-18 04:55:49下载
- 积分:1