-
分形几何--用简单构造复杂的艺术。
对图形的放大有两种,一种是光栅放大,放大后图形的边界会产生锯齿;另一种是矢量放大,采用的是关系计算的方法,放大的图形不会...
分形几何--用简单构造复杂的艺术。
对图形的放大有两种,一种是光栅放大,放大后图形的边界会产生锯齿;另一种是矢量放大,采用的是关系计算的方法,放大的图形不会出现锯齿和模糊。基于Julia的方法属于矢量放大,该方法被称为“分形显微镜”。是一个很有用的功能模块。-Fractal geometry- with a simple structure is complicated art. Amplification of the graphics there are two types of grating amplification, the amplified graphics have jagged borders the other is to enlarge the vector used is a method of calculation, to enlarge the graphics will not appear jagged and fuzzy. Julia
- 2022-03-09 10:34:19下载
- 积分:1
-
进制转换
2# to 16# 8# 2# 10# to 16#
2# to 16# 8# 2# 10# to 16#
2# to 16# 8#...
进制转换
2# to 16# 8# 2# 10# to 16#
2# to 16# 8# 2# 10# to 16#
2# to 16# 8# 2# 10# to 16#-2# to 16# 8# 2# 10# to 16#
2# to 16# 8# 2# 10# to 16#
2# to 16# 8# 2# 10# to 16#
2# to 16# 8# 2# 10# to 16#
2# to 16# 8# 2# 10# to 16#
- 2023-01-21 18:45:03下载
- 积分:1
-
大M单纯法求线性规划最优解
大M单纯法求线性规划最优解-simple method for solving linear programming problems.
- 2022-06-15 20:40:40下载
- 积分:1
-
教育机器人处理游戏的源代码
由中国自动化学会机器人竞赛工作委员会和中国人工智能学会智能机器人专业委员会共同主办,2011年和2012年的比赛项目由深圳大学承办,深圳大学和深圳市机器人协会联合承办的首届大赛于2011年11月12~14日在深圳大学成功举行,吸引了来自全国各地的30多所高校和中学参加,参赛人数接近300人,设立的比赛项目包括:教育机器人智能搬运竞赛、教育机器人擂台、教育机器人游深圳、教育机器人创意设计和制作、微小型群机器人协作和舞蹈、中型组足球机器人竞赛等。
- 2022-01-26 04:24:48下载
- 积分:1
-
贝塞尔曲线示例
#include < iostream >
#include < 矢量 >
#include < math.h >
#include"BezierPoint.h"
使用命名空间 std ;
BezierPoint 贝塞尔 (方法 < BezierPoint > & pts,双 t) ;
双选择 (双 a,双 b) ;
双 factorial(double num) ;
int main(void) {
方法 < < BezierPoint >> 方法警校 ;
char endPointCount = 0;
双 inx ;
双 iny ;
int ptCount = 0;
int 终结点 ;
双 deltaT ;
cin >> ptCount >> deltaT ;
为 (int 我 = 0 ; 我 < ptCount; i + +) {
cin >> inx >> iny >> 终结点 ;
BezierPoint p iny inx) ;
如果 (endPointCount = = 0 & & 终结点 = = 1) {
pts.push_back (方法 < BezierPoint > ()) ;
pts[pts.size()-1].push_back(p) ;
endPointCount + +;
继续 ;
}
pts[pts.size()-1].push_back(p) ;
如果 (endPointCount! = 0 & & 终结点 = = 1 & & 我! = ptCount-1) {
pts.push_back (方法 < BezierPoint > ()) ;
pts[pts.size()-1].push_back(p) ;
endPointCount + +;
}
}
为 (std::s
- 2022-03-13 19:08:01下载
- 积分:1
-
砝码称重问题! 用1,2,5,10,20,50的砝码称出1到88的物重
砝码称重问题! 用1,2,5,10,20,50的砝码称出1到88的物重-weight problem! With 1, said 2,5,10,20,50 weight 1-88 out of the weight
- 2022-07-15 20:27:31下载
- 积分:1
-
Procedures are given deformation QR method with real symmetric triangular matrix...
程序中给出了用变形QR方法计算实对称三角阵的全部特征值与相应的向量-Procedures are given deformation QR method with real symmetric triangular matrix of all eigenvalues with the corresponding vector
- 2022-12-29 05:15:03下载
- 积分:1
-
ACM的一些比较简单题目,可以稍微锻炼编程能力。
ACM的一些比较简单题目,可以稍微锻炼编程能力。-ACM subject of a number of relatively simple, can be a little programming exercise capacity.
- 2023-03-02 15:30:04下载
- 积分:1
-
Matlab calculated using the various features of photonic crystals parameters. A...
利用matlab计算光子晶体的各种特征参量。
一共五个希望对大家有所帮助。-Matlab calculated using the various features of photonic crystals parameters. A total of five people want to help.
- 2022-07-08 11:24:52下载
- 积分:1
-
基于stm32单片机的MP3程序
TF卡上的Tini-FatFs0.09a实现,测试了将TF卡根目录下的音乐类型文件内容通过VS1003播放出来,支持长文件名,支持中文文件名,支持的文件类型为:MP3,MID,WAV,WMA。
- 2022-02-21 19:19:07下载
- 积分:1