搜索资源列表
-
0下载:
这是一个以动态库方式提供的c#界面编程的控件库。只需要引用一次,就可以开发出良好界面的程序。-This is a dynamic way for the c # programming interface widget library. One need only quote, we can develop a good interface procedures.
-
-
0下载:
用动态规划来解0-1背包问题的算法思想及程序代码-use dynamic programming solution to the 0-1 knapsack problem algorithms and code thinking
-
-
0下载:
文件加密程序,包含使用微软加密API制作的文件加密动态链接库和由C#制作的程序界面,程序功能模仿Windows优化大师的文件加密程序。-file encryption procedures, includes Microsoft Cryptographic API produced by the file encryption and dynamic link library produced by the C# programming interfaces, process optimizat
-
-
0下载:
该源程序是用动态规划算法求解最优二叉搜索树问题-the source is dynamic programming algorithm for optimal binary search tree problem
-
-
1下载:
一个动态生成树的例子,基于C#编程开发的程序,可以根据输入改变形状大小。-a dynamic examples based on the C# programming procedures that can be imported to change shape and size.
-
-
0下载:
C#的计算编辑距离的代码。可指定需要计算的区间以及操作代价函数。算法用动态规划方法实现。-C# Edit distance calculation code. Calculation required to specify the range and operating cost function. Algorithm using dynamic programming method.
-
-
0下载:
用动态规划实现最短路径问题 请大家指教-Achieve the shortest path dynamic programming problem
-
-
0下载:
算法设计课程设计中的动态规划算法的c++代码实现-Algorithm design in the curriculum design of the dynamic programming algorithm c++ code to achieve
-
-
0下载:
动态规划求解最长单调递增子序列,给出了图形界面-Dynamic programming to solve the longest monotonically increasing subsequence given the graphical user interface
-
-
0下载:
画板涂色问题,动态规划的方法,求最好的涂色办法,-Sketchpad coloring problem, dynamic programming method, for the best coloring methods
-
-
0下载:
The major theme for C# 4.0 is dynamic programming. Increasingly, objects are “dynamic” in the sense that their structure and behavior is not captured by a static type, or at least not one that the compiler knows about when compiling your program. Som
-
-
0下载:
Save the file to open the dynamic high-level programming C # example code
-Save the file to open the dynamic high-level programming C# example code
-
-
0下载:
When you have questions about how to use C# 4.0 or the .NET CLR, this highly acclaimed bestseller has precisely the answers you need. Uniquely organized around concepts and use cases, this fourth edition includes in-depth coverage of new C# topics su
-
-
0下载:
VS2008中动态数据(Dynamic Data)示例源码,作为动态数据库编程参考-VS2008 Dynamic Data (Dynamic Data) sample source code, as the dynamic database programming reference
-
-
0下载:
利用动态规划法(完整)求解最大字段和的问题-Dynamic programming (full) to solve the biggest problem of the field and
-
-
0下载:
利用动态规划和webservice,得到当前币种(新加坡,澳元,美元,英镑,人民币)之间的汇率,寻找最优换汇路径。-get currency of several money, search the best changing path by dynamic programming.
-
-
0下载:
K-近似匹配,动态规划法。输入两个文本和编辑距离k,找出k以内的文本匹配情况。代码很短短,没有相当算法功底很难看懂。最好参考经典的算法设计书籍。-K-approximate matching, dynamic programming method. Two input text and edit distance k, find k within the text to match. The code is a short, not quite algorithms foundation is
-
-
0下载:
c++动态规划问题之多边形游戏,输出游戏的可能最大值,很不错的资源-problem of polygon c++ dynamic programming game, the game possible maximum output, very good resource
-
-
1下载:
用贪心法和动态规划两种算法求解有向图任意两个节点之间的最短路径,要求给出最短路径的值以及中间路径。-Greedy method and dynamic programming algorithm to solve the two have to figure the shortest path between any two nodes, required to give the value of the shortest path and the middle path.
-
-
0下载:
1)编程递归实现0-1背包问题并回溯求出问题的解向量(即X[N]的值)和多段图的最短路经问题的动态规划算法。
2)图的数据结构采用邻接表。
3) 要求用文件装入5个多段图数据,编写从文件到邻接表的函数。
4)验证算法的时间复杂性。
5)0-1背包问题的实验数据见实验二的背包问题数据。
-1) programming recursive implementation of the 0-1 knapsack problem and backtracking to solve th
-