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

搜索资源列表

  1. 基于VC的图象读写引擎库.rar

    0下载:
  2. 基于VC的图象读写引擎库
  3. 所属分类:图形图象

    • 发布日期:2008-06-13
    • 文件大小:815224
    • 提供者:jixiang
  1. 位图文件读写综述

    0下载:
  2. 位图文件读写综述-bitmap file on literacy
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:4137
    • 提供者:山药蛋
  1. 51读写U盘源程序和原理图

    0下载:
  2. 这是51读写U盘源程序和原理图,希望对开发USB的兄弟一些参考.-Source code for USB mass storage read/write with descr iption.
  3. 所属分类:USB编程

    • 发布日期:2008-10-13
    • 文件大小:86681
    • 提供者:HEDN
  1. 51+sl811读写U盘的源程序+原理图

    1下载:
  2. 51读写U盘的源程序+原理图c语言编程有程序说明和电路说明-51 and sl811 USB mass storage source code with descr iption. Writen in C, with code comment and circuit design descr iption.
  3. 所属分类:USB编程

    • 发布日期:2008-10-13
    • 文件大小:38906
    • 提供者:在中国
  1. 支持jpeg的图像读写代码

    0下载:
  2. 关于JPEG图象的读和写,是图象的压缩和编码的一个很好的例子-it is a good example to discribe read and wirte the JPEG file.
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:225626
    • 提供者:余风
  1. 读写image到database

    0下载:
  2. c#制作的对sql数据库进行,图象文件的写入,的一个例子,-produced by the right sql database, image documents write, in one example,
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:9971
    • 提供者:gu
  1. BFSandDFS

    0下载:
  2. 用C写的源程序功能分别是1.用DFS算法判断有向图中是否有环2.从文件中读图,用邻接链表保存信息,寻找两个结点vi,vj间的最短路径-written in C source is a function respectively. DFS algorithm used to determine whether there are plans Central 2. Interpret drawings from the file, use the adjacent Chain preservatio
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3097
    • 提供者:光光
  1. jpg读写的例子很好的

    0下载:
  2. 这个例子是对JPG图象的读写操作,从代码中可以学习一些关于JPG图象的算法,以及JPG的格式-this example is the JPG image read and write from the code can learn some JPG images on the algorithm, and the JPG format
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:255667
    • 提供者:陈中
  1. RC500+AT89S52的读写源代码+原理图

    1下载:
  2. RC500+AT89S52的读写源代码+原理图
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2009-04-08
    • 文件大小:3970409
    • 提供者:llkjlidejun
  1. 图穷对话录

    0下载:
  2. 无论是出国、就业还是读研的经典必读之物,给你以启发和思考!
  3. 所属分类:成功激励

    • 发布日期:2011-03-08
    • 文件大小:1066934
    • 提供者:Operal
  1. VC读写txt文件的程序

    0下载:
  2. VC读写txt文件的程序,数据由空格,逗号或回车分隔开,还包括读取图位文件和二进制文件!,VC literacy txt documents, data from space, or comma separated from the transport, including map-reading documents and binary files!
  3. 所属分类:文件操作

    • 发布日期:2016-01-26
    • 文件大小:44923
    • 提供者:wangzhengpei
  1. ch376,u盘读写器件

    1下载:
  2. ch376,u盘读写器件,压缩包集成了例程和原理图,器件手册。很好的,ch376, u disk read-write device, compressed package integrated routines and schematic, the device manual. Good
  3. 所属分类:书籍源码

    • 发布日期:2015-12-23
    • 文件大小:576306
    • 提供者:柳全乐
  1. GraphSystem

    0下载:
  2. 该图形系统功能齐全,包含了各种2D图形的绘制、编辑、读图,存图等等功能 -The full-featured graphics system, including a variety of 2D graphics rendering, editing,Open graphics, Save graphics and so on
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:453709
    • 提供者:JinYao
  1. 113172228ReadSaveImage

    0下载:
  2. 读图保存,简单实用,非常适合图像处理的初学者,便于继续开发学习-good code for image open and save ,it is convinent for the firt
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:33795
    • 提供者:田东剑
  1. bfs-src

    0下载:
  2. 1.程序基于java语言。运行要求java运行环境。即就使jdk1.2以上。否则程序无法运行。 2.程序中读图时,可以选择读有向图还是无向图。 3.本程序为一个图的综合运行环境。提供了图的各种操作。包括读图,DFS判断图中是否存在 环路,BFS全局访问,两点之间的最短路径,屏幕清空。并且跟踪说明了图的各种操作的 过程。 4.程序可以多次的读图,进行图的各种操作。点击面板上的各种按钮就可以进行各种操作。-1. Procedures based on the java language.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:6278
    • 提供者:lyxh
  1. bmp2

    0下载:
  2. 读图,读任意位的bmp图像,显示其位图信息头,位图数据等
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-30
    • 文件大小:396445
    • 提供者:入云龙
  1. Maze

    0下载:
  2. 实现最简单的小迷宫游戏,从文件里读图形,显示在桌面上-Achieve the most simple little maze game from the file read graphic display on the desktop
  3. 所属分类:Other Games

    • 发布日期:2017-04-06
    • 文件大小:947
    • 提供者:lifei
  1. 简单的读,并且显示频谱图

    0下载:
  2. 实现了一个复杂文件的读入,并显示频谱图。需要注意的是,纵坐标需要控制长度。(To achieve a complex file read, and show the spectrum. Note that the ordinate requires control of length.)
  3. 所属分类:MacOS编程

  1. RFID读卡模块电路图、PCB源文件

    2下载:
  2. 125K RFID读卡模块,包含UART输出,韦根输出,程序中,根据曼彻斯特原理,找到长电平和短电平,根据跳变沿分析出0数据还是1数据。然后寻找消息头,后面的数据进行 行 列奇偶校验,从而分析出卡号。(125K RFID card reader module, including UART output, Wei root output, in the program, according to the principle of Manchester, to find a long level
  3. 所属分类:嵌入式/单片机编程

  1. FPGA黑金开发板AX301原理图

    0下载:
  2. 掌 握 V e r i l o g H D L 语 言 需 要 的 不 只 是 技 术 而已 , 最 重 要 是 那 颗 安 静 的 心 , 安 静 的 心 会 带 读 者 乘 风 破 浪 , 一 方 通 行 。 此 外 记 录 笔 记 的习 惯 更 为 重 要 , 向 自 己 学 习 比 起 向 他 人 学 习 更 有 学 习 的 价 值 。(It is not only the skill that is required to hold V e r I l o g H D l, but t
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-04-28
    • 文件大小:117760
    • 提供者:你四哥
« 12 3 4 5 6 7 8 9 10 ... 43 »
搜珍网 www.dssz.com