-
二叉树的遍历
二叉树的多种遍历方法(递归、非递归)1、新建二叉树、插入树节点。2、前序遍历、后序遍历、中序遍历、层序遍历。3、递归及非递归实现两种方法。4、使用C++5、树节点中最大值、最小值。
- 2022-05-06 12:09:41下载
- 积分:1
-
双色球随机软件源码
void CRandDlg::OnOK()
{
// TODO: Add extra validation here
int a[7];
int b=0;
srand((unsigned)time( NULL ));
for (int i=0;i
- 2022-03-24 20:24:18下载
- 积分:1
-
数学建模课件。让你对数学建模有个粗略的映像,了解建模解决问题的方法。...
数学建模课件。让你对数学建模有个粗略的映像,了解建模解决问题的方法。-Mathematical modeling courseware. On the mathematical modeling allows you to have a rough image, understanding of modeling problem-solving approach.
- 2022-03-18 03:06:16下载
- 积分:1
-
易语言利用JS做RSA验证
QQ注册RSA算法易语言源码例程程序,创建ScriptControl对象实现QQ注册中的RSA算法。
易语言例程源码属于易语言进阶教程。
- 2022-02-20 01:12:27下载
- 积分:1
-
蚁群算法解决TSP旅行商问题
蚁群算法解决TSP旅行商问题
蚁群算法是一种在图中寻找优化路径的机率型算法。他的灵感就是来自于蚂蚁发现食物的行为。蚁群算法是一种新的模拟进化优化的算法,与遗传算法有很多相似的地方。蚁群算法在比较早的时候成功解决了TSP旅行商的问题
- 2022-03-31 12:54:45下载
- 积分:1
-
信息论LD编码解码
信息论LD编码解码-LD codec information theory
- 2023-06-18 19:15:03下载
- 积分:1
-
FSA算法的MATLAB实现,经过了严格的测试。能运行。是不可多得的能运行的代码。希望能给你帮助!...
FSA算法的MATLAB实现,经过了严格的测试。能运行。是不可多得的能运行的代码。希望能给你帮助!-FSA algorithm MATLAB realized, after rigorous testing. Will be able to run. Is rare to run the code. I hope you can help!
- 2022-12-19 22:10:03下载
- 积分:1
-
矢量量化的C语言实现
矢量量化的C语言实现-Vector Quantization C Language
- 2023-07-29 13:55:03下载
- 积分:1
-
阅读编码器在 28335
编码器在 DSP 德州仪器 TMS320F28335 的目标配置。这是因为,目的是最大化能量转换的永磁同步发电机 (PMSG) 提出了一种控制方法。这种控制基于瞬时功率成分以及优化策略来获取发电机参考电流的评价。
- 2022-06-13 14:33:38下载
- 积分:1
-
A Reader Anti-collision Protocol for RFID-Enhanced Wireless Sensor Networks
资源描述Abstract Considering rapid developments in the technologies of both radio-frequency identification
(RFID) systems and wireless sensor networks (WSN), an integration of the two
technologies may lead to the formation of an RFID-enhanced WSN which would possess
improved functions and capabilities. In the RFID-enhanced WSN, many reader-enhanced
nodes have increasingly been employed. In such networks, RFID data contains a lot of duplication,
because the same tag may be read multiple times, and collision may occur among
readers, while energy constraints are also a serious problem. These three could in turn cause
serious problems. In this paper, we have proposed our CSMA-based algorithm since it is light,
efficiently minimizes all kinds of reader collision, and eliminates the duplicate data. For this
purpose, we have used a separate control channel and a tag ID forwarding mechanism with a
special co
- 2023-05-06 18:20:03下载
- 积分:1