-
A large car s image database to training neural network , classifier ecc.
A large car s image database to training neural network , classifier ecc.
- 2022-03-22 02:21:46下载
- 积分:1
-
杭州电子科技大学ACM
杭州电子科技大学ACM-OJ系统的部分代码,对学习数据结构还有算法很有帮助-Hangzhou University of Electronic Science and Technology ACM-OJ part of the system code, data structure of the learning algorithm was also very helpful
- 2022-03-01 00:53:45下载
- 积分:1
-
数据结构课本的算法,自己独立编写,配套教材严蔚敏,清华大学出版社。声明:未经本人许可,禁止用于商业和不法用途。本作者对本代码保留所有权利。...
数据结构课本的算法,自己独立编写,配套教材严蔚敏,清华大学出版社。声明:未经本人许可,禁止用于商业和不法用途。本作者对本代码保留所有权利。-Data structures textbook algorithms, their own independent writing, supplementary materials, Yan Wei-Min, Tsinghua University Press. Statement: without my permission is prohibited for commercial and illicit purposes. The author of this code All Rights Reserved.
- 2022-02-21 02:11:45下载
- 积分:1
-
Database SQL development, the default database SQL development, the default
数据库 SQL开发,默认 数据库 SQL开发,默认-Database SQL development, the default database SQL development, the default
- 2022-02-01 19:32:18下载
- 积分:1
-
数据结构单链表
数据结构的单链表,方法简单,快捷实现,数据结构的单链表,方法简单,快捷实现,数据结构的单链表,方法简单,快捷实现,数据结构的单链表,方法简单,快捷实现,数据结构的单链表,方法简单,快捷实现,数据结构的单链表,方法简单,快捷实现,
- 2022-12-16 22:10:03下载
- 积分:1
-
很实用的程序.
用Virtual C++ 6.0做的,实现对声音的采集,处理,从而对MIC的声音进行控制的效果,
本程序是已成功测试通过....
很实用的程序.
用Virtual C++ 6.0做的,实现对声音的采集,处理,从而对MIC的声音进行控制的效果,
本程序是已成功测试通过.-Very useful procedure. Using Virtual C++ 6.0 to do, and realize the sound collection, treatment, thereby to control the voice of MIC results, the procedure is successfully tested.
- 2022-07-10 20:37:54下载
- 积分:1
-
2.[问题描述]
编写递归算法,在二叉树中求位于先序序列中第K个位置的结点
[输入]
按照先序序列的顺序输入该结点的内容。其输入abd eh...
2.[问题描述]
编写递归算法,在二叉树中求位于先序序列中第K个位置的结点
[输入]
按照先序序列的顺序输入该结点的内容。其输入abd eh cf i g 。输入要求的位置
[输出]
若二叉树不空,按先序序列输出,求出所求位置的结点
[存储结构]
采用二叉表存储
[算法的基本思想]
采用递归方法建立和遍历二叉树。首先建立二叉树的根结点,然后建立其左右子树,直到空子树为止,先序遍历二叉树时,先遍厉左子树,后遍厉右子树,最后访问根结点并计算出二叉树中叶子结点的数目和第K个位置的结点
#include
#include
struct node{
char info
struct node*llink,*rlink
}
typedef struct node NODE
-2. [Description of the issue] to prepare recursive algorithm, Binary for the first sequence sequence in the first position of the K-node [imported] in accordance with the first order input sequence in the order of the nodes content. Input abd eh i g cf. Import requirements of the position [output] if the binary tree is not empty, the first sequence by sequence output obtained by seeking the location of nodes [storage structure] Table 2 forks storage [algorithm for the basic idea] recursive method and Traversing binary tree. First established binary tree root node, and then to build t
- 2022-06-02 16:30:44下载
- 积分:1
-
1.数据库文件名:spkc(位置:商品库存管理系统源程序文件spkc.mdb)
2.数据库类型:Access
3.连接方式:ADO
4.用户名...
1.数据库文件名:spkc(位置:商品库存管理系统源程序文件spkc.mdb)
2.数据库类型:Access
3.连接方式:ADO
4.用户名:mrkj
5.密码:111dataspxxglxt_Log.LDF文件)
2.数据库类型:SQL Server
3.连接方式:ADO
4.用户名:mrkj
5.密码:-1. Database File Name : spkc (location : merchandise inventory management system source files spkc.mdb) 2. Database types : Access 3. Connectors : ADO 4. Username : mrkj 5. Password : 111 data spxxglxt_Log.LDF) 2. Database types : SQL Server 3. Connectors : ADO 4. Username : mrkj 5. Password :
- 2022-03-21 01:41:08下载
- 积分:1
-
VC 连接 SQL的例子
VC 连接 SQL的例子-an example of connecting sql by vc
- 2022-02-12 14:24:08下载
- 积分:1
-
Function is to map the function of the traversal algorithm, the adjacency matrix...
此函数功能是图的遍历算法,用邻接矩阵存储图,然后求出其拓扑排序,再输出其图的信息-Function is to map the function of the traversal algorithm, the adjacency matrix storage map, then calculated the topological sort, then the output of its map information
- 2023-03-04 23:15:03下载
- 积分:1