CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - 3d c

搜索资源列表

  1. patch

    1下载:
  2. 一个用C++计算微带天线的完整的3D例子,程序包含远场,电流,驻波等计算,对初学者帮助很大。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-17
    • 文件大小:201.9kb
    • 提供者:李刚
  1. far

    0下载:
  2. 用有限元方法求解二维三维电磁场边值问题的C语言源程序之5-Using the finite element method for solving 2D and 3D electromagnetic field boundary value problem of the C language source code of 5
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:3.97kb
    • 提供者:zengling
  1. geometry-1.5.source.tar

    0下载:
  2. 一个强大的开源的计算几何算法库,全称是: 提供了诸如:2D凸包,3D凸包,三角化等等著名的计算几何经典算法。库是基于C++的。 -(I plan to dedicate every edition of this software to someone famous who has influenced computers, mathematics, or science.) Version 1.0 of Geometry is dedicated to the father of A
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:11.89kb
    • 提供者:wang
  1. cpml

    1下载:
  2. 三维PML-FDTD的C语言代码,完全匹配层的C语言实现-3D PML-FDTD in the C language code, perfectly matched layer in C language
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:7.65kb
    • 提供者:曹成
  1. EMAP4

    1下载:
  2. 用有限元方法求解二维三维电磁场边值问题的C语言源程序。-Using the finite element method for solving 2D and 3D electromagnetic field boundary value problem of the C language source code.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:24.67kb
    • 提供者:zengling
  1. vector

    0下载:
  2. class for work with 3d Vectors: add, sub, saclar multiple, cross multiple, norm, div
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1.42kb
    • 提供者:v.pupkin
  1. CODES

    0下载:
  2. This file conclude of five codes , four of them in Mathematica program and one in C++. 1. Erk4.nb. this code represent the explicit Runge Kutta method of order four for solving first order ODE. 2. RK45.nb This code represent the Embedded Runge Ku
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:39.75kb
    • 提供者:OS
  1. alloc

    0下载:
  2. 用有限元方法求解二维三维电磁场边值问题的C语言源程序之2-Using the finite element method for solving 2D and 3D electromagnetic field boundary value problem of the C language source code 2
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:1.59kb
    • 提供者:zengling
  1. complex

    0下载:
  2. 用有限元方法求解二维三维电磁场边值问题的C语言源程序之3-Using the finite element method for solving 2D and 3D electromagnetic field boundary value problem of the C language source code 3
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:1.81kb
    • 提供者:zengling
  1. emap5

    0下载:
  2. 用有限元方法求解二维三维电磁场边值问题的C语言源程序之4-Using the finite element method for solving 2D and 3D electromagnetic field boundary value problem of the C language source code 4
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:24.63kb
    • 提供者:zengling
  1. sift5

    0下载:
  2. 用有限元方法求解二维三维电磁场边值问题的C语言源程序之1-Using the finite element method for solving 2D and 3D electromagnetic field boundary value problem of a C language source code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:19.97kb
    • 提供者:zengling
  1. FDTDv8803

    0下载:
  2. C语言3D FDTD代码(pFDTD v8.803)-pFDTD v8.803 source codes in C
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:48.68kb
    • 提供者:kellaya
  1. 3d-g14

    0下载:
  2. GRAVITY 1.4 Copyright (c) 1999 Jens Jø rgen Nielsen Congratulations! You now have a copy of GRAVITY 1.4, a fun and easy to use educational celestial mechanics program. GRAVITY is copyrighted material. You are granted permission to use
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:82.3kb
    • 提供者:白官军
  1. glsl-optimizer-master

    0下载:
  2. GLSL优化算法,用c++语言编写,适合学习计算数学的和工科类的运用-GLSL optimizer A C++ library that takes GLSL shaders, does some GPU-independent optimizations on them and outputs GLSL back. Optimizations are function inlining, dead code removal, copy propagation, constant foldi
  3. 所属分类:Algorithm

    • 发布日期:2017-11-08
    • 文件大小:1.88mb
    • 提供者:shigeaixiaomao
  1. 3DSurfacePlusSinus

    0下载:
  2. It is a Visual C++ 6.0 (and above) source code to draw 3D funnel and sinus spline on it surface on canvas using ONLY mathematical functions and WinApi. No OpenGl fuctions are used. So you can understand internal mathematical apparatus. Use mouse
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:57.78kb
    • 提供者:vov2000
  1. BSpline3DPlusResolution

    0下载:
  2. It is a Visual C++ 6.0 (and above) source code to draw 3D half of funnel and complex spline on it surface on canvas using ONLY mathematical functions and WinApi. No OpenGl fuctions are used. So you can understand internal mathematical apparatus.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:54.59kb
    • 提供者:vov2000
  1. BSplineBezier

    0下载:
  2. It is a Visual C++ 6.0 (and above) source code to draw B_Splines and Besier Curves + 3D surface and complex spline on it surface on canvas using ONLY mathematical functions and WinApi. No OpenGl fuctions are used. So you can understand internal mat
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:113.29kb
    • 提供者:vov2000
  1. Surface3DRotateZoom

    0下载:
  2. It is a Visual C++ 6.0 (and above) source code to draw 3D barrel and complex spline on it surface on canvas using ONLY mathematical functions and WinApi. No OpenGl fuctions are used. So you can understand internal mathematical apparatus. Use mous
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:61.28kb
    • 提供者:vov2000
  1. 3D_FDTD

    0下载:
  2. 用C语言编写的3D-FDTD程序,pml边界,附结果matlab画图程序-Using C language 3D-FDTD procedures, including the boundary of the PML, matlab drawing program
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:2.31kb
    • 提供者:单佳炯
  1. LBM-C-0.1

    1下载:
  2. LBM-C is a lattice Boltzmann 2D and 3D fluid flow solver implemented using nVidia s CUDA platform. LBM-C is written in CUDA C and is licensed under GPL v2, you are invited to use, alter and improve upon LBM-C at your own discretion.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:1.81mb
    • 提供者:ass
« 12 »
搜珍网 www.dssz.com