搜索资源列表
IIR带通滤波器设计
- IIR带通滤波器设计,提供交互界面,JAVA编写,VJ编译-IIR band-pass filter design, interface, JAVA prepared, VJ compiler
24Points-JavaVer
- 加减乘除24,java的GUI界面,输入的数字在1-13的范围内,产生的结果中已去除了冗余的结果,并统计产生结果的个数.- The arithmetic operations 24, java GUI contact surface, the input numeral in 1-13 scope, in the result which produces has removen the redundancy result, and the statistics has the result
NQueen
- 用JAVA编写的N后问题~可以自由设置皇后个数,目前设置皇后上限为13,更改程序中STRING字符串的大小后可计算更多皇后的问题,有图形化界面显示解的位置~界面很可爱好看的哦~
LP
- 我自己编写的一个LP算法的Java程序,带有Windows界面,可以求解LP算法,并实时显示结果。
OL.rar
- 可以实现数值分析中的欧拉法、后退欧拉法和改进欧拉法的计算,程序中涉及到拉界面,以及许多控件的使用。,Numerical analysis can be achieved in the Euler, backward Euler and improved Euler s method of calculation, the procedure involved in drawing interface, as well as the use of many controls.
NumericalAnalysis
- 用JAVA编写的一个界面程序,实现了二分法、牛顿法、高斯法、SOR迭代法、三角分解法、三次样条插值曲线、曲线拟合的最小二乘法、数值积分Romberg算法、常微分方程的初值解法 改进Euler法、矩阵的特征值和特征向量 反幂法-An interface with a JAVA program written to achieve a dichotomy, Newton method, Gauss law, SOR iteration method, triangular decomposition
coherence
- Java实现的快速自相关算法:提供交互界面,可读入外部数据文件-Java's rapid auto-correlation algorithm : to provide interfaces to external data into readable document
mail
- 垃圾邮件过滤器 本软件基于朴素贝叶斯算法,用NetBean生成的界面(须JDK1.6),适用于对手机短信,邮箱邮件,日记等一些txt文件进行分类,测试率达90 以上。-Spam filter software is based on the Naive Bayes algorithm, using NetBeans generated interface [have to JDK1.6], suitable for mobile phone message, mail messages, d
NewCalculator
- java 计算器 界面美观 ,主要用到了swing界面编程-Calculator code,this is very beauty,you can download it to use
calculator
- 功能较全的科学计算器,常见异常都已处理,界面友好。-Scientific calculato, the common exceptions are handled, user-friendly
JCalc
- java 计算器界面,最简单的java计算器程序,不包括科学计算-Java Calculator GUI, the simplest java applet, doesnt includes scientific calculation
yuanSuan
- 四则运算java源码(有界面的)基于正则表达式的有疑问亲留言呢-Four arithmetic java source code (with interface) based on regular expressions have questions, comments yet pro
生产者和消费者问题
- Java实现经典的消费者和生产者问题。利用图形化界面演示生产者和消费者问题