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

搜索资源列表

  1. VC编写的Harris角点检测算法

    1下载:
  2. 网上一直没有Harris算法的VC程序 无奈 自己写一个吧 用了两个小时就写好了 非常简陋 大家凑合着看 2005年11月15日-Harris algorithm VC procedures helpless himself wrote it with a two hour written a very simple you can make do with a November 15, 2005
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:754023
    • 提供者:赵辉
  1. Harris Corner

    0下载:
  2. 网上一直没有Harris算法的VC程序 无奈 自己写一个吧 用了两个小时就写好了 非常简陋 大家凑合着看 代码没有任何优化 内存也没来得及释放... 但角点检测效果还是不错的 而且参数可以调节 2005年12月11日 http://contact.ys168.com/ bugzhao@sdu.edu.cn-Harris algorithm VC procedures helpless himself wrote it with a two hour writ
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:57612
    • 提供者:赵辉
  1. codedivision

    0下载:
  2. x264视频编解码源代码(更新时间2005-12-07,v384),含VC编译指南。x264是H.264标准的一种实现,与JM相比更适合与应用,因为JM主要是与标准更接近,所以便于学习,而x264做了很多的优化。-MPEG video decoder source code (2005-12-07 update time, the v384). Compiling with VC Guide. MPEG H.264 is a standard to achieve, and JM compare
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:823547
    • 提供者:xjwangyhl
  1. libsvm-2.8.4VC2005

    0下载:
  2. vc 2005下的libsvm2.8.4
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:393480
    • 提供者:liuyupeng
  1. 2005.3.31VC调用M文件源代码

    0下载:
  2. 一个非常典型的”VC调用matlab中定义的.m文件中的函数的实例“附加说明文档,请站长检查,刚才发错了,不好意思-a very typical "call VC defined in Matlab. M document as a function of the examples "of the annotated document, please check station, just made a mistake, sorry
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:71180
    • 提供者:赵锐
  1. packman.source-1.0.rar

    0下载:
  2. pe exe packer (vc++ 2005)
  3. 所属分类:压缩解压

    • 发布日期:2011-09-19
    • 文件大小:160687
    • 提供者:jauming
  1. SearchMedian.rar

    0下载:
  2. 寻找无序数组的中位数,实际上代码实现了寻找无序数组中任意第x大的数,使用了快排的思想。VC++ 2005环境,Find disordered array median, in fact, code has to find a disorderly array of arbitrary section x large, use the quick thinking of row. VC++ 2005 Environment
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:3961
    • 提供者:inspire
  1. UpperNum.rar

    0下载:
  2. 给定一个数组A,里面只出现0-9这10个数字,但不一定全部出现,然后给定一个K的值,求A中大于K的整数当中最小的一个,并输出。例如A={0,1}, k =12,则结果为100. vc++ 2005环境,Given an array A, which only the 10 digits 0-9, but not necessarily all appear, and then given a value of K, and K is greater than A, the smallest in
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-04-14
    • 文件大小:4347
    • 提供者:inspire
  1. SpiralMetrix

    0下载:
  2. 打印如下规律的螺旋矩阵,尽管存在求数值规律的方法,但本代码的方法更为基本和通用。vc++ 2005环境。 1 2 9 10 25 4 3 8 11 24 5 6 7 12 23 16 15 14 13 22 17 18 19 20 21 -Print the following laws of the spiral matrix, despite the existence of the law for numerical methods, but this code
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:3789
    • 提供者:inspire
  1. gzlib

    0下载:
  2. 这是一个将文件压缩为gzip的元代吗。在vc++2005下调试通过,并用运用与工程中,操作简单。-This is a file compression gzip of the Yuan Dynasty for you. In vc++ 2005 adopted under the debugger, and use with the project, easy to operate.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:90459
    • 提供者:yuxiao
  1. quickSort

    0下载:
  2. vc++2005编写的快速排序算法,将随机产生的一组数进行排序,学习参考一下,不错的.-vc++2005 prepared Quicksort algorithm, will be a group of randomly generated numbers sorting, refer to study, not bad at all.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:106610
    • 提供者:昌隆
  1. SUMTW

    0下载:
  2. 惩罚函数中的外点约束方法,通过VC++2005测试-sumtW
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:1010873
    • 提供者:liuting
  1. lm

    0下载:
  2. 最小二乘拟合的c++实现,使用差分,在matlab中设置c++编译器为vc++2005或以上,运行test.m即可-Least-squares fit in c++ set compiler as vc++ in matlab then run test.m
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:4607
    • 提供者:王聪
搜珍网 www.dssz.com