-
进入mf2k汇编语言的开发环境,将转换为BCD码的。
进入MF2K汇编语言开发环境,将二进制转换为BCD码的汇编程序设计方法与程序-Enter MF2K assembly language development environment, will be converted to BCD binary code compiled program design methods and procedures
- 2022-09-12 15:50:03下载
- 积分:1
-
用汇编语言写的,可以实现较大数的加法运算,带回显得显示结果...
用汇编语言写的,可以实现较大数的加法运算,带回显得显示结果-Written using assembly language, you can achieve a larger number of addition operations, it is back to show the results of
- 2022-01-25 19:38:26下载
- 积分:1
-
宿舍管理系统+代码用面向对象实现宿舍管理系统 用面向对象实现宿舍管理系统...
宿舍管理系统+代码用面向对象实现宿舍管理系统 用面向对象实现宿舍管理系统-Hostel management system+ Code quarters realize object-oriented management system with object-oriented management system realize quarters
- 2022-04-23 00:29:08下载
- 积分:1
-
MASM32汇编工具的帮助文件,是学习WIN32汇编的必备工具文档。
MASM32汇编工具的帮助文件,是学习WIN32汇编的必备工具文档。-Assist the compilation of the instrument MASM32 documents are compiled WIN32 study documents an essential tool.
- 2022-01-26 05:27:19下载
- 积分: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
-
温度传感器的C51源程序,可使用keil直接编译执行。
温度传感器的C51源程序,可使用keil直接编译执行。-temperature sensor C51 source can be used directly keil compiler implementation.
- 2022-10-12 22:00:03下载
- 积分:1
-
提供了键盘的扫描码目录,可以通过查询实现相关热键的拦截。...
提供了键盘的扫描码目录,可以通过查询实现相关热键的拦截。-Provides a keyboard scan code directory, can be achieved by querying the relevant hotkey to intercept.
- 2022-07-16 01:37:01下载
- 积分:1
-
upd 51 6464a acquisition procedures compilation directives
upd 6464a 取得程序 51 汇编指令-upd 51 6464a acquisition procedures compilation directives
- 2023-04-04 23:45: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
-
C语言实现的神经网络剪枝法
“神经网络剪枝算法”是一种通过简化神经网络结构来避免网络过拟合的有效方法之一。将权值拟熵作为惩罚项加入目标函数中,使多层前向神经网络在学习过程中自动约束权值分布,并以权值敏感度作为简化标准,避免了单纯依赖权值大小剪枝的随机性。由于在剪枝过程中只剪去数值小并且敏感度低的连接权,所以网络简化后不需要重新训练。算法效率明显提高。
- 2023-08-08 16:50:04下载
- 积分:1