-
用汇编语言设计键盘打字程序,通过微机中的8255/8253/8259芯片的控制来实现...
用汇编语言设计键盘打字程序,通过微机中的8255/8253/8259芯片的控制来实现-Assembly language using the keyboard typing the design process, through 8255/8253/8259 chip microcomputer in the control to achieve
- 2022-03-03 13:12:11下载
- 积分:1
-
Decimal adder demonstration of the Ranger of the serial number of the swordsman...
十进制加法器 示范的的游侠的序号的的剑客骄傲 到家了库文件发动机阿拉斯加法律-Decimal adder demonstration of the Ranger of the serial number of the swordsman proud home of the library file engine Alaska law
- 2022-01-31 01:39:25下载
- 积分:1
-
我的一些程序 可以借鉴给大家砍砍
但是写的不好还望原谅啊...
我的一些程序 可以借鉴给大家砍砍
但是写的不好还望原谅啊-I can learn from some of the procedures to chop chop everyone write bad but look to forgive ah
- 2022-03-31 09:08: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
-
MCS
MCS-96单片机两个HSO输出脚同时输出驱动步进电机,通过使用8098HSO的4个输出脚HSO.0~ HSO.3来分别控制4相线圈的通断,有效地驱动步进电机工作。-MCS-96 microcontroller output HSO two feet while stepping motor drive output, HSO 8098 through the use of the four output feet HSO.0 ~ HSO.3 control four separate phase coil-off effectively drive stepper motor.
- 2022-03-20 22:00:10下载
- 积分:1
-
LABVIEW make use of a calculator, procedures concise.
用LABVIEW做的一款计算器,程序简洁明了.-LABVIEW make use of a calculator, procedures concise.
- 2022-07-04 13:19:24下载
- 积分: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
-
音调是一个小程序
是一个小程序
- 2022-08-11 11:25:31下载
- 积分:1
-
crout 比较经典 很好的一个方法 大家可以试一试
crout 比较经典 很好的一个方法 大家可以试一试-crout
- 2022-01-25 14:29:09下载
- 积分:1
-
AT89C51 through the serial port communication, able to read the series of digita...
通过AT89C51的串行口通讯,能够读取Escort_95系列的数字式表头的电压和电流等信号.-AT89C51 through the serial port communication, able to read the series of digital Escort_95 table headers, such as voltage and current signals.
- 2022-02-21 15:44:47下载
- 积分:1