登录
首页 » 算法 » 一个很好的VC代码示例.

一个很好的VC代码示例.

于 2022-04-02 发布 文件大小:5.98 kB
0 180
下载积分: 2 下载次数: 1

代码说明:

一个很好的VC代码示例.-a good VC code examples.

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

发表评论

0 个回复

  • 摄影测量前方交会源程序
    摄影测量前方交会源程序算法理论过程与前方交会理论一致
    2022-03-14 05:26:06下载
    积分:1
  • 这是一个蝶行运单元,是做FFT的最基本的单元
    这是一个蝶行运算单元,是做FFT的最基本的单元-This is a butterfly OK Operational unit, which is doing the most basic FFT modules
    2022-03-09 16:24:28下载
    积分:1
  • 自己做的程序,可能对你有用
    自己做的程序,可能对你有用-own procedures that may be useful to you
    2022-04-20 19:06:41下载
    积分:1
  • 有限元计程序可进行有限元分析…
    结构有限元计算程序,可进行岩土边坡有限元分析-Finite element calculation procedure can be carried out finite element analysis of rock and soil slope
    2023-01-12 11:55:03下载
    积分:1
  • 统计方面的程序,c编译
    统计方面的程序,c编译-statistical procedures, c compiler
    2022-07-28 07:07:12下载
    积分:1
  • TI DSP 642 上面运行的图像处理程序, 用来做sobel边缘提取
    TI DSP 642 上面运行的图像处理程序, 用来做sobel边缘提取-TI DSP 642 above the operation of image processing procedures used to make sobel edge detection
    2022-02-03 21:48:46下载
    积分:1
  • iir滤波实现线性相位
    linkwitz滤波器简单容易实现,且通带内频率幅度变化比较平坦,相位非常接近线性相位,对音频保质处理是非常有用的,而且该数字滤波器是可以实时实现的,也就是实时改变频率,实时数字滤波。并附带了LINKWITZ数字滤波器设计原理文档。
    2023-04-15 12:55:03下载
    积分:1
  • GLUT鼠标交互
    实现直线段和多边形的扫描转换,利用基于GLUT平台交互式程序验证算法有效性,支持用户用鼠标画直线(bresenham法实现)、多边形(扫描线转换算法)
    2022-10-23 10:25: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
  • 全自动3D扫描仪软件
    资源描述全自动3D扫描仪软件,直接可以用的,基于Matlab和OpenCV,美国的布朗大学研究成果
    2022-05-23 05:54:05下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载