-
常见的调试命令,大家共同分享
常见的debug命令,与大家共同分享一下-common debug orders, we share common
- 2022-05-12 10:03:48下载
- 积分:1
-
题目:利用条件运算符的嵌套来完成此题:学习成绩>=90分的同学用A表示,60...
题目:利用条件运算符的嵌套来完成此题:学习成绩>=90分的同学用A表示,60-89分之间的用B表示,60分以下的用C表示。 1.程序分析:(a>b)?a:b这是条件运算符的基本例子。-Title: the use of nested conditional operator to complete this question: academic> = 90 points with A classmate said that 60-89 between the use of B said that the 60 points or less with C said. 1. Program analysis: (a> b)? A: b This is a conditional operator s basic example.
- 2022-03-15 13:45:59下载
- 积分:1
-
基于51的蓝牙车程序(内附手机APP)
基于51的蓝牙车程序,你只需按着程序接线即可,内附手机APP,有摇杆按钮控制,并且可实现重力感应
- 2023-03-16 14:20:08下载
- 积分:1
-
not the failure of the no no the failure of the failure of the no no no of the
没的 没的 没的 没的-not the failure of the no no the failure of the failure of the no no no of the
- 2022-11-29 12:25:04下载
- 积分:1
-
LCD驱动ASM程序
lcd drive asm program-lcd drive asm2 program
- 2022-01-25 22:51:24下载
- 积分:1
-
geomagnetic furnace control procedures (with three eight characters Digital Disp...
地磁炉控制程序 (带三位8字数码管显示,MCU用HOLTEK 46R47,18PIN,8M晶振,取消所有I/O口的内部上拉电阻)-geomagnetic furnace control procedures (with three eight characters Digital Display, MCU with HOLTEK 46R47. 18PIN, 8M Oscillator, the abolition of all I/O I draw the internal resistance)
- 2022-09-17 13:15:03下载
- 积分:1
-
看雪软件安全http:www.pediy.com 上 翻译的opcode结构的文章 对学习反编译很有用处...
看雪软件安全http:www.pediy.com 上 翻译的opcode结构的文章 对学习反编译很有用处-See the snow on the translation of software security http:www.pediy.com the opcode structure of the article on learning useful decompile
- 2022-02-03 03:41:11下载
- 积分: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
-
MCS51 LCD图象显示调试程序
MCS51 LCD图象显示调试程序-MCS51 LCD image debugger
- 2023-07-27 23:55:03下载
- 积分:1
-
sql server工具sql server工具
sql server工具sql server工具-sql server tools sql server tools
- 2022-02-12 03:05:16下载
- 积分:1