资源列表
dianti1111
- 一个五层楼的电梯模拟程序,用C语言实现,只能在TC2.0里面运行-floor of a five-story elevator simulation program with C language, which can only be run in the TC
Water_0.1
- 经典的水波算法,在背景上加入了,水波折射效果-classical wave algorithm, in the background, joined the wave refraction effects
Hough-tuoyuan
- Hough检测直线,圆,椭圆的代码 其中椭圆是用matlab-Hough line detection, round, oval ellipse code which is used Matlab
camera_lens_emendation
- 对产生畸变的摄像机镜头拍出的图片进行校正,里面附有畸变图像和校正后的图像图片-distortion of the camera lens photo shoot for correction, inside with distortion correction and image after image Photo
qrencode-1[1].0.2.tar
- 在C情况下实现QR码的编码与解码过程,可以生成图片,纠错码部分也比较完整-C of the QR code encoding and decoding process can generate images, error-correcting codes are part of a more comprehensive
qrcode2
- 日本JAVA4LESS上面开发的QR码生成程序附部分源代码,有运行界面,可以实现从版本1到40,4种纠错等级,以及汉字等功能的编码,可以实现几种功能的相互转化-Japan JAVA4LESS development of the above QR code generation process-part of the source code, a running interface can be achieved from version 1 to 40, 4-correction levels
SplineToPline
- 使用Visual Basic.net实现AutoCAD中样条曲线实体自动转化为多段线-use Visual Basic AutoCAD entities spline curve automatic into more of the line
Contour1
- 由散点插值生成等值线,并且提供颜色选择工具,共有三种插值方法
DXF_3_0
- Delphi下操作AutoCAD公司的dxf文件的unit和示例
libminigui-1.6.2-linux
- miniGUI图形系统源码libminigui-1.6.2.tar.gz。
MarkPLT
- 一个读取plt图形文件源代码,我以前做的毕业设计
2ddraw
- 计算机图形学大作业,一、 调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。二、多边形扫描转换算法和区域填充算法实现。三、线段裁剪和多边形裁剪算法的动画演示实现。四、交互式的二维直线求交:如果存在交点,用实心圆显示交点,并用文字显示其坐标。五、自行车行走和绕固定点旋转的自旋转物体动画。六、简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。七、交互式Bezier曲线的输入绘制程序实现