-
一个dxf输出dxf12的例子
一个dxf输出dxf12的例子-an example of the output dxf12
- 2022-10-06 19:30:03下载
- 积分:1
-
这是一个图像的分隔算法,绝对可用,欢迎下载,保证无毒
这是一个图像的分隔算法,绝对可用,欢迎下载,保证无毒-This is a separate image algorithm can be absolutely welcome to download, ensuring a drug-free
- 2023-07-15 16:15:03下载
- 积分:1
-
帮同学写的代码,把一块区域随即分割为固定大小的若干区域,并在每个区域随机种子,可以做位实验数据,希望能给其他朋友有所帮助...
帮同学写的代码,把一块区域随即分割为固定大小的若干区域,并在每个区域随机种子,可以做位实验数据,希望能给其他朋友有所帮助-help students write the code, then a regional division of the fixed size of a number of regional and random seeds in each region that can be done at the experimental data, in hopes of giving other friends help
- 2022-09-18 23:35:02下载
- 积分:1
-
vega中的tripod碰撞检测方法,上房问题在min和Max的参数中。如果max值越大,你爬高就越大。min越小你下坡也就越大。他们的值与你的场景单位有关。他...
vega中的tripod碰撞检测方法,上房问题在min和Max的参数中。如果max值越大,你爬高就越大。min越小你下坡也就越大。他们的值与你的场景单位有关。他们都是极限值,如果你的房子高度在max值之下就不可能“上房”了。你的坡度落差大于min的绝对值时,他就下不去了。一般用在z和Tripod中常见-vega in the tripod of collision detection methods,上房problem min and Max parameters. If the max value bigger, you climb the greater. min greater the smaller the downhill you. Their value and your scene units. They are limits, if your house under a high in the max value can not be
- 2023-06-03 18:45:02下载
- 积分:1
-
一个处理图像的函数库,大家是不是很需要阿
一个处理图像的函数库,大家是不是很需要阿-an image processing library, we are not in great need of A
- 2022-01-25 21:33:46下载
- 积分:1
-
OpenSceneGraph是一款高性能的3D图形开发库。广泛应用在可视化仿真、游戏、虚拟现实、高端技术研发以及建模等领域。使用标准的C++和 OpenGL编写...
OpenSceneGraph是一款高性能的3D图形开发库。广泛应用在可视化仿真、游戏、虚拟现实、高端技术研发以及建模等领域。使用标准的C++和 OpenGL编写而成,可以运行在Windows系列、OSX、GNU/Linux、IRIX、Solaris、HP-Ux、AIX以及FreeBSD操作系统。-OpenSceneGraph is a high-performance 3D graphics development library. Widely used in visual simulation, games, virtual reality, high-technology research and development, as well as modeling and other fields. Using the standard C++ and written in OpenGL, you can run on Windows series, OSX, GNU/Linux, IRIX, Solaris, HP-Ux, AIX and FreeBSD operating systems.
- 2022-07-27 01:26:32下载
- 积分:1
-
能够动态地改变对话框大小,有渐变的效果的一段vc++6.0源代码。...
能够动态地改变对话框大小,有渐变的效果的一段vc++6.0源代码。
- 2023-07-23 03:55:02下载
- 积分:1
-
3D文件读取
该包中包含3D文件的读取,保存,其中有DXF格式文件,3DS文件,OBJ文件,LSS文件,LAS文件,V3E文件,STL文件。这些常用3D数据格式的读取与存储操作,对3D开发者有非常大的作用。
- 2023-04-04 12:05:03下载
- 积分:1
-
用如求直立主图统计程序。RGB有3个座标,分别是R,G,B,其值从0-255。把0-255分成4段,那么每个座标有4种取值,共可以表示4*4*4=64种颜色。程...
用如求直立主图统计程序。RGB有3个座标,分别是R,G,B,其值从0-255。把0-255分成4段,那么每个座标有4种取值,共可以表示4*4*4=64种颜色。程序中主要是histogram函数,它有两个参数,第1个参数是一个64位数组,每一位表示一种颜色,其值是该颜色出现的次数。另外两个函数numbercolor是对每个像素计算它的颜色值,fenduan是对参数x返回0-255中的某一段。主函数测试一副图片的颜色直方图的统计。-Used as the main map for vertical statistical procedures. RGB has three coordinates, namely R, G, B, its value from 0-255. The 0-255 is divided into 4, then there are four kinds of each coordinates value, can indicate a total of 4* 4* 4 = 64 kinds of colors. Process is mainly histogram function, it has two parameters, the first a parameter is a 64-digit group, each and every one expressed a different color, its value is the number of the color appears. The other two function numbercolor is calculated for each pixel its color value, fenduan of parameters x the return of a certain period of 0-255. The main function to test a picture of the color histogram statistics.
- 2022-10-26 15:15:04下载
- 积分:1
-
本软件是一个图形编辑器,毕业设计是做的,有完整的系统和相关的文档,软件内容包括:
绘图方面,可以画点、直线、折线、多边形、圆、矩形。绘制时先选择所绘制图元类...
本软件是一个图形编辑器,毕业设计是做的,有完整的系统和相关的文档,软件内容包括:
绘图方面,可以画点、直线、折线、多边形、圆、矩形。绘制时先选择所绘制图元类型,然后用鼠标完成绘制。
编辑方面 ,要求针对每个图元,可对其进行选中、删除操作,并且都可编辑其基本属性,如颜色、线宽等。同时编辑时必须以选中状态才可进行编辑。
保存方面 ,要求能够将所绘制图元成功保存进文件。
读取方面,要求能够将所保存文件成功读取,并显示出来,并且实现对所读取图元的编辑功能与再保存功能。 -err
- 2023-02-16 20:10:04下载
- 积分:1