登录
首页 » Visual C++ » DEM

DEM

于 2011-06-13 发布 文件大小:2491KB
0 142
下载积分: 1 下载次数: 18

代码说明:

  动态模拟有质量小球的动力学性能,动态仿真小球弹跳时的力学参数变化(Dynamic simulation of the dynamics of quality performance of the ball, bouncing ball when the dynamic simulation of the mechanical parameters)

文件列表:

DEM有质量
.........\ zz.txt,168338,2009-08-12
.........\ zzbang.txt,20,2009-08-11
.........\ zzjiasudu.txt,107731,2009-08-12
.........\ zzsudu.txt,115538,2009-08-12
.........\ zzweizhi.txt,11309,2009-08-10
.........\ zzweizhi1.txt,104615,2009-08-12
.........\ zzweizhi2.txt,104615,2009-08-12
.........\Debug
.........\.....\ zz.txt,24704,2010-01-24
.........\.....\ zzbang.txt,0,2009-08-10
.........\.....\ zzjiasudu.txt,8276,2010-01-24
.........\.....\ zzsudu.txt,11819,2010-01-24
.........\.....\ zzweizhi.txt,18129,2009-08-10
.........\.....\ zzweizhi1.txt,10280,2010-01-24
.........\.....\ zzweizhi2.txt,10305,2010-01-24
.........\.....\DEM.exe,147559,2011-04-28
.........\.....\DEM.ilk,393632,2011-04-28
.........\.....\DEM.map,69479,2009-06-17
.........\.....\DEM.obj,33470,2011-04-28
.........\.....\DEM.pch,5831868,2011-04-28
.........\.....\DEM.pdb,541696,2011-04-28
.........\.....\DEM.res,8852,2009-08-12
.........\.....\DEMDoc.obj,25203,2011-04-28
.........\.....\DEMView.obj,78405,2011-04-28
.........\.....\MainFrm.obj,30633,2011-04-28
.........\.....\SET1.obj,31063,2011-04-28
.........\.....\SET2.obj,35193,2011-04-28
.........\.....\StdAfx.obj,109282,2011-04-28
.........\.....\TUXIAN.obj,20674,2011-04-28
.........\.....\vc60.idb,263168,2011-04-28
.........\.....\vc60.pdb,462848,2011-04-28
.........\DEM.APS,32016,2011-04-28
.........\DEM.clw,4487,2011-04-28
.........\DEM.cpp,4157,2009-06-17
.........\DEM.dsp,4925,2009-06-22
.........\DEM.dsw,531,2009-06-12
.........\DEM.h,1325,2009-06-17
.........\DEM.ncb,402432,2011-04-28
.........\DEM.opt,57856,2011-04-28
.........\DEM.plg,807,2011-04-28
.........\DEM.rc,15226,2009-07-22
.........\DEMDoc.cpp,1547,2009-06-16
.........\DEMDoc.h,1300,2009-06-16
.........\DEMView.cpp,20250,2009-08-12
.........\DEMView.h,3302,2009-07-22
.........\glut.h,27670,2000-12-13
.........\glut32.dll,237568,2001-11-08
.........\glut32.lib,28728,2001-11-08
.........\MainFrm.cpp,2565,2009-06-17
.........\MainFrm.h,1581,2009-06-12
.........\ReadMe.txt,4239,2009-06-12
.........\res

.........\...\DEM.rc2,395,2009-06-12


.........\resource.h,1606,2009-07-17
.........\SET1.cpp,4839,2009-07-29
.........\SET1.h,1540,2009-06-20
.........\SET2.cpp,6310,2009-07-29
.........\SET2.h,1779,2009-07-22
.........\StdAfx.cpp,477,2009-07-22
.........\StdAfx.h,1560,2009-07-22
.........\TUXIAN.cpp,972,2009-06-22
.........\TUXIAN.h,1219,2009-06-22

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

发表评论

0 个回复

  • edgelink
    边缘检测,并分割,以不同颜色标示。站内有其matlab实现,这是对应的c++代码。(Edge detection and segmentation, marked with different colors. Inside the station are the matlab realize, This is corresponding c++ code.)
    2021-04-12 13:28:57下载
    积分:1
  • CHAT(cPP)
    基于C++的TCP/IP的聊天程序,包含有客户端和服务器两个文件夹(Based on the C++ TCP/IP chat program, includes client and server two folders)
    2014-06-26 17:32:49下载
    积分:1
  • 38K_infrared
    38K infrared
    2011-03-16 11:01:20下载
    积分:1
  • telbook
    这是一个C语言版本的电话簿管理系统,采用纯C语言编写的,对于C语言入门者来说,非常有用。(This is a C language version of the phone book management system, written in pure C language, C language, for starters, very useful)
    2011-12-10 11:06:05下载
    积分:1
  • supertimer
    能够实现毫秒级的定时器,多媒体定时器。。。。(milisecond timer)
    2009-06-15 20:51:37下载
    积分:1
  • PCShow
    说明:  三维点云的伪彩色显示示例。自带5片点云用于测试。可平移、旋转、缩放视图;可单色、伪彩色显示点云。(An example of pseudo-color display of three-dimensional point clouds. It has five point clouds for testing. It can translate, rotate and zoom views; it can display point clouds in monochrome and pseudo-color.)
    2020-11-10 16:59:46下载
    积分:1
  • Learning_OpenCV
    这是一本关于OpenCV的很基础的书。全英文,且多数英文单词在附录中都有英英解释。(This is a book about the very foundation of OpenCV. In English, and most of the English words in the appendix have English explanations.)
    2014-05-06 00:57:13下载
    积分:1
  • decimation
    音频信号降采样程序 支持48k->8k 24k->8k 8k->1k 的降采样.实现方法,先做低通滤波,再做采样点抽取.低通滤波起使用67点FIR,系数由matlab使用窗函数法生成 (Audio signal down-sampling procedures to support the 48k-)
    2007-09-11 10:20:03下载
    积分:1
  • HomeRes
    家庭理财统计!可以在一定的时间一定的消费类型消费人员金额等等的统计!(Family financial management and Statistics! At a certain time a certain amount of the consumption type of consumption, personnel statistics, etc.!)
    2010-01-16 22:24:58下载
    积分:1
  • mae
    生产者和消费者的问题,主要解决进程的同步和异步的问题(producers and consumers that the main problem solving process synchronous and asynchronous problems)
    2007-01-18 09:36:57下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载