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

搜索资源列表

  1. 111222333

    0下载:
  2. DES密码用JAVA实现的,可以将录好的声波转换成字符串输出-Recording program using JAVA, the recorded sound waves can be converted into a string output
  3. 所属分类:JavaScript

    • 发布日期:2017-04-24
    • 文件大小:10833
    • 提供者:doudou
  1. test4

    0下载:
  2. 基于JSF的简单Web应用开发 实验内容 学习在MyEclipse8.x集成开发环境下创建Web应用,创建JSF和Managed-Bean以及相关配置,并测试。 实验内容及步骤 1、创建一个Web 应用,应用名为test4,并添加JSF支持; 2、进行模型层的开发实现以及配置:创建ManagedBean类:1)backing.loginBean类,2)validator.userValidator类; 3、设计loginBean的5个属性:username、passwor
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-02
    • 文件大小:12757
    • 提供者:杨平
  1. zifu

    0下载:
  2. 将一个字符串this is a world 转换成 world a is this-A string this is a world converted into a world a is this
  3. 所属分类:JavaScript

    • 发布日期:2017-04-12
    • 文件大小:557
    • 提供者:张家豪
  1. java-code

    0下载:
  2. java 16进制字符串与16进制数值的相互转换-conversion java 16 hexadecimal string with hexadecimal values
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:585
    • 提供者:张高
  1. Chs2cht_VBS

    0下载:
  2. 用vbs实现的简体与繁体互相转换的工具,本版本仅支持命令行输入,自动辨别字符串和文本,支持批量转换。   语法:chs2cht [/q] [/s|/t] [string] [drive:][path][filename]   /e:输出到命令行,默认是输出到提示框,仅适用于wscr ipt脚本宿主启动字符转换模式   /q:安静模式,关闭所有非错误提示   /s:启用繁体转简体模式,启用简体转繁体模式   /t:启用简体转繁体模式   注意,初次调用的时候默认
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-26
    • 文件大小:22562
    • 提供者:ppudn10
  1. floatToRMB

    0下载:
  2. 编写一个程序,将浮点数转换为人名币读法字符串,例如将1006.333转换为壹仟零陆元三角三分-Write a program that will convert currency names floating-point readings string, for example 1006.333 land converted to one thousand zero-thirds $ 1.30
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-15
    • 文件大小:6926
    • 提供者:lily
  1. StringDemo04

    0下载:
  2. 对字符串进行大小写转换、判断是否以指定的字符串开头或结尾、不区分大小写进行字符串比较以及替换-The string case conversion, in order to determine whether the specified string at the beginning or end of a case-insensitive string comparisons and replace
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:797
    • 提供者:傅海燕
  1. jsonschema2pojo-0.3.7

    0下载:
  2. jsonschema2pojo 是一个根据json转换成java对象的开源项目,只要把你的json字符串复制到相应的输入框中就能自动将其转换成java对象。它的强大之处在于,能解析列表式的json数据,把嵌套在内层的对象也解析出来。-jsonschema2pojo is based on a conversion json object into java open source project, as long as the copy of your json string into the
  3. 所属分类:JavaScript

    • 发布日期:2017-05-13
    • 文件大小:2992703
    • 提供者:tim
  1. rgbzhgj_v1.0

    0下载:
  2. 软件介绍 RGB转16进制工具具用于将RGB颜色值转换为十六进制字符串,工具使用简单,你只需要在以下三个输入框:红(R)、绿(G)、蓝(B)中输入RGB的颜色值及会自动回转换十六进制的字符串。-Software introduction RGB turn 16 hex tool for converting the RGB color value to sixteen hex string, the tool uses a simple, you only need to enter t
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-30
    • 文件大小:92243
    • 提供者:erpudn11
  1. zhuanhuan

    0下载:
  2. 将加密后的图像文件的字符串,通过Java 在转换成相应的图片保存在本地-String encrypted image files by Java conversion to the corresponding image stored locally
  3. 所属分类:Java Develop

    • 发布日期:2017-05-22
    • 文件大小:6561125
    • 提供者:陈永建
  1. Shannon

    0下载:
  2. 香农编码程序,数值的进制转换,数值与字符串之间的转换等-shannon program
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:911
    • 提供者:apo8248
  1. package-javaapplication1

    0下载:
  2. 1. 输入字符串sV后,将其中的标点符号(, . ! ?)转换成空格 。全部字符转换为小写字母; 2. 字符级检测:全部字符为小写字母、数字或空格; 3. 再次创建Scanner对象,从sV中扫描词组,= new Scanner(sV) ,用next()方法,将词组存放到字符串数组sVa[]中; 4. 词组级检测:剔除纯英文字符串以外的非法字符串; 5. 排序,剔除相同的英文单词,输出。 测试文本: The USB 3.0 specification was published on 12
  3. 所属分类:Java Develop

    • 发布日期:2017-04-30
    • 文件大小:11750
    • 提供者:Chris
  1. strcvt

    0下载:
  2. 编程经常用到字符串操作,本类封装了字符串的转换操作,非常方便,建议下载-Programming frequently used string operations, this class encapsulates the string conversion operation, a very convenient, it is recommended to download
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:940
    • 提供者:ab1anaa
  1. MyTest

    0下载:
  2. 简单的字符串处理工具类,包含一些ASSII转换、位图转换等-Simple illustration of string manipulation tools me,this must be 20 byte ,so I add byte
  3. 所属分类:Java Develop

    • 发布日期:2017-04-30
    • 文件大小:38993
    • 提供者:bin
  1. jsonToList-map

    0下载:
  2. 一 传入Map转换为Json格式方法 二 传入Json格式字符串以Map存储并返回Map格式方法 三 传入Json格式字符串返回List<Map>格式方法等- Map converted a pass Json Json format Method Two format string passed to storage and return to the Map Map scheme of tri pass Json format string return List <M
  3. 所属分类:Java Develop

    • 发布日期:2017-05-04
    • 文件大小:294622
    • 提供者:wen
  1. PinYinUtil

    0下载:
  2. 中文转换成拼音的开源工具 方法有 1.获取拼音集合 2.字符串集合转换字符串(逗号分隔)3.获取汉字串拼音首字母,英文字符不变- Chinese pinyin converted into open source tool methods set 2. 1. Obtain Pinyin string set string conversion (comma separated) 3. Being Chinese Characters Pinyin initials, English char
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1890
    • 提供者:wen
  1. js

    0下载:
  2. 数据格式的转换,例如将数组的形式转化为字符串的格式,将字符串传到页面。-Data format conversion, for example in the form of an array converted to the format string, the string passed to the page.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-07
    • 文件大小:1337301
    • 提供者:闫吉江
  1. json

    0下载:
  2. java中json和字符串互转及日期转换,所使用到的jar包-Java JSON and string conversion and date conversion, the use of the jar package
  3. 所属分类:Java Develop

    • 发布日期:2017-12-11
    • 文件大小:1338980
    • 提供者:唐棒
  1. Java

    0下载:
  2. 约瑟夫环的实现,打印一个字符串,十进制转换成二进制-The implementation of the Joseph Ring, prints a string that converts the decimal into binary
  3. 所属分类:Java Develop

    • 发布日期:2017-12-14
    • 文件大小:2762
    • 提供者:陈杰
  1. HANSHUJAVA

    0下载:
  2. 按一定的规则可以将一个字符串经加密转换为一个新的串。-A string can be converted to a new string by encryption.
  3. 所属分类:JavaScript

    • 发布日期:2017-12-11
    • 文件大小:16374
    • 提供者:魏倩
« 1 2 3 4 56 »
搜珍网 www.dssz.com