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

搜索资源列表

  1. Stock

    0下载:
  2. 股票stock类 l 一个名为symbol的字符串数据域表示股票代码 l 一个名为name的字符串数据域表示股票名字 l 一个名为previousClosingPrice的-Stock stock class l A string representation of the data domain named symbol ticker l called domain name string data showing the stock s name l called previousC
  3. 所属分类:JavaScript

    • 发布日期:2017-04-12
    • 文件大小:612
    • 提供者:江和晟
  1. Parse_BooleanFunction

    0下载:
  2. 解析字符串型的布尔表达式,需要输入对应字符串的double值,大于0,说明为true,反之为false-Parsing a string type Boolean expressions need to enter the double value corresponding to the string, greater than 0, it is true, false otherwise
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2122
    • 提供者:yansiwei
  1. CopyArray

    0下载:
  2. 数组及接口import java.util.Arrays public class CopyArray { public static void main (String args[ ]) { int [] a {1,2,3,4,500,600,700,800} int [] b,c,d System.out.println(Arrays.toString(a)) b Arrays.copyOf(a,a.length) System.out.pr
  3. 所属分类:JavaScript

    • 发布日期:2017-04-12
    • 文件大小:527
    • 提供者:tiantian
  1. calculator

    0下载:
  2. Java计算器,输入一段字符串,输出运算结果-java calculator
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1848
    • 提供者:江帆
  1. method

    0下载:
  2. 这是一个java中利用正则表达式来分解字符串的典型应用-This is a java in the use of regular expressions to break up the string of typical applications
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:896
    • 提供者:孙秀凯
  1. Visual-Binary-and-Fibonacci-Search

    0下载:
  2. 网页版简单二分查找算法和斐波那契额查找算法的动态演示,由html和javascrippt实现。可手动输入数据,查找过程中可以暂停,继续,加速,减速。支持字符串与数字两种方式查找。查找过程过算法对应行与数据对应部分会高亮显示。-Web dynamic presentation of the binary search algorithm and Fibonacci search algorithm , achieved by html and js. You can manually enter
  3. 所属分类:JavaScript

    • 发布日期:2017-05-04
    • 文件大小:9289
    • 提供者:程鹏
  1. easyasp

    0下载:
  2. asp快速开发框架, 包含数据库操作,字符串操作等等的封装-asp fast dev framework
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-05
    • 文件大小:165129
    • 提供者:余永敏
  1. Ex4

    0下载:
  2. 创建一个学生类  Java_Student 包括成员变量“学号”  、  “班号”  、  “姓名”  、  “性别”  、  “年龄”  成员方法:  “获得学号”  、  “获得班号”  、  “获得性别”  、  “获得姓名”  、  “获得年龄”  。请为  Student  类定义构造函数初始化所有的成
  3. 所属分类:Applet

    • 发布日期:2017-04-12
    • 文件大小:1239
    • 提供者:陆岩
  1. inputname

    0下载:
  2. 编程实现以下功能 在屏幕上显示:输入姓名,然后将用户输入的姓名保存到文本文件中,重复进行,直到用户输入空字符串为止。-as above
  3. 所属分类:JavaScript

    • 发布日期:2017-04-12
    • 文件大小:702
    • 提供者:郑文铭
  1. util

    0下载:
  2. 常用工具类,包含日期格式化,字符串格式化,还有其他的一些相关格式化-util code
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-04
    • 文件大小:14021
    • 提供者:李延勇
  1. RandomString

    0下载:
  2. * * 取随机字符串 * @param length * 返回随机字符串的长度 * @param type * 要取的字符串类型: * i、取数字 * l、取小写字母 * u、取大写字母 * s、取特殊字符 * @return String 随机字符串 -Descr iption: This class is used to obtain a random string
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:957
    • 提供者:tangqi
  1. 05.StringSourceCode

    0下载:
  2. 字符串资源源代码,string这一类的源代码,初学者自学的良好资源,-string source code
  3. 所属分类:Java Develop

    • 发布日期:2017-05-05
    • 文件大小:12853
    • 提供者:王小二
  1. AsaiBadSQL

    0下载:
  2. 操作非常简单,只需将文件包含到ASP程序中,即可自动检测提交和注入内容; 支持生产监控日志,按天生成,保存到指定文件夹中,方便查阅; 可以自定义过滤与检测的内容或字符串; 有防注入开关,不占用资源; 至少可以排除99 以上的注入操作; 设有超级权限,可以临时解开防注入; 支持IP锁定功能; 支持自主解锁功能; 幻彩样式的友好提示界面。-Operation is very simple, just the file is included in the ASP pr
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-04
    • 文件大小:7308
    • 提供者:sdfsfe3f
  1. huaweiOJ-string-of-int-to-sort

    0下载:
  2. 华为oj闯关题 整形字符串排序。希望对做到华为oj上闯关题的同学们有一点点参考作用-huaweiOJ string of int to sort.I hope a little reference to the students who are preparing for the HUAWEI OJ checkpoints problem
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3514
    • 提供者:夏天
  1. theMostlyNumber

    0下载:
  2. 求字符串中出现次数最多的字母及次数 包括一些特殊输入-the mostly appeared number in the strings
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:1055
    • 提供者:呵呵哒
  1. MD5

    0下载:
  2. 一种用于加密的算法,即MD5的加密算法,对字符串的加密-MD5 encryption algorithm
  3. 所属分类:JavaScript

    • 发布日期:2017-12-12
    • 文件大小:17864
    • 提供者:赵丽颖
  1. MaxCallac

    0下载:
  2. 窗口化最长回文判断,输入一个字符串,返回字符串中最长的从左向右读和从右向左读相同的字符串-Windowing longest palindromic determination, input a String to return the same longest reading left to right and right to left read character string
  3. 所属分类:Java Develop

    • 发布日期:2017-12-11
    • 文件大小:7488
    • 提供者:徐之豪
  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. ecc_java_implement

    0下载:
  2. ecc算法java实现,用JAVA实现算法加密和解密,密文有base64编码或16位字符串格式2种。-An implementation of Elliptic Curve Cryptography
  3. 所属分类:Java Develop

    • 发布日期:2017-12-11
    • 文件大小:12111
    • 提供者:cky
« 1 2 ... 36 37 38 39 40 4142 43 44 »
搜珍网 www.dssz.com