搜索资源列表
stamp
- 连续邮资问题,采用分支限界法编写,java实现
cobertura-1.9-src
- java覆盖率测试工具,提供了语句覆盖、行覆盖以及分支覆盖等,对提高软件质量具有非常重要的作用
chap3
- J2EE为Java企业开发提供了一幅清晰的全景,各项分支技术在这个领域中的地位得到了客观、准确的定义。
GuessingNumber
- 一个简单的应用程序,用来说明循环结构与分支结构的嵌套使用 * 程序功能:猜数游戏。定义被猜的数。通过键盘输入进行猜数, * 如猜错则显示“**Wrong**”, “Too high”或“Too low ”; * 猜对则显示“**Right**”后退出-a simple application, used to illustrate the cycle structure and branch structure nested procedures * functions : guess a fe
shortest-way-java.rar
- 分支限界法 单源最短路径问题的 JAVA实现 3个源文件,Branch and bound method single-source shortest path problem JAVA realization of 3 source files
Knapsack
- 经典的背包问题用分支限界法实现的JAVA代码-Classical knapsack problem using branch and bound method of the JAVA code
SCC
- Java实现的图的强连通分支算法,可以输入图的节点和边,并返回图中所有的强连通分支-Java to achieve strong connectivity of the graph branch algorithm, can enter graph nodes and edges, and return to map all of the strongly connected branch
BC
- Java实现的双连通分支算法,可以自行输入图的节点和边,并返回图中所有的双连通分支-Java connectivity to achieve the two-branch algorithm, can enter the graph nodes and edges, and return to map all of the dual-branch connectivity
SimpMethodProj
- [数学问题]用分支定界发解线性混合整数规划问题,JavaSE swing 界面。-[Mathematical problem] Used branch and bound solution fat LMIP problem, JavaSE swing GUI.
Strongly_Connected_Components
- 一个计算数据结构中图论的强连通分支问题的算法-A data structure in computing the strongly connected graph branch algorithm for the problem
josso-1.8.0-src
- 一个开源的J2EE-based的SSO(SSO:单一登录技术是一种认证和授权机制,它允许注册用户只需要在任一成员网站上登录一次,而后授权访问其他连接的分支网站,无需再进行验证登录)基础结构.它的目的是提供一种用来解决在统一平台上进行用户集中认证的方案. -An open source J2EE-based of the SSO (SSO: Single Sign-technology is a mechanism for authentication and authorization, whi
news
- 新闻管理系统,此文件为主模块,可在此基础上增加分支完成功能-news
Suanfa_3
- java实现,寻找强连通分支算法,Eclipse下可以直接打开工程-java implementation algorithm to find strongly connected components, Eclipse can open the project under
hbxy
- 每个单位都希望能和异地的分支机构、上下级部门等保持实时的联系,希望自己身处异地仍能了解和处理单位事务,当然也希望能实现对应用范围越来越广阔的产品本身的轻松管理、维护和升级。网络办公平台全面采用的B/S架构,从根本上满足了客户的需求。-Each unit would like to, and remote branch offices, departments etc. in real time on the lower links, want to live off-site processin
cwoa2.3_src
- 云网oa 最新版本 采用JSP开发的办公自动化产品、基于B/S结构,运行环境:JDK v1.5、Tomcat v5.5、MySQL v4.1,三者均为以上版本 其他相关内容: 可视化流程设计: 流程支持串签、会签和分支流程,可以设置流程节点的修改、删除权限,并可指定流程中各个用户在表单中可以填写的域 -Cloud Network oa the latest version of JSP development using office automation products, ba
main
- 分支限界法实现旅行售货员问题,使用时间挺短的,代码可读性强-Branch and bound to achieve the traveling salesman problem, the use of time very short, readable code
test
- 黑盒测试(等价类划分+边界值分析+决策表方法)白盒测试(语句覆盖、分支覆盖、条件覆盖、分支/条件覆盖、条件组合覆盖及基本路径测试方法)分析三角形问题-Black box testing (equivalence class boundary value analysis+ by+ decision table method) white box (statement coverage, branch coverage, condition coverage, branch/condition c
cx3
- 主要是一些最基本的java程序,包括数据类型,变量,常量,以及表达式,流程控制语句(分支,循环,跳转)等程序的应用-Mainly some basic java program, including data types, variables, constants, and expressions, flow control statements (branches, loops, jumps) and other application programs
0_1Knasack
- 比较了求解0-1背包问题常用的几种算法,并用回溯法和分支限界法进行了Java编程实现,给出了文档及源码。-0-1 knapsack problem compared several commonly used algorithms, and use backtracking and branch and bound method of the Java programming, given the documentation and source code.
algorithms-hw
- 算法上机作业 1城市轮廓线 3无向图双连通分支 4第一行为(n-1),n=2^k 第二行为第一个多项式系数序列 第三行为第二个多项式系数序列 系数序列的格式为:an,an-1,an-2 ,…, a1,a0 输出文件:result4.dat 格式为结果多项式的系数序列。 序列格式为:an,an-1,an-2 ,…, a1,a0(此n与输入中的n不同) 5第一行为线段数n 第二行起每一行x1 y1 x2 y2表示一条线段,端点为(x1,y1)和(x2,y2)