搜索资源列表
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 */ /* 递
tame
- tame,扩展了好多SWing组件:JTable,有拆分单元个,列分组,调整行高,还有menu,combobox,button,border-tame, expanding a lot SWing components : JTable, separation module, a series, adjust, there are menu, combobox, button, border, etc.
2-2
- \\char2\\2-2\\ 文件拆分实例 提供了本书第2章的实例文件拆分实例的源程序;
classes
- 截取文件名中的各个部分,然后往属性中添加截取的部分,完成七段码的拆分
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 为主程序类,通
DiviedPlus
- 判断任意一个正整数是否能被拆分为连续N个正整数的和的简单算法-To determine whether any positive integer can be broken into for a positive integer N and a simple algorithm
Java
- 一些很经典的算法!!!包括八皇后问题和背包问题,排列组合问题和数字拆分问题等.-Algorithm for some very classic! ! ! Including the eight queens problem and the knapsack problem, permutation and combination problems and digital split issues.
wenjiandechefen
- 此文件名为文件的拆分,希望对初学者有用啊,我也会不多啊。-This file is named file split, ah want to be useful for beginners, I would much ah.
pvInThread
- 使用Thread来实现PV通信示例,演示PV操作的过程,源码将PV操作的大部分类都写成内部类,写在了一个类文件中,如有需要拆分的朋友请自行拆分。-PV Thread to achieve communication with an example that demonstrates the process of PV operation, the PV source class written in most operations within the class, wrote in a cla
zz
- 通过正则表达式判断字符串的有效性及对字符串的拆分-Through the regular expressions of a string of effectiveness and judge the breakup of a string
jquery.table
- js实现对表格的操作,包括合并表格、拆分单元格等-js merge table splittable
asm-3.3-bin
- cglib包,包括了全部内容的,如需拆分,下nohap版的-cglib package, including all content, For split, under nohap version
streate-separate-merger
- 主要处理的流的拆分与合并,以后可以用于网络下载,以及断点续传-Split and merge main processing stream, can later be used for the network to download, as well as HTTP
SplitDocument
- java 拆分一个文档为句子或段落,去掉了停用词,基于lucene-java split a document to a sentence or paragraph, remove stop words, based on lucene
Example_SMS
- 通过android.telephony.SmsManager短线管理器,对短信就行拆分处理, 再通过sendTextMessage()将短信发送出去。 当然,权限是必不可少的。 android.permission.SEND_SMS-By android.telephony.SmsManager short-term management of SMS on the line split processing, and then through sendTextMessage ()
Goldbach-conjecture
- 歌德巴赫猜想,任何一个大于六的偶数可以拆分成两个质数的和 打印出所有的可能 -Goldbach conjecture that any even number greater than six can be split into two prime numbers and print out all possible
zuoyipeng1
- 安卓拼图游戏,将图片拆分,在完成拼接,很好玩的哟-Andrews puzzle, the picture is split stitching is completed, it is fun yo
TechSupport
- TechSupport是一个程序旨在提供用于虚拟DodgySoft公司的客户的技术支持。前段时间,DodgySoft有一个技术支持部门的人坐在电话,客户可以来电咨询并得到他们的技术问题与DodgySoft产品帮助。不过,最近生意一直没有打算这么好,和DodgySoft决定摆脱技术支持部门,以节省资金。他们现在想要开发的系统?工程师给了支撑依然提供了印象。该系统应该模仿响应的技术支持人员可能会给。客户可以通过技术支持系统进行在线交流。 该计划是,我们将有一组的话有可能发生在典型的问题,我
java-Separator
- java 实现了文件拆分和合并的功能。包含读写文件功能。-java split merge files
src
- 拆分mp3文件, 把给定的mp3文件按照时间进行拆分,然后另存为新的mp3文件。-split mp3 file。split given mp3 file into a sub mp3 file.