资源列表
Longest-Palindromic-Substring
- //动态规划求最长回文子串 //用布尔型t[i][j]表示子串(s(i....j))是否为回文子串 //其中t[i][j]的值可通过t[i+1][j-1]的值以及是s[i]和s[j]是否相等判断(即子串(s(i...j))是否为回文子串可通过子问题s(i+1,...,j-1)是否为回文串来解决) //通过left和right来指示当前最长回文子串的下标-// Dynamic programming longest palindrome substring // Boolean t
AyaCMS_1.4.2
- 可拖拽排版的php开源程序,系统安全稳定,页面美观大方,div+css排版-The draggable layout php open source, system security and stability, nice page, div+css typesetting
qiche
- 一个很漂亮的企业站点,汽车公司的,希望大家喜欢
TGIS-chengxuh
- 本程序为个人GIS、路径算法及GPS定位的测试程序。主要用来来测试GIS环境及算法的可靠和稳定性.,已通过测试。 -This procedure for the testing procedures of individual GIS, the path algorithm and GPS positioning. Mainly used to test the reliability and stability of the GIS environment and the algorith
EIGHT-QUEENS
- 实现八皇后问题 本程序实现了所有的八皇后解 并给出了解的数目 -Eight- queens Problem
calculator
- 实现简单计算器,并允许输入计算字符串有空格以及只包括加减运算,可以判断输入的字符串是否合法(To achieve a simple calculator, including add and subtract operations, and allow input calculation string space appears)
The Art and Science of Protective Relaying
- art and science of prot relaying
CPP100
- C++编程实例100篇,是初学者入门的好帮手! -C++ programming examples 100, is a good helper for beginners to get started!
fftw-3.3.5-dll32
- 32位FFTW调用函数库,可通过C++编译生成-32 calling FFTW library, compiled by C++
Jobroon
- 工作室源代码 有兴趣的朋友可以参考借鉴一下该网站-Studio source code to interested friends can learn about the site refer to
3
- c++编辑文字更改颜色代码,代码简单,初级代码,可以一用-C++ edit text changes color code, the code is simple, the primary code, can be used
ButtonNavi
- 利用vc++语言编程实现了按钮导航功能,是一个简单的例子-Use vc++ language programming to achieve a navigation button is a simple example
