登录
首页 » 算法 » the 29th World University acm Cup programming contest that the answer c.

the 29th World University acm Cup programming contest that the answer c.

于 2022-03-13 发布 文件大小:827.00 B
0 168
下载积分: 2 下载次数: 1

代码说明:

第29届acm杯世界大学生编程竞赛答案题c.-the 29th World University acm Cup programming contest that the answer c.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • gflib
    GFLIB - C Procedures for Galois Field Arithmetic and Reed-Solomon Coding. 该函数库广泛用在网络编码和信道编码中。-GFLIB- C Procedures for Galois Field Arithmetic and Reed-Solomon Coding. The library is widely used in network coding and channel coding.
    2022-01-25 15:09:55下载
    积分:1
  • order issued calculation of photonic crystal band structure, good! !
    order发计算光子晶体的能带结构,比较好-order issued calculation of photonic crystal band structure, good! !
    2022-02-07 21:48:31下载
    积分:1
  • PIC LED HC595
    最喜欢所有组件功率 tử,或创建存储类风湿性关节炎、 检查 Soát 或转让权力方式方式起亚 không có.一张卡不工作从组件平等但合在一起的互操作性行动 " 取得预期成效。有许多人想了解功率器件 tử 和你从来没有真正能理解所有主题不是数字。
    2022-07-11 17:08:46下载
    积分: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
  • 西电导论上机题
    算法导论第四次上机题,01背包回溯法
    2023-02-08 08:50:03下载
    积分:1
  • 这opennl,图书馆很容易构造和求解稀疏线性系统。
    This OpenNL, a library to easily construct and solve sparse linear systems. * OpenNL is supplied with a set of built-in iterative solvers (Conjugate gradient,BICGSTAB, GMRes) and preconditioners (Jacobi, SSOR). * OpenNL can also use other solvers (SuperLU 3.0 is supported as an OpenNL extension,MUMPS will be supported in a future version)-This is OpenNL. a library to easily construct and solve sparse l inear systems.* OpenNL is supplied with a set of built-in iterative solvers (Conjugate gradie nt, Application of BICGSTAB. GMRes) and preconditioners (Jacobi, SSOR).* OpenNL can also use other solvers (Super rLU 3.0 is supported as an OpenNL extension, MUMPS will be supported in a future version)
    2023-07-05 19:45:04下载
    积分:1
  • 多峰值函数找最优解代码
    本算法是在多峰值函数找最优解,粒子群算法收敛速度快  ,精度高的优点。 代码清晰明了,有注释,可以帮助初学者很好的掌握,能够看懂 !                                                                                                               
    2022-02-06 06:56:06下载
    积分:1
  • 基于遗传的BP神经网络优化
    BP网络是一类多层的前馈神经网络。它的名字源于在网络训练的过程中,调整网络的权值的算法是误差的反向传播的学习算法,即为BP学习算法。BP算法是Rumelhart等人在1986年提出来的。由于它的结构简单,可调整的参数多,训练算法也多,而且可操作性好,BP神经网络获得了非常广泛的应用。据统计,有80%~90%的神经网络模型都是采用了BP网络或者是它的变形。BP网络是前向网络的核心部分,是神经网络中最精华、最完美的部分。BP神经网络虽然是人工神经网络中应用最广泛的算法,但是也存在着一些缺陷,例如:①、学习收敛速度太慢;②、不能保证收敛到全局最小点;③、网络结构不易确定。
    2022-03-05 03:53:12下载
    积分:1
  • 网络编码在ns2协议中的集成
    网络编码模块集中到ns2网络仿真软件中去,包括集中软件中需要修改的文件以及tcl的脚本文件的仿真。对于网络编码在网络多跳网络中的研究具有很大的帮助。
    2022-05-12 10:45:00下载
    积分:1
  • 最短路和次短路
    Dijkstra的推广之一: 最短路径的子路径是最短路径。证明:(算法导论P358) 次短路径的子路径是最短路或次短路.(这个是次短路径的最优子结构). 证明: 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-11-05 17:25:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载