-
float型而二叉树的创建及遍历
#include
#include
struct BiTNode //定义二叉树结构体
{
float data;
struct BiTNode *lchild;
struct BiTNode *rchild;
};
//二叉树创建函数
struct BiTNode *CreateTree(float *preorder,float *inorder,int lenth)
{
float *p,*q;
- 2022-12-24 11:10:03下载
- 积分:1
-
ASP.NET简洁论坛源代码
这是一个简单的论坛,主要功能:
网站后台:版块管理、帖子管理、回复管理、我发布的帖子、我回复的帖子;
网站...
ASP.NET简洁论坛源代码
这是一个简单的论坛,主要功能:
网站后台:版块管理、帖子管理、回复管理、我发布的帖子、我回复的帖子;
网站前台:版块导航、帖子列表、帖子详细、帖子回复列表、添加帖子、添加回复-Asp.net concise BBS source code
This is a simple BBS, main functions:
Background: section management, site management, management, post reply by post, I, I reply posts,
Receptionist: version website lists, post navigation, post, reply posts, a detailed list of adding posts, add back,
- 2023-07-11 10:15:04下载
- 积分:1
-
数制转换,将二进制数转换为十进制数。数制转换
数制转换,将二进制数转换为十进制数。数制转换-shuzhizhuanhuan
- 2022-01-28 03:54:30下载
- 积分:1
-
酒店管理
感谢您下载...管理员 Id: 管理员管理员通过: 管理员邮寄到您的意见
- 2022-02-01 14:49:39下载
- 积分:1
-
使用自适应和Huffman编码,和附带的图形界面
使用tc2的adaptive huffman编码,并附带图形界面-use of adaptive vs. Huffman coding, and incidental graphical interface
- 2022-11-14 03:05:04下载
- 积分:1
-
神经网络中的K均值聚类算法II:
1.KMIn为输入数据文本,其中,第一个参数为所要聚类点个数,第二个参数为聚类点的维数,第三个参数为所要求聚类的个数...
神经网络中的K均值聚类算法II:
1.KMIn为输入数据文本,其中,第一个参数为所要聚类点个数,第二个参数为聚类点的维数,第三个参数为所要求聚类的个数
2.KM2OUT为经过K均值聚类算法II计算后得到的结果-Neural network in K-means clustering algorithm II: 1.KMIn input data for the text, of which the first parameter to be the number of clustering points, the second parameter is the dimension of clustering points, the third parameter for the clustering the number of requests for 2.KM2OUT after K-means clustering algorithm II calculation results
- 2022-08-10 11:09:03下载
- 积分:1
-
SqlMemTable 3.10 (free for personal use)
SqlMemTable 3.10 (free for personal use)
- 2022-09-03 09:05:03下载
- 积分:1
-
Merging Sort: The array is divided into a small array, in an orderly manner thro...
归并排序:将数组划分为小数组,通过局部的有序合并,解决问题
算法平均时间复杂度: O(nlogn)
-Merging Sort: The array is divided into a small array, in an orderly manner through the partial merger, the average time algorithm to solve the problem complexity: O (nlogn)
- 2022-01-21 06:13:35下载
- 积分:1
-
模拟银行家算法,有效避免死锁.附带详细的实验报告!
模拟银行家算法,有效避免死锁.附带详细的实验报告!-Simulation bankers algorithm avoid deadlock. The report detailed experimental fringe!
- 2022-02-28 14:45:21下载
- 积分:1
-
这是一个数据结构常用的算法叫huffman编码.是对一棵二叉树进行huffman编码的算法...
这是一个数据结构常用的算法叫huffman编码.是对一棵二叉树进行huffman编码的算法-This is a common data structure called Huffman coding algorithm. For a binary tree for Huffman coding algorithm
- 2022-11-25 16:50:03下载
- 积分:1