搜索资源列表
Ex6_17
- 用一个堆栈实现回文的测试程序,分测试的字符长度是奇数还是偶数个两中情况-achieve with a stack Palindrome testing procedures, test-length of the characters is odd or even number-two situation
LimitedDocument
- 输入框的字符与长度限制.调用方法源码里有说明.主要是覆盖setDocument方法
ValidCode
- 创建网页页面验证的验证码,验证码的字符长度,验证码图片的高度、长度和干扰纹的多少都可以定制
pppp123
- java ejb开发 程序4、语句alter table people add(phone_number varchar2(10)) 的作用是 A 修改表结构 B 为people表添加约束,约束名称是phone_number C 向people表中添加一列,名称是phone_number,数据类型是varchar2,长度是10 D 上述答案均不正确 5、( )BLOB和CLOB的区别在于 A CLOB只能存放字符类型的数据,而BLOB没有任何限制 B BLOB只能存放字符类型的数据,而CLOB没
palindrome
- 判断输入是否是一个回文串(即向前和向后读都是一样的字符序列)。 每个输入仅为一个字符串序列【即ID】,可以把ID看成任何以一个字母或下划线开头、由字母或者数字组成的字符串,字符串长度不超过50。每个测试数据为一行,要求程序能够一次处理多行测试数据。-Determine whether the input string is a palindrome (ie, read the same forward and backward sequence of characters). Each in
C06
- java中的字符串的输出以及java中的字符长度的函数-java string in the output, as well as java characters in length function
StringTools
- 该程序是测试字符串用的,来统计字符串的长度,以及去掉字符串中的空格字符!-The procedure used to test the string to string the length of Statistics, as well as the string to remove the space character!
myTools
- js SOAP构造多个同名子节点 计算字符串长度(汉字为2) 转换特殊字符, get方式提交时有用 以Array的方式封装xml 根据参数长度随机取字符串
trietreeJava
- trie的原理是利用字符串集合中字符串的公共前缀来降低时间开销以达到提高效率的目的。 它具有以下性质:1,根结点不包含任何字符信息 2,如果字符的种数为n,则每个结点的出度为n(这样必然会导致浪费很多空间,这也是trie的缺点,我还没有想到好点的办法避免) 3,查找,插入复杂度为O(n),n为字符串长度。-The principle is the use of a string trie collection of string prefix to reduce the time overh
test2
- 功能 生成随机密码串; 要求 密码串类型可以是纯数字,纯字符,或混合数字、字符和其他符号。 密码串类型和密码串长度在运行时指定。 生成密码串的个数在运行时指定。-Function to generate a random password string requested password string type can be pure digital, pure character, or a combination of numbers, characters a
NovelReading
- 简易的防沉迷小说阅读系统。1.通过命令可以将一个小说文件分割成40个内容大小大致相等的文件,将其存放到一个文件夹里面(也可以让他们杂乱无章的随机存放到多个文件夹下面),并且文件名为随机的字符和数字组成的随机长度(20-60)的字符串。 2.通过执行命令, 可以返回当天阅读的文件。每天只能执行一次来进行拷贝工作:将正确的4个文件按顺序合并成一个文件(此文件名为第X天)拷贝至供阅读的文件夹里,这样每天只能读十分之一。-Easy to read the novel anti-addiction s
test5
- 定义长度为10的字符型数组,输入10个字符,按从小到大顺序输出-Define the character array of length 10, 10 characters, according to the order of output from small to large
huffmancoding
- 基于改进的哈弗曼算法解决哈弗曼编码的java实现。 java代码实现: 1、利用哈夫曼编码进行信息通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(既可以双向传输信息的信道),每端都需要一个完整的编/译码系统。本次设计就是为这样的信息收发写的一个哈夫曼的编/译码器; 2、本项目程序中,用户可以输入键盘中的任意字符,长度为任意长,字符输入顺序不限,且允许出现重码;
NEW
- 随机产生一个字符串字串,内容包括0-9,a-z,A-Z,字母,长度为100,统计这三种字符在随机生成的串中的百分比,并将该字符串整理为16进制码-A randomly generated string string, including 0-9, az, AZ, letters, length of 100, statistics of these three randomly generated string of characters in the percentage, and the s
ajaxPjs
- ajax js 实现的进度条实例,实现了3种进度条实例 长度至少为6个字符,由字母、数字构成-ajax js implement instance of process implement instance of mplement js
StringTransfer
- 一个字符转换的小型java程序,当用户输入字符,能够统计字符长度,并且进行大小写转换-A small java program to convert characters when the user enters characters, characters in length to statistics and case conversion
StringTest
- 个人原创代码:编写Java Application程序,完成以下功能: (1)声明一个名为s的String对象,并使它的内容是“My name is Carrol”; (2)打印整个字符串; (3)打印字符串的长度; (4)打印字符串的第一个字符; (5)打印最后一个字符;-Personal original code: write Java Application, complete the following functions: (1) declare a Stri
des
- 一个比较通用的DES的算法代码,功能实现了字符的DESL加解密,需要设定8位长度的密钥-A generic DES algorithm code, function the characters DESL encryption and decryption, you need to set the length of eight key
The-string
- 这是一个Java字符、字符串、数组操作的一些实例源码,主要有数组的复制、反转字符串中的字符、命令行参数、求字符串的长度及每一个位置上的字符、数组的排序、String类数组的操作等-Some examples of source code of a Java character string, array operations, array replication, reverse the characters in a string, command line parameters, find
TF-IDF
- TF-IDF计算文本重要性,并考虑字符长度-TF-IDF calculation of the importance of the text, taking into account the character length