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

搜索资源列表

  1. asc2chr

    1下载:
  2. HEX/ASCII/字符转换工具。-HEX / ASCII / characters conversion tools.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:6051
    • 提供者:邹武
  1. java

    0下载:
  2. 一些java初学者适合的java源代码 里面有判断质数,判断月份的天数,进制转换等等好多有用的源代码 -Some beginners java source code for the java prime number which has to judge, to determine the number of days in January, hex conversion, and so a lot of useful source code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:115424
    • 提供者:龙少
  1. ColorUtil

    0下载:
  2. A simple object to store a color and perform Hex/RGB conversions. methods included ColorSetRGB - ColorGetHex RGBToHex(r, g, b) hexToRGB(hex) ColorBlend(colorFrom, colorTo) ColorBlendGetColor(alpha) ColorBlendToString() -A simple ob
  3. 所属分类:JavaScript

  1. hex_to_int

    0下载:
  2. source code to convert hes to string and from string to hex ource code to convert hes to string and from string to hex -source code to convert hes to string and from string to hex ource code to convert hes to string and from string to hex
  3. 所属分类:Java Develop

    • 发布日期:2017-05-03
    • 文件大小:1130548
    • 提供者:arun
  1. Match0X

    0下载:
  2. 识别一个输入的字符串是否是十六进制数 如果是将其转换成等值的十进制数-Identify whether an input string is a hex number if it is converted into its equivalent decimal number
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:885
    • 提供者:马优敏
  1. SerialDemo

    0下载:
  2. IN hyperterminal u only see the character for any hex value this java code is for taking hex value coming from COM port
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:38127
    • 提供者:ratan
  1. therm628_soft

    0下载:
  2. This HEX file for ds18b20 termometer on pic16f628-This is HEX file for ds18b20 termometer on pic16f628
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-03-29
    • 文件大小:26549
    • 提供者:ilya
  1. Hex

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

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

    0下载:
  2. 【实验题目】 简单的串行口收发 【实验目的】 掌握串行口通信的基本用法 【硬件接法】 RXD和TXD通过RS-232电平转换电路连接到电脑的COM口上。 【实验步骤】 ISP下载开关扳到“00”,用Flash Magic软件下载程序文件“Uart.hex”,暂时不要运行。 关闭Flash Magic软件。 打开串行调试助手软件,选择正确的COM口,波特率9600,起始位1,数据8位,停止位1。 运行实验程序。 【运行效果】 对“串行口
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-04-04
    • 文件大小:31008
    • 提供者:lieng
  1. tools

    0下载:
  2. 1 - base64 decode 2 - url encode 3 - url decode 4 - md5 hash 5 - random str 6 - sha1 hash 7 - DES hash 8 - CRC32 9 - rot13 encode 10 - ASCII -> bin 11 - ASCII -> dec 12 - ASCII -> hex 13 - ASCII -> char() 14 - AS
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-27
    • 文件大小:4533
    • 提供者:Ihar
  1. hex

    0下载:
  2. to conce binary to hex string
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2614
    • 提供者:rocks
  1. Numbersystemconversionproblems

    0下载:
  2. 数制转换问题,编写一个应用,接收用户输入的一个10进制数,然后分别把它转换为2进制、8进制和16进制数输出。-Number system conversion problems, write an application to receive user input of a 10-decimal number, and then convert it to 2, respectively, binary, hex and 16 hex number 8 output.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:832
    • 提供者:陈文取
  1. String_HEX

    0下载:
  2. 字符窜型转化为十六进制型的JAVA实现,找了很长时间哟。-Channeling-type character into hexadecimal type JAVA implementation, to find a very long time yo.
  3. 所属分类:JavaScript

    • 发布日期:2017-03-31
    • 文件大小:2176
    • 提供者:li
  1. DataTransfer

    0下载:
  2. 进制转换 十进制 二进制 八进制 十六进制-Convert hex binary decimal hex octal
  3. 所属分类:JavaScript

    • 发布日期:2017-04-10
    • 文件大小:744
    • 提供者:潇洒
  1. R

    0下载:
  2. 描述: 输入一个十进制数N,将它转换成R进制数输出。 输入: 输入共一行,包含两个整数N(32位正整数)和R(2<=R<=16, R<>10)。 输出: 输出转换后的数,输出占一行。如果R大于10,则对应的数字规则参考16进制(比如,10-16分别用A-F表示,等等)。 输入样例: 23 12 6687 16 输出样例: 1B 1A1F-Descr iption: En
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:550
    • 提供者:yagedao
  1. complexedcalculate(java)

    0下载:
  2. java课程设计,设计一个复杂的计算器,能实现Windows系统中计算器的功能。 (1)定义组件:0~9,+、-、*、/、C=按钮;显示屏文本行;菜单; (2)要求能关闭窗口;点击按钮,或键盘数字会在显示屏上输出结果; (3)具有进制转换功能. -java course design, design a complex calculator, calculator to achieve the functions of Windows systems. (1) custo
  3. 所属分类:Applet

    • 发布日期:2017-03-26
    • 文件大小:146068
    • 提供者:王静
  1. Calculator

    0下载:
  2. Java编写的计算器,有常规的运算,其中增加了进制之间的转换。-Calculator written in Java, with regular operations, which increased the conversion between hex.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:5044
    • 提供者:jiege
  1. hex

    0下载:
  2. 转换小程序,请保存为.html。转换小程序,请保存为.html-hex to
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-07
    • 文件大小:26834
    • 提供者:yaya
  1. number-hex-conversion

    0下载:
  2. 利用java实现数的进制转换 -Java number hex conversion
  3. 所属分类:Java Develop

    • 发布日期:2017-11-18
    • 文件大小:3789
    • 提供者:流浪狗
  1. Hex

    0下载:
  2. Basic hex operations: from byte array to string and vice versa.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-11
    • 文件大小:1004
    • 提供者:juncairun
« 12 3 4 »
搜珍网 www.dssz.com