搜索资源列表
thriceBSpline
- C语言编写的实现三次B样条曲线的C语言代码-prepared by the C language to achieve cubic B-spline curve of C language code
MENU6
- 使用c 语言画图 本代码为一个简单的模拟界面 由于技术有限 所以质量不高-use of the language code for drawing a simple simulation interface so limited because of technical quality is not high
draw-cou
- 本程序源码是用C++语言编写的绘制等值线的代码。-the program source code is written in C, the equivalent of drawing the line code.
qishimigong
- 很好的求解骑士迷宫的的代码,可以在vc6.0环境下运行的c语言代码-good for the Knights maze of code can run under vc6.0 the c language code
coolminicad
- 一个不错的C语言程序,利用了鼠标,图形,文件等编程。代码高效。-a good C Programming Language, using a mouse, graphics, documents and other programming. Efficient code.
C001
- Dos下的一个绘制钟表图象的代码。C语言实现的源码。
c005
- 一个绘制光环的代码。用C语言实现的源码。
Graphic_Code
- 本代码是计算机图形学基础算法实现,语言C语言
mouse
- c语言的鼠标调用,绝对能运行 是非常好的代码
1
- C语言版本三次样条插值,介绍了三次样条插值函数如何计算的代码,可以在TC上直接运行-C language version of cubic spline interpolation, cubic spline interpolation described how to calculate the function of the code, you can run directly on TC
sanweiliti
- 本代码提供了用C语言编写绘制圆锥、球等三维立体的源代码,可为计算图形学初学者参考,希望能够对大家有所帮助!-This code provides the source code written in C and draw three-dimensional cone, ball, reference for the calculation of the graphics for beginners, and hope to be able to help!
his
- 数字信号处理中直方图灰度变换的C语言代码 vc++开发环境-Digital Signal Processing histogram gray-scale transformation of the C language code vc++ Development Environment
TurboCGraphy
- 此课件讲述了turboC图形设计的原理,以及利用C语言的代码实现-This courseware described turboC graphic design principles, and the use of C language code for achieve
c-rect
- c语言写的绘图函数,用的是TC下的绘图程序,代码放在TXT中了,很小的。-using the c-language to discribe the picture,using the special include head.it is very little.
TC-OREL
- C语言写的椭圆程序,用TC环境下的绘图的头文件,很小的代码,保存在TXT中。-using the C-language to discribe the orel picture ,using the special head from the TC.
C-and-retchange
- 用C语言代码画图,矩形.以此类推,可以画其他图形-UsingC language C draw rectangle.
The-C-code-of-Yanghui-triangle
- 杨辉三角的C程序代码,用以学习C语言 ,希望对他人有所帮助-The C code of Yanghui triangle
login
- linux下的c语言代码,调用linux的Ncurses图形库,实现用户登录界面,tab键实现焦点转移,输入帐号admin 密码123456则提示登录成功,linux下 make clean;make编译,./main执行-linux c language code, call the Ncurses linux graphics library that implements the user login screen, tab key to shift the focus to achiev
YUYV-to-RGB
- UVC摄像头YUYV数据转为RGB C语言代码,查表法YUYV转换RGB速度很快-UVC camera YUYV data into RGB C language code lookup table to convert RGB fast YUYV
C语言现实的图像处理(包含快速傅里叶变换)
- 这代码功能有:读入和保存文件头、读入和保存信息头、读入和保存像素数据、读入和保存位图、24位的位图转化为8位位图、8位位图转换为24位位图、图像的二值化、8位位图的Sobel边缘检测、8位位图的Laplace锐化、8位位图的中值滤波、分离与合并RGB矩阵、直方图均衡化 main.c是main函数的所在;BMP.h是对位图文件头和信息头,以及调色板等的类型的声明;function.h主要完成对位图的读写操作;algorithm.h主要完成对位图进行相关的算法的处理。