资源列表
bianhuan
- 利用VC++ 6.0 对平面二维图形进行平移、旋转、缩放、复合等变化。-Use VC++ 6.0 flat two-dimensional graphics translation, rotation, scaling, composite and other changes.
saomiao_s3
- 扫描绘制任意平面三角形,输入三个角点的坐标,即可完成绘制。-Scan to draw any plane triangle,Enter the coordinates of the point of the three corners to complete the draw.
digital-photo-frame
- linux相框,处理图片信息,对相片进行相应操作,实用性强-linux photo frame, working with pictures, photos, practical
workspace
- 一个报表模板,可以导入直接打印.需要在后台加一个调用方法-A report template, you can import directly print in the background with a call
circle
- 中点Bresenham画圆算法,根据画圆步骤得到需要的圆。在OPENGL中实现。-print circle
i121042_KanwalBatool_i121014_MariaZubair
- Graph making to populate food objects and then collaborating
Laser-Speckle
- 一个matlab写的绘制高斯分布,均匀分布图像的程序,用于实验模拟仿真。-Write a matlab draw Gaussian distribution, uniform distribution of the images of the procedure used for experimental simulation.
GDI-class-library
- DI类库下载(VC++开发常备),包括GdiPlus.lib库以及GdiPlus.h、GdiPlusPath.h、GdiPlusBrush.h、GdiPlusMem.h、GdiPlusTypes.h、GdiPlusFlat.h……等-The DI Class Library download (VC++ development standing), including GdiPlus.lib libraries and through GDIPlus.H, GdiPlusPath.h, GdiP
Drawfig
- 实现绘图功能,可以绘制直线、矩形、椭圆等。可以调节图形颜色,字体类型等功能。-Drawing, you can draw a straight line, rectangle, ellipse. You can adjust the graphic color, font type, and other functions.
matlab_DAT_processing
- matlab处理dat文件并进行绘图,但dat格式有所限制,可能需要自己修改一下-processing matlab dat file and drawing, but dat format restrictions, you may need their own again
Smith
- 传输线的工作状态波形,包括行波和驻波,当参数改变时,传输线的工作状态也因此而改变-The operating state of the waveform of the transmission line, including traveling wave and standing wave, when the parameter is changed, the working status of the transmission line can also be changed
DDA
- 用 DDA算法算法实现直线段的绘制。 已知直线段的两个端点坐标分别为 P1(0,0) 和 P2(600,200),请用 DDA 算法 绘制出连接 P1 和 P2 的线段。背景要求为黑色,线段要求为白色。 -DDA algorithm algorithm line segment drawn. The known coordinates of the two endpoints of the line segment P1 (0,0) P2 (600,200), respective