登录
首页 » 算法 » procedure for the preparation of the C

procedure for the preparation of the C

于 2022-01-25 发布 文件大小:6.51 kB
0 251
下载积分: 2 下载次数: 1

代码说明:

此程序为C语言编写的汉子操作算法-procedure for the preparation of the C-language algorithm man

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

发表评论

0 个回复

  • 与国际标准COMTRADE数据格式转换的顺应性,COM…
    对于符合国际标准COMTRADE格式的数据进行转换处理,COMTRADE是电力系统自动化常用的数据格式。-for compliance with international standards COMTRADE data format conversion, COMTRADE power system automation is commonly used data formats.
    2022-05-06 05:12:27下载
    积分:1
  • 字符串数组排序
    字符串数组排序-Char array sort
    2022-01-27 20:44:32下载
    积分: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
  • The lingo of learning courseware, very good thing to use.
    有关lingo的学习课件,很好用的东西。-The lingo of learning courseware, very good thing to use.
    2023-01-29 17:25:04下载
    积分:1
  • 棋盘覆盖,不错的
    棋盘覆盖,不错的-chessboard coverage, good
    2022-03-22 07:38:21下载
    积分:1
  • 多个常用的特殊函数的例子
    多个常用的特殊函数的例子-One of the more common examples of the special function
    2023-06-20 16:20:03下载
    积分:1
  • 非常快的字符搜索。注:上传时,不知为何当开发语言选为C++BUILDER时,类别不能选择,故我都选为VC&C++,实际都是C++BUILDER...
    非常快的字符搜索算法。注:上传时,不知为何当开发语言选为C++BUILDER时,类别不能选择,故我都选为VC&C++,实际都是C++BUILDER -characters very fast search algorithm. Note : uploads, I wonder why, when the C programming language elected BUILDER, the category is not an option, so I have elected to VCC, is the actual C BUILDER
    2022-03-25 14:59:46下载
    积分:1
  • 2维FDTD TE 波
    2维FDTD TE 波-2-D FDTD TE wave
    2022-04-07 11:05:23下载
    积分:1
  • 0 / 1背包问题是一个N P
    0 / 1背包问题是一个N P-复杂问题,为了解决该问题,,将用回溯算法解决该问题。既然想选择一个对象的子集,将它们装入背包,以便获得的收益最大,则解空间应组织成子集树的形状(如图1 6 - 2所示)。该回溯算法与4 . 2节的装载问题很类似。首先形成一个递归算法,去找到可获得的最大收益。然后,对该算法加以改进,形成代码。改进后的代码可找到获得最大收益时包含在背包中的对象的集合。-0/1 knapsack problem is a P-complex issues, in order to solve the problem, and will be used backtracking algorithm to solve the problem. As to the choice of a subset of object, they will load a backpack, in order to obtain the greatest profits, the solution should be organized into space subset of the shape of the tree (Figure 1 6-2 below). The backtracking algorithms and 4. Two loading problem is very similar. Forming a recursive algorithm to get the maximum benefit available. Then, this algorithm is modified to form code. Improved code can be found at the maximum benefits included in the backpack of a collection of objects.
    2022-02-26 09:06:08下载
    积分:1
  • An extensible math parser
    An extensible math parser
    2023-05-04 13:10:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载