Welcome![Sign In][Sign Up]
Location:
Search - 写图

Search list

[Graph program经典读写图象程序(Ma)

Description: 对于图象处理方向来说,读取图象是最基本的操作,这需要了解图象存储格式!这就是一个很经典的程序代码!-direction for image processing, image reading is the most basic operations, which need to be aware of image storage format! This is a classic procedure code!
Platform: | Size: 69340 | Author: 宫华泽 | Hits:

[SCMRC500+AT89S52的读写源代码+原理图

Description: RC500+AT89S52的读写源代码+原理图
Platform: | Size: 3970409 | Author: llkjlidejun | Hits:

[Fractal program实例93-在数据库中读写图像文件

Description: 在数据库中读写图像文件-in the database to read and write image files
Platform: | Size: 575488 | Author: 李新昊 | Hits:

[Embeded-SCM DevelopPIC读写CF卡C程序(含原理图)

Description: PIC读写CF卡的C程序(含原理图)-PIC CF card reader C procedures (including schematics)
Platform: | Size: 457728 | Author: 施雷 | Hits:

[BooksIC卡读写器电路(原理图、印制板图)

Description: IC卡读写器电路(原理图、印制板图).-IC card reader circuit (schematics, PCB).
Platform: | Size: 16384 | Author: | Hits:

[ListView/ListBox在CListCtrl中显示动态生成的位图

Description: 在列表中使用位图,是我自己写的-list in the use of bitmap, I wrote it myself
Platform: | Size: 13312 | Author: | Hits:

[Graph program经典读写图象程序(Ma)

Description: 对于图象处理方向来说,读取图象是最基本的操作,这需要了解图象存储格式!这就是一个很经典的程序代码!-direction for image processing, image reading is the most basic operations, which need to be aware of image storage format! This is a classic procedure code!
Platform: | Size: 2342912 | Author: 宫华泽 | Hits:

[Graph program精通vc图象编程source

Description: VC图像编程的源程序,包括位图读写,以及图像变换、编码等。-VC images of the source programming, including bitmap readers, and image transform coding.
Platform: | Size: 1632256 | Author: 张义力 | Hits:

[SCM51读写U盘源程序和原理图

Description: 51+sl811读写U盘的源程序+原理图。想用51完成U盘读写的网友可参考参考。-51 sl811 reader of the source disk U+ diagram. With 51 to complete U-reader may refer to the website reference.
Platform: | Size: 83968 | Author: 丘平 | Hits:

[Special Effectsvc++ 数字图象 处理

Description: vc++ 数字图象处理 很好用我看了以后收益非浅希望大家喜欢-vc digital image processing with very good after I read greatly benefit hope you like
Platform: | Size: 305152 | Author: 王成 | Hits:

[Data structs图的遍历演示

Description: 一. 问题描述很多涉及图上操作的算法都是以图的遍历为基础的。试写一个程序,演示在连通的无向图上访问全部节点的操作。二. 基本要求以邻接多重链表为存储结构。实现连通无向图的深度和广度优先遍历。以用户指定的节点为起点,分别输出每种遍历下的节点访问序列和相应生成树的边集。-one. Description many issues involving maps of algorithms are to traverse the map-based. A written test procedures, demonstrating the connectivity of undirected graph visit all the nodes on the operation. 2. Adjacent to the basic requirements for storage of multiple linked list structure. Connectivity to the map without the depth and breadth- first traversal. User specified nodes as a starting point, the output of each node traversal visit Spanning Tree sequence and the corresponding set of edges.
Platform: | Size: 2048 | Author: 雨后阳光 | Hits:

[USB develop51读写U盘源程序和原理图

Description: 这是51读写U盘源程序和原理图,希望对开发USB的兄弟一些参考.-Source code for USB mass storage read/write with description.
Platform: | Size: 86016 | Author: HEDN | Hits:

[USB develop51+sl811读写U盘的源程序+原理图

Description: 51读写U盘的源程序+原理图c语言编程有程序说明和电路说明-51 and sl811 USB mass storage source code with description. Writen in C, with code comment and circuit design description.
Platform: | Size: 38912 | Author: 在中国 | Hits:

[GDI-Bitmap矢量图的打印

Description: delphi写的专业矢量图的打印.支持GDI+-written by professional vector graphics printing. Support GDI
Platform: | Size: 201728 | Author: 波波 | Hits:

[CSharp读写image到database

Description: c#制作的对sql数据库进行,图象文件的写入,的一个例子,-produced by the right sql database, image documents write, in one example,
Platform: | Size: 11264 | Author: gu | Hits:

[Graph Recognize车牌图象识别论文

Description: 这是我写的毕业论文啊 ,得了优秀啊希望可以帮助大家一些事情,谢谢大家-This is the thesis I wrote ah, there was a good ah hope that we can help some of the things that thank you
Platform: | Size: 441344 | Author: 小强强 | Hits:

[Graph DrawingBMP位图文件程序

Description: 手把手教你了解BMP图形文件结构,C语言文件读写函数应用,一般数据处理方法,如果看不懂,说明我写的还不够具体,以后继续改进.-Maxivista you know BMP graphics structure of the document, document literacy C language function applications, generally data processing methods, if they did not understand that I was also not specific enough in the future to continue to improve.
Platform: | Size: 367616 | Author: 大师傅 | Hits:

[Data structs图论算法库 C++ 语言实现

Description: 图论算法库 C++ 语言实现 代码内容 图论算法库,包括以下算法: 单源最短路径 Dijkstra 算法 单源最短路径 Bellman-Ford 算法 最小生成树 Prim 算法 每对节点间最短路径 Flod-Warshall 算法 语言 C++ 编译平台 VisualAge C++ 4.0 作者 starfish (starfish.h@china.com) 备注 程序用C++语言编写,在VisualAge C++ 4.0下调试通过。压缩包内的Graph.h文件包含所有的库函数,其调用接口见程序内注释。其他的文件是用来测试算法的测试程序,在VisualAge C++ 4.0下编译运行。 该算法是我为参加ACM/ICPC竞赛而准备的资料,由于竞赛的对编程速度要求较高,所以为了将代码写的短一点,为了便于调试,代码的写的并不是最优的。 虽然该代码在VisualAge C++ 4.0下写成,但是很容易将其移植到MS Visual C++上。 -graph algorithm for C language code content graph algorithm library, including the following algorithm : single-source shortest path algorithm Dijkstra single source shortest path Bellman-Ford algorithm youngest generation Prim algorithm for each tree node on the shortest path between Flod- Warshall ALGOL C compiler platform Vi sualAge author starfish 4.0 C (starfish.h @ china.c om) Remarks procedures using C language, the VisualAge C 4.0 debugging through. The compressed file contains all Graph.h the library, the procedure call interface, see the Notes. Other documents algorithm is used to test the test procedures in VisualAge C compiler running under 4.0. The algorithm is for me to participate in ACM/Illinois prepared to contest the information, because the competition for high speed
Platform: | Size: 10240 | Author: 罗鹏魁 | Hits:

[Picture Viewer位图文件的读写综述

Description: 位图文件的显示程序,包括读取文件,显示文件,主要是BMP格式的文件-bitmap documents show procedures, including reading documents, papers, mainly BMP files
Platform: | Size: 4096 | Author: 马木木 | Hits:

[2D Graphic位图BMP格式图像文件处理类源码VC版

Description: 该类集成了常用的BMP位图文件的一些经常用到的比如文件读写等操作-such integrated common bitmap BMP documents some of the frequently used documents such as literacy, etc
Platform: | Size: 891904 | Author: 宋成军 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net