-
用传输矩阵法计算一维光子晶体的带结构的程序,用matlab所编,文件解压后,程序写在word文档中,并附有在matlab下画的图,本人感觉非常有用...
用传输矩阵法计算一维光子晶体的带结构的程序,用matlab所编,文件解压后,程序写在word文档中,并附有在matlab下画的图,本人感觉非常有用-use of the transfer matrix method one-dimensional photonic crystal with the structure of the program, prepared by Matlab. unpacks the files, procedures written in word document, together with the painting under Matlab plans, I feel very useful
- 2022-03-10 03:15:02下载
- 积分:1
-
关于8086的一些编程,里面的思想对于汇编程序的书写很有借鉴。...
关于8086的一些编程,里面的思想对于汇编程序的书写很有借鉴。-8086 on the program, the thinking inside the compilation procedures for writing a very useful reference.
- 2022-04-27 21:29:32下载
- 积分:1
-
售货机选择货物,计算总价、投入价格的主程序。
keil c51
- 2022-10-02 03:25:03下载
- 积分:1
-
TMS320VC5402DSP芯片通过源代码读写CF卡和CF的C.
通过TMS320VC5402DSP芯片读写CF卡的源程序,并实现CF卡与外部设备的通信-TMS320VC5402DSP chip through the source code to read and write CF cards and CF cards to achieve the communication with external equipment
- 2022-06-19 06:51:08下载
- 积分:1
-
除湿机的说明程序文件 已经生产几十W台 出口机形 分时操作
除湿机的说明程序文件 已经生产几十W台 出口机形 分时操作-dehumidifiers of the document production process dozens of W-exporting machine time-sharing operation
- 2022-06-18 05:13:50下载
- 积分: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
-
按键显示汇编,设计语言教科书和编译教科书的有关知识,并增加了一些有关汇编 层体系结构的材料,以满足没学过计算机组织的学生们的需要...
按键显示汇编,设计语言教科书和编译教科书的有关知识,并增加了一些有关汇编 层体系结构的材料,以满足没学过计算机组织的学生们的需要-Button shows a compilation of language textbooks and textbooks compiled the relevant knowledge, and an increase of some of the compilation of the material layer architecture to meet the needs of organizations never learned the computer needs of students
- 2022-05-08 05:28:32下载
- 积分:1
-
Registry Edit Sample code
Registry Edit Sample code
- 2022-08-21 08:18:40下载
- 积分:1
-
HTML是网页主要的组成部分,基本上一个网页都是由HTML语言组成的,所以要学习网站怎样建设,必须从网页的基本语言学起。...
HTML是网页主要的组成部分,基本上一个网页都是由HTML语言组成的,所以要学习网站怎样建设,必须从网页的基本语言学起。-HTML is an integral part of the main page, is basically a Web page is composed by the HTML language, so to learn how to build web site must be from the web site from the basic linguistics.
- 2022-12-30 14:30:12下载
- 积分:1
-
C series Hanno tower
用C编的hanno塔-C series Hanno tower
- 2023-05-08 01:45:02下载
- 积分:1