代码搜索:转换处理

找到约 10,000 项符合「转换处理」的源代码

代码结果 10,000
www.eeworm.com/read/243130/12960025

txt 如何把中文转换成unicode字符 (2000年8月24日).txt

如何把中文转换成Unicode字符 (2000年8月24日) 本站更新 分类: 作者:大富翁论坛 推荐: 阅读次数:609 (http://www.codesky.net) -------------------------------------------------------------------------------- 来自:HJ 时间:00-8
www.eeworm.com/read/243130/12960563

txt 如何把中文转换成unicode字符? (2000年11月6日).txt

如何把中文转换成Unicode字符? (2000年11月6日) 本站更新 分类: 作者:大富翁论坛 推荐: 阅读次数:553 (http://www.codesky.net) -------------------------------------------------------------------------------- 来自:HJ 时间:0
www.eeworm.com/read/242302/13076111

txt vb中的颜色值和html中的颜色如何实现互相转换.txt

VB和 HTML都 使 用 的 是 RGB格 式 , 所 以 转 换 比 较 容 易 。 象 VB的 &H000000FF&就 是 HTML的 #0000FF。 但 是 VB中 的 系 统 定 义 的 颜 色 常 数 : &H80??????不 是 采 用 RGB表 示 的 , 需 要 使 用 API函 数 OleTranslateColor函 数 转 换 为 RGB格 式 。
www.eeworm.com/read/242302/13079428

txt 如何将输入小写字母自动转换成大写.txt

可以使用SelStart属性来移动光标。如下面: Private Sub Text1_Change() Text1.Text = UCase(Text1.Text) Text1.SelStart = Len(Text1.Text) End Sub
www.eeworm.com/read/241280/13158963

txt tlc0831a8位ad转换器(c语言驱动程序) .txt

#include "reg51.h" #include "intrins.h" sbit T0831_CS=P2^0;//片选I/O端口 sbit T0831_SK=P1^0;//时钟I/O端口 sbit T0831_DO=P3^6;//数据I/O端口 unsigned char T0831Read() { unsigned char i,DataSoute; T08
www.eeworm.com/read/324754/13246742

txt ds18b20的源程序,采用12位转换.txt

;*************** ;Ds18b20_program 2003-1-3 ;*************** TemperL EQU 8H TemperH EQU TemperL+1 TemperDotL EQU TemperH+1 TemperDotH equ Tempe