-
用C51实现多个舵机的分时复用控制:在KELI CX51采用混合编程用一个字节的位移实现....
用C51实现多个舵机的分时复用控制:在KELI CX51采用混合编程用一个字节的位移实现.-C51 realize a number of steering gear with the time-sharing multiplex control: KELI CX51 in the use of mixed language programming with a byte displacement realize.
- 2022-02-20 21:56:30下载
- 积分: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
-
This is a simulation of serial IO port, using a program written in assembly code...
这是一个IO口模拟串口,采用51汇编代码编写的程序-This is a simulation of serial IO port, using a program written in assembly code 51
- 2022-03-22 21:55:48下载
- 积分:1
-
车站售票管理
车站车票销售管理-station ticket sales management
- 2023-01-19 05:30:03下载
- 积分:1
-
Mini Tetris
很小的俄罗斯方块,只用了440字节,能在DOS、WIN95、WIN98、WINME、WIN2000,XP下运行(其他的系统我没试过,可能行也可能不行)。-Mini Tetris
- 2022-06-02 11:55:12下载
- 积分:1
-
一个背单词源码,用masm写成,作者zhasm
只是觉得其构思不错,版权归原作者所有...
一个背单词源码,用masm写成,作者zhasm
只是觉得其构思不错,版权归原作者所有-a source word back with masm languages, the author zhasm just think that the idea is true, All the property of authorship
- 2022-08-17 15:52:15下载
- 积分:1
-
出租车计价器的汇编源程序
比较周全的考虑了实际中所会碰到的问题...
出租车计价器的汇编源程序
比较周全的考虑了实际中所会碰到的问题-the taxi program
- 2022-01-25 20:13:49下载
- 积分:1
-
汇编指令代码注释
汇编指令代码详解-code Comments on the compilation instructions
- 2022-10-06 19:05:03下载
- 积分:1
-
with DSP5410 achieve PN code, assembly language programming
用DSP5410实现PN码,汇编语言编程-with DSP5410 achieve PN code, assembly language programming
- 2022-01-26 01:31:15下载
- 积分:1
-
各模块的功能
1.各种基本数据的录入。如:学生基本情况录入。
2.各种基本数据的修改。即:允许对录入的数据重新进行编辑、修改。
3...
各模块的功能
1.各种基本数据的录入。如:学生基本情况录入。
2.各种基本数据的修改。即:允许对录入的数据重新进行编辑、修改。
3.各种基本数据的插入。如:在学生选修课程基本信息中插入一条新信息。
4.各种基本数据的删除。如:假设某同学转学或出国深造,删除该生的相关信息。
5.基于各种数据的查询。如:姓张的所有同学、年龄小于20岁的同学。
基于各种基本数据的统计计算.
6.统计每个学生各门功课的平均成绩,并按平均成绩从高到低的次序排名输出每个学生各门功课的综合成绩和平均成绩(名次、学号、姓名、平均成绩、各门功课的考试成绩、综合成绩)。
7.统计并输出各班各门功课的平均成绩和总平均成绩。
8.统计并输出每个同学已修学分。
9.列出不及格学生清单(学号、姓名、不及格的课程和成绩)。
10. 保存文件。
11. 读取文件。
12. 退出系统。
- 2022-09-18 13:35:03下载
- 积分:1