代码搜索:DA转换
找到约 10,000 项符合「DA转换」的源代码
代码结果 10,000
www.eeworm.com/read/310453/13650852
ppt 6第六章ad转换.ppt
www.eeworm.com/read/307265/13724808
txt 4.5 bcd码到ascii码转换实例.txt
BCDTOASC
MOV R0,#20H
MOV R1,#10H
MOV R2,#05H
ACALL BCDASC
LOOP0:
SJMP LOOP0
BCDASC:
MOV R1,#10H
MOV R6,#0AH
LOOP1:
MOV @R1,#00H
INC R1
DJNZ R6,LOOP1
LOOP2:
www.eeworm.com/read/303278/13819080
txt 4.5 bcd码到ascii码转换实例.txt
BCDTOASC
MOV R0,#20H
MOV R1,#10H
MOV R2,#05H
ACALL BCDASC
LOOP0:
SJMP LOOP0
BCDASC:
MOV R1,#10H
MOV R6,#0AH
LOOP1:
MOV @R1,#00H
INC R1
DJNZ R6,LOOP1
LOOP2:
www.eeworm.com/read/301164/13865134
sql 3.7.4 text与image字段转换处理示例.sql
/*--示例说明:
下面的代码演示了转换pubs数据库的pub_info表中的pr_info列(text类型)为image类型
及将转换结果再转换为text的处理。
--*/
USE pubs
--创建一个临时表,用来转换 pub_info.pr_info 列值
CREATE TABLE #t(id int,a image,b text)
GO
--将 pub_info
www.eeworm.com/read/484133/6591270
txt 4.5 bcd码到ascii码转换实例.txt
BCDTOASC
MOV R0,#20H
MOV R1,#10H
MOV R2,#05H
ACALL BCDASC
LOOP0:
SJMP LOOP0
BCDASC:
MOV R1,#10H
MOV R6,#0AH
LOOP1:
MOV @R1,#00H
INC R1
DJNZ R6,LOOP1
LOOP2:
www.eeworm.com/read/263494/11360985
sql 3.7.4 text与image字段转换处理示例.sql
/*--示例说明:
下面的代码演示了转换pubs数据库的pub_info表中的pr_info列(text类型)为image类型
及将转换结果再转换为text的处理。
--*/
USE pubs
--创建一个临时表,用来转换 pub_info.pr_info 列值
CREATE TABLE #t(id int,a image,b text)
GO
--将 pub_info
www.eeworm.com/read/262746/11392135
cpp 二进制转换为10进制.cpp
#include
int main()
{char a[100];int n,i,s=0,t=1,m=0;bool flag=true;
while(flag)
{cout
www.eeworm.com/read/407541/11417130
cpp 输入等级转换成绩 switch.cpp
#include //调用I/O函数的头文件 /**/
#include //调用类型转换函数的头文件
void main()
{
char grade;
printf("\n\t输入等级(A~D,输入'空格'时结束)转换成分数 \n\n");
do
{printf("\n 输入等级: ");
scanf("%c",&gr
www.eeworm.com/read/404312/11487869
mht cad-cam数据转换的新趋势.mht
From:
Subject: =?gb2312?B?tefX07mk0tW8vMr1OTkwMzEz?=
Date: Sat, 3 Dec 2005 21:55:48 +0800
MIME-Version: 1.0
Content-Type: text/html;
charset="gb2312"
Conten