-
Assembly language to prepare the design of the electronic clock source on the cu...
汇编语言编写的电子钟设计 源码
对课程设计 很重要-Assembly language to prepare the design of the electronic clock source on the curriculum design is important
- 2022-10-30 21:45:03下载
- 积分:1
-
C语言实现的神经网络剪枝法
“神经网络剪枝算法”是一种通过简化神经网络结构来避免网络过拟合的有效方法之一。将权值拟熵作为惩罚项加入目标函数中,使多层前向神经网络在学习过程中自动约束权值分布,并以权值敏感度作为简化标准,避免了单纯依赖权值大小剪枝的随机性。由于在剪枝过程中只剪去数值小并且敏感度低的连接权,所以网络简化后不需要重新训练。算法效率明显提高。
- 2023-08-08 16:50:04下载
- 积分:1
-
利用汇编语言实现一个可以在显示器上显示时、分、秒的电子时钟,并能提供整点报时功能。设计一个基本的具有显示时、分、秒的电子时钟。
到整点或预定的报警时间,能够...
利用汇编语言实现一个可以在显示器上显示时、分、秒的电子时钟,并能提供整点报时功能。设计一个基本的具有显示时、分、秒的电子时钟。
到整点或预定的报警时间,能够以不同的音乐进行报时,可以自行设置闹钟报警时间;
实物演示时要求讲出程序原理和设计思想;
程序运行良好、界面清晰。
-The use of assembly language implementation on a show in the display hours, minutes and seconds of electronic clock, and can provide the whole point timekeeping function. Designed with a basic display hour, minute, second electronic clock. The whole point of the book or the alarm time, be able to carry out a different time in music, you can set their own alarm clock time kind demonstration program called the principle of speaking the idea and design program is running good, clear interface.
- 2022-05-07 23:11:00下载
- 积分:1
-
vb 分形树
Dim xs As Integer
Dim ys As Integer
Dim alph As Single
Dim lng As Single
Dim m As Integer
Const PI As Single = 3.14159265
Private Function tree(x As Integer, y As Integer, angle As Single, length As Single, n As Integer)
Dim x0 As Integer
Dim y0 As Integer
Dim alpha As Single
Dim beita As Single
Dim leng As Single
BackColor = vbWhite
If n > 0 Then
x0 = x + Cos(angle) * length
y0 = y - Sin(angle) * length
picture1.Line (x, y)-(x0, y0), vbbrake
alpha = angle - PI / 8
beita = angle + PI / 8
leng = 2 * length / 3
Call tree(x0, y0, alpha, leng, n - 1)
&nbs
- 2022-01-24 19:06:52下载
- 积分:1
-
sam课程设计的sam,栽斤斗三风口浪尖我ieufsdljfuefs
sam课程设计的sam,栽斤斗三风口浪尖我ieufsdljfuefs-sam curriculum design of sam, planted three Tuyere wave loop I ieufsdljfuefs
- 2022-11-08 19:05:02下载
- 积分:1
-
汇编语言写的,显示彩色矩形块。比较简单,给初学图形者用的...
汇编语言写的,显示彩色矩形块。比较简单,给初学图形者用的-Written in assembly language, showing rectangular blocks of color. Relatively simple graphics are used to beginners
- 2023-08-28 20:15:03下载
- 积分:1
-
PIC16位乘除法
PIC16位乘除法-PIC16- multiplication and division
- 2022-01-27 11:41:59下载
- 积分:1
-
6502 instructions and description of the ASM 6502 Directive
6502 ASM 6502指令的说明和说明
- 2022-05-08 17:05:39下载
- 积分:1
-
USART异步串行发送例程,适合初学者学习!
USART异步串行发送例程,适合初学者学习!-USART asynchronous serial send routine, suitable for beginners to learn!
- 2023-03-16 15:15:03下载
- 积分:1
-
用汇编写的哦!其他也没什么说的,只是他一定要20个字,没办法拉...
用汇编写的哦!其他也没什么说的,只是他一定要20个字,没办法拉-compilation was made with the Oh! Others have nothing to say is that he must 20 characters, not to pull the ball! !
- 2022-05-05 14:01:09下载
- 积分:1