资源列表
TxTsp
- tsp的java源码实现旅行商问题,即TSP问题(Traveling Salesman Problem)又译为旅行推销员问题、货郎担问题,是数学领域中著名问题之一。假设有一个旅行商人要拜访n个城市,他必须选择所要走的路径,路径的限制是每个城市只能拜访一次,而且最后要回到原来出发的城市。路径的选择目标是要求得的路径路程为所有路径之中的最小值。(The Java source of TSP is one of the famous problems in the field of mathemati
javaSever
- 利用java实现的服务端小程序,带有界面,java课程作业,希望可以对初学java的学者有所帮助。(Java implementation of the server side applet, with interface, java course assignments, hoping to help beginners java scholars.)
rest-api-samples-master
- 通过在java代码里调用tableau server,登录,发布,复制工作簿(Restfull style calling mode of tableau)
Java数据结构和算法.(第二版)
- 讲解java中的数据结构底层实现,及相关算法的java实现及思路(Explain the bottom realization of data structure in Java, and Java implementation and thinking of related algorithm.)
spring
- 写的一个spring+springmvc+mybatis程序(A spring+springmvc+mybatis program written)
ssmdemo1
- 搭建的ssm框架,不使用maven技术,spring springmvc mybatis 里面有逆向工程的说明(Built SSM framework without using maven)
人力资源管理系统
- 人力资源管理系统,有考勤管理、薪酬管理、绩效管理、员工管理、加班申请、出差申请等模块。
JavaScript高级程序设计第3版
- 从Javascr ipt 语言实现的语言核心、DOM、BOM、事件模型讲起,探讨了面向对象编程、Ajax 与Comet 服务器端通信,HTML5 表单、媒体、Canvas及Web Workers、地理定位、跨文档传递消息、客户端存储等新API,还介绍了离线应用和与维护、性能、部署相关的最佳开发实践。(From the language core, DOM, BOM and event model implemented in the Javascr ipt language, this pape
algorithms
- 先是将多目标问题分解为单目标 (用切比雪夫和加权平均法)然后用遗传算法优化(Multi-objective optimization algorithm based on java language. First, the multi-objective problem is decomposed into single objectives (using Chebyshev and weighted average method) and then optimized by genetic a
Actividad 9
- excellent information for nothing
学生选课系统
- 学生选课系统java sql 0.0.0.0.0.0.(Students' elective course)
Hadoop-Kmeans
- hadoop平台下的K-means算法的实现(Implementation of K-means algorithm under Hadoop platform)