码迷,mamicode.com
首页 >  
搜索关键字:ad ds    ( 16269个结果
677【毕设课设】基于单片机多路11路AD模拟量采集系统
【资源下载】下载地址如下:https://docs.qq.com/doc/DTlRSd01BZXNpRUxl ? #include<reg52.h> #include<intrins.h> #define uchar unsigned char #define uint unsigned int / ...
分类:其他好文   时间:2020-12-09 12:08:37    阅读次数:5
# ad-hoc篇
##1、--list-hosts # 查看所有配置主机 ansible all --list-hosts #查看tt主机组主机 ansible tt --list-hosts ##2、shell模块 语法: ansible [主机组] -m shell -a '[参数]' 注:复杂命令会有出错得可能 ...
分类:其他好文   时间:2020-12-04 11:29:42    阅读次数:5
实验3 多个段的汇编源程序编写与调试
实验任务一: assume cs:code, ds:data data segment db 'Nuist' db 5 dup(2) data ends code segment start: mov ax, data mov ds, ax mov ax, 0b800H mov es, ax mov ...
分类:其他好文   时间:2020-12-02 12:04:50    阅读次数:3
实验3 多个段的汇编源程序编写与调试
实验任务1 task1.asm assume cs:code, ds:data data segment db 'Nuist' db 5 dup(2) data ends code segment start: mov ax, data mov ds, ax mov ax, 0b800H mov e ...
分类:其他好文   时间:2020-12-01 11:53:09    阅读次数:2
【Updating】汇编语言学习记录02
换码指令、字符的输出 前置知识: XLAT 指令:将BX指定的缓冲区中、AL指定的位移处的一个字节数据取出赋给AL,实际相当于(AL) = (DS:(BX+AL))。注意,不是单纯地赋予AL+BX,而是对应地址的值。 换码指令执行前,一般在主存建立一个字节量表格(如下代码4-6行),内含要转换成的目 ...
分类:编程语言   时间:2020-12-01 11:52:20    阅读次数:5
完整案例——配置前端和后端API应用的安全认证——基于Azure实现
这篇文章记录了我的一些实践。官方文档是 https://docs.microsoft.com/en-us/azure/app-service/tutorial-auth-aad?pivots=platform-linux 案例场景 关键技术 配置前端应用对应的Azure AD application ...
分类:Windows程序   时间:2020-11-30 16:01:59    阅读次数:13
实验3 多个段的汇编源程序编写与调试
实验3 多个段的汇编源程序编写与调试 实验任务1 使用任意文本编辑器,录入汇编源程序task1.asm。 assume cs:code, ds:data data segment db 'Nuist' db 5 dup(2) ;db 2,3,4,5,6 data ends code segment ...
分类:其他好文   时间:2020-11-30 15:18:51    阅读次数:4
Atcoder Beginner Contest 184
Atcoder Beginner Contest 184 A-Determinant Solution: 输出$ad-bc$ #include <iostream> using namespace std; int main() { int a, b, c, d; cin >> a >> b >> ...
分类:其他好文   时间:2020-11-26 15:23:49    阅读次数:14
实验3 多个段的汇编源程序编写与调试
1. 实验任务1 assume cs:code, ds:data data segment db 'Nuist' db 5 dup(2) data ends code segment start: mov ax, data mov ds, ax mov ax, 0b800H mov es, ax m ...
分类:其他好文   时间:2020-11-24 12:39:43    阅读次数:7
DS5工具
http://www.myir-tech.com/resource/449.asp http://www.myir-tech.com/product/ds-5-debugger.htm https://blog.csdn.net/jiangchao3392/article/details/10523 ...
分类:其他好文   时间:2020-11-24 12:39:29    阅读次数:7
16269条   上一页 1 ... 5 6 7 8 9 ... 1627 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!