搜索资源列表
BigIntMultiplication
- 大整数乘法例子代码 /* 递归边界,如果是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 */ /* 递
200608171542009938
- 流 的目的在于屏蔽IO操作的复杂性,java用一些类来封装对IO设备的操作,但是最终设计的类却非常的多,完全背离了设计的初衷,其实,简单和复杂本身就是一对矛盾,大家多做实验就会逐渐的适应,而且会感觉到java的流庞大但不复杂。 我举一个通俗的例子:我们的包裹要送到异地,如果很大,就需要分割后打成大小相同包(集装箱)运输到异地,这很想流的作用。 这个就是一些流操作的例子-flow aimed at shielding IO complicated operations,
BlockComboBox.zip 利用Swing组件在弹出式菜单项间画分隔线
- 利用Swing组件在弹出式菜单项间画分隔线,Drawing split line in Popumenu by java swing.
stroperate
- 统计一段英文文章中指定单词出现的次数,以" "为界限把文章分割成若干字符串。-Statistics for some English words in the article specified the number of occurrences of " " the limit of the articles are split into several strings.
DTU-DATACENTER
- GPRS DTU数据中心 源代码,实际cdma的也可以用 DTU接受程序使用Java编写,其中,…\WSNserver\src 为源文件,…\WSNserver\bin 为可执行程序。该文件夹下project文件可用eclipse for java 直接打开编译。编译是需要注意的是将java-mysql的类库放置在C:\Program Files\Java\jre6\lib\ext路径下。本程序只用到这一个Java外部类库。 在源文件中,DataReceiver.java 为主程序类,通
src
- 文件分割器,可以把大文件分割成指定大小,也可将子文件合并成一个-File Splitter can split large files into specified size, the sub-files into one
slicingtree
- 用java实现的切割二叉树,使二叉树的子节点可以分割成新的子节点,并遍历它们-Achieved with the java binary tree cutting, so that the child nodes of a binary tree can be split into a new child node, and traverse them
FileDivisionUniter
- 文件分割合并器,将大文件分割成若干小文件;将多个小文件合并到一个大文件。-Partition merge document, and will split large files into several small files multiple small files into one large file.
jFmenu
- Java文件分割合并工具,能实现文件的合并与分割.-Java file split merge tool, to achieve the merger of paper and partition.
lunch
- 因为许多人出去吃饭都一个人付帐,回来再平分,所以使用struts2来实现了一个午餐计费,统计,平衡钱数的功能,使用mysql数据库,tomcat服务器-Since eating out is a lot of people pay people back and then split, so the use of struts2 to achieve a lunch billing, statistics, balance the amount of money the function, us
time
- 完整的12个时区查询,默认为东八区可以任意换为另外一个时区(点击右下角的i进行设置)以12时区分割图作为选择,就算不知道当地的具体时区只要知道大概位置就好-Complete 12 months time zone information, the default for the East eight districts can be exchanged for another time zone (click the bottom right corner of the i set) 12 sp
xeChanger
- NETBEANS6.5的项目包。能够对文件进行批量的重命名操作,支持分割、替换、插入、编号等功能。-NETBEANS6.5 package of projects. Batch file to rename the operation, to support the split, replace, insert, ID and other functions.
SplitCleaner
- Split Cleaner 错误模式 我把符合这种模式的错误称为 split cleaner,是因为释放资源的代码是沿各种可能的执行路径分开的。因为沿各条路径的释放代码很可能都是一样的,所以大多数 split cleaner 也是 rogue tile的例子。(Rogue tile 是我对一种错误的称呼-Split Cleaner
SmartSplitter
- This is a command line tool used to split and combine the file write by Java.
Cut_machtine
- 用JAVA写的简易文件分割器,有一定的参考价值。 实现对各种文件的分割,例如图片,压缩文件,可执行文件等。分割方式可以按一定大小分割(包括字节、千字节、兆字节) 还可以按目标数目分割(分割成一定大小,可以调用系统计算器验证是否符合需要)。分割后的文件保存在目标文件夹,且有不同后缀名,标明第几部分。-Simple to use JAVA to write the file splitter, there is a certain reference value. To realize the
Java
- 一些很经典的算法!!!包括八皇后问题和背包问题,排列组合问题和数字拆分问题等.-Algorithm for some very classic! ! ! Including the eight queens problem and the knapsack problem, permutation and combination problems and digital split issues.
split-String
- 写了一个高效的分离字符串,主要是基于字节数组实现,比API里面的函数实现高效-Write an efficient separation of strings, mainly based on the byte array to achieve than the API function inside Efficient
Java-split-
- 详细的介绍split的用法、split 方法,结合程序说明,简明易懂-introduce the usage of the split
PDF-files-Split
- java源代码,PDF文件分割与合并的源代码,相当好用-java source code, PDF files, split and merge source code, very easy to use
Split-and-merge-disk-file
- 它可以将大文件分割成多个指定大小的子文件,还可以将分割后的多个子文件在合并成原始文件-It can split large files into multiple sub-file specified size can also be a plurality of sub-divided files into the original file in merger