搜索资源列表
myknapsack
- a) 0-1背包问题采用的是动态规划法,该算法思想简介如下: 有些问题常常没有办法把它们分成较小数目的子问题,在这种情况下,可以试着把问题分成必要多的子问题,每个子问题又可以分成数目不确定的必要多的子子问题,这样就会产生大量的子问题。如果分得的子问题界限不清,互相交叉,则在大量的子问题中会存在一些完全相同的子问题,因而在解这类问题时,将可能重复多次解同一个子问题。这种重复当然是不必要的,避免的方法可以在解决一个子问题后把它的解(包括其子子问题的解)保留下来,若遇到求解与之相同的子问题的时候,
j_9238_input
- 实现文本内容的自动校验,标签属性与普通input相似,使用该标签后无需再考虑数据提交时的据校验问题。与struts的动态表单需要大量配置校验文本规则相比,这里的工作量为0。 -achieve text automatic calibration, labeling and regular input attributes similar after using the label no longer consider the data submitted was checking the p
travelingsalesman
- 用动态规划法求解旅行商问题 已经加入注释 欢迎批评指正-dynamic programming method for the traveling salesman problem has joined Notes welcome criticism correction
myRTTI
- 演示vc++6.0动态运行时功能,帮助了解什么什么是r-demonstration vc 6.0 dynamic run-time functions to help understand what is what r
HW2.rar
- we solve the LCS (LONGEST COMMON SUBSTRİ NG ) problem in this code with two different way One of them is dynamic programming.,we solve the LCS (LONGEST COMMON SUBSTRİ NG ) problem in this code with two different way One of them is dynamic pro
juzhen3.1
- 动态规划解决矩阵连乘问题 算法设计与分析实验题-With dynamic programming to solve the matrix multiplication problem
DarkShell
- Darkshell 是一款小巧的远程后门控制软件,它的特点是运行后不在进程里显示、没有用到动态链接库DLL、不添加启动项。这是暴风仿的源代码,只供学习网络编程,不要用于其它用途。-Darkshell backdoor is a small remote control software, which is characterized by the process is not running in the show did not use the dynamic link library DLL
ConsoleFullScreen
- 动态载入未公布API,实现控制台程序的全屏、窗口化-Dynamic loading unpublished API, the realization of the full-screen console program, the window of
log4ccp_libs
- 用visual studio 2008编译的log4cpp的静态库和动态库。-the static libs and dynamic libs of log4cpp compiled under visual studio 2008
viterbi1.0
- 维特比算法,一种动态规划算法,用来求解隐马尔科夫模型-Viterbi algorithm, a dynamic programming algorithm to solve the Hidden Markov Model
condition_adjustment
- 该程序是实现测量平差中条件平差的程序,其中采用了动态数据,并在结束时析构-The adjustment procedures are measured in the conditions of implementation of the adjustment process, one of the use of dynamic data, and at the end of destructor
How_To_Mak1095517232002
- the basic way to make dynamic link library in delphi
1
- 一个sin函数,实现在控制台上动态正弦函数-A sin function, to achieve dynamic sine function on the console
stone
- 使用典型的动态规划的思想解石子问题,不过没有添加注释-The use of a typical dynamic programming solution of pebbles thinking problems, but did not add a comment
sort
- 在输入的字符串中查找指定字符,动态分配内存-In the input string to find the specified character, dynamic allocation of memory
DynamicPartitioning
- 操作系统中按某种规律(先到先服务..)模拟实现动态分区-Operating system, according to a rule (first come first serve ..) simulation of dynamic partition
maze
- 这是一个迷宫算法 利用栈的性质 而且还有界面演示 主要是练习动态链接库-This is a maze algorithm uses the stack but also the nature of the interface is mainly practice demonstrates the dynamic link library
a
- this an example of dynamic data structures in C - dynamic queue -this is an example of dynamic data structures in C - dynamic queue
test
- 使用vc编写的一个动态链接库,测试动态链接库的例程-Vc prepared using a dynamic link library, dynamic link library routine testing
Dynamic-linked-list
- 动态链表的实现。可以实现元素的创建、插入、删除、查找等。-Dynamic linked list. Elements to create, insert, delete, search.
