Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • ccmaps-web ... /ccmaps-net This project is a a django application that provides an online collaboration platform to share Command and Conquer - Red Alert 2 multiplayer maps. Status ------ Development on this project has just started and is still far from usable ...
  • tokenize-string ... solve the problem. 02_recursive_splitter.js -> Surely, loop algorithm can be converted to recursive one. 03_divide_conquer_splitter.js -> Divide and conquer algorithm. This was so tough approach. 04_async_splitter.js -> This is a joke code just to use ...
  • HTML5-Canvas-Game-Boilerplate ... .html) ([code](https://github.com/IceCreamYou/HTML5-Canvas-Game-Boilerplate/blob/gh-pages/examples/mario.js)); [Command & Conquer-style RTS](https://icecreamyou.github.io/HTML5-Canvas-Game-Boilerplate/examples/cnc.html) ([code](https://github.com ...
  • image-selection-mturk-experiment ... project is written in Java. The reference library is the Java API package provided by Amazon. **Algorithms:** * Because divide-and-conquer is relatively a good way to approach answer, we make our image selection task iterative. There are two algorithms ...
  • riffle ... The library focuses on: - Modularity (decoupled in time, memory, and source code) - Parallelizability (good for divide and conquer algorithms) - Composability (if they were any more composable, they'd be legos) - Familiar abstractions (assembly line, ...
  • Algorithms ... groovy), [MergeSort](https://github.com/phillco/Algorithms/blob/master/src/algorithms/MergeSort.groovy) - **Chapter 4: Divide and Conquer** See [Max Subarray](https://github.com/phillco/Algorithms/blob/master/src/algorithms/MaxSubArray.groovy) - **Chapter ...
  • Algorithms My own implementation for various sorting/searching algorithms, dynamic programming, and divide/conquer problems.
  • GraphsAlgorithms ... fun experiments in related areas. Algorithms / Data Structures / Programs Implemented ================================== Divide and Conquer ---------------------------------- - Deterministic Linear Time Median Find (BFPRT) - Maximum Subarray - Element ...
  • sortable-coding-challenge ... precision. In order to avoid having to compare every listing with every product, I decided to go with a kind of divide-and-conquer solution where the manufacturer is checked first, since that seems to be the most basic field. I noticed that some of the ...
  • cnc Command & Conquer HTML5 Remake Command & Conquer (Tiberian Dawn) Clone in HTML5 ------------------------------------------------------------------------------- Just a hobby project. Trying to recreate the orignal CnC game with the new HTML5 API. Running ...