搜索资源列表
8_01
- 摇曳的递归分形树(在其中使用了双缓存技术,即创建两个缓冲区,一个用来绘制图形,一个用来显示图形)
D版
- 二次插值函数绘制图形-quadratic interpolation function mapping graphics
swqm.rar
- 三维曲线曲面比较演示系统程序设计 设计一个图形用户界面(GUI)演示常见的三维函数图形,至少包含“三维绘图” 、“选项” 、“退出”等菜单,三维绘图的包括:参数方程x=e-t/20cos(t), y= e-t/20sin(t),z=t其中t 为0到2π、参数方程x=t,y=t2,z=t3其中t为0到1之间(在同一图形界面中分别绘制它们的三维曲面和三维曲线图)。“选项”菜单主要包括:网格开关,图例开关,坐标边框开关,色度空间选择菜单,曲线颜色菜单。,Comparison of three-dim
pictureinapicturezoom
- 利用MATLAB绘制图形,并用鼠标拖拉矩形框,选中图形局部放大后,绘制在原图形的右上角,使得局部细节更清晰-Using MATLAB to draw graphics, and drag a rectangle with the mouse, select the graphics local amplification, drawn in the upper right corner of the original graphics, making the local details more
sy
- lagrange算法实验题目:Lagrange插值多项式 相关知识:通过n+1个节点的次数不超过n的Lagrange插值多项式为: 其中,Lagrange插值基函数 ,k=0,1,…,n。 另外,补充C语言绘制图形方面的内容如下 1.屏幕坐标系 坐标原点在屏幕的左上角,x轴水平向右,y轴垂直向下。2.常用的绘图函数 Newton算法 -lagrange algorithm experimental subject: Lagrange interpolation polyn
flower
- 描绘一种绘制图形的方法,在该程序中使用的是极坐标绘图。会出的图形是花瓣形状。-Describe a method of drawing graphics in the program using polar mapping. Will the graphics is petal shape.
LyapunovExponents_wolf
- 利用wolf法求取Lyapunnov指数,并绘制图形-Method used to obtain Lyapunnov wolf index, and draw graphics
FFTDlg
- FFT傅里叶快速变换,把变换的结果放到文件中,并用matlab绘制图形。- FFT the Fourier fast transformation, puts the transformation result to the document, and draws up the graph with matlab.
m06_QASK
- 设置参数,创建输入信号,计算和显示比特误差率,绘制图形.-Set parameters, create the input signal, calculate and display bit error rate, draw graphics.
matlablearningexperience
- 真正接触matlab一年左右,我很喜欢上了matlab的简单的语法,易于绘制图形,gui编 程也非常容易, 并且功能强大的开放式的toolbox。 因此,尽管我一直没有这方面的应用,但是我还是对 它非常感兴趣。 现 将个人的matlab的一点学习体会列在这里,愿能够对大家(特别是初学者)起到一点儿微薄 的作用也好。 -Real contact with matlab about a year, I am in love with the matlab syntax sim
particle_swarm_optimization
- 使用粒子群算法解决10个城市的旅行商问题 可绘制图形-Use the particle swarm algorithm to solve traveling salesman problem of 10 cities can draw pictures
QDemo
- 强化学习是人工智能中策略学习的一种。本程序提供一强化学习事件Q-learning demo,并绘制图形进行形象化演示。-Reinforcement learning is a kind of artificial intelligence in the strategic study。This program provides a Q-learning demo with plotting.
yiqun-tuxing
- 蚁群算法,实现了蚁群算法并且包含了绘制图形-ant colony optimization
fnl20090803
- 本程序用于气象中Grads所绘制图形的显示,并可以进一步开发使用.-This procedure is used to display meteorological Grads graphics rendering, and can be further developed to use.
Tomographic_compute
- 利用层析算法,通过输入井间地震收发距,道间距,来计算延迟时和地下介质层状速度模型,并绘制图形。-Use of chromatography algorithm, distance by entering crosswell seismic transceiver, channel spacing, to calculate the delay and underground medium layered velocity model and draw graphics.
singleround
- matlab绘制图形,绘制圆形双心圆以及圆环。-matlab draw graphics, draw the circular double heart round ring
Quickplot
- 本人自编的一个快速作图,功能强大的matlab GUI 界面程序。其主要功能如下: 1.导入工作空间变量(X,Y):导入工作空间变量,并提取类型为数组的变量。 2.绘图(plot):多种模式,包括1对1,1对多,多对多。如x1—y1 x1—y1,y2;x1,x2—y1,y2。 3.快速标准化图形(NormalFig):快速设置图形格式,以达到论文图片要求。字体大小,线型粗细等 4.可以手动设置格式 5.可以设置为笛卡尔坐标,也可以设置为对数坐标 6.右键执行命令:“Exe
matlab_Koch
- 利用Matlab对Kouch曲线的程序编写,能生成Koch曲线并绘制图形,级数作为外部参数输入,可调整。-The use of Matlab program of Kouch curve to write, can generate Koch curve and graphics rendering, series as external input parameters, can be adjusted
CIC_decim
- MATLAB CIC插值滤波器的设计方案,比较了不同插值和绘制图形插值-MATLAB CIC interpolation filter design program, compared different interpolation and draw graphics interpolated
科学计算与MATLAB实验
- 绘制下列各种函数图形,绘制分段连续函数图 ,进行下列计算,给出不使用for和while等循环语句的计算方法;