登录
首页 » 算法 » Simple calculator source. There are four computing involution, such as computing...

Simple calculator source. There are four computing involution, such as computing...

于 2023-03-04 发布 文件大小:3.92 kB
0 139
下载积分: 2 下载次数: 1

代码说明:

简单的计算器源码。有四则运算乘方等运算,支持鼠标-Simple calculator source. There are four computing involution, such as computing, support for mouse

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

发表评论

0 个回复

  • 利用黄金分割求解线性方程组逼近问题。转载
    利用黄金分割法求解线性方程组逼近问题。转载-The use of golden section method for solving linear equations approximation problem. Reprint
    2022-01-21 20:42:19下载
    积分:1
  • Canny 检测对象
    Canny 检测对象
    2022-03-24 05:42:12下载
    积分:1
  • 序列二次规划程序
    求解序列二次规划程序,只要编写不同的目标函数,目标函数导数,约束函数,约束函数的雅克比矩阵,即可求出不同问题的最大值或最小值。Solving sequence quadratic programming, as long as write a different objective function, the target function and constraint function, constraint function of Jacobi matrix, then find out the maximum or minimum of a different question.
    2023-07-14 13:15:03下载
    积分:1
  • VC6.0彩色字符定时定位输出
    该程序用C语言实现了彩色字符的输出,最终以搭建积木小屋的形式展现了彩色字符定时定位输出的效果。小屋全部搭建完毕后,经一分钟程序自动结束。本程序适合喜欢用C语言的基础知识搞小创意的人看。
    2023-02-16 10:05:04下载
    积分:1
  • 哈尼族-代码 doig ID3 在快速方式
    这是写在 c + + 语言实现的最好的和快速的分类,基于在培训阶段收集的统计信息增益的输入属性的 ID3 算法
    2022-01-31 21:47:36下载
    积分: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
  • 基于高斯模型的opencv颜色识别
    资源描述应用高斯模型对颜色进行识别,本算法对颜色进行了一个模糊分类并识别,算法中可以识别的颜色现在总共只有10种,大家根据算法思路经行扩展以便识别更多类的颜色。当前的研究是为了经行车辆的颜色分类识别,所以注释中有车辆相关的关键词,虽然实验的图片是使用的一张非车辆图片。
    2022-02-25 20:09:21下载
    积分:1
  • 器,压栈处理。 急需语音程序,谢谢!
    计算器,压栈处理。 急需语音程序,谢谢!-calculators, Yazhan treatment. Voice urgent procedures, thank you!
    2022-08-21 22:18:51下载
    积分:1
  • LZW压缩编码源程序
    LZW压缩编码源程序,LZW压缩编码是一种先进的数据压缩技术,属于无损压缩编码,该编码主要用于图像数据的压缩,C++实现,代码注释详细,易懂
    2023-04-12 13:10:02下载
    积分:1
  • 八皇后-N皇后的多种
    里面有循环法和嵌套法。试着算到了二十几皇后。上学时候写的东西~拿出来分享下
    2022-02-10 08:31:05下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载