-
the Heavy Constructors. One of the Heavy Constructors VC source, more suitable f...
构造函数的重载。一个有关VC++构造函数重载的源程序,比较适合VC++初学者。以后我上传一系列这种类型的源程序供大家学习之用。-the Heavy Constructors. One of the Heavy Constructors VC source, more suitable for beginners VC. After I uploaded a series of this type of source for all learning.
- 2023-01-08 09:50:03下载
- 积分:1
-
动态规划
动态规划----矩阵连乘问题 动态规划法是解决问题的一种方法。它不规定为了得到结果需如何将问题划分为子问题的固定方法,而是按不同输入给出问题的具体实例的子问题划分方法,然后再进行运算、解答问题。 矩阵连乘问题的主要思想如下: 1)设置大小为连乘个数的方阵 2)主对角线上方各元素Di,j(ij)记录获得该最小工作量矩阵分组的第一组的最后一个矩阵的序列号 最后通过下方元素可知最终结果的分组方式。-dynamic programming matrix continually multiply-dynamic programming problem is a problem-solving method. It does not require the results need to be how to divide the problems of the sub- problems fixed, but different input given by the specific example of the problem partition method, and then calculate, and answer questions. Matrix continually multiply the main idea is as follows : 1) the installation of the size of continually multiply the number phalanx 2) above the main diagonal elements Di, j (ilt; J) Matrix Mi continually multiply to the smallest workload 3) below elements Di, j (IGT; J) the record was the smallest workload of a matrix of the first group of a matrix of the final sequence, followed by the final element of the final results of the
- 2022-06-17 10:27:59下载
- 积分:1
-
用VC编的小游戏程序,能给大家参考,谢谢你们使用,多多帮助我,互相学习....
用VC编的小游戏程序,能给大家参考,谢谢你们使用,多多帮助我,互相学习.-VC series of small game procedures, give your reference, thank you for your use, give more to help me, to learn from each other.
- 2022-04-13 07:40:33下载
- 积分:1
-
asp.net中如何使用office web component.rar
asp.net中如何使用office web component.rar-how to use office web component.rar
- 2022-11-25 07:10:03下载
- 积分:1
-
VB环境 创建系统用户 并且可以自动提升权限的工具,很不错的说...
VB环境 创建系统用户 并且可以自动提升权限的工具,很不错的说-VB environment and create a system user can automatically enhance the competence of the instrument, it is good that
- 2022-04-08 22:17:35下载
- 积分:1
-
简单人事管理系统
#include
#include
#include
#include
using namespace std;
const int Maxr=100;
int ID=10000;
class Employee //职工类
{
int tag;//删除标记
int no;//职工编号
char name[20];//职工姓名
char zw[20]; //职工职务
- 2022-03-24 22:13:18下载
- 积分:1
-
I haven t used the code of locking register table,if you have some interests you...
锁注册表的代码,我还没试过,有兴趣的朋友不妨载下来看看。-I haven t used the code of locking register table,if you have some interests you can download and have a try
- 2022-08-17 21:20:47下载
- 积分:1
-
SDram 接口verylog 程序 SDram 接口verylog 程序
SDram 接口verylog 程序 SDram 接口verylog 程序-SDram interface procedures verylog
- 2022-06-17 10:48:33下载
- 积分:1
-
所包含的算法详细的实现了图形底层代码的实现且基于类的实现...
所包含的算法详细的实现了图形底层代码的实现且基于类的实现-Algorithm contained in a detailed graphical realize realize the underlying code and category based on the realization of
- 2022-04-10 03:46:28下载
- 积分:1
-
文件传送(客户端和服务器端)
一个基于VC++6.0的应用程序,程序功能是实现文件的传送,可以在客户端和服务器端两者之间进行文件传输。
- 2022-12-05 07:45:04下载
- 积分:1