-
螺旋矩阵用来认为很难写这篇文章,因为如果复制在反正或…
螺旋矩阵
以前觉得蛮难写的
这个好象还是抄的
反正留到了-Spiral matrix used to think pretty hard to write this as if copied in anyway or left to the
- 2022-05-08 03:35:29下载
- 积分:1
-
use GA to deal with the problem fuzzy expectations model example
use GA to deal with 模糊期望值模型问题例题-use GA to deal with the problem fuzzy expectations model example
- 2022-04-21 03:08:10下载
- 积分:1
-
任意合数分解成质数的程序
任意合数分解成质数的程序-Arbitrary composite number into prime number of procedures
- 2022-09-10 21:15:03下载
- 积分:1
-
启动 NS_2.35
在 NS 2.35 启动 tcl 代码简单启动。你可以轻松学会它的形式如何 tcl 文件中的代码。什么会的参数。值。只是用户友好的代码。
- 2022-06-21 15:03:09下载
- 积分:1
-
在VC++中使用GPU的基本遗传算法
about the basic GA in the VC++ using GPU to -about the basic GA in the VC using GPU to
- 2022-12-27 19:45:03下载
- 积分:1
-
数据结构-算法-C语言-Demo
#ifndef _BINARY_TREE_H_INCLUDED#define _BINARY_TREE_H_INCLUDED#include #include templatestruct Bintree_node {T element;Bintree_node* lchild;Bintree_node* rchild;explicit Bintree_node(const T& elem=T(), Bintree_node* lchd=0, Bintree_node* rchd=0): element(elem), lchild(lchd), rchild(rchd) {}};templateclass Binary_tree {public:typedef Bintree_node* PBtn;Binary_tree();virtual ~Binary_tree();void clear();int depth() const;int size() const;virtual PBtn find(const T& elem) const=0;virtual void insert(const T& elem)=0;virtual void erase(const T& elem)=0;virtual void print(std::ostream& output) const=0;void print_tree(std::ostream& output) const;protected:
- 2022-01-29 04:39:50下载
- 积分:1
-
JAVA数据结构之HASH编码的小应用程序
JAVA数据结构之HASH编码的小应用程序-Java data structures hash coding of small applications
- 2022-06-01 18:16:24下载
- 积分:1
-
c#音乐播放器
请点击主窗口右上角的“?”帮助按钮,即有对应的功能介绍和作者信息~~~~友情提示:在win7系统下运行才可达到最好的美化效果!!!如果喜欢的话,记得给好评哦,亲~
- 2023-08-13 10:30:04下载
- 积分:1
-
本程序是基因算法的vc实现
本程序是基因算法的vc实现-genetic algorithm to achieve the vc
- 2022-03-19 23:29:50下载
- 积分:1
-
基于演化博弈的两个小区用户的资源分配
应用背景该算法利用演化博弈的思想进行多小区用户的资源分配,将小区重叠部分当做种群,种群中的用户进行演化博弈进行网络切换,基站为其分配子信道。关键技术本算法利用matlab进行仿真测试,仿真结果显示演化博弈能够达到稳定,提升系统吞吐量,在小区资源分配能够有一个很好的参考。不同于传统的资源分配方法,可以给出一个新思路。
- 2022-10-29 00:40:04下载
- 积分:1