搜索资源列表
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,
PayMentDetail24
- <%@ LANGUAGE=\"VBscr ipt\" %> <!--#include file=\"conn.asp\" --> <% Id=Session(\"LoginSuccess\") ProductList = Session(\"ProductList\") Products = Split(Request(\"cpbm\"), \", \") For I=0 To UBound(Products) PutToShopBag
OrderListFind22
- <%@ LANGUAGE=\"VBscr ipt\" %> <!--#include file=\"conn.asp\" --> <% Id=Session(\"LoginSuccess\") ProductList = Session(\"ProductList\") Products = Split(Request(\"cpbm\"), \", \") For I=0 To UBound(Products) PutToShopBag
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.
ajax_jsp_Hibernate_Blog
- ajax+jsp+Hibernate打造的Blog源码,把它拆分了吧,看看你能不能模仿一个出来。-ajax+ jsp+ Hibernate to create the Blog-source, it split the bar to see if you can not imitate an out.
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
SmartSplitter
- This is a command line tool used to split and combine the file write by Java.
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
