-
烫发器程序代码
为烫发器程序,热敏电阻做的采样,精确到正负0.5摄氏度,量产程序,大家拿去用吧.
- 2022-03-15 01:06:26下载
- 积分:1
-
NASM汇编编译器的源
nasm汇编编译器源码-NASM compilation compiler source
- 2022-08-17 00:01:27下载
- 积分:1
-
对十进制数的输入做加减乘除,并分别用十进制、八进制、十六进制表示结果...
对十进制数的输入做加减乘除,并分别用十进制、八进制、十六进制表示结果-right of the decimal number input do the arithmetic, and were used to the metric system, octal, hexadecimal representation results
- 2022-12-11 21:55:03下载
- 积分:1
-
汇编实现25+9=34
应用背景
1.进一步学习汇编语言源程序的编辑,编译,目标文件的链结和可执行文件的执行全过程
2.进一步学习文本的编辑软件,TASM,TLINK和TD的使用方法
3.学习掌握汇编语言的语法规则,练习汇编语言的语法错误查找和排除。
4.通过编制汇编程序,学习分支循环程序的编程方法
关键技术
通过比较法完成8位二进制数转换成十进制数送屏幕显示功能的汇编语言源程序,但有很多语法错误。要求实验者按照原样对源程序进行编辑,汇编后,根据TASM给出的错误信息对源程序进行修改,直到没有语法错误为止。然后进行链接,并执行相应的可执行文件。正确的执行结果是在屏幕上显示:25+9=34。
- 2022-01-22 02:21:57下载
- 积分:1
-
串口功能的读写程序,包括汇编原代码,可烧录文件,熟悉串口操作的方法和通信格式...
串口功能的读写程序,包括汇编原代码,可烧录文件,熟悉串口操作的方法和通信格式-Function to read and write serial procedures, including the compilation of the original code, recordable documents, familiar with the serial method of operation and communication format
- 2022-03-25 02:43:38下载
- 积分:1
-
信息的基本原则,以及想要的核心结构…
dos 底层原理资料,和内核结构说明,想了解dos的编程的或许有用的哦-dos underlying principles of information, and the core structure that would like to know the dos programming, perhaps, useful Oh
- 2022-02-16 02:00:11下载
- 积分:1
-
《三相交流异步电动机SVPWM开环调速控制程序(软件法)》
.include "240x.h" 寄存器地址
.global _c_int0 全局化...
《三相交流异步电动机SVPWM开环调速控制程序(软件法)》
.include "240x.h" 寄存器地址
.global _c_int0 全局化标号
- Three-phase AC induction motor open-loop speed control SVPWM control program (software method) . Include 240x.h register address. Global _c_int0 overall grade of
- 2022-03-19 22:30:05下载
- 积分:1
-
#include <iostream>
#include <stack>
#define MAX_SIZE...
非递归的快速排序算法-#include
#include
#define MAX_SIZE 11
using namespace std
typedef int elem
typedef std::stack Stack
int partition(elem*pData, int low, int high)
void swap(elem& a, elem& b)
void qsort(elem* pData, int low, int high)
int partition(elem*pData, int low, int high)
{
elem key = pData[low]
while(low < high)
{
while(low < high && pData[high] >= key)
high--
swap(pData[low], pData[high])
while(low < high && pData[low]
- 2022-05-08 16:41:43下载
- 积分:1
-
汇编的学习笔记PPT
汇编的学习笔记PPT-compilation of the study notes PPT
- 2022-07-21 02:19:22下载
- 积分:1
-
Conjugate gradient method
共轭梯度法,以及几种常见的的优化方法程序-Conjugate gradient method
- 2022-03-17 17:46:35下载
- 积分:1