登录
首页 » Visual C++ » UDF_RigidBody

UDF_RigidBody

于 2018-03-24 发布 文件大小:9KB
0 275
下载积分: 1 下载次数: 10

代码说明:

  UDF For rigid body motion

文件列表:

UDF_RigidBody.c, 2890 , 2018-03-24
UDF_RigidBody - Copy.c, 2890 , 2018-03-24
UDF_RigidBody - Copy (2).c, 2890 , 2018-03-24
UDF_RigidBody - Copy (3).c, 2890 , 2018-03-24
UDF_RigidBody - Copy (4).c, 2890 , 2018-03-24
UDF_RigidBody - Copy (5).c, 2890 , 2018-03-24
UDF_RigidBody - Copy (6).c, 2890 , 2018-03-24
UDF_RigidBody - Copy (7).c, 2890 , 2018-03-24
UDF_RigidBody - Copy (8).c, 2890 , 2018-03-24
UDF_RigidBody - Copy (9).c, 2890 , 2018-03-24
UDF_RigidBody - Copy (10).c, 2890 , 2018-03-24
UDF_RigidBody - Copy (11).c, 2890 , 2018-03-24
UDF_RigidBody - Copy (12).c, 2890 , 2018-03-24
UDF_RigidBody - Copy (13).c, 2890 , 2018-03-24
UDF_RigidBody - Copy (14).c, 2890 , 2018-03-24
UDF_RigidBody - Copy (15).c, 2890 , 2018-03-24
UDF_RigidBody - Copy (16).c, 2890 , 2018-03-24
UDF_RigidBody - Copy (17).c, 2890 , 2018-03-24
UDF_RigidBody - Copy (18).c, 2890 , 2018-03-24
UDF_RigidBody - Copy (19).c, 2890 , 2018-03-24
UDF_RigidBody - Copy (20).c, 2890 , 2018-03-24
UDF_RigidBody - Copy (21).c, 2890 , 2018-03-24

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

发表评论

0 个回复

  • supertimer
    能够实现毫秒级的定时器,多媒体定时器。。。。(milisecond timer)
    2009-06-15 20:51:37下载
    积分:1
  • DEM的读取与显示 实现大规模地形显示
    DEM的读取与显示 实现大规模地形显示(DEM read and display of large-scale Terrain)
    2010-07-18 11:27:51下载
    积分:1
  • cSharp2
    C#从入门到精通,这就是下半部分,大家可以自己找上半部(C# From Novice to Professional, which is the lower half, you can find yourself on the half)
    2013-12-11 11:05:13下载
    积分:1
  • poj3941
    poj 3941 Hideyuki is allowed by his father Ujisato some 1000 yen bills every month for his pocket money. In the first day of every month, the number of bills is decided as follows. Ujisato prepares n pieces of m-sided dice and declares the cutback k. Hideyuki rolls these dice. The number of bills given is the sum of the spots of the rolled dice decreased by the cutback. Fortunately to Hideyuki, Ujisato promises him to give at least one bill, even if the sum of the spots does not exceed the cutback. Each of the dice has spots of 1 through m inclusive on each side, and the probability of each side is the same. In this problem, you are asked to write a program that finds the expected value of the number of given bills. (poj 3941 Hideyuki is allowed by his father Ujisato some 1000 yen bills every month for his pocket money. In the first day of every month, the number of bills is decided as follows. Ujisato prepares n pieces of m-sided dice and declares the cutback k. Hideyuki rolls these dice. The number of bills given is the sum of the spots of the rolled dice decreased by the cutback. Fortunately to Hideyuki, Ujisato promises him to give at least one bill, even if the sum of the spots does not exceed the cutback. Each of the dice has spots of 1 through m inclusive on each side, and the probability of each side is the same. In this problem, you are asked to write a program that finds the expected value of the number of given bills.)
    2013-07-16 20:45:28下载
    积分:1
  • CalcRadius
    FLUENT和EDEM结合 快速填充,提取节点坐标,然后在EDEM填充小球(FLUENT and EDEM combination of fast filling, extraction node coordinates, then fill in EDEM pellets)
    2016-01-26 10:45:19下载
    积分:1
  • vb_drwa_code
    学习VB的绘图程序设计,比较简单,这里有一个很易学的程序.可以在此基础上编写出很多实用的程序啊.(learning VB mapping program design, relatively simple, Here is a very easy to learn the procedures. This can be prepared on the basis of many practical procedures ah.)
    2007-03-26 00:51:24下载
    积分:1
  • Visual-navigation-procedures
    视觉导航程序 主要用GPS和MIU单元并用KF和UKF进行数据融合(Visual navigation procedures)
    2011-04-29 15:27:05下载
    积分:1
  • CZoomoutanin
    C语言实现的矢量图形的缩放等功能,初学的可以参考参考(C language implementation of graphical zoom functions, can refer to reference)
    2011-09-06 23:12:57下载
    积分:1
  • code
    在给定字符串中找出单词( “单词”由小写字母字符大写字母和构成,其他非字母字符视为单词的间隔, 如、问空格号、数字等等;另外单个字母不算单词);找到单词后,按照长度进行降序排序, (排序时如果长度相同,则按出现的顺序进行排列),然后输出到一个新的字符串中;如果某个单词重复出现多次, 则只输出一次;如果整个输入的字符串中没有找到单词,请输出空串。输出的单词之间使用一个“空格”隔开, 最后一个单词后不加空格。(Identify the word (" word" character from the uppercase and lowercase letters constituted, other non-alphabetic characters as word spacing, such as asking a space number, number, etc. another is not a single letter word) in a given string find words after descending order according to length, (if the same length, the order stated that appears when sorting arranged), and then output to a new string If a word is repeated several times, only output once If the entire input string is not found in word, outputs an empty string. Used between the output of a word " space" separated, no spaces after the last word.)
    2014-02-23 00:19:04下载
    积分:1
  • GPS信号的跟踪与捕获 Trackdemo
    GPS信号的跟踪与捕获,matlab代码有详细注释!!!!!(GPS signal tracking and capture, matlab code have detailed!!!!!!!!!!!!!!!!!!!!!!!!! Comments)
    2020-07-02 14:40:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载