xyza的ascii码码

DPO TO XYZ ASCII DATA CONVERTER | Tektronix
pop.document.write('' + code.innerHTML + '');
pop.document.close();
BETA VERSION - Conversion utility to convert DPO IMH files to X,Y,Z, ascii data files.
Version: V0.4
软件类型: 实用软件
发布日期: Sep 29 1998 - 07:00 am
-- This piece of Tektronix software does not contain release notes --
FREE SOFTWARE DOWNLOAD AGREEMENT
Not all free software has gone through Tektronix normal quality control or production processes, but is provided to users as an accommodation to respond to user requests. The free software is provided hereunder on an As-Is basis without any representation or warranty. Tektronix disclaims all warranties, whether express or implied, including warranties of merchantability, fitness for a particular purpose and non-infringement of intellectual property rights. In no event shall Tektronix be liable for any direct, indirect, special, incidental or consequential damages in any way arising out of or connected with the use of the free software.
By downloading, you agree to the terms and conditions of the .
分享此页面
信息产业部备案许可证号:
下载手册、产品技术资料、软件等:
型号或关键字Delphi上如何得到一个字符的ASCII码?
[问题点数:0分]
Delphi上如何得到一个字符的ASCII码?
[问题点数:0分]
不显示删除回复
显示所有回复
显示星级回复
显示得分回复
只显示楼主
本帖子已过去太久远了,不再提供回复功能。& & & & 复制代码代码如下:& & class ascii& & {& & function decode($str)& & {& & preg_match_all( "/(d{2,5})/", $str,$a);& & $a = $a[0];& & foreach ($a as $dec)& & {& & if ($dec < 128)& & {& & $utf .= chr($dec);& & }& & else if ($dec < 2048)& & {& & $utf .= chr(192 + (($dec - ($dec % 64)) / 64));& & $utf .= chr(128 + ($dec % 64));& & }& & else& & {& & $utf .= chr(224 + (($dec - ($dec % 4096)) / 4096));& & $utf .= chr(128 + ((($dec % 4096) - ($dec % 64)) / 64));& & $utf .= chr(128 + ($dec % 64));& & }& & }& & return $& & }& & function encode($c)& & {& & $len = strlen($c);& & $a = 0;& & while ($a < $len)& & {& & $ud = 0;& & if (ord($c{$a}) >=0 && ord($c{$a})< =127)& & {& & $ud = ord($c{$a});& & $a += 1;& & }& & else if (ord($c{$a}) >=192 && ord($c{$a})< =223)& & {& & $ud = (ord($c{$a})-192)*64 + (ord($c{$a+1})-128);& & $a += 2;& & }& & else if (ord($c{$a}) >=224 && ord($c{$a})< =239)& & {& & $ud = (ord($c{$a})-224)*4096 + (ord($c{$a+1})-128)*64 + (ord($c{$a+2})-128);& & $a += 3;& & }& & else if (ord($c{$a}) >=240 && ord($c{$a})< =247)& & {& & $ud = (ord($c{$a})-240)*262144 + (ord($c{$a+1})-128)*4096 + (ord($c{$a+2})-128)*64 + (ord($c{$a+3})-128);& & $a += 4;& & }& & else if (ord($c{$a}) >=248 && ord($c{$a})< =251)& & {& & $ud = (ord($c{$a})-248)* + (ord($c{$a+1})-128)*262144 + (ord($c{$a+2})-128)*4096 + (ord($c{$a+3})-128)*64 + (ord($c{$a+4})-128);& & $a += 5;& & }& & else if (ord($c{$a}) >=252 && ord($c{$a})< =253)& & {& & $ud = (ord($c{$a})-252)* + (ord($c{$a+1})-128)* + (ord($c{$a+2})-128)*262144 + (ord($c{$a+3})-128)*4096 + (ord($c{$a+4})-128)*64 + (ord($c{$a+5})-128);& & $a += 6;& & }& & else if (ord($c{$a}) >=254 && ord($c{$a})< =255)& & { //error& & $ud =& & }& & $scill .= "&#$";& & }& & return $& & }& & 您可能感兴趣的文章:PHP详解ASCII码对照表与字符转换PHP字符串中特殊符号的过滤方法介绍PHP对表单提交特殊字符的过滤和处理方法汇总PHP过滤★等特殊符号的正则PHP数据过滤的方法PHP字符过滤函数去除字符串最后一个逗号(rtrim)php小技巧之过滤ascii控制字符& & QQ空间
百度搜藏更多& & Tags:PHP ASCII码& & 复制链接收藏本文打印本文关闭本文返回首页& & 上一篇:PHP cdata 处理(详细介绍)& & 下一篇:php 无限级分类,超级简单的无限级分类,支持输出树状图& & 相关文章php 获取本机外网/公网IP的代码PHP Google的translate API代码PHP array_push 数组函数PHP中fwrite与file_put_contents性能测试代码适用于php-5.2 的 php.ini 中文版[金步国翻译]解析PHP跨站刷票的实现代码php数据库备份还原类分享PHP错误Cannot use object of type stdClass as array in错误的解文件系统基本操作类一个基于PDO的数据库操作类& & 文章评论& & 最 近 更 新& & 使用Sphinx对索引进行搜索Zend Studio (eclipse)使用速度优化方法php环境配置 php5 mysql5 apache2 phpmyaphp 禁止页面缓存输出如何使用脚本模仿登陆过程mysql 中InnoDB和MyISAM的区别分析小结PHP setcookie指定domain参数后,在IE下设在WAMP环境下搭建ZendDebugger php调试工PHP_NETWORK_GETADDRESSES: GETADDRINFOwindow+nginx+php环境配置 附配置搭配说明& & 热 点 排 行& & php中iconv函数使用方法PHP 页面跳转到另一个页面的多种php字符串截取问题PHPMyadmin 配置文件详解(配置)火车头采集器3.0采集图文教程php出现Cannot modify header in特详细的PHPMYADMIN简明安装教程php中json_decode()和json_encodphp下intval()和(int)转换使用与require(),include(),require_on
声明:该文章系网友上传分享,此内容仅代表网友个人经验或观点,不代表本网站立场和观点;若未进行原创声明,则表明该文章系转载自互联网;若该文章内容涉嫌侵权,请及时向
上一篇:下一篇:
相关经验教程
的原创经验被浏览,获得 ¥0.005 收益
的原创经验被浏览,获得 ¥0.001 收益
的原创经验被浏览,获得 ¥0.005 收益
的原创经验被浏览,获得 ¥0.001 收益
的原创经验被浏览,获得 ¥0.001 收益
的原创经验被浏览,获得 ¥0.005 收益
的原创经验被浏览,获得 ¥0.005 收益
的原创经验被浏览,获得 ¥0.001 收益
的原创经验被浏览,获得 ¥0.005 收益
的原创经验被浏览,获得 ¥0.001 收益
的原创经验被浏览,获得 ¥0.001 收益
的原创经验被浏览,获得 ¥0.005 收益
的原创经验被浏览,获得 ¥0.005 收益
的原创经验被浏览,获得 ¥0.005 收益
的原创经验被浏览,获得 ¥0.001 收益
的原创经验被浏览,获得 ¥0.005 收益
的原创经验被浏览,获得 ¥0.005 收益
的原创经验被浏览,获得 ¥0.001 收益
的原创经验被浏览,获得 ¥0.001 收益
的原创经验被浏览,获得 ¥0.001 收益
的原创经验被浏览,获得 ¥0.005 收益
的原创经验被浏览,获得 ¥0.005 收益
的原创经验被浏览,获得 ¥0.005 收益
的原创经验被浏览,获得 ¥0.005 收益
论文写作技巧}

我要回帖

更多关于 computer的ascii编码 的文章

更多推荐

版权声明:文章内容来源于网络,版权归原作者所有,如有侵权请点击这里与我们联系,我们将及时删除。

点击添加站长微信