-
Based on Artificial Neural Network handwritten letters of the alphabet, the digi...
基于人工神经网络的手写英文字母、数字图像识别的源程序代码。-Based on Artificial Neural Network handwritten letters of the alphabet, the digital image to identify the source code.
- 2023-03-23 18:35:04下载
- 积分:1
-
IIR型3阶切比雪夫1型高通滤波器的采样频率(Fs)为1200Hz,截至频率为200Hz...
IIR型3阶切比雪夫1型高通滤波器的采样频率(Fs)为1200Hz,截至频率为200Hz-IIR-three bands a Chebyshev high-pass filter sampling frequency (Fs) 1200Hz. As the frequency of 200 Hz
- 2022-03-04 23:31:03下载
- 积分:1
-
写汇编代码实现一个圆形的先入先出(FIFO)缓冲器…
To write assembly code to implement a circular First In First Out (FIFO) buffer in the data memory of PIC18F452 microcontroller, using the microcontroller’s direct addressing mode and indirect addressing mode. To expand on the FIFO assignment and implement the FIFO solution on the QWIKFLASH PIC target board and display the FIFOSTATUS as LED indicators. Recall:
Flags within a file register called FIFOSTATUS:
• Bit 0: FIFO_full
• Bit 1: FIFO_empty
• Bit 2: attempt_2_read when FIFO_empty
• Bit 3: attempt_2_write when FIFO_full
- 2023-05-10 17:35:03下载
- 积分:1
-
用asm编的模拟dos中doskey命令的程序。按上下提取之前在终端输入的命令。...
用asm编的模拟dos中doskey命令的程序。按上下提取之前在终端输入的命令。-use asm series of the simulation were doskey dos order procedures. By extracting next before the end of the importation order.
- 2023-05-16 18:40:02下载
- 积分:1
-
Computer
- 2022-01-26 02:57:29下载
- 积分: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
-
PK found online advertising for V1.0
PK广告查杀器 V1.0-PK found online advertising for V1.0
- 2022-03-14 14:12:18下载
- 积分:1
-
LANDSCAPE SOURCE
There is a makefile, two C sources and one ASM file he...
LANDSCAPE SOURCE
There is a makefile, two C sources and one ASM file here. As it should
always be, the ASM stuff contains the innermost pieces of code for the
effect, and also some other stuff related to low-level keyboard input.-LANDSCAPE SOURCE
There is a makefile, two C sources and one ASM file here. As it should
always be, the ASM stuff contains the innermost pieces of code for the
effect, and also some other stuff related to low-level keyboard input.
- 2022-10-23 22:55:03下载
- 积分:1
-
AT24C02的工作原理和串行E2PROM读写
AT24C02串行E2PROM的工作原理与读写-AT24C02 serial E2PROM of the working principle and to read and write
- 2022-08-21 14:58:20下载
- 积分:1
-
Application of serial interface experiments
串行接口应用实验-发送端程序
串行通信发送程序source file
8253 8255 8251 综合实验-Application of serial interface experiments- Send client program to send serial communication program source file 8253 8255 8251 Comprehensive Experiment
- 2023-03-10 19:35:03下载
- 积分:1