代码搜索:转换处理
找到约 10,000 项符合「转换处理」的源代码
代码结果 10,000
www.eeworm.com/read/298155/3875028
dat funtc318.dat
函数名称: strtol
函数原型: long strtol(const char *s, char **endptr, int radix)
函数功能: 将数值字符串转换成长整形格式数
函数返回: 长整形转换结果
函数说明: s 待转换的浮点字符串,radix 转换的数制,endptr 转换后的尾数字符串
所属文件:
www.eeworm.com/read/478926/1348068
java charencoding.java
/**
* 工具包
*/
package com.passedbylove.database.core.util;
/** 该类负责编码转换
*
* @author Administrator */
public class CharEncoding {
/** 字符编码转换,将其转换为ISO-8859-1编码
*
* @param str
www.eeworm.com/read/192685/8360938
txt 如何将picturebox中的图形与控件一起转换为bmp图.txt
下 面 的 方 法 实 际 上 是 抓 取 屏 幕 图 象 的 方 法 。
如 果 要 得 到 一 个 PictureBox中 的 图 形 ( 不 包 括 覆 盖 在 其 上 的 控 件 ) , 可 以 使 用 SavePicture Picture1.Picture "c:\test.bmp"语 句 将 图 形 存 盘 。 这 种 方 法 不 管 整 个 图 形 部 分 是 否 可
www.eeworm.com/read/390833/8438958
ppt oop(c++)_第17章_c++的类型转换机制(2学时).ppt
www.eeworm.com/read/389492/8517222
cpp 数据结构实现-堆栈-堆栈应用-中序 到 后序的转换和计算[anank].cpp
/*****************************************************************************************************
** Program Name : Transform Mid-Order to Pos-Order
** Author : Lu Jian Hua
** Time
www.eeworm.com/read/429594/8800517
txt 4.3.6多字节十六进制小数转换成双字节bcd码小数.txt
FTOBCD:
INC R0
MOV A,@R0
INC R0
ORL A,@R0
DEC R0
DEC R0
JNZ FTB0
MOV @R0,#41H
RET
FTBCD0:
MOV A,@R0
MOV C,ACC.7
MOV 1DH,C
CLR ACC.7
MOV @R0,A
LCALL MVR0
MOV DPTR,#B
www.eeworm.com/read/429594/8800529
txt 4.3.4单字节十六进制小数转换成单字节bcd码小数.txt
HBD:
MOV B,#100
MUL AB
RLC A
CLR A
ADDC A,B
MOV B,#10
DIV AB
SWAP A
ADD A,B
DA A
RET
www.eeworm.com/read/429594/8801184
txt 5.3.3双字节定点数转换成格式化浮点数.txt
FXDTOFLT:
MOV R2,A
MOV A,@R0
MOV R3,A
INC R0
MOV A,@R0
MOV R4,A
DEC R0
FLTRLN:
MOV A,R3
ORL A,R4
JNZ RLN1
MOV R2,#0C1H
RET
RLN1:
MOV A,R3
JB A
www.eeworm.com/read/429594/8801190
txt 5.3.6 32位整数转换为4字节规格化浮点数.txt
DIV16F:
ACALL DIV16L
PUSH 7
PUSH 6
MOV R7,#0
MOV R6,#0
ACALL DIV16L
MOV 3,R7
MOV 7,R6
POP 5
POP 6
MOV R4,#90H
MOV R2,#32
DIV16L:
MOV A,R5
JB ACC.7,NMLDN
MOV
www.eeworm.com/read/285298/8851968
txt 4.3.6多字节十六进制小数转换成双字节bcd码小数.txt
FTOBCD:
INC R0
MOV A,@R0
INC R0
ORL A,@R0
DEC R0
DEC R0
JNZ FTB0
MOV @R0,#41H
RET
FTBCD0:
MOV A,@R0
MOV C,ACC.7
MOV 1DH,C
CLR ACC.7
MOV @R0,A
LCALL MVR0
MOV DPTR,#B