搜索资源列表
-
0下载:
工业控制研华板卡VC编程实现AD程序,很不错的,用动态连接库的方式调用函数,适合工控软件提供的开发方法-Advantech industrial control board VC Programming AD procedures, very good, the dynamic link library of the function call, for the Industrial Control Software Development Methodology
-
-
0下载:
VC使用CRT调试功能来检测内存泄漏
C/C++ 编程语言的最强大功能之一便是其动态分配和释放内存,但是中国有句古话:“最大的长处也可能成为最大的弱点”,那么 C/C++ 应用程序正好印证了这句话。在 C/C++ 应用程序开发过程中,动态分配的内存处理不当是最常见的问题。其中,最难捉摸也最难检测的错误之一就是内存泄漏,即未能正确释放以前分配的内存的错误。偶尔发生的少量内存泄漏可能不会引起我们的注意,但泄漏大量内存的程序或泄漏日益增多的程序可能会表现出各种 各样的征兆:从性能不良(并且逐渐降
-
-
0下载:
利用linux下gtk+/gnome编程,动态绘图,并把所绘制图像每隔一定时间以当前时间为文件名保存在硬盘上-use under linux gtk / gnome programming, dynamic graphics, and images are drawn every time to the current time of the document were kept on the hard drive
-
-
0下载:
oracle pro*c编程示例,里面有执行动态SQL,建立多个数据连接链,执行PL/SQL语句块的示例代码,并且都封装成函数接口。-c programming examples, and they perform dynamic SQL, and the establishment of multiple data link, the implementation of PL / SQL block of code examples, and are packaged as function
-
-
0下载:
有关DLL的编程及调用.这里有涉及到静态调用及动态调用方法.-the DLL programming and call. Here is related to static and dynamic call transfer method.
-
-
0下载:
Build an optimal binary search tree using dynamic programming.-Build an optimal binary search tree using d ynamic programming.
-
-
0下载:
动态规划原代码,进行优化计算,优选的最好的使用的工具,不信你是看-dynamic programming original code optimization for the selection of the best tools to use, do not think you see
-
-
0下载:
dll动态库是我们编程过程中常常要使用的,内含有DLL的创建和使用-dll library is a dynamic programming process, we often want to use, contain the creation and use of DLL
-
-
0下载:
用动态规划法求解TSP问题的C++源码 在Linux中用g++编译通过-Using dynamic programming method for solving TSP problems C++ Source code in Linux using g++ Compiled through
-
-
0下载:
tsp动态规划解决旅行售货员问题 -tsp dynamic programming to solve the issue of travel salesman
-
-
0下载:
经典算法编程,包括动态规划,最短路,回朔,高精度,数论的相关题型。-Classical algorithm programming, including dynamic programming, the most short-circuit, back to New Moon, high accuracy, the number of relevant questions.
-
-
0下载:
算法分析部分,动态规划代码的实现,并有完整的测试数据-Algorithm analysis, dynamic programming code to achieve, as well as complete test data
-
-
0下载:
c语言实现动态数据链接库的编程方法及c语言源程序-c language data link library dynamic programming method and c language source code
-
-
0下载:
包括4个算法问题:
1、船的最大载重
2、动态规划货郎但问题
3、符号三角形
4、MPI矩阵相乘问题-Including the four algorithm problem: one, the ship' s maximum load 2, dynamic programming street vendor but the question three, symbols triangle 4, MPI matrix multiplication problem
-
-
0下载:
最优二叉搜索树的构建,动态规划实现。gcc编译通过,可将构建好的树以列表的形式打印出来。-Optimal binary search tree construction, Dynamic Programming. gcc compile.
-
-
0下载:
一个动态规划的例子,
通过一个配置文件实现动态规划的一个题目,
程序中题目的说明,和编译后的windows程序
CDT编辑,gcc编译的-One example of dynamic programming, through a configuration file to achieve a subject of dynamic programming, the program instructions in the subject, and compiled CDT editor
-
-
0下载:
找零钱动态规划,我想老半天才想出来的,大家可以看看。-Dynamic programming to find small change, I think only waited a long time to come out, we can see.
-
-
0下载:
使用VC编程工具,C语言实现动态规划算法解决01背包问题-Using the VC programming tool, C language implementation 01 knapsack problem solving dynamic programming algorithm
-
-
0下载:
这个算法是基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,简单来说,就是通过构建一个邻接矩阵,寻找最短路径和。-This algorithm is based on the idea of dynamic programming (DP) to solve the problem of template matching pronunciation of varying lengths, in simple terms, is by building a
-
-
0下载:
设计用动态规划算法求解旅游预算问题的数据结构和递推程序。一个旅行社需要估算乘汽车从某城市到另一城市的最小费用,沿路有若干加油站,每个加油站收费不一定相同。旅游预算有如下规则:
若油箱的油过半,不停车加油,除非油箱中的油不可支持到下一站;每次加油时都加满;在一个加油站加油时,司机要花费2元买东西吃;司机不必为其他意外情况而准备额外的油;汽车开出时在起点加满油箱;计算精确到分(1元=100分)。编写程序估计实际行驶在某路线所需的最小费用。C++实现-Design algorithm travel
-