搜索资源列表
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,
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 为主程序类,通
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
xeChanger
- NETBEANS6.5的项目包。能够对文件进行批量的重命名操作,支持分割、替换、插入、编号等功能。-NETBEANS6.5 package of projects. Batch file to rename the operation, to support the split, replace, insert, ID and other functions.
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_File_Cutter
- 这是一款由JAVA实现的文件分割器,通过它可以实现大容量的文件日志分割,避免出现内存益出的情况,这个常用于在面试中给你1G的文件让你操作查找其中的字符,问你如何做?此是一个良好的解决方案,推荐-This is a file from the JAVA implementation splitter, which can be achieved through large-capacity split the log file, to avoid the memory benefits of th
FileCut
- 一个很好用的文件分割器!可以用来分割一般的文件-A good file splitter with! Can be used to split the paper in general
Split
- 简单的文件分割器,在学习IO流的时候做的简单的程序,初学者参考-Simple file splitter, the time in learning to do IO stream simple procedure reference for beginners
The-dynamic-programming
- 用动态规划算法,JAVA实现:给定n个整数组成的序列,现在要求将序列分割为m段,每段子序列中的数在原序列中连续排序。如何分割才能使这m段子序列的和的最大值达到最小?-Using dynamic programming algorithm, JAVA implementation: the composition of a given sequence of n integers, now requires the sequence is divided into m segments, the
split-String
- 写了一个高效的分离字符串,主要是基于字节数组实现,比API里面的函数实现高效-Write an efficient separation of strings, mainly based on the byte array to achieve than the API function inside Efficient
BestSplit
- its a gini, entropy and gain calculation deciding wat attribute to split in a decision tr-its a gini, entropy and gain calculation deciding wat attribute to split in a decision tree
PDF-files-Split
- java源代码,PDF文件分割与合并的源代码,相当好用-java source code, PDF files, split and merge source code, very easy to use
JSPPLayout
- jsp页面布局,用jsp+servlet,来做页面的分割-jsp page tiles,use jsp and servlet to split page.
string-split
- return the smallest number value that is not less than the argument and is equal to a mathematical integer. -return the smallest number value that is not less than the argument and is equal to a mathematical integer.
split
- 简单实现了文件解压缩的功能,短小精悍,对初学者来说是很好的学习借鉴资料-Simple implements file decompression functions, dapper, is good for beginners to learn from data
Chunk-Large-File
- split file into chunk in java to -split file into chunk in java to
vmware
- to calulate the factorial of the java of the vmware
