-
按键显示汇编,设计语言教科书和编译教科书的有关知识,并增加了一些有关汇编 层体系结构的材料,以满足没学过计算机组织的学生们的需要...
按键显示汇编,设计语言教科书和编译教科书的有关知识,并增加了一些有关汇编 层体系结构的材料,以满足没学过计算机组织的学生们的需要-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
-
时钟中断历程 可以下下来参考一下 很不错的程序 适合于汇编初学者参考...
时钟中断历程 可以下下来参考一下 很不错的程序 适合于汇编初学者参考-Process can break down the clock, under the procedures refer to very good reference for beginners compilation
- 2022-02-27 00:34:59下载
- 积分:1
-
四则运算,同学编的,不错
四则运算,同学编的,不错-four classmates series, it is true
- 2023-01-09 03:55:03下载
- 积分:1
-
helios voice chip recording audio source. Sub automatic recording can be erased....
helios语音芯片的录音放音源程序。自动分段录音,可擦除。其音频数据存储采用SPI FLASH存储芯片-helios voice chip recording audio source. Sub automatic recording can be erased. Audio Data Storage their use SPI Flash Memory Chip
- 2022-03-21 08:47:50下载
- 积分:1
-
此代码是利用汇编语言实现的霓虹灯变化,实现都种图案的变化。是很好的汇编语言学习实例。...
此代码是利用汇编语言实现的霓虹灯变化,实现都种图案的变化。是很好的汇编语言学习实例。-This code is to use assembly language to achieve the neon lights change to achieve all kinds of design changes. Is a good example of assembly language to learn.
- 2022-07-11 18:57:21下载
- 积分:1
-
DOs下汇编实现PCI 扫瞄,给有需要的朋友,特别是做单片机或者嵌入式系统编程的朋友一个参考。...
DOs下汇编实现PCI 扫瞄,给有需要的朋友,特别是做单片机或者嵌入式系统编程的朋友一个参考。-compiled under DOs implement PCI scan to a friend in need, in particular, or do MCU embedded systems programming reference to a friend.
- 2022-02-10 17:16:34下载
- 积分:1
-
err
源码公开-线弹性动力分析直接积分
声明:
贴出源程序只是为了给有这方面需要的弟兄提供参考,并
非用于和做这方面工作的弟兄讨论用。
本人不对程序的正确性提供任何保证,不对程序的可读性
承担任何义务,也不承担对使用者在使用过程中的任何问
题提供解答的义务。
同意本声明的弟兄可以以任何的方式修改、使用
和传播本程序。否则,请勿以任何方式使用本程序。
NEWMARK BETA源程序(FORTRAN)。程序是一个独立的文件(
F77格式),使用者可将其拷入一个文件并改名为.FOR即可。
如:NEWMARK.FOR。程序中的矩阵和向量均为满存储。
-err
- 2022-06-27 11:08:02下载
- 积分:1
-
MCS
MCS-96单片机中断控制下的多道I_O程序。该程序完成4路采样,并在HSO线上给出相应PWM输出,P2.5上给出另一个PWM输出。-MCS-96 microcontroller suspended under the control of multi-channel I_O procedures. The procedures are completed 4 Sample Road and the HSO line is the corresponding PWM output dry weight is given another PWM output.
- 2022-11-08 23:55:03下载
- 积分: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
-
with AT89S51 SCM timer/counter T0 produce than the regular time, seconds count a...
用 AT89S51 单片机的定时 / 计数器 T0 产生一秒的定时时间,作为秒计数时间,当一秒产生时,秒计数加 1 ,秒计数到 60 时,自动从 0 开始。-with AT89S51 SCM timer/counter T0 produce than the regular time, seconds count as a time when a second time when, seconds count plus one, count to 60 seconds, the automatic starting from 0.
- 2022-01-26 00:18:56下载
- 积分:1