登录
首页 » Visual C++ » ggg

ggg

于 2012-08-22 发布 文件大小:2372KB
0 214
下载积分: 1 下载次数: 8

代码说明:

  mfc 连接数据库 用mfc做的管理系统,戏中包括数据库连接(mfc connect to the database)

文件列表:

ggg
...\ADO.cpp,2720,2012-08-22
...\ADO.h,818,2012-08-22
...\Debug
...\.....\ADO.obj,61263,2012-08-22
...\.....\ggg.exe,118821,2012-08-22
...\.....\ggg.ilk,285432,2012-08-22
...\.....\ggg.obj,13661,2012-08-22
...\.....\ggg.pch,6939488,2012-08-22
...\.....\ggg.pdb,582656,2012-08-22
...\.....\ggg.res,2680,2012-08-22
...\.....\msado15.tlh,221974,2012-06-06
...\.....\msado15.tli,167277,2012-06-06
...\.....\pig.ldb,64,2012-08-22
...\.....\pig.mdb,139264,2012-08-22
...\.....\StdAfx.obj,132666,2012-08-22
...\.....\vc60.idb,238592,2012-08-22
...\.....\vc60.pdb,577536,2012-08-22
...\ggg.aps,20660,2012-08-22
...\ggg.clw,1252,2012-08-22
...\ggg.cpp,2021,2012-08-22
...\ggg.dsp,4223,2012-08-22
...\ggg.dsw,512,2012-08-22
...\ggg.h,1291,2012-08-22
...\ggg.ncb,254976,2012-08-22
...\ggg.opt,49664,2012-08-22
...\ggg.plg,1043,2012-08-22
...\ggg.rc,5498,2012-08-22
...\gggDlg.cpp,4929,2012-08-22
...\gggDlg.h,1320,2012-08-22
...\msado15.tlh,221961,2012-06-06
...\msado15.tli,167270,2012-06-06
...\pig.ldb,64,2012-08-22
...\pig.mdb,151552,2012-08-22
...\ReadMe.txt,3525,2012-08-22
...\res

...\...\ggg.rc2,395,2012-08-22
...\resource.h,865,2012-08-22
...\StdAfx.cpp,205,2012-08-22
...\StdAfx.h,1180,2012-08-22

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Dijlstra
    Dijlstra算法 对任意图,选择合适的数据结构表示图,在此基础上实现求解最短路径的Dijkstra算法(Dijlstra algorithm to arbitrary map, select the appropriate data structures that map, on this basis to achieve solution of the Dijkstra shortest path algorithm)
    2009-01-11 19:03:11下载
    积分:1
  • 2.2
    已知线性表中的元素以值递增有序排列,并以单链表作存储结构。试写一高效的算法,删除表中所有值大于mink且小于maxk的元素(若表中存在这样的元素)同时释放被删结点空间,并分析你的算法的时间复杂度(注意:mink和maxk是给定的两个参变量,它们的值可以和表中的元素相同,也可以不同)。(Known linear elements in the table to the value increments ordered, and a single list for the storage structure. Try to write a highly efficient algorithm to delete all values ​ ​ greater than mink and maxk elements smaller than (if there is such an element in the table) while the release of the deleted node space, and analyze your time complexity of the algorithm (Note: mink and maxk is given two parameters variables, their values ​ ​ and elements in the table can be the same or different).)
    2015-04-11 23:11:41下载
    积分:1
  • kaikuohaohebikuohaodepipei
    开括号和比括号的匹配,数据结构内容,很不错(More than brackets and brackets to open the match, the contents of data structure)
    2009-04-13 14:35:56下载
    积分:1
  • class
    拓扑排序 -打印输出计算机本科专业4年每学期的课表(Topological sort - computer printout of undergraduate curriculum of each semester for 4 years)
    2016-12-12 14:53:46下载
    积分:1
  • ds-labs
    说明:  数据结构基本算法实现。包括栈、二叉树基本运算实现,同时包含整数计算器的完整实现。(The basic algorithm data structure. Including implementation of stack, binary tree basic operations, and a complete implementation of an integer calculator.)
    2011-03-27 03:01:02下载
    积分:1
  • tanxinfangfa
    说明:  贪心方法是一种改进了的分级处理方法。它首先根据题意,选取一种量度标准。然后按这种量度标准对这n个输入排序,并按排序一次输入一个量。如果这个输入和当前已构成在这种量度意义下的部分最优解加在一起不能产生一个可行解,则不把此解输入加到这部分解中。这种能够得到某种度量意义下的最优解的分级处理方法称为贪心方法。(greedy method is an improvement of the classification methods. According to its first title Italy, and a selection of standards of measurement. Then, under such a standard measure of this sort n input, with an input an order volume. If the input current and constitutes a measure of significance in this part of the optimal solution together not produce a feasible solution. this solution will not put this added to the importation of decomposition. This can be a meaningful measure of the optimal solution hierarchical method, known as greedy method.)
    2006-05-15 21:50:01下载
    积分:1
  • kalman_C
    说明:  离散随机线性系统的卡尔曼滤波。 其中13lman.c是卡尔曼滤波函数,4rinv.c是滤波函数中用到的矩阵求逆函数,13lman0.c是主程序。(discrete stochastic linear Kalman filtering system. 13lman.c which is the Kalman filter function, 4rinv.c filtering function is used in the matrix inversion function, is the main program 13lman0.c.)
    2006-03-01 19:20:13下载
    积分:1
  • code1
    键盘任意输入一组字母或数字生成无序数组,对数组按ASCII顺序进行排序(排序要求至少用两种排序算法),再从键盘输入一个值进行二分查找,返回查找成功或者失败的信息(Keyboard input and a group of letters, or any number of arrays, and generate disordered array sort order according to the ASCII at least two requirements (sort of), sorting algorithms from the keyboard input a value dichotomy, returns to find success or failure of the information)
    2010-07-14 11:42:56下载
    积分:1
  • class
    给定m个n维向量a , a , ,am 1 2  ,向量分类问题要求将相同的向量划分为同一类。试用 抽象数据类型表设计解向量分类问题的有效算法。(Given m a n-dimensional vector a, a,, am 1 2 )
    2008-05-05 22:03:41下载
    积分:1
  • chain
    链表的模板类,提供插入删除,遍历器,查找等功能,只有一个头文件,可以包含到你的工程(template implemention of Chain)
    2013-12-09 11:04:33下载
    积分:1
  • 696518资源总数
  • 106222会员总数
  • 14今日下载