▍1. VC++语言实现与数据库的连接,效果不错的
VC++语言实现与数据库的连接,效果不错的-VC++ Language with database connectivity, the effect of good
VC++语言实现与数据库的连接,效果不错的-VC++ Language with database connectivity, the effect of good
采用来唯一地确定每一个非零元素,其中row、col、value分别表示非零元素在矩阵中的的行 下标、列下表和值。各数组元素的三元组按在原矩阵中的位置以行优先的顺序依次存放。在稀疏矩阵的十字链表 表示中,矩阵的的每一行设置为一个带附加头结点的循环行链表,每一列也设置为一个带附加头结点的循环列链 表。基于三元组及十字链表的稀疏矩阵乘法
经典一百道程序,包括数据结构和相关算法,对初学者非常有帮助的-Classic 100 procedures, including data structures and related algorithms, for the very helpful for beginners
一个小数据库系统,具体内容为班级通讯录,比较全-A small database system, the specific contents of address book for the class to compare the whole
穷举密码算法 /在许多情况下我们需要穷举组合的算法,比如密码词典。 //这个算法的关键是密码下标进位的问题。 //另外本例子中的写文件语句效率比较低,为了降低算法复杂度没有优化。 //如果要提高写文件的效率,可以使用缓冲区,分批写入。-Exhaustive Cipher/In many cases we need to exhaustive combinations of algorithms, such as the password dictionary.// This algorithm, the key is password subscript binary problems.// Another example of this statement to write a document relatively low efficiency, in order to reduce the algorithm complexity is not optimized.// If you want to improve the efficiency of writing documents, you can use the buffer, write in batches.
Visual C++ +SQL Server数据库开发与实例一书所附源代码-Visual C+++ SQL Server database development and an accompanying source code examples of
字符串高效匹配算法Sunday,是目前单字符串匹配算法中最为高效的一种。-Efficient string matching algorithm Sunday, is currently the single most efficient string-matching algorithm as a.
determinnant coding in spaning tr-determinnant coding in spaning tree
c++链式队列的实现头文件如下: typedef int Item; typedef struct node * PNode; typedef struct node { Item data; PNode next; }Node; typedef struct { PNode front; PNode rear; int size; }Queue; /*构造一个空队列*/ Queue *InitQueue(); /*销毁一个队列*/ void DestroyQueue(Queue *pqueue); /*清空一个队列*/ void ClearQueue(Queue *pqueue); /*判断队列是否为空*/ int IsEmpty(Queue *pqueue); /*返回队列大小*/ int GetSize(Queue *pqueue); /*返回队头元素*/ PNode GetFront(Queue *pqueue,Item *pitem); /*返回队尾元素*/ PNode GetRear(Queue *pqueue,Item *pitem); /*将新元素入队*/ PNode EnQueue(Queue *pqueue,Item item); /*队头元素出队*/ PNode DeQueue(Queue *pqueue,Item *pitem); /*遍历队列并对各数据项调用visit函数*/ void QueueTraverse(Queue *pqueue,void (*visit)());
十字链表和求鞍点的程序-Cross and saddle point for the procedure
数据结构中图的相关操作,数据结构中图的相关操作-data structure of the plan related operations, data structure of the plan related to operation
ASP+ACCESS 的东西,请看下。我很想下载点东西。谢谢了。-ASP+ACCESS
是用回朔法实现跳马程序。数据结构入门的好例子-is back Schomburg Method vault procedures. Structure data entry a good example
本程序详细 演示了 vc如何连接数据库,对学习mysql与vc++ 有很大帮助-This procedure demonstrated in detail how to connect vc database mysql and studying vc++ has a lot to help
sqlite轻量级数据库,适用于嵌入式系统的开发-sqlite database, applicable to embedded system development
数据结构中关于树、栈、队列等数据结构的一些算法的C语言实现,给需要的人-Data structure on the tree, stack, queue data structure, such as some of the C language algorithm realize, to those who need
数据结构顺序法解表达式-sequence data structure Solving expression