资源列表
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!
supergrid
- 改良后的grid控件,能够针对每一个单元格进行修改,接口方便。-Improved grid control can be modified for each cell, convenient interface.
CustomEntity
- 自己翻译的巴西人写的那个AutoCAD的自定义实体教程-AutoCAD CustomEntity
draw
- 程序可以画点画线,还可以判断所画的点是否在直线上,而且判断两线是否相交- Stipple line can also be drawn to determine whether the point of a straight line, but also to judge whether two lines intersect
vb.nethuitu
- 介绍一个简单的类似windows的绘图程序,有具体的程序代码,初学者可以参考下。-Similar to the windows introduce a simple drawing program, a specific procedure code, the beginners can refer to.
pdf12
- 一种新的绘制一维,二维高斯密度函数的方法。-A new one-dimensional mapping, two-dimensional Gaussian density function method.
lfm_ambg
- 线性调频信号的波形和其模糊函数,以及其模糊函数的图形。直观表示该信号的模糊函数-Chirp signal waveform and its fuzzy function, as well as its fuzzy function graphics. Visual representation of the signal ambiguity function
Color-gradient-triangle
- 渐变三角形,运行程序时在屏幕上先选三点,程序就能自动绘制渐变三角形-Gradient triangle, running the program on the screen before the election three points, the program can automatically draw a gradient triangle
XYGraph
- XY坐标图。非常漂亮的XY坐标图,可以显示多条数据曲线,工控必备-XY coordinate diagram. Very beautiful XY plot, you can display multiple data curves, Industrial necessary
wavelet
- 一维小波的分解和重构,可以运行,三层降维和重构,小波降噪。很实用-matlab wavelet
STM32-12864HUATU
- 基于STM32的12864画图程序,希望对大家有用-The 12864 STM32-based drawing program, we hope to be useful
tcurve
- C语言直接画屏(或framebuffer)显示贝塞尔曲线,优化内存的使用。使用时把tmalloc tfree直接修改为malloc free。进一步的优化在于多个malloc合并为一个malloc。也可用于没有OS的嵌入式-C language directly painted screen (framebuffer) shows a Bezier curve, optimizing memory usage. When used directly modify tmalloc tfree to