CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java 搜索资源 - ASCII

搜索资源列表

  1. ascii2bcd

    0下载:
  2. ASCII码与BCD码压缩变换程序代码-ASCII and transform BCD code compression
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:892
    • 提供者:朝亮
  1. jgpsmap-1.10

    0下载:
  2. JGPSMap这个应用程序可以检索和显示地图,在任意的位置增加元素,并将生成的地图保存为GIF文件。地图元素的输入文件有:Netstumbler摘要,它自己的使用多边形的ASCII码格式。-JGPSMap the application can retrieve and display maps, the location of the increase in arbitrary elements, generated maps will be kept as a GIF documents.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:206586
    • 提供者:wulu
  1. client

    0下载:
  2. These two classes show an extremely simple example of java.net socket programming. They implement the Unix daytime protocol, an extremely simple protocol that consists entirely of the server sending its current local time and date to the client as an
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1037
    • 提供者:林威
  1. SourceModeling

    0下载:
  2. SourceModeling 这个java程序可以统计出给出的txt文本中所有的英文字母和使用的字符出现的字数并显示出来,使用ASCII码读取。(之后可以使用这个代码进行Huffman编码的基础) 2.2 DecOfInd.txt 为被统计的文档。SM.java为统计的java程序。 SM.class是SM.java生成的类文件。 compute.txt是输出结果到屏幕后的信息text复制。
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:8075
    • 提供者:Glen
  1. asdr

    0下载:
  2. ASCII图画分类: 图像处理 可以将鼠标画的图象转成ASCII的形式-ASCII picture categories : image processing mouse paintings can be transformed into the image in the form of ASC
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:62063
    • 提供者:郭先生
  1. jamod-1.2rc1-src.zip

    1下载:
  2. 100 java实现modbus 从站、主站,This project represents a Modbus implementation in 100 Java. It can be used to implement Modbus masters and slaves in various flavors: Serial: ASCII, RTU (Master only), BIN IP: TCP,UDP The design of this library is
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:868637
    • 提供者:hemu
  1. propedit-4.8.2

    0下载:
  2. 该文件为eclipse开发环境的一个插件,为了在properties文件中讲unicode汉字编码直接转化为asc-The document is an eclipse plugin development environment, in order to speak in the properties file unicode characters to ascii codes directly into
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-31
    • 文件大小:126406
    • 提供者:lichao
  1. lianliankan

    0下载:
  2. 连连看游戏 java语言版源代码 代码是使用JB写的,存储方式是UTF-8,因此使用ECLIPSE等IDE打开源程序会出现乱码,这时只需要使用UltraEdit等工具进行UTF-8=>ASCII转换一下即可。代码中有一些地方如读取图片使代码复杂化,这是考虑到将来图片及其它资源可能会采用加密的方式存储,使一般用户在PC上无法进行还原而设计的。-Lianliankan game java language version of the source code is the use of
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:135095
    • 提供者:andy
  1. JAVA_algorithm_and_codetableAscII

    0下载:
  2. 最新JAVA 算法大全.里面有很多非常常用的一些东西.还有一个 AscII 代码的编码对照表-Encyclopedia of the latest JAVA algorithm. There are many common things. AscII There is also a source code control table
  3. 所属分类:Java Develop

    • 发布日期:2017-04-26
    • 文件大小:16882
    • 提供者:袁长洪
  1. Hex

    0下载:
  2. Convert ASCII to HEX
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:2053
    • 提供者:hipermachine
  1. ASCIIMathML

    0下载:
  2. This file contains Javascr ipt functions to convert ASCII math notation and LaTeX to Presentation MathML. Simple graphics commands are also translated to SVG images. The conversion is done while the (X)HTML page loads, and should work with Fir
  3. 所属分类:JavaScript

    • 发布日期:2017-03-27
    • 文件大小:30719
    • 提供者:关杰
  1. ASCIIToHTML

    0下载:
  2. The file contains a method to translate ASCII text to HTML. This can be used to format a e-mail body, for example.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:524
    • 提供者:Walter
  1. HexToASCIIConverter

    0下载:
  2. 使用Javascr ipt语言,能够实现ASCII码与十六进制代码之间相互转换。-Hex To ASCII Converter
  3. 所属分类:JavaScript

    • 发布日期:2017-04-08
    • 文件大小:1165
    • 提供者:周星驰
  1. collegiate-programming-contest-test

    0下载:
  2. 仅供大家学习交流的Java题目 一家银行希望采用光学字符识别系统自动读出支票中的账号,组成账号的每个数字都是 7 段数 位体。一种图象处理软件可以将组成数字的横段和竖段分别转换成 ASCII 码中的竖线‘|’和下划线 ‘_’。如果显示正常,则 10 个数字的序列应该具有如下形态: 支票中的账号有 9 位数字,但由于光学扫描装置可能会漏检某些数位段,所以 9 位数字未必都能正确 地被扫描转换成对应的 ’|’ ’_’字符形式。为了容错和纠错,对于一个 9 位账号
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:40413
    • 提供者:海明
  1. ASCIIInputStream

    0下载:
  2. Conviert la entrada de binario a ASC-Conviert la entrada de binario a ASCII
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:742
    • 提供者:Ariel
  1. sockets

    1下载:
  2. 发送65-90的整数到服务器,服务器经过处理返回结果。将整数对应的ASCII码返回。显示在用户端。-the Client should send the integers from 65 to 90 to the Server, the Server then convert the integers to ASCII characters (A-Z) and return them to the Client. The Client then displays the returned
  3. 所属分类:Java Develop

    • 发布日期:2016-10-06
    • 文件大小:4096
    • 提供者:
  1. jasmin-2.4

    0下载:
  2. Jasmin is a Java Assembler Interface. It takes ASCII descr iptions for Java classes, written in a simple assembler-like syntax, using the Java Virtual Machine instruction set. It converts them into binary Java class files suitable for loading
  3. 所属分类:Java Develop

    • 发布日期:2017-05-06
    • 文件大小:1395546
    • 提供者:linjinxu
  1. src

    0下载:
  2. Java实现LZW压缩算法,适用于ASCII文件,压缩效果不错,含UI.-java implementation of LZW algorithm, including UI.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-06
    • 文件大小:4263
    • 提供者:kevin
  1. ASCII

    0下载:
  2. ASCII码,javascr ipt开发常用到的键盘对照ASCII码-ASCII code, javascr ipt developers used to the keyboard control ASCII code
  3. 所属分类:JavaScript

    • 发布日期:2017-11-14
    • 文件大小:150442
    • 提供者:程程
  1. Ascii

    0下载:
  2. 输出字符的Ascii码或相应Ascii码所对应的字符-Ascii code or output the corresponding character code corresponding to the character Ascii
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:513
    • 提供者:5337934887
« 12 3 »
搜珍网 www.dssz.com