搜索资源列表
Samples
- 实现了流媒体在网络上的传输和接收,实现了流媒体的实时播放,采用JMF框架-The realization of the streaming media on the network transmission and reception, to achieve a real-time streaming media players, the use of JMF framework
GA_Assembly
- JAVA编的遗传算法程序,解决装配车间排序问题-JAVA program for the genetic algorithm to solve the assembly shop scheduling problem
GaBin
- 遗传算法解决复杂背包问题,用Java编写。 该背包拥有3个属性,500个东西,50个包。 求解包与包之间物品重量差最小,并且同一个背包的物品属性有特殊要求。 该程序容易修改。-Genetic Algorithm on Bin Packing Proglem. 500 items, 3 parameters of each item. 50 containers, target: All 50 containers has the smallest weight differe
Multithreading
- 一个关于Java多线程的技术文档,简单介绍了线程的概念,线程的创建,线程的调度,线程的优先级等基本概念,并配有相应的代码讲解。-Java multi-threaded on a technical documentation, briefly introduced the concept of threads, thread creation, thread scheduling, thread priority, the basic concepts and explain with a co
RTPStreamingRealtimeTransmissionOfTheJavaImplement
- 本资料讲了RTP流媒体实时传输在Java中的实现方法:对多媒体实时传输协议RTP 和Java 多媒体框架JMF 作了简要的介绍和分析,然后利用JMF 编程实现了RTP 多媒体的网络传输和接收。-The information about the RTP stream in real-time transport in the Java implementation method: Real-time Transport Protocol for multimedia and Java Media
JobScheduleGA
- Qm调度问题,方法为遗传算法,适用于准时生产-Qm scheduling problem, methods for the genetic algorithm for in-time production
wanggediaodu
- 用蚂蚁算法和遗传算法结合实现的网格调度问题-Classic example of a genetic algorithm, a visual interface to their own clicks, the problem described in TSP
scheduling-system
- 本系统主要实现了商品信息模块,公告信息模块(及时发现需进货商品信息),出库信息模块,管理员模块,商品调度模块,日志信息模块。在本系统中使用了遗传算法,可以同时对多种商品进行调度,该算法会根据供应商报价以及运输成本去自动选择一种最优方式,这种方式在很大程度上减少了管理员操作时间,节约了进货成本。-The system implements the product information module, the bulletin information module (must purchase g
GA
- 水库调度最优水位控制遗传算法,java编写,方法针对水库调度最优水位的求解,求出的水位用于指导水库运行。-Reservoir dispatching water level control, genetic algorithm (ga) Java code