代码搜索:DA转换
找到约 10,000 项符合「DA转换」的源代码
代码结果 10,000
www.eeworm.com/read/169320/9866939
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/365342/9867593
doc 小写金额转换成大写金额.doc
www.eeworm.com/read/365342/9867599
doc powerbuilder日期转换函数应用经验谈.doc
www.eeworm.com/read/167729/9953781
ddb usbuart转换口模组电路原理图.ddb
www.eeworm.com/read/167729/9953784
dsn usbuart转换口模组电路原理图.dsn
www.eeworm.com/read/167710/9955002
doc 小写金额转换成大写金额.doc
www.eeworm.com/read/167710/9955008
doc powerbuilder日期转换函数应用经验谈.doc
www.eeworm.com/read/166954/9988218
txt 二进制到bcd码转换.txt
--
--
------------------------------------------------------------------------------------
-- DESCRIPTION : Bin to Bcd converter
-- Input (data_in) width : 4
--
www.eeworm.com/read/166595/10014138
doc 用at89c2051实现模数转换.doc
www.eeworm.com/read/166115/10035430