CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 纯c

搜索资源列表

  1. libbmp

    0下载:
  2. 纯C写的BMP图象处理代码。做底层图象处理有用啊-write pure C BMP image processing code. So the bottom image processing useful ah
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:2620
    • 提供者:lixh
  1. libjpeg

    0下载:
  2. 纯C写的PCX图象文件读取、修改程序代码。修改了其中几个BUG-write pure C PCX image files to read, modify code. Several changes BUG
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:425153
    • 提供者:lixh
  1. opencv两个常见的编译错误

    0下载:
  2. 在利用opencv库进行编程中两个常见的问题的解决方法,十分有效! 以openCV的使用为例,并结合个实验经验,总结一下在使用其它库进行编程时VC环境下编译与链接时经常遇到的两个错误的解决办法. 1.编译错误 问题描述:编译时,出现编译如下编译错误: fatal error C1083: Cannot open include file: 'cv.h': No such file or directory 意思是找不到语句 #include "cv.h" 的cv.h
  3. 所属分类:图形图象

    • 发布日期:2008-12-04
    • 文件大小:974
    • 提供者:simon112233
  1. mysee

    0下载:
  2. Myseelite2是mysee公司的Myseelite1升级版本,是Mysee公司开源项目Myseelite的第二个发行版。自从Myseelite1宣布开源以来,获得国内外广大P2P研究人员和开源爱好者的强烈关注。由于Myseelite1是用纯C语言写成,对于大部分有意开发人员来说阅读程序存在一些困难,而且整体架构和协议有些地方需要改进。因此为促进开源项目Myseelite的更好发展,Mysee公司对Myseelite进行较大改进,从而推出Myseelite2。
  3. 所属分类:Windows编程

  1. BMP文件操作

    0下载:
  2. 纯C的BMP文件操作程序,包含bmp文件的读取,和内存数据写入文件。本人亲自编写,是我机器视觉项目的一个接口程序,特地分享。
  3. 所属分类:图片显示浏览

    • 发布日期:2009-08-27
    • 文件大小:1924
    • 提供者:fjiale
  1. 数据结构的C++描述

    1下载:
  2. 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6 递归函数 5 1.3 动态存储分配
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-10-17
    • 文件大小:5125525
    • 提供者:gufeng20081010
  1. AVL树实现

    0下载:
  2. 纯C实现的AVL树,Demo是MFC的。非递归的遍历,完全支持添加、删除和搜索节点。设计灵活,容易扩展。以下是API struct tagAvlTree; typedef struct tagAvlTree AvlTree; struct tagAvlNode; typedef struct tagAvlNode AvlNode; struct tagAvlNode { AvlNode *left; AvlNode *right; int32_t height;
  3. 所属分类:其它

    • 发布日期:2010-04-03
    • 文件大小:24543
    • 提供者:doitfreely
  1. API 视频编程

    0下载:
  2. 纯c语言写的,api视频编程
  3. 所属分类:驱动编程

    • 发布日期:2010-11-03
    • 文件大小:26638
    • 提供者:confidant
  1. rgb565文件转BMP文件

    1下载:
  2. 纯C语言实现将RGB565的数组转换成BMP格式文件。
  3. 所属分类:源码下载

    • 发布日期:2011-01-04
    • 文件大小:2077946
    • 提供者:kexin28@126.com
  1. dxf解析

    1下载:
  2. dxf解析代码,纯C编写
  3. 所属分类:源码下载

    • 发布日期:2011-01-24
    • 文件大小:26655
    • 提供者:carpenterma
  1. 如何用纯Win32 SDK编写GUI程序

    0下载:
  2. 如何用纯Win32 SDK编写GUI程序 ,c语言的好资料
  3. 所属分类:文档资料

    • 发布日期:2011-11-03
    • 文件大小:276992
    • 提供者:huangmf_c
  1. 截屏软甲源代码

    1下载:
  2. 纯c语言 加纯windows api写截屏软件,没有用c++
  3. 所属分类:GDI/图象编程

  1. jpg2bmp.rar

    0下载:
  2. 一个用纯c写的jpg转bmp的源代码。vc6通过。,Pure c a jpg to bmp write the source code. vc6 through.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-26
    • 文件大小:9782
    • 提供者:elfkid
  1. Asprise-OCR-C-Windows_XP_32bit

    0下载:
  2. 验证码识别dll库,对于未加花、噪,纯数字与字母均可识别,Asprise-OCR-C-Windows
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-09
    • 文件大小:1782463
    • 提供者:sdfsfsdf
  1. rsa.rar

    2下载:
  2. 一个独立纯C文件,两千多行代码,控制台界面实现RSA加密解密功能,调试通过,An independent pure C files, more than 2000 lines of code, the console interface RSA encryption and decryption functions, debugging through
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-08-14
    • 文件大小:6498
    • 提供者:lichen
  1. png.zip

    1下载:
  2. PNG图片开发库,纯C语言,可移植到任何平台或系统,需要做png开发的人员不要错过哦!,PNG Image Development Library, pure C language, can be ported to any platform or system that needs to be done to develop the staff png not miss Oh!
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-21
    • 文件大小:655399
    • 提供者:Eric Neverd
  1. ButtonCorlorTest.rar

    0下载:
  2. 一个我编写的windows窗口程序的纯C语言版本,对于常用的windows的GUI控件进行了学习,对于初学windows的朋友是个好例子,有点帮助。,I prepared a program of pure windows windows C language versions of commonly used windows for the GUI controls to learn, for the beginner of windows is a good example of a fri
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-06
    • 文件大小:533354
    • 提供者:郭相权
  1. desScreen.rar

    0下载:
  2. 主要是手机OLED屏幕将按照page模式的显示转换成手机按照点阵数据显示的一个转换函数,纯c编写,可以很简单的一直到低端手机OLED屏幕的驱动编写上,OLED-screen cell phone is mainly in accordance with the page mode display into a mobile phone in accordance with the lattice data show a transfer function, pure c preparation
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-01
    • 文件大小:239765
    • 提供者:孙泽夺
  1. Md5Code.rar

    0下载:
  2. 计算文件MD5码的源代码,可以直接用到自己的工程中,包括VC工程或者纯C工程,MD5 calculation document source code can be used directly on their own projects, including the VC works or works of pure C
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:91742
    • 提供者:吕德柱
  1. gb2ucs

    0下载:
  2. PDU中文发短信,其是用纯C写成,可用于任何平如,且中文转码是用查表的方式,不涉及库函数。不错的哈。-PDU Chinese send text messages, which is written in pure C, can be used for any flat such as transcoding and the Chinese way is to use look-up table, does not involve library functions. Yes, ha.
  3. 所属分类:嵌入式Linux

    • 发布日期:2017-04-03
    • 文件大小:78874
    • 提供者:
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com