资源列表
tanxinsuanfa
- 背包问题和0/1背包问题的主要区别就是物品可不可以再分割。背包问题中的物品可以再进行分割,而0/1背包问题中的物品则反之。贪心算法往往只从局部去考虑问题,所以在解决0/1背包问题时得不到最优解。-class GreedyAlgorithm{ public: GreedyAlgorithm(int _weight[],int _value[],int capacity) double*ComputeRatio() void Sor
erchashu
- 1 编写采用二叉链表形式存储的二叉树的创建、先序、中序、后序和按层遍历的算法。 2 编写将一棵二叉树的所有左右子树进行交换的算法。 提示:验证是否交换可以调用二叉树的遍历算法,比较输出结点序列。 3 编写一个主函数,将上面函数连在一起,构成一个完整的程序。 4 调试并运行实验源程序。 -Prepared using a binary list stored in binary form of the creation, the first sequence, the seq
xsaee3
- 新查询快捷方式模块,很好的易模块,适合易编程者使用-Shortcut new query module, a very good and easy module for programmers to use and easy
relation
- 利用小程序轻松快捷的求出有关关系的问题。-solve relation
iostream.h
- 库函数实现输入输出功能的函数库,属于C++类-libarary code
list
- c语言异质链表,创建链表 遍历链表输出 链表的插入(链头插入、链尾插入、按某种顺序插入) 链表的删除(链头节点删除、链尾节点删除、满足某种条件的节点删除) 链表的逆置 链表的销毁 两个链表的合并-c language heterogeneous list, create a list Traverse the l
MyCanny
- 该代码是自己实现的Canny边缘检测功能,采用了Sobel算子进行梯度计算。-Canny of my own.
plot_802d11_model
- Wi-Fi/802.11 信道模型 信道模型输入 RMS 延迟, 采样周期;模型输出:功率延迟Profile-Plot Wi-Fi /802.11 channel model. channel model takes RMS delay and sampling time as input and generate Power Delay Profile as output.
shoujiduanxin
- 本示例重在实现功能,好的的页面请自己实现,本示例主要实现手机qq发短信的界面-This example focuses on realization of functions, good pages at your own realization, the main achievement of the present example qq phone texting interface
TCP_client.py
- TCP发送,一个简单的tcpclient发送-tcp send
energy_detection
- energy detection in cognitive radio
computer
- 通过运用java程序,实现面向对象编程,可以实现电脑的一些简单功能,比如翻译投影。-It is writen by java and its aim is to implement the abilities to face to object and simply realisize some abiities of computer.
