Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • Combineim.zip Combine Two Groups of Images把两幅图像叠放在一起 需要进行程序的分析
  • HybridElectricVehicleWebinar.zip ... Vehicles. Hybrid electric vehicles (HEVs) have proven they can substantially improve fuel economy and reduce emissions. Because HEVs combine an electric drive with the internal combustion engine (ICE) in the powertrain, the vehicle?s kinetic energy can ...
  • icsiboost-0.3.tar.gz ... papers by Y. Freund and R. Schapire for more details [1]. This approach is one of most efficient and simple to combine continuous and nominal values. Our implementation is aimed at allowing training from millions of examples by hundreds of features in a ...
  • combine.rar 这是经典的二分归并算法,适用于小型数据的排序,对于大型数据速度较慢
  • easyquest-1.0-rc1.zip Search Engine that gives full control over the search result. The user can do searches by category, and then combine previous search results to build complex search results, without the need of an advances query language.
  • Boosting-beta2.zip AdaBoost is an efficient tool in machine learning. It can combine a series of weak learners into a strong learner. Besides pattern classification, it also can be applied into feature selection. This document explains the use of AdaBoost.
  • combine.zip 二进制文件合并工具 编译连接生成.exe文件,运行该文件,按屏幕提示要求输入要合并的文件名。
  • ModellingDistributedSystems.zip * Explains process algebra and protocol specification using µ CRL, a language developed to combine process algebra and abstract data types * Text is supported throughout with examples and exercises * Full solutions are provided in an appendix, ...
  • aco.rar ... questions.This method simulates the course of ant searching food to solve this kind of questions.It has these merits such as intelligent searching,holistic optimizing,strong solidity,distributed calculate and easily to combine with other methods.
  • dye-Divide-and-conquer.rar ... smaller instances of the same type of problem. Conquer: Recursively solving these subproblems. If the subproblems are small enough, solve them straightforward. Combine: the solutions to the subproblems into the solution of original problem.