-
Realistic graphics, curriculum design, test reports: read an image using any ima...
真实感图形学课程设计试验报告:读取一幅图像采用任一种图像处理方法进行处理之后再写成图像文件。
-Realistic graphics, curriculum design, test reports: read an image using any image processing methods of treatment and then write image files.
- 2023-07-03 18:40:03下载
- 积分:1
-
一个很好的3D与OpenGL结合的例子,实现多级齿轮的运动,效果很好,在运行程序时请先把提供的.dll文件拷贝到你的系统的 SYSTEM32目录下,否则不能运行...
一个很好的3D与OpenGL结合的例子,实现多级齿轮的运动,效果很好,在运行程序时请先把提供的.dll文件拷贝到你的系统的 SYSTEM32目录下,否则不能运行!-a good combination of 3D and OpenGL example, multi-class sports gear, a good effect, and the operational procedures for the provision when the post. Dll files are copied to your system SYSTEM32 directory, they can run!
- 2022-12-10 21:05:03下载
- 积分:1
-
CVC++图形文字识别OCR控件及示例R
简约不简单的OCR开发包图形文字识别(OCR)是常用的东西。许多程序员都想在自己的程序中嵌入OCR的识别模块。但是,用别人的—要价太高;自己做—难度太大。其实微软早在Office2003中推出了一个OCR模块,对中文有很好的支持(不亚于国内的一个品牌产品)。可能有许多人都注意到这个好东西了,但是MS_OCR在VC++上的接口和用法一直没见披露。笔者在这里发布一个用MS_OCR做的示范程序,大家试试,识别能力还不错,并且支持多种图形格式(bmp,jpg,tif)。
- 2022-03-10 18:15:46下载
- 积分:1
-
opengl开发例子,delphi开发者有用,欢迎使用.
opengl开发例子,delphi开发者有用,欢迎使用.-opengl example for delphi.welcome your reference.
- 2022-12-21 01:35:04下载
- 积分:1
-
opengl编的,三维界面,提供接口,可用于开发3d和平面软件
opengl编的,三维界面,提供接口,可用于开发3d和平面软件-opengl series, three-dimensional interface, providing interface can be used to develop software 3d and planar
- 2023-02-24 11:00:03下载
- 积分:1
-
在 php 中的宿舍管理
宿舍管理 bymanual 方式是乏味的过程,因为它涉及到工作负载和省力。在这个系统中,我们可以轻松地管理宿舍的细节、 roomdetails、 学籍、 乱开支、 乱条例草案计算、 捷径地方分配和宿舍出勤。这个项目的主要特点是将其分配给学生,也易于计算 messbill。这个项目是使用 Visual Basic 作为前端和 oracle 作为后端的污染源。
- 2022-07-28 14:50:48下载
- 积分:1
-
一个导弹发射的简单程序,由数据和源代码组成,模拟导弹发射过程...
一个导弹发射的简单程序,由数据和源代码组成,模拟导弹发射过程-A missile launch simple procedure, by the data and the composition of the source code to simulate the process of missile launchers
- 2022-09-04 18:30:02下载
- 积分:1
-
This is a mixed color on the three
这是一个关于三维颜色混合的很不错的例子,本人编译过了,没有问题。-This is a mixed color on the three-dimensional example of very good, I had to compile, no problem.
- 2022-01-26 02:07:31下载
- 积分:1
-
OpenGL MUST Project 1[Polyline Editor] use linked list of C++
#include
#include
#include
#include
#include "point.h"
/*draw line from the line array*/
void drawPointLine()
{
Node * temp;
for (int i=0;inext!=NULL)
{
temp=temp->next;
glVertex2i(temp->x,temp->y);
}
glEnd();
}
}
/*find the point and delete the point from the line array*/
void delpointFun(int xx,int yy)
{
for (int i=0;inext!=NULL)
{&n
- 2022-01-31 23:45:53下载
- 积分:1
-
3个齿轮相互咬合运动的程序
3个齿轮相互咬合运动的程序-3 gear mutual occlusal movement procedures
- 2022-01-26 02:46:33下载
- 积分:1