-
回溯法实现最小圆排列问题
回溯法实现最小圆排列问题-Backtracking minimize problems with a round
- 2023-07-03 21:05:02下载
- 积分: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
-
absolutely convenient, but I will not tell the teacher! ! This operation but my...
绝对好用,不过不要告诉俺老师!!这可是我的作业阿!-absolutely convenient, but I will not tell the teacher! ! This operation but my A!
- 2022-04-14 23:23:37下载
- 积分:1
-
WIN98硬盘引导记录祥解
WIN98硬盘引导记录祥解-WIN98 drive boot record xiang, XIE
- 2022-06-26 02:02:59下载
- 积分:1
-
Based on MCU
基于单片机控制的电子密码锁
摘要:本系统由单片机系统、矩阵键盘、LED显示和报警系统组成。系统能完成开锁、超时报警、超次锁定、管理员解密、修改用户密码基本的密码锁的功能。除上述基本的密码锁功能外,还具有调电存储、声光提示等功能,依据实际的情况还可以添加遥控功
-Based on MCU-controlled electronic code locks Abstract: This system consists of single-chip microcomputer system, matrix keyboard, LED display and alarm system. System to complete the unlock, overtime alarm, lock超次, administrators decrypt, modify the user s password locks the basic functions. In addition to the above basic code lock function, but also has a transfer electric storage, sound and light features such as tips, according to the actual situation can also add a remote control reactive
- 2022-03-21 00:21:25下载
- 积分:1
-
汇编指令的英文指令解释(对初学者来说,结合英文阅读有助于记忆指令,因为指令都是英文的缩写)...
汇编指令的英文指令解释(对初学者来说,结合英文阅读有助于记忆指令,因为指令都是英文的缩写)-the code of ASM, when you study the ASM, you should read
- 2022-03-18 16:16:09下载
- 积分:1
-
MMX即多媒体可扩展指令集,通常用汇编编写,内嵌于C++或C,提升图象算法的执行速度。该文档介绍了MMX的指令集及编程规范。...
MMX即多媒体可扩展指令集,通常用汇编编写,内嵌于C++或C,提升图象算法的执行速度。该文档介绍了MMX的指令集及编程规范。-That is scalable MMX multimedia instruction set, often used to prepare a compilation, embedded in C++ Or C, to enhance the implementation of the speed of the image algorithm. The document describes the MMX instruction set and programming norms.
- 2022-11-05 23:55:03下载
- 积分:1
-
控制LED慢慢变亮和慢慢变暗的一个汇编程序.初学者可以多分析一下,从而能学到一些编程方法和思路...
控制LED慢慢变亮和慢慢变暗的一个汇编程序.初学者可以多分析一下,从而能学到一些编程方法和思路-control LED change slowly and gradually darken-a compilation of the procedure. Beginners can analyze, It will be able to learn some programming methods and ideas
- 2022-07-21 23:35:03下载
- 积分:1
-
一个由汇编实现的两个数相加,实现简单,比较适合学生
一个由汇编实现的两个数相加,实现简单,比较适合学生 -achieve a compilation by the sum of two numbers, achieving simpler, more suitable for students
- 2022-01-25 21:40:52下载
- 积分:1
-
(TASM)汇编语言,显示 0 到 9,显示 0 到 99
0 到 9 和 0 到 99 的组装时,将显示此源代码。 再组装起来,使用 TASM,。 涡轮增压器装配。 做为 UMS 微处理器课程8086 微处理器的汇编语言源代码
- 2022-08-10 02:43:51下载
- 积分:1