登录
首页 » C# » ObjectMovements

ObjectMovements

于 2014-02-17 发布 文件大小:192KB
0 77
下载积分: 1 下载次数: 2

代码说明:

  基于Skyline的c#编程5——ObjectMovements(c# program based on Skyline 5)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 20697624gps_matlab
    GPS for MatlabDetermination of the WGS-84 geoid height correction Determination of the WGS-84 geoid height correctionDetermination of the WGS-84 geoid height correction
    2010-11-22 04:37:22下载
    积分:1
  • Implementation
    在此pdf文件里论诉了MATLAB图像合成的相关知识,并给出了其具体实现。我自己已经实现过,代码很全没有问题。(In this pdf document on the MATLAB Image Synthesis v. knowledge, and gives the concrete realization. I myself have been achieved, the code is no problem with the whole.)
    2009-05-22 11:39:31下载
    积分:1
  • hough-ellipse
    hough变换检测椭圆的MATLAB程序(hough detection codes to detect shapes in images)
    2014-09-17 18:21:48下载
    积分:1
  • synchronisation-wsn
    a novel distributed time synchronization scheme for wireless sensor networks written in matlab
    2020-06-30 16:00:02下载
    积分:1
  • MMVS
    文献代码——A novel statistical image thresholding method,2010.12, International Journal of Electronics and Communications,Elsevier(source code——A novel statistical image thresholding method,2010.12, International Journal of Electronics and Communications,Elsevier)
    2012-11-03 22:16:16下载
    积分:1
  • MATLAB_GUI-PARKING
    停车场仿真,停车场中车辆的进出满足泊松分布,利用matlab GUI编程实现对车辆进入和离开停车场的模拟,动画实现,内附matlab源代码与具体的设计报告!(Parking simulation, and out of the parking lot of vehicles to meet the Poisson distribution, the use of matlab GUI programming for vehicles entering and leaving the parking lot of simulation, animation realization, containing the source code and detailed design report!)
    2014-03-10 10:16:20下载
    积分:1
  • Impulse-response
    it is a program for determining and plotting impulse response
    2014-09-08 03:07:08下载
    积分:1
  • M文件3
    说明:  通过编程建立函数的最佳逼近。并且可估计它的最佳逼近误差(The best approximation of function is established by programming. And the best approximation error can be estimated.)
    2020-06-24 16:00:01下载
    积分:1
  • Detect-of-Pollution-source-in-city
    这是我们参加2011年全国大学生数学建模大赛,做A题的论文和matlab程序,当年获得国奖。 利用此程序可以进行污染源位置反演计算,以及其他类似服从高斯扩散模型的源项反演。 计算量小,简单易懂。(Detect of Pollution source in city.2011 China Undergraduate Mathematical Contest in modeling Q_A.)
    2021-04-25 22:08:46下载
    积分:1
  • fractal-use
    分形的练习一 ①Koch曲线 用复数的方法来迭代Koch曲线 clear i 防止i被重新赋值 A=[0 1] 初始A是连接(0,0)与(1,0)的线段 t=exp(i*pi/3) n=2 n是迭代次数 for j=0:n A=A/3 a=ones(1,2*4^j) A=[A (t*A+a/3) (A/t+(1/2+sqrt(3)/6*i)*a) A+2/3*a] end plot(real(A),imag(A)) axis([0 1 -0.1 0.8]) ②Sierpinski三角形 A=[0 1 0.5 0 0 1] 初始化A n=3 迭代次数 for i=1:n A=A/2 b=zeros(1,3^i) c=ones(1,3^i)/2 A=[A A+[c b] A+[c/2 c]] end for i=1:3^n patch(A(1,3*i-2:3*i),A(2,3*i-2:3*i), b ) patch填充函数 end (Fractal Exercise One The ① Koch curve Plural iteration Koch curve clear i to prevent i is reassigned A = [0 1] initial A is a connection (0,0) and (1,0) of the segments t = exp (i* pi/3) n = 2 n is the number of iterations for j = 0: n A = A/3 a = ones (1,2* 4 ^ j) A = [A (t* A+ a/3) (A/t+ (1/2+ sqrt (3)/6* i)* a) A+2/3* a] end plot (real (A), imag (A)) axis ([0 1-0.1 0.8])   ② Sierpinski triangle A = [0 1 0.5 0 0 1] initialized A n = 3 the number of iterations. for i = 1: n A = A/2 b = zeros (1,3 ^ i) c = ones (1,3 ^ i)/2 A = [A A+ [c b] A+ [c/2 c]] end for i = 1:3 ^ n patch (A (1,3* i-2: 3* i), A (2,3* i-2: 3* i), b ) patch filled function end)
    2013-03-02 10:03:09下载
    积分:1
  • 696522资源总数
  • 104042会员总数
  • 18今日下载