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

搜索资源列表

  1. 人脸检测系统源码vc6

    1下载:
  2. 人脸检测程序源码,测试环境vc6 本源码仅供学习和交流之用-face detection procedures source, the test environment vc6 only source learning and the exchange of use! !
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:230751
    • 提供者:刘华
  1. 01

    0下载:
  2. 01背包问题的经典实现。在VC6下面调试通过。学习算法的朋友可以借鉴一下
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:69058
    • 提供者:atl
  1. IndexDemo

    0下载:
  2. 一个学习数据结构的好例子,通过此代码能够学习倒排索引时如何创建的,本代码在vc6.0下运行通过-A good example of learning data structure, through this code to learn how to create the inverted index, and the code vc6.0 run through! ! !
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:93548
    • 提供者:lvcheng
  1. entropy

    0下载:
  2. 课堂学习程序,C语言实现计算图像的熵、二阶熵、差分熵。在VC6下运行正常-Classroom learning process, C language realization of the calculation of the entropy of image, second-order entropy, differential entropy. VC6 run in the normal
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-23
    • 文件大小:33366
    • 提供者:chenminhao
  1. CEGraph

    0下载:
  2. matlab与vc6.0实现混合编程的源代码,可以实现C++调用matlab数学方法,而无需安装matlab,可以实现快速数学算法实现,效率比较高!欢迎大家下载学习!-matlab and vc6.0 achieve mixed programming source code, you can call C++ implementation matlab math methods, and do not need to install matlab, mathematical algorithm
  3. 所属分类:matlab

    • 发布日期:2017-05-02
    • 文件大小:318593
    • 提供者:楼耀尧
  1. sjmmscq

    0下载:
  2. VC++6.0下写的随机密码生成工具,可以选择是否生成数字与字符的混合体,是否只生成字符,生成位数等,并可以控制一次性生成的个数,一次性可以生成多个密码。VC6下顺利编译,程序简单,学习VC的都能看得懂。 -VC++6.0 under Writing random password generation tool, you can choose whether or not to generate figure with a mixture of characters, whether ge
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:22407
    • 提供者:梁菲
  1. SqList

    0下载:
  2. 在VC6.0环境下,用C实现顺序表的基本操作:建立空表、销毁表、清空表、求表长、取表中某个元素、查找某元素在表中的位置、求前驱后继、插入删除元素等。 文件中不仅包含源码 ,还包含一组测试结果。对于刚刚学习数据结构的人是-At VC6.0 environment, using C implementation of the basic operation sequence tables: Create an empty table, the destruction of form, empty
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:7760
    • 提供者:shuiyeshan
  1. binarytree_traversal

    0下载:
  2. 本程序是基于VC6.0的二叉树遍历程序,程序代码清晰明了,本程序主要是实现二叉树的中序遍历,包括递归和非递归两种,对于数据结构中二叉树的学习有很大帮助。-This procedure is based on the binary tree traversal program VC6.0, code clarity, this program is to achieve binary tree inorder traversal, including both recursive and non
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:10179
    • 提供者:yingl
  1. about_HanoiTower

    0下载:
  2. 本程序是基于VC6.0的汉诺塔移动程序,程序可实现4个盘子的移动,并添加可视化效果,通过‘enter’键控制盘子的移动,便于初学者对盘子移动的观察。程序代码清晰明了,对于数据结构的学习有很大帮助。-This procedure is based on the Tower of Hanoi move VC6.0 program, the program can achieve four plates move, and add visual effects, through the ' en
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1953143
    • 提供者:yingl
  1. evolution2

    0下载:
  2. 很简单的演化计算程序,实验了演化计算的基本功能,用于学习实验遗传算法的基本方法。包括评估、选择、杂交、变异、修复等部分。VC6下变异通过。-program of evolution,include parts of heritable,value,chose,cross,mutate
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:222547
    • 提供者:hack10002
  1. ConvolutionCode

    0下载:
  2. 卷积码和Viterbi译码的源程序,在VC6.0运行通过,有助于卷积编码和Viterbi译码的学习-Convolutional codes and Viterbi decoding of the source, in VC6.0 run through, help convolutional coding and Viterbi decoding of the study
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-02
    • 文件大小:604275
    • 提供者:lxz
  1. HoughLine

    1下载:
  2. hough变换源码学习,VC6.0实现的hough变换,可以设置生成多条不同角度的直线,然后同过hough变换检测一副图象中存在的直线段,再由得出的角度数据还原直线,-hough transform source code to learn, VC6.0 achieve the hough transform, can be set to generate a number of different angles of straight lines, then the same image ov
  3. 所属分类:Algorithm

    • 发布日期:2017-01-06
    • 文件大小:3655680
    • 提供者:RED
  1. Fuzzy-PID-control-c-program

    0下载:
  2. 由于项目需要,需要模糊控制算法,之前此类知识为0,经过半个多月的研究,终于有的小进展。开始想从强大的互联网上搜点c代码来研究下,结果搜遍所有搜索引擎都搜不到,以下本人从修改的模糊控制代码,经过自己修改后可在vc6.0,运行!输入e表示输出误差,ec表示误差变化率,经过测试具有很好的控制效果,对于非线性系统和数学模型难以建立的系统来说有更好的控制效果!现将其公开供大家学习研究!-Fuzzy PID control c program.doc
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:4749
    • 提供者:zhuyun
  1. jpeg_mine

    0下载:
  2. 在vc6.0上实现了jpeg压缩流程,没调用库文件,可以很容易转为C语言,最重要的是这份源码注释很详细,绝对适合配合学习JPEG压缩算法-In vc6.0 jpeg compression process, did not call the library file that can be easily converted to C language, the most important is that the source code comments in this very detaile
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-12
    • 文件大小:2860500
    • 提供者:陆飞
  1. VC_numerical_analysis

    0下载:
  2. 本人写的关于数值分析的源码,使用VC6.0开发,对于学习数值分析的朋友会有很大帮助。主要有:牛顿法、二分法、改进欧拉、高斯赛德尔迭代、高斯消去法、拉格朗日插值、龙贝格算法、龙格库塔、牛顿插值、雅可比迭代、约当消去法。-I write about the numerical analysis of the source code, using VC6.0 development, and friends will be very helpful for learning numerical ana
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:1288754
    • 提供者:afei
  1. Turbo

    0下载:
  2. 在VC6中写的turbo译码源程序,另外提供了交织表,对于学习turbo译码有借鉴意义。-turbo decode
  3. 所属分类:Algorithm

    • 发布日期:
    • 文件大小:270515
    • 提供者:xws
  1. matoukuojian

    2下载:
  2. 码头扩建问题,通过了VC6.0的测试,很好用的说,有助于算法的学习-The terminal expansion problems, by VC6.0 tests good use of that to help the learning algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-12-06
    • 文件大小:22178
    • 提供者:徐晓
  1. VC_FileCutter

    0下载:
  2. VC6.0测试通过 能对一个大文件分割成若干小文件,也能合并若为小文件为一个大文件, 学习的好例子-VC6.0 test able to split a large file into several small files, but also to merge the case of small files into one large file, learning a good example
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-18
    • 文件大小:3939486
    • 提供者:朱海晨
  1. 952606

    0下载:
  2. 内嵌汇编写的起泡排序,XP下VC6 0编译通过,()
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-21
    • 文件大小:5120
    • 提供者:qahvso
  1. 简单人机对抗的VC6源码

    1下载:
  2. VC6程序源码,可以和你玩石头剪刀布。原来是在网上看到牛人写的强化学习C语言例子,几十行代码就演示出基于强化学习的人机对抗效果!正在学习这方面,就稍微改了改键盘操作方式,让玩起来更顺畅。
  3. 所属分类:人工智能/神经网络/遗传算法

« 12 »
搜珍网 www.dssz.com