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

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:

[Special EffectsWatershed-16

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

[JSP/JavaJava_chat_BYSJ

Description: Java聊天室程序源码.本文讨论了如何利用java技术开发聊天室系统,基本满足了结构化、界面友好、速度快、安全性以及稳定性等特点。系统着重研究并实现了网络应用的部分。根据实现的情况看,具有较友好的聊天界面生成效果,以及流畅的网络通信效果。生成的聊天室可以达到基本的聊天要求,具有较高的研究价值。系统具有目前聊天室的基本功能:包括支持多种头像,字色,语气选择,支持emote,支持私聊,支持在线聊友查找,支持分屏显示,支持用户定制自己的私人头像,支持脏话过滤,支持嘉宾聊天。屏蔽掉自己讨厌的人物,可以给所有聊友发公共信息。具有速度快,高稳定性,占用系统资源少,用户界面友好等特点。通过毕业设计,发现自己在理论研究和实际工作能力等方面都得到了提高,受益匪浅。同时在老师的指导和课题组同学的共同帮助下,及时总结研究成果,这些无疑会对我今后的工作和学习带来很大的帮助。 -Java chat room program source. This article discusses how to use java chat room technology development system, basically meet the structured, user-friendly, fast, security and stability and so on. System focused on research and implementation of network application part. According to realize the situation, have a friendly chat interface than the desired effect, and the effect of network traffic flow. Generated to achieve a basic chat room to chat, have high research value. System has the basic functions of the current chat room: including support for a variety of picture, word, color, tone choice, support the emote, to support private chat, support online chatters to find, support and split screen, allowing users to customize their personal avatar, bad language filter support to support the guest chat. Shield the hated character, you can send public messages to all chatters. High speed, high stability, taking up less system resources, user friendly interface and so on. Through graduati
Platform: | Size: 6252544 | Author: 天天 | Hits:

[JSP/Javasplit-String

Description: 写了一个高效的分离字符串,主要是基于字节数组实现,比API里面的函数实现高效-Write an efficient separation of strings, mainly based on the byte array to achieve than the API function inside Efficient
Platform: | Size: 7168 | Author: he_wen | Hits:

[Special Effectsimg

Description: split image into 50X50 block files
Platform: | Size: 1024 | Author: mukil | Hits:

[2D Graphicapllication

Description: image processing:split picture
Platform: | Size: 2048 | Author: imed | Hits:

[JSP/Javajava文件分割合并

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

CodeBus www.codebus.net