搜索资源列表
pi
- 一个用于求圆周率pi的matlab算法。题目背景:取一长面积为1平方米的正方形白纸,在白纸的内部画一个直径为1米的圆,如下图所示。此圆恰好与正方形的四条边分别切于一点,它的面积是 pi*(1/2)^2 =pi/4 ,然后,你可以抓一大把芝麻,一粒一粒地随便地扔到白纸上。在你扔麦子的过程中可以请一位朋友帮助记录:一共扔了几次?有几次是扔在圆里面? 实验结束后,你只须用“芝麻落在圆里的次数”除以“一共扔的次数”得到的结果就是圆的面积。则pi就是“圆的面积*4”了 当然,你扔的次数越
zhixian
- 计算机图形学中画直线源代码描述,主要是画直线的算法,其它画曲线和画圆将陆续上传。
huayuan
- 这是画圆的源程序,运用中点画圆算法画圆,-This is drawcircle source, using the midpoint drawcircle algorithm drawcircle,
circle1
- 非常好用的遗传算法!!!!!!!!画圆相当好使-The genetic algorithm is very easy to use! ! ! ! ! ! ! ! Circle quite so
Line-circle
- C++实现计算机图形学算法,绘制线(数值微分法、中点画线法、Bresenham法),绘制圆(圆心半径画圆、中心点画圆算法)-C++ realization of computer graphics algorithms, rendering line (numerical differential method, the stipple method of lines, Bresenham method), draw the circle (center of a circle radius d
matlab_round
- 用matlab编写中点画圆算法的程序,原理是:先从(0,R)点画第二个八分之一圆,再利用圆的八对称性,可画出其余七个八分之一圆。- Compiles the center point makeing a circle algorithm with matlab the procedure
cirlce_route-search
- 1.Matlab里面没有提供直接以半径和圆心位置画圆的程序,该程序可以实现此功能,命令格式为:circle(radius,x0,y0, color ) 2.一种基于势函数的路径搜索算法,能实现有障碍物环境中指定起点和终点位置的最短路径搜索。-1.Matlab which does not provide the location directly in the center circle radius and the program, the program can achieve this
zkjflyjd
- 距离保护傅里叶模型算法 使用图基滤波器 控制阻抗轨迹显示范围 在阻抗平面画出阻抗圆特性、整定阻抗直线特性和短路阻抗轨迹- Distance protection algorithm using the Fourier model-based filter control chart shows the range impedance locus in the impedance circle characteristic impedance plane plot, s
zkjRLxj
- 距离保护R-L模型算法 使用图基滤波器 控制阻抗轨迹显示范围 在阻抗平面画出阻抗圆特性、整定阻抗直线特性和短路阻抗轨迹- RL model algorithm for distance protection using map-based filter control the impedance locus in the impedance plane display range characteristic impedance circle draw, settin
zkjflyxj
- 距离保护傅里叶模型相间阻抗算法 使用图基滤波器 控制阻抗轨迹显示范围 在阻抗平面画出阻抗圆特性、整定阻抗直线特性和短路阻抗轨迹- Impedance phase distance protection Fourier model-based filter algorithm control using the map display range impedance locus in the impedance circle characteristic impedan
风力摆(使用)
- 风力摆源码,可画圆,PID算法,可调周期摆动(Wind pendulum source code)
idstantbated-relegate-console
- 利用分形算法画出一个几个圆构成的图案,可以利用代码再扩充进行更改圆的数目()
93678279
- 将一个半圆用点画出来,而不是使用画圆函数,其中使用了一个确定点位置的算法()