搜索资源列表
快速行进方法
- MATLAB FAST MARCHING METHOD
linear_solution
- 原创的线性方程组求解程序,包括Jacobi迭代,高斯消去法,Gauss-Seidel迭代三种求解算法。-Original procedure for solving linear equations, including the Jacobi iteration, Gauss elimination method, Gauss-Seidel iterative algorithm three.
or124
- 运筹学单纯型法--java库 示例源代码 http://www.cs.princeton.edu/introcs/96optimization/LPDemo.java.html -Operations research simplex method- java libraries
RMI
- Java RMI (Remote Method Invocation 远程方法调用)是用Java在JDK1.1中实现的,它大大增强了Java开发分布式应用的能力。-Java RMI (Remote Method Invocation Remote Method Invocation) is implemented in Java in JDK1.1, which greatly enhances the ability of Java distributed application develo
asp.net-login-authentication-method
- asp.net的登录验证方法,详细介绍了登陆验证的使用,包括详细步骤,对初学者很有用。-asp.net login authentication method, described in detail the use of login authentication, including detailed steps, useful for beginners.
Recursive-method
- Java 程序 源码 求n!的 递归方法-Java source code request n! The recursive method
DSA-Lab2
- To the HighArray class in the highArray.java program (Listing 2.3), add a method called getMax() that returns the value of the highest key in the array, or –1 if the array is empty. Add some code in main() to exercise this method. You can assume all
ASP-web-modification-method
- ASP网站源代码修改方法,去除默认的管理员,添加新的菜单和新的页面,常用的函数-ASP website source code modification method to remove the default administrator to add new menu and a new page, commonly used functions
call-method-another-class
- calling method to another cal-calling method to another calss
Critical-path-method
- 基于图论的关键路线法源码,有需要的可以下哈-Critical path method source code
selection-method
- 费了很大劲收集的30多种日期选择方式,非常灵活,必定有你需要的-More than 30 kinds of selection method
Finite-Element-Method-
- 有限单元法对于解决许多工程问题都很实用,很好的数值方法-Finite element method to solve many problems are very practical engineering, very good numerical method
Dijkstra-method
- DIJKSTRA 算法基于JAVA 编程源代码-the original code of dijkstra method based on JAVA
factory-method-pattern
- Java源代码,很好的解释了工厂方法模式这种算法-Java source code, a good interpretation of the factory method pattern this algorithm
The-use-of-construction-method
- 声明一个银行帐号类BankAccount,成员变量为账户号,户主姓名,户主身份证号,账户余额,该类有三个构造方法,分别为BankAccount(),BankAccount(账户号,户主姓名,身份证号)(账户余额默认为0),BankAccount(账户号,户主姓名,身份证号,账户余额)。分别使用三个构造函数建立三个对象,并打印输出三个账户信息。-Declare a bank account class BankAccount, member variables for account number
Remote-Method-Invocation
- The remote method invocation feature of Java is implemented using a Client, Server and an RMI Interface.
Java Concurrency method
- Several method to manage concurrency problems in java.
The-calculation-method-of-signal-to-noise-ratio.r
- The calculation method of signal to noise ratio
Method-Overloading-and-OverRiding
- Method Overloading and OverRiding
Generic-Method
- 1。使用一个HashMap来创建可重用的类选择13个预定义的颜色类的颜色。颜色的名称应该用作键,和预定义的颜色对象应该被用作值。把这个类放在一个可以被导入到任何程序的包中。在应用程序中使用您的新类,允许用户选择一个颜色,然后在该颜色中绘制一个形状。 2、(计数重复的话)编写一个程序,该程序确定和打印语句中的重复单词的数量。把大写字母和小写字母一样。忽略标点符号。 3。(一个TreeSet排序的话)写一个程序,使用一个字符串的方法分割标记线的用户输入的文本和地方在这每个令牌。打印的有序元素