搜索资源列表
NEO_V1.1.36
- 支持基本绘图、多种格式图形显示、鼠标操 作、扩展内存和扩充内存的操作、时钟、音频播放、多种字体的汉字及英文显示等等特性;更激动人心的是, 它可以工作于TURBO C库函数无法达到的高分辨率下(比如800X600、1024X768甚至1280X1024);而且,它 支持8位、15位和16位三种色深!-support basic graphics, multiple format graphics, mouse operation, expandable memory and memor
BMP位图文件程序
- 手把手教你了解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 als
c画图函数.tar
- c语言下的画图函数 可以实现各种图形以及图案-the drawing function can be achieved various graphic and pictorial
tuxingzuoye
- c语言写的绘图函数,包括多边形的扫描线填充算法,编译通过。-write graphics functions, including polygon scan fill algorithm, compile.
ouse
- 这是个用C语言编写的鼠标的函数,简单实用。-This is a C language function of the mouse, simple and practical.
tcpoto
- 学习c语言的很好的例子。通过这个例子可以很好的掌握 tc中图形函数的使用-a good example. Through this example will be very good grasp tc graphics function of the use of
在C环境下绘制出函数图像
- 在C语言环境下,通过该片不同的参数确定不同的二次函数,在C环境下绘制出函数图像
等值线函数
- 等值线函数.// As this code is ported from FORTRAN-77, please be very careful of the // various indices like ilb,iub,jlb and jub, remeber that C/C++ indices // starts from zero (0)-contour function. / / As this code is ported from FORTRAN-77, please be ver
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
graphics_c
- c++的图形显示 包括各种函数曲线等 很不错哦-c++ of the graphical display includes a variety of function curves, etc. Oh well
ConsoleApplication1
- 利用Math。Acos实现余弦函数的编写,原理是基于C的。-Using Math. Acos achieve the preparation of cosine function, the principle is based on the C' s.
c-rect
- c语言写的绘图函数,用的是TC下的绘图程序,代码放在TXT中了,很小的。-using the c-language to discribe the picture,using the special include head.it is very little.
C--Desktop-drawing
- 在桌面上画图,只要几个api函数既可以实现,这里给出在c++builder中具体的方法-Drawing on the desktop, just a few api function only can be achieved, given here in c++ builder in the specific methods
Draw-pictures-by-using-turbo-C
- turbo C 画图程序,非常简单,只要结合所用函数一次描点即可。-Draw pictures by using Turbo C,this is a very easy way
c-function-of-drawing
- C语言中用来进行绘图的函数工具 可以用来画直线等图像-C function used to draw
C
- C语言中的画图函数,基本图形函数包括画点,线以及其它一些基本图形的函数。本节对这些函数作一全面的介绍。-Drawing functions in C language
danyuananniu
- 利用C++函数实现单选按钮的效果,希望初学者和我一起加油!-Using C++ function to achieve the effect of the radio buttons, hoping for beginners with me Come on!
linechart
- 实现绘制折线图,用Qt5.8以上的版本,调用QChart()函数实现(To achieve the drawing line chart, using more than Qt5.8 version)
three-dimension-shaft-1
- 通过使用OPENCASCADE一些函数,在VC++平台上使用,进行三维机械零件轴的绘制,可以通过改变代码参数,快速实现三维轴模型的建立,简单方便。(By using some functions of OPENCASCADE, we can use the VC++ platform to draw the axis of 3D mechanical parts. We can quickly change the code parameters to achieve the establish
C语言现实的图像处理(包含快速傅里叶变换)
- 这代码功能有:读入和保存文件头、读入和保存信息头、读入和保存像素数据、读入和保存位图、24位的位图转化为8位位图、8位位图转换为24位位图、图像的二值化、8位位图的Sobel边缘检测、8位位图的Laplace锐化、8位位图的中值滤波、分离与合并RGB矩阵、直方图均衡化 main.c是main函数的所在;BMP.h是对位图文件头和信息头,以及调色板等的类型的声明;function.h主要完成对位图的读写操作;algorithm.h主要完成对位图进行相关的算法的处理。