-
从软盘启动计算机,并且可以显示时钟,按键可以改变屏幕颜色...
从软盘启动计算机,并且可以显示时钟,按键可以改变屏幕颜色-your computer from a floppy disk, and can display clock, screen buttons can change color
- 2022-01-21 06:27:12下载
- 积分:1
-
DSP 实现基于BURG算法的功率谱估计
DSP 实现基于BURG算法的功率谱估计-BURG DSP algorithm based on the power spectrum estimation
- 2022-02-26 02:55:16下载
- 积分:1
-
硬件可以捕捉到三的值
硬件可以捕获三轴的值,然后进行rfid计算
- 2022-05-21 14:00:22下载
- 积分:1
-
实现dos下菜单选择的小程序
实现dos下菜单选择的小程序-achieve dos menu choice under the small program
- 2022-08-20 16:44:46下载
- 积分:1
-
This example prints out "HELLO WORLD!" by writing directly to the video memory.
This example prints out "HELLO WORLD!" by writing directly to the video memory.
- 2023-02-21 22:40:04下载
- 积分:1
-
This program implements a PIC
This program implements a PIC-based fuzzy inference engine for the Fudge fuzzy development system from Motorola.
It works by taking the output from Fudge for the 68HC11 processor, and converting it to a MPASM compatible assembler file using the convert
batch file.
This file can then be incorporated with fuzzy.asm to create a fuzzy inference engine.
Tool chain
----------
FUDGE -> Fuzzy Rules -> MC68HC11.ASM -> CONVERT.BAT -> RULES.ASM
-> MPASM FUZZY.ASM -> INTEL HEX
Fuzzy input registers
---------------------
current_ins 1..8 x 8-bit raw inputs
Fuzzy inference function
------------------------
FuzzyEngine
Fuzzy output registers
----------------------
cog_outs 1..8 x 8-bit raw outputs-This program implements a PIC-based fuzzy inference engine for the Fudge fuzzy development system from Motorola.
It works by taking the output from Fudge for the 68HC11 processor, and converting it to a MPASM compatible assembler f
- 2022-02-05 14:16:57下载
- 积分:1
-
实现dds的步进控制
步进100hz
步进值可调
实现dds的步进控制
步进100hz
步进值可调
-Dds realize control of the stepper stepper stepper 100hz adjustable value
- 2022-06-26 01:06:42下载
- 积分: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
-
大小写转换
大小写转换- The big small letter transforms
- 2022-05-01 02:22:38下载
- 积分:1
-
一个ADC0809的程序,很有用的,不放试一试
一个ADC0809的程序,很有用的,不放试一试-a ADC0809 procedures useful, link test
- 2022-02-13 21:16:13下载
- 积分:1