资源列表
juzhen
- 基本思想与分治法类似,也是将待求解的问题分解为若干个子问题(阶段),按顺序求解子阶段,前一子问题的解,为后一子问题的求解提供了有用的信息。在求解任一子问题时,列出各种可能的局部解,通过决策保留那些有可能达到最优的局部解,丢弃其他局部解。依次解决各子问题,最后一个子问题就是初始问题的解。 由于动态规划解决的问题多数有重叠子问题这个特点,为减少重复计算,对每一个子问题只解一次,将其不同阶段的不同状态保存在一个二维数组中。 -The basic idea with the divide
timegenetator
- 显示控制器时序产生代码,用于产生水平与垂直方向的同步信号-the timing generator to generate the vertical and horizontical sync signal
OpenCV-Tutorial-Basics
- 学习数字图像处理的好书,适合opencv初学者学习,非常有用。-It is a good book to learn Digital Image Processing
flexPjava
- flex与java整合实例,使用工具为myeclipse+flex,功能简单,适合初学者-flex and java integration instance, the use of tools myeclipse+flex, features a simple, suitable for beginners
computer-clock
- 单片机课程设计 电脑时钟 没有注释 已经调试成功-MCU Design computer clock no comment has been successful commissioning
c
- 单片机C语言编程100例附加模拟霍尔脉冲,基础例程-Microcontroller C language programming 100 cases of additional analog Hall pulses, basic routines
CPPnamed-rule
- c++的命名规则,可以帮助大家规范化编程,使程序能更好的被解读和应用-c++ naming rules that can help you standardize programming, the program can better be interpreted and applied
SQL
- 很好的SQL语法,欢迎下载,-Good SQL syntax, welcome to download, ..........................
ff_in_summer
- MLP load forecasting
stekholder
- steckholder from IT Project
eclipse3_tomcat
- eclipse 安装,以及配置tomcat的几种方法-how to Instanll eclipse and the configuration
JAVA-reflection
- java 反射机制简洁和简单实例介绍,适合初学者学习了解,很好的实例-Concise and simple example Java reflection mechanism
