搜索资源列表
UnicodeString_src
- ansi字符串与Unicode字符串转换的代码 包括UTP-8-this code can convert ansi string into Unicode string(including UTP-8)
UTF82ASCII
- 一个将UTF8字符串转换为ASCII的VC6程序.-a UTF8 string of ASCII conversion of the VC6 procedures.
12
- 数字字符串转换为数字 输入任一字符串,如果是由数字组成,则反回该数字,否则反回0
整数转换为字符串
- 用递归将整数转换为字符串的C++程序 通过求得整数每位数,再将其转为ASCII码,再调换每位顺序-using recursive integral to the conversion to a string obtained by C program every few Integer, and then converted to ASCII and then swap each sequence
16-10
- 将一个十六进制的字符串转换成它的等价的十进制数值。主函数负责收集字符,并判别它们是否为十六进制字符,htoi函数负责转换工作-to a hexadecimal string converted into its equivalent of the decimal value. The main function responsible for the collection of characters, and for judging whether the hexadecimal charact
繁简体互相转换
- 繁简转换控件属性:Mode:(GBtoBig,BigtoGb)GbtoBig:进行简繁转换;BigtoGb:进行繁简转换;方法:SetString(ss:string)返回字符串ss的转换结果(返回繁,简体视mode设定而确定).-simplified change control attributes : Mode : (GBtoBig, BigtoGb) GbtoBig : for signpost; BigtoGb : for simplified conversion; Methods
Gb2Big ,进行GB码和BIG5码之间的双向转换
- 代码实现了对一组字符串内存,进行GB码和BIG5码之间的双向转换,采用中间件方式输出。编译后生成ATL COM组件,可以供Windows平台的应用软件和ASP网站中使用。文件中同时包含了一个VB做的简单的调用例子。,Code to achieve a set of strings of memory, BIG5 to GB code and two-way code conversion, the use of middleware output. After the compiler to g
datamatrixcodingprocedures
- data matrix编码程序 将字符串转换为二维码黑白图形-data matrix encoding process will convert a string to two-dimensional black-and-white graphics code
C
- 第一部分 基础篇 实例1 第一个C程序 2 实例2 求整数之积 6 实例3 比较实数大小 8 实例4 字符的输出 10 实例5 显示变量所占字节数 11 实例6 自增/自减运算 13 实例7 数列求和 14 实例8 乘法口诀表 17 实例9 猜数字游戏 19 实例10 模拟ATM(自动柜员机)界面 22 实例11 用一维数组统计学生成绩 24 实例12 用二维数组实现矩阵转置 26 实例13 求解二维数组的最大/最小元素 29 实例14 利
testStrtoXDef
- 字符串转换为各种类型,很多人用Try Except去做,这样不但调试不方便,也是不经济的,试下这段代码。-String is converted to various types, Try Except with a lot of people do, so that debugging is not only inconvenient, is not the economy, the code under test.
str
- C语言中,把16进制转换成字符串,一般在对中文进行传递中用到-C language to convert a string of 16 hex, the general in the Chinese language used in the transmission of
poplist
- 字符串转换事例,摆脱masm的人为字符串长度限制-This program shows a useful trick to get around an artificial limit that MASM imposes on the length of string data. It loads a long string that is delimited by a single zero and terminated by two zeros, reads each entry
at_send
- 通过at发送手机短信.转字符串转换为Unicode代码,例如“中”的unicode代码为 4E2D,(好像是将中字的ASCII码分开,分别转成16进制)-At sending text messages via mobile phones. Turn the string is converted to Unicode code, such as " in progress" unicode code 4E2D, (as if the word is the ASCII cod
062
- 浮点数转换为字符串 .标准函数和标准过程是由Pascal定义的,如标准函数ch(),ord(),标准过程read(),write()等,程序员在编写程序时,只要套入合适的参数,就可以直接调用这些标准函数和过程。-Floating-point number is converted to a string
yuanchengxu2
- 输入英文字母串,在回车后实现大小写转换 按命令要求将字符串转换为全部大写或全部小写 非英文字母不允许输入并声响报警 -Enter letters strings, the carriage return after the realization of case conversion requested by the command string to all uppercase or all lowercase non-English characters are not allo
xyTypeConv
- delphi 关于各种字符串转换和处理的函数-delphi string conversion and handling of various functions
3
- 字符串转换和拷贝 Data segment str_a db ‘assembly language is not difficult’ str_b db 40 dup (?) Data ends 请将字符串str_a中的字符转换成大写并拷贝到str_b中。 编写程序,编译连接,用DEBUG运行调试 -String conversion and copying Data segment str_a db ' assembly language is not dif
rili
- 编写日历的程序,输入年度月份后,按日历的形式输出本月。可实现主要功能分析如下: 1.由用户输入年度月份,判断数据是否合法,1900≤year≤2100,1≤month≤12,年份字符串转换成二进制数保存到变量year,month中,否则提示错误 2.判断闰年闰月,修改monthday:闰年将2月天数改为29,否则为28。计算每月有几天,当月的1号是星期几。 3.显示输出月历,用户继续查询的话返回重新继续输入年度月份,否则退出,结束程序。 -Procedures for the
ASSCII码转换
- labview:适用于ASSCI转字符串,子VI(LabVIEW: applies to ASSCI to convert strings, sub VI)
zfczhuansz
- 字符串转换为数字,字符串转换为数字....(Convert string to number)