-
很好的c++显示程序
应用背景This program may crash your system or run poorly depending on your
hardware. The program and code contained in this archive was scanned
for virii and has passed all test before it was put online. If you
use this code in project of your own, send a shout out to the author!关键技术一种3D模型文件格式STL(STereo Lithography的缩写) STL文件格式是由3D SYSTEMS 公司于1988 年制定的一个接口协议,是一种为快速原型制造技术服务的三维图形文件格式。STL 文件由多个三角形面片的定义组成,每个三角形面片的定义包括三角形各个定点的三维坐标及三角形面片的法矢量。三角形顶点的排列顺序遵循右手法则
- 2022-04-11 05:36:25下载
- 积分:1
-
c++深度优先搜索的回溯法实现多集合矩阵互斥问题
给定1个1000行×20列的0-1矩阵,对于该矩阵的任意1列,其中值为1的元素的数量不超过10%。设有两个非空集合A和B,每个集合由矩阵的若干列组成。集合A和B互斥是指对于矩阵的任意一行,同时满足下列2个条件:1)若A中有一个或多个元素在这一行上的值是1,则B中的元素在这一行全部是0;2)若B中有一个或多个元素在这一行上的值是1,则A中的元素在这一行全部是0。请你设计一个算法,找出集合A、B和C,满足:1)A、B、C两两互斥,且2)A、B和C包含的列的总数最大。
- 2022-07-25 02:20:37下载
- 积分:1
-
这是掌握计算机软件专业组合的一种数学…
这是硕士生计算机软件专业组合数学的一个字典算法演示,仅供参考。-This is the master computer software professional combination of a mathematical algorithm dictionary demonstration purposes only.
- 2023-07-29 18:05:04下载
- 积分:1
-
计算电磁学中FDTD方法的三维基本算例,PMC边界条件
计算电磁学中FDTD方法的三维基本算例,PMC边界条件-This ToyBoxFDTDbezhig is an extremely simple 3D FDTD code.
- 2022-02-25 16:56:17下载
- 积分:1
-
Steepest descent method is based on the negative gradient direction as a decline...
最速下降法是以负梯度方向作为下降方向的极小化算法,本程序用该方法求解n元正定二次函数的极小值-Steepest descent method is based on the negative gradient direction as a decline in the direction of the minimization algorithm, this procedure using this method for solving n-positive definite quadratic function of the minimum
- 2022-03-12 23:23:09下载
- 积分:1
-
人脸检测C ++
IM开发该算法进行人脸检测蟒蛇,只有25行,这样是非常简单而有效。希望你喜欢它
- 2022-03-24 09:04:57下载
- 积分:1
-
实现组合C(M,N)运算,程序结构简单鲜明,运用递归算法,取代流行的数组方式储存,实现组合运算...
实现组合C(M,N)运算,程序结构简单鲜明,运用递归算法,取代流行的数组方式储存,实现组合运算-achieve portfolio C (M, N) Operational procedures simple structure distinctive, using recursive algorithm to replace the popular approach to storage arrays to achieve portfolio Operational .......................
- 2022-03-15 05:18:35下载
- 积分:1
-
计算飞船相对测站的位置矢量单位矢量在赤道坐标系中的三个分量...
计算飞船相对测站的位置矢量单位矢量在赤道坐标系中的三个分量-Calculation of the spacecraft relative position vector of the station unit vector in the equatorial coordinate system of the three subscales
- 2022-01-31 04:12:03下载
- 积分:1
-
表达式计算器
cos sin + ―*
表达式计算器
cos sin + ―*-Expression calculator cos sin+-*
- 2022-06-29 00:14:29下载
- 积分:1
-
该文件是一个快速排序的实现,它有一个O(N LG N)
This file is a quick sort implementation, it has an O ( n lg n )
- 2022-03-15 09:52:31下载
- 积分:1