资源列表
cp
- interface用法,该代码简要显示了该类的 用法,方便学习(The use of interface)
ms&&qs
- 归并排序和快速排序,平均时间复杂度为O(nlog(n))。(Merge sort and quick sort, the average time complexity is O (nlog (n)).)
BBClique.java
- 分支限界算法求最大团问题,java源码,分支限界法的一个经典问题解决。(A branch and limit method for solving the problem of the maximum mass)
矩阵连乘问题和租船问题
- 动态规划算法解决矩阵连乘问题和租船问题,java源码。(Dynamic programming algorithm to solve matrix multiplication problem and charter problem, java source code.)
java
- java 可视化编程,实现计算器的基本功能,包括加减乘除等,对于学习Java图形界面有一定作用(Java visual programming, to achieve the basic functions of calculators, including addition, subtraction, multiplication and division, etc., has a certain effect on learning Java graphical interface.)
njvynxo
- 本系统用于所有的Web应用程序,如网站管理后台,网站会员中心,CMS,CRM,OA。(This system is used for all Web applications, such as website management backstage, website member center, CMS, CRM, OA.)
function.java
- 有关java对文件的读写和date的一些操作(something about reading and writing file of java and Date)
Shiyan4
- JAVA套接字实现简易的聊天室功能,可以多人聊天(Java sockets implement simple chat room features)
Calculator
- 简单计算器, 计算100以内的加减乘除的简单 GUI界面(Calculator Simple calculator, calculate less than 100 less than multiplication and division of a simple GUI interface)
moniqi
- 实现猫狗叫声模拟,很适合初学者,希望能对大家有用(Realization of cat and dog call simulation)
TxTsp
- tsp的java源码实现旅行商问题,即TSP问题(Traveling Salesman Problem)又译为旅行推销员问题、货郎担问题,是数学领域中著名问题之一。假设有一个旅行商人要拜访n个城市,他必须选择所要走的路径,路径的限制是每个城市只能拜访一次,而且最后要回到原来出发的城市。路径的选择目标是要求得的路径路程为所有路径之中的最小值。(The Java source of TSP is one of the famous problems in the field of mathemati
main
- 题目描述 令Pi表示第i个素数。现任给两个正整数M <= N <= 10000,请输出PM到PN的所有素数。 输入描述: 输入在一行中给出M和N,其间以空格分隔。 输出描述: 输出从PM到PN的所有素数,每10个数字占1行,其间以空格分隔,但行末不得有多余空格。 输入例子: 5 27 输出例子: 11 13 17 19 23 29 31 37 41 43 47 53 59 61 67 71 73 79
