登录
首页 » 算法 » 有关集合的运算

有关集合的运算

于 2022-02-03 发布 文件大小:1.36 kB
0 160
下载积分: 2 下载次数: 1

代码说明:

有关集合的运算-the pool operator!

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

发表评论

0 个回复

  • 图像处理综合应用
    计算机图形处理学科中的一些基本功能的实现(压缩,线性滤波,水平镜像等等)
    2022-05-28 15:03:47下载
    积分:1
  • 在C下实现的尼科梅切斯定理:任何一个整数的立方都可以写成一串奇数之和即任意一个正整数n的立方分解成个连续的n个奇数之和....
    在C下实现的尼科梅切斯定理:任何一个整数的立方都可以写成一串奇数之和即任意一个正整数n的立方分解成个连续的n个奇数之和.-in C under the TSA Sanchez Theorem : A sum of the cube can be written a bunch of odd that the sum is an arbitrary integer n cubic decomposed into consecutive n odd sum.
    2022-03-19 17:02:33下载
    积分:1
  • 实现base64编解码运,实现base64编解码运
    实现base64编解码运算,实现base64编解码运算-BASE64 CODEC, achieving base64 CODEC
    2022-04-15 22:26:11下载
    积分:1
  • DSP6713 的FIR实现
    这个是关于DSP6713的一个FIR算法的实现,仿真以通过,可以直接观察波形,基本的使用时,产生波形后,在CCS的view下观看波形的产生/*  Purpose:FIR filter procedure for processing a group of data               *//*  Prototype in C:void fir_filter(const int x[],const int h[],              *//*                                 short y[],int n,int m,int s);              *//*  const int x[]:输入信号的缓冲数组,int类型,在滤波中不可修改              *//*  const int h[]:滤波器的系数数组,int类型,在滤波中不可修改                *//*  short y[]:输出信号的缓冲数组,short类型                                  *//*  n:滤波器长度,本例中为ORDER_FIR                 &nbs
    2022-02-02 18:16:07下载
    积分:1
  • 三次样条插值
    三次样条插值函数的构造
    2022-07-10 04:23:50下载
    积分:1
  • 链表的实现及操作
    资源描述使用C语言实现了链表及其常用的操作函数,包括链表添加节点函数、释放所有节点函数、获取节点个数函数、节点排序函数、查找节点函数、修改节点函数、链表逆转函数、打印所有节点函数等。
    2022-01-26 06:51:56下载
    积分:1
  • C 离散傅里叶变换的代码
    代码下进行离散傅立叶变换输入:编号的样品和样品的值输出:实部的名单 - 想象的一部分 - 幅度
    2022-07-25 00:02:35下载
    积分:1
  • science and engineering numerical algorithm (Visual C version) is a matrix of go...
    科学与工程数值算法(Visual C++版)是一本很好的矩阵类图书。里面有好多源代码可以参考。-science and engineering numerical algorithm (Visual C version) is a matrix of good books. There are a lot of source code for reference.
    2022-11-18 11:20:04下载
    积分:1
  • 这是一个简单的演示如何评价文本的数学表达式
    This a simple demo of how to evaluate mathematical expressions in text format, including provision for variables and functions. The code consists of three simple classes: 1) Calc - which does the main calculations, 2) Stack - which is used to push and pop intermediate operators and numbers and 3) Symbol Table. The symbol table is a collection of calc symbols, a type structure consisting of various elements, including the expression name, function name, and the final value of the expression The evaluation procedure is done in three steps: 1) simplify the expression by removing all the elements within () and storing them in subexpressions within the symbol table. 2) Each of these sub expressions are then converted to RPN format (Reverse polar notation) and evaluated 3) Finally, the main expression is converted to RPN and evaluated-This is a simple demo of how to evaluate mathematical expressions in text format, including provision for variables and functi
    2022-02-20 06:26:41下载
    积分:1
  • C程序小车加油
    一个汽车加满油后可行驶n公里,由起点a到起点b为m公里。汽车出发时加满了油,途中设有k个加油站,d1是第一个加油站距起点的距离,di是第i个加油站距其前一个加油站的距离。设计一个算法,求出加油方案,使得加油次数最少即可到达终点。解决策略  汽车是由起点向终点行驶,现在面对的问题是应该在那个加油站加油,可使旅途过程中加油次数最少。为了解决该问题,我们可以规定在油箱中的油不足以使汽车行驶到下一个加油站的前提下,才加一次加油,如此   
    2022-02-06 23:59:50下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载