-
定时器和计数器,proteus仿真,程序原理图全套。
定时器和计数器,proteus仿真,程序原理图全套。-Timers and counters, proteus simulation, process a full set of schematics.
- 2022-03-18 13:54:31下载
- 积分:1
-
功能介绍: 强大的网站文件目录在线管理工具!弥补FTP工具的不足。是PHP网站站长的必备! ・列出服务器上的文件和目录。 ・测试文件是否可以读写。1为可,0为
功能介绍: 强大的网站文件目录在线管理工具!弥补FTP工具的不足。是PHP网站站长的必备! ・列出服务器上的文件和目录。 ・测试文件是否可以读写。1为可,0为否。 ・在可读的情况下,能查看文件的内容。包括该文件里的敏感信息。 ・在可写的情况下,能【上传文件】、【修改属性】、【文件改名】、【编辑文件】、【新建文件】、【新建目录】。 ・【批量删除文件和目录】、【批量修改文件和目录属性】。 ・[MD5加密字符]、[批量代码生成]、[UNIX时间戳换算]。 ・另外还可返回系统环境信息。 ・管理员登陆功能。 ・以后会增加更多所能想到的实用功能。-Features: powerful site management tools directory online! FTP tools to make up for deficiencies. Is an essential PHP Webmaster! Listed on the server files and directories. Test documents can be read and write
- 2022-03-21 21:25:03下载
- 积分:1
-
设计并测试一个名为Rectangle的矩形类,其属性为矩形的左下角与右下角两个点的坐标,能计算矩形的面积...
设计并测试一个名为Rectangle的矩形类,其属性为矩形的左下角与右下角两个点的坐标,能计算矩形的面积-design and test a rectangular called Rectangle category, its attributes to the lower left-hand corner of the rectangle with 2 points lower right coordinates, which calculates the rectangular area
- 2022-07-05 01:16:57下载
- 积分:1
-
该文件的内容是设计一个五层楼的电梯控制装置,要求每层楼根据需要控制设上下控制按键及按键指示灯,全部楼层只设置一个当前楼层显示 电梯内设开关门按键 各楼层按键及指...
该文件的内容是设计一个五层楼的电梯控制装置,要求每层楼根据需要控制设上下控制按键及按键指示灯,全部楼层只设置一个当前楼层显示 电梯内设开关门按键 各楼层按键及指示灯,开关门要有声响提示 每层楼高度为0.30米,楼层全高1.5米-the contents of this document is to design a five-storey building in the lift control device on each floor under the requirements necessary to control the upper and lower control buttons located buttons and lights, all floors can provide a current show floor elevator door keys internal switches on each floor of buttons and lights, switches doors have audible alert signal height of each floor 0.30 meters, the entire floor 1.5 meters high
- 2022-02-02 12:09:15下载
- 积分: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
-
汇编代码实现求最大、最小值
资源描述
1、上传的源码是求最大值的,把程序中第35行的“ JA NEXT”改为“ JB NEXT“,即可改为求最小值。
2、求最值的数据可以自己设定,改程序的14、15行中的数据即可。
3、最值最后再CRT屏幕上显示,调用DOS的int 21H的功能。
- 2022-03-03 11:14:45下载
- 积分:1
-
问题。微机原理与接口技术的课程设计题目
微机原理与接口技术课程设计题目详细要求,指导进行课程设计。-Microcomputer Principle and Interface Technology curriculum design topics in detail the requirements of the guidance curriculum design.
- 2023-05-05 23:40:02下载
- 积分:1
-
A/D转换加1602显示proteus仿真
A/D转换加1602显示proteus仿真-A/D converter plus 1602 Show proteus simulation
- 2022-02-14 09:17:48下载
- 积分:1
-
汇编写的遥控接收处理程序,可放心使用的啊
汇编写的遥控接收处理程序,可放心使用的啊-Compilation of written procedures deal with the remote control receiver, can rest assured that the use of ah
- 2022-01-30 16:27:36下载
- 积分:1
-
一个简单的execl(linux)下的服务器代码,有什么问题,请多指教...
一个简单的execl(linux)下的服务器代码,有什么问题,请多指教-a simple execl (linux) server code, any problem, please enlighten
- 2023-06-22 18:05:04下载
- 积分:1