搜索资源列表
-
0下载:
利用VB开发通信程序主要的方法有两种,一是利用VB本身提供的控件(CONTRALS),另一种方法是利用WINDOWS API应用程序接口,WINDOWS API 主要提供了三个动态连接库KERNEL.EXE、USER.EXE、GDI.EXE供开发人员调用-use VB major communication program two ways. First, the use of VB itself, the controls (CONTRALS) Another method is to use
-
-
0下载:
算法实验:1 分治法在数值问题中的应用
——最近点对问题 2 减治法在组合问题中的应用——8枚硬币问题 3 变治法在排序问题中的应用——堆排序 4 动态规划法在图问题中的应用——全源最短路径问题
-Algorithm experiment: 1 divided numerical problems in the application- the nearest point to question 2 by governance problems in the applicati
-
-
0下载:
pku1273,动态规划做的,自己想的哈!完全原创-pku1273, dynamic programming to do, she wanted to, ha! Completely original
-
-
0下载:
各种典型用动态规划方法解决的问题的程序,有详细的讲解。-Typical use of dynamic programming to solve the problem of procedure, a detailed explanation.
-
-
3下载:
完成满足上述接口的动态数组(Dynamic array)的程序;
需要遵循基本的编程规范和风格;
动态分配内存用C++的函数new/delete,不用malloc/free;
处理好动态分配的运用,不要出现内存泄漏;
了解C++类的构造函数和析构函数的作用;
熟悉C++类的写法(*.h, *.cpp);
各种情况考虑周到,不要出现程序崩溃;
-
-
-
1下载:
利用动态规划算法实现0-1背包问题,要求测试数据以文本文件的形式存储,即所有的数据由文本文件读入。-Implementation of 0-1 knapsack problem using dynamic programming algorithm, test data are stored as text files, that all of the data from text file to read.
-
-
0下载:
动态规划中的lcs算法c++代码,可以作为lcs算法的参考代码
-Dynamic programming the lcs algorithm c++ code lcs algorithm can be used as a reference code
-