CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - VC draw

搜索资源列表

  1. ga_vc6.0

    0下载:
  2. 本代码在vc++6.0下演示遗传算法的具体设计,供爱好者借鉴。-the code vc 6.0 demo genetic algorithm designed specifically for lovers draw.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:16992
    • 提供者:光临
  1. FFT_work

    0下载:
  2. 我的数字信号处理 作业。FFT的C语言实现。运行时将2个c文件放在同一目录,运行draw.c。最好Turbo.c 如用VC运行,把头文件改下,很容易的-digital signal processing operations. FFT C language. When running two c files on the same directory, run draw.c. Best Turbo.c as VC running headfirst document change, it is
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:40432
    • 提供者:尹明
  1. huffman

    0下载:
  2. 一份huff_tc.c,只能在tc下运行,因为加入了用tc图形界面直观画出树形的代码。一份是huff_vc.c,是在vc和tc下都能运行的程序,没有直观表达编码的树形结构。 [目的] 构建所输入符号(及权值)的哈夫曼树,并利用该树求出各符号的编码,深入理解最优二叉树的概念及其特性。 [问题描述] 读入各个符号及其权值,求各符号的哈夫曼编码。 [基本要求] (1)读入各个符号及其权值,建立哈夫曼树; (2)利用建立的哈夫曼树对各符号进行编码,输出编码结果。 [
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2926
    • 提供者:李霄逍
  1. hx_jk0602

    0下载:
  2. 计算机图形学,用VC实现的画直线方法,采用独立类做的。-computer draw
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-29
    • 文件大小:45106
    • 提供者:黄旭
  1. Draw

    0下载:
  2. 用vc编写的简单的画图程序,实现画直线,矩形和椭圆-A simple drawing program, the realization of drawing a straight line, rectangle and oval
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:331616
    • 提供者:依依
  1. ComHuaTu

    0下载:
  2. VC调用matlab画图,需要安装matlab-VC call matlab to draw fig
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:378370
    • 提供者:cyw
  1. Date2Chart(1)

    0下载:
  2. 利用VC编写程序并自动画出曲线,呵呵 和-Using VC programming and automatically draw the curve, Oh Oh, and
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:315374
    • 提供者:尤章金
  1. matlab0809

    0下载:
  2. 用MATLAB引警做VC和MATLAB的混合编程,将图像读出,并绘制灰度直方图。-Use MATLAB engine to acomplish VC and MATLAB mixed programming, read out the image and draw the histogram.
  3. 所属分类:matlab

    • 发布日期:2017-05-09
    • 文件大小:1910125
    • 提供者:张玲
  1. ddDlg

    0下载:
  2. VC++编程,将文本10000点的数据导入,将1000点的数据导出,然后可以直接导入Matlab程序中画出实时波形。-VC++ programming, the text data into 10,000 points, 1,000 points will export the data, then import the Matlab program can draw real-time waveform.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:50016
    • 提供者:孙洋
  1. VCfenxing

    0下载:
  2. 递归实现分形,用VC画一颗树,外型类似柏树。足见递归是如此消耗内存,并且看到神奇的分形理论-Recursive Fractal, VC draw a tree, shaped like cypress. Recursive memory consumption is so evident, and see the magic of fractal theory
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-08
    • 文件大小:1940124
    • 提供者:solar
  1. maze

    0下载:
  2. 用VC绘制一个迷宫,并根据一定算法,走出迷宫,(数据结构与算法)-Draw a maze with the VC, and according to some algorithm, out of the maze (data structures and algorithms)
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:188645
    • 提供者:cl3
  1. pure-ALOHA

    0下载:
  2. 纯ALOHA算法,使用VC编程实现,并绘制了纯ALOHA算法曲线图-Pure ALOHA algorithm, using the VC programming, and draw the curve of pure ALOHA algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:3052309
    • 提供者:sara
  1. tree

    0下载:
  2. 哈夫曼树,可以图形显示,是用vc++编写的课程设计,-huffman tree,it can be described by draw
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1741
    • 提供者:liuyan
  1. DataMining

    0下载:
  2. 用VC或Java实现K-means聚类算法,分别以迭代次数及分配不再发生变化为算法终止条件,用图片(自己选择)作为数据集,比较运行时间(画出时间与像素点的关系曲线图,因此须用多幅像素个数不同的图片进行实验),提交实验报告与源代码。-With the picture (choose your own) as data sets, more running time (draw time and pixels relations diagram, so must use many different
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:2253
    • 提供者:William_Lin
  1. BresenhamLine

    0下载:
  2. 在VC中实现Bresenham算法画直线-Bresenham algorithm in VC draw a straight line
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:897
    • 提供者:于栋梁
  1. BSpline-Curve

    0下载:
  2. B样条曲线绘制-德布尔法。在VC++ 6.0环境绘制B样条曲线。-Draw the BSpline Curve
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-10-12
    • 文件大小:1900193
    • 提供者:afdsj
  1. plate-recognition

    0下载:
  2. 这是一份基于VC的简单车牌识别代码,初学opencv的不妨借鉴参考。-This is a simple license plate recognition based on the VC code, beginner may wish to draw the opencv reference.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-12
    • 文件大小:3945399
    • 提供者:peter
  1. zouyang

    0下载:
  2. 在VC++6.0中,利用吴的反走样算法绘制任意斜率的直线。-In vc++ 6.0, the use of wu anti-aliasing algorithm to draw any slope of the straight line
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-11
    • 文件大小:2395838
    • 提供者:林宇
搜珍网 www.dssz.com