CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 长方体

搜索资源列表

  1. squar

    0下载:
  2. 不是我自己写的,是国外一个高手做的。感觉不错,拿出来大家一起分享。 效果是一个旋转的长方体-than I wrote it myself, is a foreign masters do. Feeling good show to share with everyone. Effect of a rotating cuboid
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:22.71kb
    • 提供者:李素
  1. donghuaxiaoguo

    0下载:
  2. 这是一个用C实现的动画源码,在屏幕上实现一个长方体和一个扇形的跳动效果,并且还加入了声音.-This is a realization of the C source animation on screen realization of a cuboid and a fan of beating results, and also joined the voices.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:22.72kb
    • 提供者:毛子
  1. MFC制作长方体的表面积跟体积

    0下载:
  2. MFC制作长方体的表面积跟体积
  3. 所属分类:对话框与窗口

  1. 1

    0下载:
  2. OPENGL纹理映射的应用,对长方体6面进行映射,并旋转,包中包含源代码-OPENGL application of texture mapping, to map surface of the cuboid 6, and rotate, the package contains the source code
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-05-13
    • 文件大小:2.95mb
    • 提供者:wei
  1. code

    0下载:
  2. 王晓东 算法设计 课后部分答案 n后 , 编辑距离问题 , 标准2维表问题 ,独立任务最优调度 , 会场安排 , 矩阵相乘 , 圈乘运算 , 输油管道问题 , 兔子生崽 , 邮局选址 , 又重复元素排列问题 , 找第二名学生成绩 , 众数问题 , 字典序问题 , 租用游艇问题 , 最长公共子序列问题 ,最大k乘积 , 最大长方体 , 最少硬币 , 最小费用购物, 最优合并-Algorithm acm C++
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:12.06kb
    • 提供者:leyuan
  1. zuidachangfang

    0下载:
  2. 最大长方体问题 一个长,宽,高分别为m,n,p 的长方体被分割成个m*n*p 个小立方体。每个小立方体内有一个整数。试设计一个算法,计算出所给长方体的最大子长方体。子长方体的大小由它所含所有整数之和确定。-The biggest problem Cuboid a length, width and height, respectively m, n, p of the rectangular cut into m* n* p a small cube. Each cube, there ar
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-01
    • 文件大小:971byte
    • 提供者:韩傲
  1. 2

    0下载:
  2. 这是用一个虚类派生来做的小程序,主要完成计算圆柱体,球体,正方体,长方体的面积和体积!-This is a virtual type of derivative used to make a small program, the main calculation finish cylinder, sphere, cube, rectangular area and volume!
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:784byte
    • 提供者:隋辩
  1. OpenGL

    1下载:
  2. 基于MFC的OpenGL编程,简单的实现了绘制茶壶,三维长方体的绘制,以及相应键盘操作转动等.-MFC' s OpenGL-based programming, a simple realization of the drawing pot, three-dimensional rectangular map, and the corresponding rotation, such as keyboard operation.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-26
    • 文件大小:47.95kb
    • 提供者:taobao1
  1. txtc

    0下载:
  2. 图形填充 编写一段C 代码,实现先以不同的填充模式和颜色画矩形图、长方体、 扇形和椭圆扇形,然后再自定义一种填充模式和红色画它们。-Filling the preparation of graphics for some C code, the realization of the first filled with different patterns and colors painted rectangular map, rectangular, fan and fan-shaped
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:751byte
    • 提供者:PANY
  1. opengl3d_rc

    0下载:
  2. 在VC++6.0中使用OpenGL绘制三维图形的实例源代码,源代码比较复杂,它可以绘制3D立体效果图,长方体、正方体等,其功能类似一款简单的3D绘图工具,还有其它功能,你可以下载编译一下探个究竟!-VC++6.0 in the use of OpenGL graphics rendering three-dimensional examples of source code, source code more complicated, it can draw three-dimensional
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-23
    • 文件大小:6.96mb
    • 提供者:133
  1. 3dgraphic

    0下载:
  2. 在SCILAB编程环境下,编一个长方体。X轴坐标从0到4,Y和Z分别是关于X的正弦和余弦函数。-Protract a cuboid in the environment of SCILAB.X-axis ranges from 0 to 4,Y-axis is a sine function about X,also Z is a cosine function about X.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:921byte
    • 提供者:杜同春
  1. block

    0下载:
  2. 实验内容: 1 创建类Block用来描述长方体,私有数据成员length、width、height记录长方体的长、宽、高。要求用成员函数实现以下功能: 成员函数input用来从键盘分别输入长方柱的长、宽、高; 成员函数volume计算长方体的体积; 成员函数output输出长方体的体积。 2 编写一个程序,设计一个满足如下要求的时间类 Ctime 1) 用下面的格式输出时间:时:分:秒 2)输出在当前时间上加上25秒后的时间 3)设置时间值
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:913byte
    • 提供者:古月
  1. MFCCreatBlock

    0下载:
  2. 一个基于MFC的UG二次开发,对话框程序。程序功能是调用MFC对话框,实现自动建模长方体。-A second development based on MFC-UG, the dialog box procedure. Program function is to call MFC dialog, automatic modeling rectangular.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-27
    • 文件大小:9.08mb
    • 提供者:zhc
  1. CollisionDetection

    0下载:
  2. 建模 实现长方体 圆柱体 球体与机械臂的碰撞检测-Modeling Implementation rectangular cylinder sphere collision detection and manipulator
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:492.84kb
    • 提供者:liusir
  1. box

    0下载:
  2. 求3个长方体的体积,编写的一个基于对象的程序。数据成员包括长,宽,高。并用成员函数实现其功能,计算出3个长方体的体积。-3 cuboid find the volume of an object-based writing program. Data members, including length, width and height. And their function with the member function to calculate the three rectangular
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:857.39kb
    • 提供者:menghang
  1. Transform3D

    0下载:
  2. MFC 画三维长方体,并实现平移变换,旋转,比例,反射,错切变化-MFC painting three-dimensional rectangular, and to achieve translation transformation, rotation, scaling, reflection, change the wrong cut
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-08
    • 文件大小:42.38kb
    • 提供者:仇肖
  1. jianzhengpinlv-m

    0下载:
  2. 利用matlab编程,理论计算长方体小空间的低频简正频率。(Using matlab programming, the theoretical calculation of rectangular low frequency room simple frequency.)
  3. 所属分类:其他

  1. gravity

    1下载:
  2. 球形体、长方体的重力异常正演matlab程序(Spheroid body and long cube gravity anomaly)
  3. 所属分类:其他

    • 发布日期:2019-05-05
    • 文件大小:1kb
    • 提供者:hbsdgjv
  1. ★Codes

    2下载:
  2. 组合长方体模型的磁异常正演,基于matlab语言。(Forward modeling of magnetic anomalies based on combined cuboid model,Programming based on MATLAB language)
  3. 所属分类:其他

    • 发布日期:2020-06-04
    • 文件大小:430kb
    • 提供者:Keep running
  1. MagneticSimulation

    1下载:
  2. 应用地球物理,磁法勘探,长方体网格地下磁法正演。(Application of geophysics, magnetic prospecting, cuboid grid underground magnetic forward modeling.)
  3. 所属分类:Windows编程

    • 发布日期:2020-06-04
    • 文件大小:292kb
    • 提供者:ZSOV2_0
« 12 3 »
搜珍网 www.dssz.com