-
数据结构
数据结构-次索引的建立-data structure-building meeting Index
- 2022-03-24 06:36:04下载
- 积分:1
-
3.3
数据结构中关于单链表的算法,将两个链表有序链合并成一个非递归有序的单链表,并不占用其他的存储空间(data structure of single-chain algorithm Listless and orderly of the two chains merged into a non- recursive and orderly single linked list, does not occupy other storage space)
- 2006-12-03 21:16:10下载
- 积分:1
-
Traffic-shortest-path
交通图最短路径程序,解决各大城市之间的最短交通路线(数据结构图)。(Transport the shortest path program (graph algorithms, data structures), to solve the shortest transport routes between major cities.)
- 2012-02-03 14:12:43下载
- 积分:1
-
VC环境下进行ACCESS数据库连接,查询等操作的程序,ODBC方式,适合初学者....
VC环境下进行ACCESS数据库连接,查询等操作的程序,ODBC方式,适合初学者.-VC environment for the conduct of ACCESS database connections, inquiries and other operating procedures, ODBC, for beginners.
- 2022-12-22 07:40:03下载
- 积分:1
-
先验算法
&这个项目是用C语言编写的。它描述了apriori算法、关联规则、数据挖掘的简单实现;
- 2023-01-29 14:25:04下载
- 积分:1
-
pinfanfangwen
设有一头指针为L的带有表头结点的非循环双向链表,其每个结点中除有prev(前驱指针),data(数据)和next(后继指针)域外,还有一个访问频度域freq。在链表被起用前,其值均初始化为零。每当在链表中进行一次Locate(L,x)运算时,令元素值为x的结点中freq域的值增1,并使此链表中结点保持按访问频度非增(递减)的顺序排列,同时最近访问的结点排在频度相同的结点的最后,以便使频繁访问的结点总是靠近表头。试编写符合上述要求的Locate(L,x)运算的算法,该运算为函数过程,返回找到结点的地址,类型为指针型。(Has a head pointer is non-circular doubly linked list L with a header node, each node in addition to prev (precursor pointer), data (data) and next (successor pointers) outside, there is an access frequency degree domain freq. Before the list was hired, their values are initialized to zero. Whenever carried out in the list once Locate (L, x) when the operation, so that the element node x is the value in freq domain by one, and keep this list in the node-access frequency of non-increasing (decreasing) the order, while a recent visit to the nodes in the same row of the frequency of the last node, so that the nodes are frequently accessed tables are always near the head. Locate (L, x) algorithm is prepared in accordance with the above requirements of the test operation, the operation as a function of the process, return to find the address of the node of type pointer.)
- 2015-01-15 22:31:59下载
- 积分:1
-
Graph
采用邻接矩阵实现有向网的存储,建立有向网,并实现单源最短路径算法。(The realization of the use of adjacency matrix to the network storage, the establishment of the network, and to achieve single-source shortest path algorithm.)
- 2007-12-25 16:55:03下载
- 积分:1
-
单比特树查找算法,是用于路由查找的,内含有路由查找相关资料...
单比特树查找算法,是用于路由查找的,内含有路由查找相关资料-Monobit tree-search algorithm is used to identify the routing, which contain routing information Search
- 2022-02-26 14:05:38下载
- 积分:1
-
我写的数据结构小程序是关于排序算法的,功能比较全
我写的数据结构小程序是关于排序算法的,功能比较全-I write the data structure of small programs algorithm, the entire comparison function
- 2022-08-16 04:47:55下载
- 积分:1
-
simpleaccounts
GnuCash是一个免费的会计软件,可以维护您的帐簿
- 2023-07-03 01:20:03下载
- 积分:1