搜索资源列表
JAVA的计算器
- 这个无限位计算器,N!及N的平方了。本来是打算用堆栈去实现的,突然发现了BigDecimal这个好东东~~于是乎~~堆栈在偶的计算器里退休了。。。 这个是在JDK 5.0 Update 3下用 NetBeans 4.1写的,我试过了两个1.4.2版本的,总说找不到MAIN()方法,对NetBeans打的包。。偶有置疑。。。所以拆开来。。。*.calss + 一个批处理+*.java打成了个压缩包传了上来~~ -the infinite spaces calculators, N!
MATLABmixedjava
- 为充分发挥MATLAB和JAVA的优势,提出基于两者的混合编程技术。混合编程的关键是数据传输问题,在此采用接口技术。研究了MATLAB和JAVA在本地环境和网络环境下的混合编程方法,通过多个实例说明两者混合编程的过程和步骤-To bring into full play the advantages of MATLAB and JAVA, both based on a mixture of programming. Mixed programming, the key is the issue
MinCutSeg
- 一组很直观的有关于文本算法的java代码。对Text Mining 的研究能起到一定的帮助。-A very intuitive method of java on the text of the code. Research on Text Mining can play some help.
ibmcontest
- 当年IBM大赛时编制的代码,编制一个跟电脑对战的黑白棋行走算法,要求在最短时间内获得胜利,采用的是Java语言-IBM contest that year when the code compiled, the preparation of a play against the computer in the Othello walk algorithm requires victory in the shortest time, using the Java language
Playfair-Cipher
- play fair cipher algorithm implementation using java