-
数据库编程 数据库编程
数据库编程 数据库编程 -database
- 2022-01-25 23:46:37下载
- 积分:1
-
常用的hash算法APHash,该hash算法可以实现均衡分布,让数据均匀的分布在hash列表中...
常用的hash算法APHash,该hash算法可以实现均衡分布,让数据均匀的分布在hash列表中-Commonly used hash algorithms APHash, the hash algorithm can achieve a balanced distribution, so that uniform distribution of data in the hash list
- 2022-08-22 19:52:28下载
- 积分:1
-
Data structure on the tree, stack, queue data structure, such as some of the C l...
数据结构中关于树、栈、队列等数据结构的一些算法的C语言实现,给需要的人-Data structure on the tree, stack, queue data structure, such as some of the C language algorithm realize, to those who need
- 2023-09-01 12:00:04下载
- 积分:1
-
迷宫求解问题。程序中已经建好了一个数组作为迷宫数组。然后进行试探,输出迷宫从起点到终点的路径。...
迷宫求解问题。程序中已经建好了一个数组作为迷宫数组。然后进行试探,输出迷宫从起点到终点的路径。-Maze solving the problem. The program has been built as a maze of an array of arrays. And then test the output from the beginning to the end of the maze path.
- 2022-03-21 00:23:11下载
- 积分:1
-
一个用MFC编写的家庭财务管理系统.采用了Sqlserver数据库.压缩包中已包括了所需的数据库文件.可直接附加到SQL服务器....
一个用MFC编写的家庭财务管理系统.采用了Sqlserver数据库.压缩包中已包括了所需的数据库文件.可直接附加到SQL服务器.-Using MFC to prepare a family financial management system. Using sqlserver database. Compressed package includes the necessary database files. Can be directly attached to the SQL server.
- 2023-03-28 15:15:03下载
- 积分:1
-
一元稀疏多项式计算器[加法和乘法] 问题描述: 设计一元系数多项式计数器实现两个多项式间的加法、减法。 基本要求: (1) 输入并建立多项式 (2) 输出多项式...
一元稀疏多项式计算器[加法和乘法] 问题描述: 设计一元系数多项式计数器实现两个多项式间的加法、减法。 基本要求: (1) 输入并建立多项式 (2) 输出多项式,输出形式为整数序列:n,c1,e1,c2,e2……cn,en,其中n是多项式的项数,ci,ei分别为第i项的系数和指数。序列按指数降序排列。 (3) 多项式a和b相加,建立多项式a+b,输出相加的多项式。 (4) 多项式a和b相减,建立多项式a-b,输出相减的多项式。 用带表头结点的单链表存储多项式。 测试数据: (1) (2x+5x8-3.1x11)+(7-5x8+11x9) (2) (6x-3-x+4.4x2-1.2x9)-(-6x-3+5.4x2+7.8x15) (3) (x+x2+x3)+0 (4) (x+x3)-(-x-x-3)-one yuan sparse polynomial calculator [Addition and multiplication] Problem description : Design one yuan polynomial coefficient counter achieve the two polynomials addition, subtraction. Basic requirements : (a) input and the establishment of polynomial (2) output polynomial, the output form of integer sequence : n, c1, e1, c2, e2 ... cn, en, where n is the polynomial Number, ci, ei for the first item i the coefficients and indexes. By sequencing index in descending order. (3) a and b polynomial addition, the establishment of a polynomial b, the combined output polynomial. (4) a and b polynomial subtraction, the establishment of a polyno
- 2022-10-15 00:45:03下载
- 积分:1
-
data structure large operations Experimental Report
数据结构大型作业实验报告-哈夫漫-data structure large operations Experimental Report-Halff Man
- 2022-03-19 00:17:50下载
- 积分:1
-
创建一个链表,逆向输出链表,两个链表的合并的vc程序编程实现代码。...
创建一个链表,逆向输出链表,两个链表的合并的vc程序编程实现代码。-create a linked list, reverse output chain and the two combined Chain vc programming code to achieve.
- 2022-08-16 20:54:19下载
- 积分:1
-
直接通过ADO操作Access数据库
直接通过ADO操作Access数据库-directly through ADO Access database operation
- 2022-05-24 04:27:52下载
- 积分:1
-
双向链表的各种操作(包括建立,插入,删除,查找等)
双向链表的各种操作(包括建立,插入,删除,查找等)-Two-way linked list of a variety of operations (including create, insert, delete, search, etc.)
- 2022-04-07 00:30:51下载
- 积分:1