Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - Graphics
Search - Graphics - List
一个图形学和数据结构作业文档和实现代吗-Graphics and data structure of a document and the realization of operating on behalf of you
Date : 2025-12-24 Size : 46kb User : 站长

图形图像处理中常用的编码,拉普拉斯高斯编码、游程编码、算术编码、Huffman编码、Sobel编码等。-graphics processing commonly used coding, coding Laplace Gaussian, RIc, arithmetic coding, Huffman coding, coding Sobel.
Date : 2025-12-24 Size : 5kb User : dz

这几个是本人整理的.cpp程序,您可以借鉴参考------>> dos前景背景色设置.cpp 二.八.十.十六进制转换程序的函数.cpp 二叉树的遍历.cpp 图形的广度优先搜寻法.cpp 图形的深度优先搜寻法.cpp 用C语言编的一个日历.c-these are my finishing. Cpp and you can draw reference--- gt; Gt; Dos prospects for the background color set. Cpp two. 8. 10. Hexadecimal conversion function. Cpp binary tree traversal. Cpp graphics priority to search for the breadth of France. Cpp graphics depth-first search of the law. Cpp C language compile a calendar. C
Date : 2025-12-24 Size : 7kb User : 丁志强

程序以图形的形式对各种排序的效率进行对比,是学习排序算法的很好的工具-procedures to graphics in the form of various sort of efficiency compared learning algorithm is a good tool
Date : 2025-12-24 Size : 409kb User : 李春晖

数据结构的实验算法 有线性表的,栈和队列,数组,树和而叉树,图,查找以及排序等算法的源代码 -experimental data structure is linear algorithm to the table, stack and queue, arrays, trees and the trees and fork, graphics, such as search and sorting algorithm source code
Date : 2025-12-24 Size : 60kb User : 龙亚星

BFS、DFS、有向图、无向图中的各种算法的实现,可以自动生成图形。-BFS, DFS, to the map, no map to the realization of the algorithm can be automatically generated graphics.
Date : 2025-12-24 Size : 117kb User : 李想

DL : 0
棋盘覆盖问题演示程序,图形界面,VC6.0开发-chessboard coverage Demonstration Program, graphics interface, VC6.0 development. .
Date : 2025-12-24 Size : 40kb User : 郭上华

DL : 0
用matlab编写的一个程序,实现系统辨识中的最小二乘递推算法,有运行结果和图形.-using Matlab a procedure for the preparation, system identification achieve the recursive least squares algorithm, running results and graphics.
Date : 2025-12-24 Size : 1kb User : wgc

Gramham法求解凸包。从最基本数据结构定义开始实现,有图形界面和动画演示。全套代码。-Gramham method convex hull. Data from the most basic definition of the structure began to realize, graphics and animation interface demo. A full set of code.
Date : 2025-12-24 Size : 71kb User : 王晓光

中国所有大中城市的TSP问题实现。图形演示。采用最近邻法则-all of China's large and medium-sized cities in the TSP to achieve. Presentation graphics. Neighbors recently adopted rules
Date : 2025-12-24 Size : 41kb User : 胡一

XMathLib是一个通用的3D图形数学库。 其中包含两个部分: XMathLib和XGeomLib。分别处理数学和几何运算。 数学部分包含向量、矩阵、四元数的运算。以及其它的运算。 几何部分包含Box Frustum AABB OBB Ray Line Line-Segment Plan Triangle等的运算。-XMathLib is a generic 3D graphics math. Which consists of two parts : XMathLib and XGeomLib. Separate processing mathematical and geometric computing. The math section includes vector, matrix, quaternion arithmetic. , And other arithmetic. Geometric part consists Box Frustum AABB OBB Ray Line Line-Segme nt Plan Triangle such arithmetic.
Date : 2025-12-24 Size : 25kb User : dexter

通过数组,指针和图形进行逻辑判断! 通过键盘操作,图形界面的小程序。-through the array, pointer and graphics logical judgment! Keyboard operation, a graphical interface small procedures.
Date : 2025-12-24 Size : 2kb User : 杨立国

数据结构算法vc++6.0程序集教材之总览,是一些你编完以后的结果,各部分算法在前面part1-part7部分给出,含线性表,数组,队列,堆栈,广义表,递归,图,排序,以及严蔚明数据结构教材中的各种算法实现了,好东西啊,强烈推荐,我找了很久才得到的,给予奉献了 vc实现少有的特别好的程序集特别适合学习数据结构,有向动手实践的,把数据结构的算法都用vc实现了,经典经典经典经典经典经典经典!-data structure algorithms vc 6.0 manual procedures set overview of some of your writing after the results part of the algorithm in front part1- part7 part is, with linear scale arrays, queue, stack, generalized form Recursive, graphics, sorting, and Yan Wei Ming data structure of various materials algorithm achieved, and the good stuff ah, strongly recommended I found a long time before they can get. vc dedication to the realization of the special few good episodes procedures for the study of data structure, to get involved in practice, the data structure of the algorithm using vc achieved, and the classic classic classic classic classic classic classic!
Date : 2025-12-24 Size : 5.12mb User : 魏洪平

数据结构中的重要结构,图,能够实现基本操作等。-data structure of important structures, graphics, and to achieve basic operation.
Date : 2025-12-24 Size : 1kb User : tanyue

此程序实现了堆排序,并且使用了MFC的图形界面,非常实用-this program achieved a heap sort, and the use of the MFC graphics interface, very useful
Date : 2025-12-24 Size : 66kb User : 林林

迪杰斯特拉算法求最短路径,图形化界面,visual c++ -Dijieshitela algorithms for the shortest path, graphics interface, visual c
Date : 2025-12-24 Size : 521kb User : 黄嘉

DL : 0
#include<malloc.h> #include<limits.h> #include<stdio.h> #include<graphics.h> #include<io.h> #include<math.h> #include<process.h> #include<conio.h> #define m 100 #define OK 1 typedef int Status typedef char TElemType /*树元素的类型*/ int t=35 int n=20 int h=14 int u=2 int leaf=0,non_l_leaf=0,non_r_leaf=0,root=0 /*各种结点数*/ char le[m],l[m],r[m],ro[m] /*用与存放各种结点*/ typedef struct BiTNode/*定义二叉树*/-# Include
Date : 2025-12-24 Size : 2kb User : 全文

使用turbo C的图形图像库 编写的马踏棋盘的程序 使用回溯法实现-Using turbo C graphics image library board to prepare a horse riding programs to achieve the use of backtracking
Date : 2025-12-24 Size : 3kb User : smile

图Graphics的抽象数据类型邻接矩阵实现-Graphics
Date : 2025-12-24 Size : 2.18mb User : 杨峰

graphics头文件(C语言中一种重要的库函数文件)-graphics head files
Date : 2025-12-24 Size : 349kb User : Billy
« 12 3 4 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.