搜索资源列表
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,
xiaotou_asp
- 小偷程序全集:N多的小偷程序,建设网站的必备选择,好几个偶都在使用。包括 易维音乐吧 007小游戏站 捌度出品之FLASH小偷 捌度出品之MTV小偷 v1.0 漫风动漫小偷 天上动漫电影站-thieves procedures Complete Works : N number of thieves procedures, the essential building site selection, several are even in use. Music, incl
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
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.
splitfile.pl
- 這個perl程式用於把文本文件按照指定的行數拆分成多個文件。-The perl program for the text file in accordance with the specified number of rows split into multiple files.
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
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-page
- 基于php的一种较好的分页源代码,亲测无BUG。-the perfect code of page-split with php.
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