资源列表
Word-Ladder
- 给定两个词(beginWord和endWord)和字典的单词列表,找到所有最短转换序列(s)beginWord endWord,这样: 一次只能改变一个字母;每个中间必须存在于词列表-Given two words (beginWord and endWord), and a dictionary s word list, find all shortest transformation sequence(s) beginWord to endWord, such that: Onl
Max-Points-on-a-Line
- 给定的n个点在二维平面上,发现的最大数量点躺在同一直线。-Given n points on a 2D plane, find the maximum number of points that lie on the same straight line.
LRU-Cache
- 设计和实现一个数据结构最近最少使用(LRU)缓存。它应该支持以下操作:获取和设置。 得到(关键)得到的价值(永远是积极的)关键如果键存在于缓存中,否则返回1。 集(关键字,值)——设置或插入的值如果不是已经存在的关键。当缓存达到容量,应该最近最少使用项失效前插入一个新项。-Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following op
Text-Justification
- 给定一组单词和长度,格式文本,每一行有L人物和完全(左和右)合理的。 你应该包你的话在一个贪婪的方法,也就是说,包尽可能多的单词可以在每一行。垫额外空间“必要时,每一行有L字符。 单词之间额外的空格应该尽可能均匀分布。如果空间的数量在一个单词之间不匀,左边的空槽将分配更多的空间比右边的插槽。 最后一行文本,应该向左对齐,没有单词之间插入额外的空间。-Given an array of words and a length L, format the text such tha
Shortest-Palindrome
- 给定一个字符串,你可以将它转换成一个回文通过添加字符在它前面。找到并返回最短的回文可以发现通过执行这个转换。 例如: 鉴于“aacecaaa”,返回“aaacecaaa”。 鉴于“abcd”,返回“dcbabcd”。-Given a string S, you are allowed to convert it to a palindrome by adding characters in front of it. Find and return the shortest p
PROGRAM-(2)
- 利用C语言对航摄相片进行后方交会的实现,从而获取相片的外方位元素-Using C language to carry on the rear intersection of aerial photographs, so as to obtain the exterior orientation elements
Genetic-Algorithm
- 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法。遗传算法可以解决多种优化问题,如:TSP问题、生产调度问题、轨道优化问题等,在现代优化算法中占据了重要的地位,本例使用遗传算法求解最优解。-Genetic Algorithm (Genetic Algorithm) is a simulation of Darwinian natural selection and genetic mec
Feature-Extraction-In-Computer-Vision-And-Image-P
- Feature Extraction In Computer Vision And Image Processing by Mark S Nixon-Feature Extraction In Computer Vision And Image Processing by Mark S Nixon
fem.f
- fortran code for calculating nothing, you can see it
Deep-Learning(UFLDL)
- Stanford大学Andrew Ng的Deep Learning(UFLDL)教程中文翻译合集,原网址:http://deeplearning.stanford.edu/wiki/index.php/UFLDL E6 95 99 E7 A8 8B-Deep Learning(UFLDL)Translation Version(Chinese)
First
- 三维传热学算例,使用有限体积法,考虑对流传热等情况,是传热学的典型例子-Three dimensional heat transfer numerical example, the use of finite volume method, considering the convective heat transfer, etc., is a typical example of heat transfer
chilunfangzhen
- 利用matlab中的simulink仿真,建立了定轴齿轮和行星齿轮的的仿真模型-Using the simulink of matlab, the establishment of a fixed axis gear and planetary gear simulation model
