Welcome![Sign In][Sign Up]
Location:
Search - java split

Search list

[JSP/JavaBlockComboBox

Description: 利用Swing组件在弹出式菜单项间画分隔线-Drawing split line in Popumenu by java swing.
Platform: | Size: 1024 | Author: 站长 | Hits:

[JSP/Javajava_spliter

Description: java写的一个分割文件的小程序,对于学习java的I/O有帮助。-write a separate document small program for learning Java I/O help.
Platform: | Size: 1024 | Author: 凌广杰 | Hits:

[Algorithmliftingscheme_java

Description: 小波提升格式的java源代码,包括标准的分裂、预测和更新三步,以及一个实例-Lifting format java source code, including the standard split, forecasts and updates of steps, and an example
Platform: | Size: 14336 | Author: 黄亭岚 | Hits:

[Shot GameRaiden

Description: 本程序是一个类似雷电的设计游戏,图片在classes目录里的res目录下,请稍微修改其中的两个图片,将他们分割为一张飞机的图片,不要变更文件名。 本程序完全由本人所写,大家可以任意修改-the procedure is similar to a Lightning game design, photo classes directory in the directory res, slightly modify the two pictures, they will split the aircraft for a photo, not to change the file names. This procedure is totally written by me, we can arbitrarily change
Platform: | Size: 154624 | Author: 海鹤 | Hits:

[JSP/JavaBigIntMultiplication

Description: 大整数乘法例子代码 /* 递归边界,如果是1位二进制数与1位二进制数相乘,则可以直接计算 */ /*累计做1位二进制乘法运算的次数*/ /* return (X*Y) */ /* 计算n的值 */ /* 把X和Y拆分开来,令X=A*2^(n/2)+B, 左移位运算,mod = 1<<(n/2) */ /* 计算XY=AC*2^n+(AD+CB)*2^(n/2)+BD */ /* 计算A*C,再向左移n位 */ /* 递归计算A*D */ /* 递归计算C*B */ /* 计算a21+a22,再向左移n/2位 */ /* 递归计算B*D */ /* XY=a1+a2+a3 */ -large integer multiplication example code/* Recursive border, if it is a binary number with a binary number multiplication, can be directly calculated*//* the beginning of a binary multiplication of the number*//* return (X* Y)*//* calculate the value of n*//* X and Y to split it so that X = A* 2 ^ (n/2) B, the left shift operator, mod = 1LT; lt; (n/2)*//* calculate XY = AC* 2 ^ n (AD CB)* 2 ^ (n/2) BD*//* A* C calculation, further n-bits*//* recursive computation A* D*//* recursive calculation of C* B*//* Calculation A21 A22 and then bits n/2*//* recursive calculation B* D*//* XY = a1 a2 a3* /
Platform: | Size: 1024 | Author: 小城 | Hits:

[Crack HackHideInfo

Description: 使用java编写的LSB图像信息隐藏算法演示程序,可以将任何符合大小限制的文件拆分为一个一个bit隐藏到非压缩bmp图像中。支持在隐藏前通过zip类对文件进行压缩-prepared by the use of LSB image information hidden algorithm demo program, can be any size restrictions with the document for a split hidden bit of a non-compressed bmp image. Support for the hidden by the former category right zip compressed files
Platform: | Size: 45056 | Author: 乔月若 | Hits:

[Graph programjava_stakeout

Description: 用java实现的远程序屏幕监控程序,使用了文件图像压缩和屏幕切分来减小屏幕数据量和传输效率-Using java to achieve far-screen control procedures, the use of document image compression and split screen to reduce the screen data and transmission efficiency
Platform: | Size: 7168 | Author: 袁军 | Hits:

[JSP/JavaBTree

Description: java版b树源码,已经调试过,很好,很强大,希望对大家有所帮助。-b tree java source version has debugging, and very good, very powerful and we hope to be helpful.
Platform: | Size: 7168 | Author: willee | Hits:

[Windows Developrtree_src_1.0.1

Description: A disk based production quality RTree based upon Guttman?s quadratic split algorithm having following features: Buffering with dirty write, Index joins, Tree Seeding, Window and NN queries, Runtime STR Packing capability, Completely Thread safe.
Platform: | Size: 417792 | Author: 刘宇 | Hits:

[Windows Developc9-2008jun11-pencil

Description: Segmentation image with method merge and split
Platform: | Size: 968704 | Author: Doanh | Hits:

[File OperateCutJoinFile

Description: 分割大文件为一定数量的小文件 对文件进行分割与合并的工具-Split large files for a certain number of small files Partition of the document and merge tools
Platform: | Size: 1024 | Author: fank | Hits:

[OS programsplitString

Description: 这是一个控制台程序,主要是分割字符串 输入:一系列的不同的中英文字符,和指定的分割的尺度 输出:分割后的字符串-This is a console program, mainly split the string entered: a series of different Chinese and English characters, and designated the measure of output divided: split the string after the
Platform: | Size: 10240 | Author: edison | Hits:

[JSP/JavaJava

Description: 一些很经典的算法!!!包括八皇后问题和背包问题,排列组合问题和数字拆分问题等.-Algorithm for some very classic! ! ! Including the eight queens problem and the knapsack problem, permutation and combination problems and digital split issues.
Platform: | Size: 693248 | Author: | Hits:

[Graph RecognizeFilebatch

Description: 本程序主要实现了新建文件、复制、移动、删除、解压缩及分割/合并文件等功能。-This program achieved a major new file, copy, move, delete, extract and split/merge files and other functions.
Platform: | Size: 585728 | Author: fenger520 | Hits:

[JSP/Javasms_preprocess

Description: 用于垃圾短信预处理,将字符串中的非汉字和非英文符号过滤。将拆分字合并,繁体中文转成简体中文,谐音词转换成关键词库中的已有词。 开发工具:Myeclipse。 开发语言:java 文件清单: chaifenzi.java 拆分字处理类,讲拆分字合并成正常汉字 chineseIdentify.java 干扰字符处理类,去除非汉字和英文字母的字符,如#~.¥ @&等 compleToSimple.java 繁体字转换类,讲字符串中的繁体字转换成简体字 xieyinDispose.java 谐音字处理类,将字符串中的谐音词,转换成词库中的关键词,如词库中有“法轮功”,字符串中出现的“砝伦功”将被替换。 toPinYin.java 拼音处理类,将汉字字符串转换成拼音字符串,此类用到pinyin4j.jar TextPrerocess.java 以上几个类的主测试类,演示如何将一个同时有干扰字符、谐音词、拆分字、繁体字的字符串装换成正常的字符串 -Pretreatment for spam messages will be a string of non-Chinese and non-English symbols filtering. The word will be split merge, convert Traditional Chinese Simplified Chinese, homophonic words into keywords in the library have word. Development Tools: Myeclipse. Development language: java List of documents: chaifenzi.java split word-processing class, talk about split merged into a normal Chinese word chineseIdentify.java interference character processing class, go to unless the Chinese characters and English letters, such as# ~. ¥ @ &, etc. compleToSimple.java traditional Chinese characters conversion categories, say a string of traditional Chinese characters into simplified Chinese characters xieyinDispose.java homophonic word processing class, will be the string in the homophonic words, converted into a lexicon of keywords, such as the thesaurus in the "Falun Gong", appears in the string of "Fa Lun Gong" will be replaced. toPinYin.java Pinyin handler class, t
Platform: | Size: 280576 | Author: 韩增义 | Hits:

[Special EffectsWatershed-16

Description: 分水岭算法的实现,能自动对图像进行分割,任何图像都能够读取-Watershed algorithm, can automatically split the image
Platform: | Size: 6497280 | Author: 赵萌 | Hits:

[JSP/JavaJava-split-

Description: 详细的介绍split的用法、split 方法,结合程序说明,简明易懂-introduce the usage of the split
Platform: | Size: 4096 | Author: 小强 | Hits:

[JSP/Javajava-Separator

Description: java 实现了文件拆分和合并的功能。包含读写文件功能。-java split merge files
Platform: | Size: 6144 | Author: hrx | Hits:

[JSP/Javajava文件分割合并

Description: java文件分割合并 分割文件成多个小文件(Java file split merge)
Platform: | Size: 1024 | Author: 迎风 | Hits:

[JSP/Javavmware

Description: to calulate the factorial of the java of the vmware
Platform: | Size: 22528 | Author: elbigbors | Hits:
« 12 3 4 »

CodeBus www.codebus.net