CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - C learn

搜索资源列表

  1. OCR算法之C语言代码

    1下载:
  2. OCR算法代码。 这不是一个完整的系统,没法生成可执行程序。 代码基于Linux/KDE开发,用到了C++标准模板库。 代码的目的是向读者展示一个OCR系统包括哪些部分,如何工作, 读者可以借鉴这些代码,改动后用到自己的系统中。 由于这是从一个完整的OCR系统中抽取的部分代码, 所以这些代码无法单独编译。 两个*.dat文件如下: char_data.dat:字符特征数据 words_de.dat:词库(后处理用) 如果需要完整实用的中文OCR代码,
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:854.31kb
    • 提供者:樊志华
  1. 图像处理入门C源码分析有源码

    0下载:
  2. 里面有源码还有详细的解说,新手上路建议看一下,既可以学习vc编程,也可以学习有关图像处理方面的知识。-inside source also detailed captions, Getting Started look at the proposal, we can learn vc programming, can also learn about the image processing knowledge.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:5.37mb
    • 提供者:常宁
  1. C语画图

    0下载:
  2. 可以让你在短时间内学会C语言的图书馆处理-allows you to immediately learn the C language processing library
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:78.78kb
    • 提供者:王进强
  1. 用Visual C++ 6实现OpenGL编程

    0下载:
  2. 用Visual C++ 6实现OpenGL编程,有详细的说明,只要学过就能看懂。-Visual C 6 achieve OpenGL programming, a detailed descr iption, as long as could be read to learn.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:8.49kb
    • 提供者:包俊成
  1. 这是用C++Builder6编写的图形处理源程序

    1下载:
  2. 这是用C++Builder6编写的图形处理源程序 主要是学习如何以任意的角度旋转显示图像。-It is written using C++ Builder6 main source of graphics to learn how to rotate the display image any angle.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2015-09-19
    • 文件大小:607kb
    • 提供者:王荣荣
  1. tuxiangpinghuochuli

    0下载:
  2. 这是有关图像平滑处理的VC代码,学习教程时的练习代码,适合VC的初学者-It is about the image smoothing of the VC code, the code of practice to learn tutorial for beginners VC
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:261.56kb
    • 提供者:sunjianhai
  1. C

    0下载:
  2. 徐士良C常用算法程序集(第二版)的附带源码,提供给大家学习-XU Shi-liang C assembly commonly used algorithms (second edition) comes with source code available to them to learn
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:273.61kb
    • 提供者:陈一
  1. LBP

    2下载:
  2. 完整的lbp编码,可以学会怎样使用lbp-Complete lbp coding, you can learn how to use the lbp
  3. 所属分类:Graph program

    • 发布日期:2016-10-11
    • 文件大小:8.77kb
    • 提供者:段丽
  1. MeanShift

    0下载:
  2. 均值漂移算法中很牛的外国人写的文章,非常值得学习-A very good paper about means_shift.Reading it ,you can learn a lot.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2.86mb
    • 提供者:zhounan
  1. dibapi

    0下载:
  2. DibLook是Mcrosoft提供的例子,也是很多书都会借鉴的例题,这是dibapi.h和dibapi.c-DibLook is Mcrosoft examples provided, but also a lot of the book will learn Example, which is dibapi.h and dibapi.cpp
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:4.53kb
    • 提供者:Aaron
  1. diblook

    0下载:
  2. 一个很好的显示位图的程序,可以显示8为24位。对刚学习图像处理的朋友来说是很不错的。-A very good display bitmap procedures, can show 8 to 24. Just a friend to learn image processing is very good.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:47.82kb
    • 提供者:111111
  1. JPEG

    0下载:
  2. JPEG源代码C语言实现压缩与解,对学习图像处理有一定的参考意义。-C language source code for JPEG compression and the realization of solutions for image processing to learn some reference significance.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:358.02kb
    • 提供者:yubua
  1. c

    0下载:
  2. C常用算法 对于初学者,可以参考学习,能够很快入门并掌握一些基础算法-C commonly used method for beginners, you can refer to learn, will soon be started and learn some basic algorithms
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:29.9kb
    • 提供者:
  1. demos

    0下载:
  2. C++学习,比较主要集中测试程序,很好理解C++。如:C++面向对象编程_1、从struct到class,C++面向对象编程_2、构造函数和析构函数,C++面向对象编程_3、操作符_重载_友元_静态成员,C++面向对象编程_4、拷贝控制,C++面向对象编程_5、继承,C++面向对象编程_6、多态性,-C++ learn more focus on testing procedures, a good understanding of C++. Such as: C++ object-orient
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:101.23kb
    • 提供者:李世蓂
  1. Visual.C.OpenGL.ApplicationDevelopment

    0下载:
  2. OpenGL编程应用实例,里面有图形动画,还有源代码。学习OpenGL必备。-OpenGL programming examples, there are graphic animation, as well as source code. Essential to learn OpenGL.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-28
    • 文件大小:11.14mb
    • 提供者:唐毅
  1. redbook_code

    0下载:
  2. openGL的教程源代码,对学习openGL编程很有帮助。是官方的配套代码。-openGL tutorial source code, to learn openGL programming helpful. Is the official supporting code.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-11
    • 文件大小:2.73mb
    • 提供者:eagle_eagle
  1. encode-C

    0下载:
  2. 自己写的LZW算法压缩C程序,模块分解清楚,刚学习LZW算法的可以借鉴一下!-The LZW compression algorithm to write their own C program, module decomposition clear, just learning LZW algorithm can learn from it!
  3. 所属分类:Special Effects

    • 发布日期:2017-05-28
    • 文件大小:10.37mb
    • 提供者:黄健
  1. Visual-C

    0下载:
  2. 重载函数的点类,实现两个点的距离运算,其中运用了-重载运算符。-a point class which include the a point class that you must wang look it,you can learn a lot
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1.58kb
    • 提供者:王才学
  1. p4-movingplanet.c

    0下载:
  2. 使用OpenGL做出的太阳系行星的动画,可以用来学习使用OpenGL的动画制作-Made using the OpenGL animation planet solar system can be used to learn how to use OpenGL animation
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-08
    • 文件大小:900byte
    • 提供者:zhao
  1. OCR_CSharp

    0下载:
  2. 基于VISUAL STUDIO 2010 的OCR图像识别软件,编程语言为C#-VISUAL STUDIO 2010 based on the OCR image recognition software, programming language to C#
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-28
    • 文件大小:98.81kb
    • 提供者:一非冲天
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com