搜索资源列表

  1. MagneticPendulum_zdfsthbs

    0下载:
  2. A few years ago, I got an article named "Experimente zum Chaos" [translated.: "Experiments on Chaos"] from the the German version of the Scientific American. The article dates back to 1994, and introduces among others a
  3. 所属分类:图形图象

    • 发布日期:2024-05-19
    • 文件大小:209920
    • 提供者:srhg
  1. ivy_generator

    0下载:
  2. An Ivy Generator. The ivy grows from one single root following different forces: a primary growth direction [the weighted average of previous growth directions], a random influence, an adhesion force towards other obje
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-19
    • 文件大小:4368384
    • 提供者:nibber
  1. OgreMFCOde

    1下载:
  2. 基于MFC的OGRE调用,并且增加了ODE的重力测试-Based on the Ogre MFC calls, and an increase of ODE' s gravity test
  3. 所属分类:游戏引擎

    • 发布日期:2024-05-19
    • 文件大小:62464
    • 提供者:朱朋
  1. Fountain-Dance-win

    0下载:
  2. The Fountain Simulation Here I ll explain Some basic physical things (simulation of a water drop) How to get antialiased points How to use blending Some basic physics... The movement of a drop con
  3. 所属分类:OpenGL

    • 发布日期:2024-05-19
    • 文件大小:131072
    • 提供者:wang
  1. Geometry

    0下载:
  2. 用C++语言实现的各种计算几何算法, 如判断点是否在多边形内, 多边形凸凹性判断, 寻找点集凸包的卷包裹法,求简单多边形的重心,求从多边形外一点出发到该多边形的切线,判断线段是否相交等等! -Using C++ language implementation of a variety of computational geometry algorithms, such as point to determine whether the
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-19
    • 文件大小:13312
    • 提供者:11
  1. shipin

    0下载:
  2. 视频运动目标检测,包括背景预测法目标检测和帧间差分法目标检测,Meam Shift目标跟踪和多目标重心法跟踪,内含演示说明。-Video moving target detection, including the context of target detection and prediction inter-fr a me difference method target detection, Meam Shift target t
  3. 所属分类:视频捕捉/采集

    • 发布日期:2024-05-19
    • 文件大小:3115008
    • 提供者:jiaojiao003
  1. zljsdcl

    0下载:
  2. 用单片机atmega16制作重力加速度测量仪,液晶显示,c语言-Acceleration due to gravity with the production of single-chip measurement atmega16, liquid crystal display, c language
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-19
    • 文件大小:10240
    • 提供者:pedpan
  1. zhongli

    0下载:
  2. 重力的正演程序,模拟了地质体的重力异常情况。-gravity anomaly forward modeling
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:幽幽
  1. code

    0下载:
  2. 用protues+keil Uv3模拟仿真一个杆的重心位置,假定杆长300CM。-Protues+ keil Uv3 with simulation of a center of gravity position under the assumption that length 300CM.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-19
    • 文件大小:125952
    • 提供者:黄宇
  1. K-meansNB

    0下载:
  2. :将K—means算法引入到朴素贝叶斯分类研究中,提出一种基于K—means的朴素贝叶斯分类算法。首先用K— me.arks算法对原始数据集中的完整数据子集进行聚类,计算缺失数据子集中的每条记录与 个簇重心之间的相似度,把记 录赋给距离最近的一个簇,并用该簇相应的属性均值来填充记录的缺失值,然后用朴素贝叶斯分类算法对处理后的数据 集进行分类。实验结果表明,与朴素贝叶斯相比,基于K—means思想的朴素贝叶斯算法具有较高的分类
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:173056
    • 提供者:李浩
  1. Extensionofgravity

    0下载:
  2. 重力勘探 频率域重力延拓 二维傅里叶变换 源代码-Gravity Gravity exploration extension frequency domain two-dimensional Fourier Transform source code
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:183296
    • 提供者:赵伟超
  1. weight_centre

    0下载:
  2. 通过重心法确定光斑图像的中心。根据个像素的灰度值和所在的位置乘积和总面值作比,进而求得重心。-Through the center of gravity method to determine the center of the image spot. According to the gray-scale pixel value and the location of the product and the total for mor
  3. 所属分类:图形图象

    • 发布日期:2024-05-19
    • 文件大小:54272
    • 提供者:孟合民
  1. singlependulum

    0下载:
  2. 模拟钟摆实现动画 (1)绘制圆柱状三维钟摆模型,计算合理的摆线长度以及摆动初始位置,保证钟摆一个摆动周期为1秒,提供误差计算并显示误差(20分) (2)计算重力作用以及摆线弹性拉力作用下的钟摆速度,计算每一帧的钟摆位置及相应的旋转变换角度,并实现动画(30分) (3)增加阻尼计算,提供阻尼参数的调整工具,实现带阻尼的钟摆动画(30分) (4)音效、图形画面效果(10分) (5)详细的作业报告(10分)
  3. 所属分类:OpenGL

    • 发布日期:2024-05-19
    • 文件大小:1150976
    • 提供者:xuhao
  1. GravityDrainedWaterTank

    0下载:
  2. 模型预测控制的一个小例子~Gravity Drained Water Tank-A little example in MPC ——Gravity Drained Water Tank
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:60416
    • 提供者:Lola
  1. Contour

    0下载:
  2. 重力等高线的绘制、显示及其范例。本软件也可用于绘制其他类型的等高线。-Contour map of gravity, and examples show. This software can also be used to draw other types of contour lines.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:11218944
    • 提供者:彭邦彦
  1. ballgame

    0下载:
  2. 利用VB製作的碰碰球遊戲,時間越長表示越厲害,還加入了重力因素讓遊戲性更豐富-VB produced by the use of bumper ball games, the longer that the more powerful, but also joined the gravity factor of the game more
  3. 所属分类:其他游戏

    • 发布日期:2024-05-19
    • 文件大小:249856
    • 提供者:黃獅獅
  1. seachcenter

    0下载:
  2. 用matlab编的 找二值图像的重心 可以下下来-Made use of the matlab binary image to find the center of gravity can be down to see the next
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:130048
    • 提供者:yukuncheng
  1. Gyro_dynamics_simulation_MATLAB

    1下载:
  2. 陀螺运动的仿真程序,动力学仿真和动画同时表示 陀螺在重力下以适当的初始速度落地的仿真结果-Gyro movement simulation program, dynamic simulation and animation at the same time that the top of the gravity of the initial velocity to the appropriate landing simulation r
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:tang zh
  1. 20080814025250327

    0下载:
  2. 一般的GPS数据处理软件都是采用上述步骤进行计算的,其中只有第2步涉及转换参数。鉴于我国曾使用不同的坐标基准(BJ54、State80、 Correct54),各地的重力值又有很大差异,所以很难确定一套适合全国且精度较好的转换参数。通行的做法是:在工作区内找三个以上的已知点,利用已 知坐标和所测Wgs84坐标,求解七参数。若多选几个已知点,通过平差的方法可以获得较好的精度。 -General GPS data processing
  3. 所属分类:C#编程

    • 发布日期:2024-05-19
    • 文件大小:37888
    • 提供者:yuzhu
  1. trace

    0下载:
  2. GPS信号模拟器卫星状态参数的算法研究,模拟器,轨道参数,非球形地球引力。-GPS satellite signal simulator state parameters of the algorithm, simulator, orbital parameters, non-spherical Earth' s gravity.
  3. 所属分类:汇编语言

    • 发布日期:2024-05-19
    • 文件大小:443392
    • 提供者:徐奎
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 44 »

源码中国 www.ymcn.org