搜索资源列表

  1. method_of_moments

    1下载:
  2. 矩量法求解导体便表面电流,采用电磁场混合积分方程结合矩量法求解。-Moment Method conductor will surface current, mixed-use electromagnetic field integral equation Moment Method.
  3. 所属分类:C#编程

    • 发布日期:2024-05-16
    • 文件大小:357376
    • 提供者:付树洪
  1. mathcompute

    0下载:
  2. VB实现的一些数学运算算法,有解微分方程,定积分和一些函数绘图的测试,适合初学者。-VB some arithmetic algorithm, the solutions to differential equations, and some integral function mapping tests, for beginners.
  3. 所属分类:界面编程

    • 发布日期:2024-05-16
    • 文件大小:62464
    • 提供者:gwen
  1. yuxuan

    0下载:
  2. 完整的余弦积分源程序,非常实用的vc源代码-integrity of the cosine integral source, a very practical vc source code
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:181248
    • 提供者:renbin
  1. integrate1

    0下载:
  2. D:\matlab\nmm\integrate.rar数值积分-D : \ Matlab \ nmm \ integrate.rar numerical integration
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:30720
    • 提供者:刘利
  1. touyingfangfa

    0下载:
  2. 将图像序 列中的每一帧图像分别沿水平和垂直方向进行积分投影形成两个积分投影向量,并应用基于梯度 的一维平移估计技术处理,从而精确地获取二维空间上的平移量。-image sequence of images for each fr a me along the horizontal and vertical direction integral projection formed two integral projection V
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:273408
    • 提供者:李杰
  1. legendre_gauss

    0下载:
  2. 此程序包含求任意点高斯积分节点和对应的Gauss的求解系数(同时也编写了Lagrange插值公式)-for this procedure include arbitrary point Gaussian integral node and the corresponding Gauss coefficient of the solution (also prepared Lagrange interpolation formula)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:张俊杰
  1. kexuejisuanchengxu

    0下载:
  2. 《科学工程计算C语言算法》一书代码。C语言编写。均写成函数形式,可以直接调用。包括数值微分、数值积分、插值、方程求解等数值算法。-"scientific engineering calculation algorithm C language," a code book. C language. Functions were written form can be called directly. Including
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:589824
    • 提供者:yyy
  1. lbgjfsf

    0下载:
  2. 龙贝格积分算法 在Visual c++下调试通过-Long Bergh integral algorithm in Visual Debugger under through c
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:asdfgh
  1. beta1

    0下载:
  2. 人事积分系统,用ASP做的,基于WEB的网络系统-personnel system, so the ASP, Web-based network system
  3. 所属分类:WEB源码

    • 发布日期:2024-05-16
    • 文件大小:134144
    • 提供者:iouxjz
  1. romberger

    0下载:
  2. romberger 积分,比较好的一种数值积分方法。自己编的,能够调通,中间给了个例子-romberger score, a better numerical integration methods. Developed that can transfer links, in the middle to the example
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:315392
    • 提供者:shipengyi
  1. Integral123

    0下载:
  2. 数值积分头文件, 变步长梯形法求积.-numerical integration header files, variable step trapezoidal method for the plot.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:4096
    • 提供者:刘英
  1. shuzhijifeng

    0下载:
  2. 数值积分方法类型Model,1=欧拉法,2=二阶龙格库塔,4=四阶龙格库塔-numerical integration methods Model type, a = Euler, 2 = second-order Runge- Kutta, 4 = 4-order Runge- Kutta
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-16
    • 文件大小:1337344
    • 提供者: 曾小权
  1. jingxiMATLAB

    0下载:
  2. %精细积分MATLAB程序 %在钟万勰院士最新书上的原代码- Precise integration procedure MATLAB Zhong Wanxie academician in the latest book on the original code
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:zhxj
  1. chap5_1

    0下载:
  2. 基于实数编码遗传算法的PID整定,采用误差绝对值积分性能指标作为参数选择的最小目标函数-real-coded genetic algorithm PID tuning, integral absolute error performance parameters as the minimum objective function
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:liaihua
  1. gaosifangfajisuanduochongjifen

    0下载:
  2. 1.功能 用高斯方法计算n重积分(C语言) 2.参数说明 int n : 积分重数 int js[n] : js[k]表示第k层积分区间所划分的子区间 void (*ss)() : 指向计算各层积分上、下限的函数名(用户自编) double (*f)() : 指向计算被积函数值的函数名(用户自编) double gaus() : 函数返回积分值 3.文件说明 gaus.c为函数程序 g
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:罗坤
  1. integral_volume

    0下载:
  2. 使用蒙特卡罗方法计算积分和体积的Matlab代码,适合初学者。-calculated using the Monte Carlo method and size of the integration of Matlab code for beginners.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:宋仁栋
  1. quad_M

    0下载:
  2. 分别给出利用自适应Simpson积分的数值积分方法(QUAD.m)和自适应Lobatto的数值积分算法(QUADL.m)。-were given the use of adaptive Simpson integral numerical integration methods (QUAD.m) and adaptive Lobatto should the numerical integration algorithm (QUADL.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:6144
    • 提供者:张恩理
  1. CPLDyueya

    0下载:
  2. 一个好程序关于CPLD的直线插补在数字积分中的应用-a program on the CPLD linear interpolation in the digital integration of
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-16
    • 文件大小:464896
    • 提供者:王悦
  1. easyjf-blog-0.1.1

    0下载:
  2. EasyJF开源Blog系统是一个由EasyJF开源团队组织开发的基于Java平台的开源博客系统。当前Blog已经实现了基本的基本的博客的书写、流量统计、排名、个人像册、RSS、支持自定义模板、静态html文件生成、权限系统、积分系统等功能。另外还将加入博客圈、音乐、专题等功能及更强大的权限系统支持。系统使用基于OO的方法设计,采用多层B/S构架,数据库持久层使用EasyDBO,Web层使用EasyJWeb框架,java代码与页面完全
  3. 所属分类:行业应用软件

    • 发布日期:2024-05-16
    • 文件大小:6285312
    • 提供者:wayne wang
  1. VIPMarksCSharp20

    0下载:
  2. 通用的ASp.net Web系统中使用的会员积分系统,可广泛应用于大多数的商家客户管理系统中-common ASp.net Web system used in the Member integral system, can be widely applied to the majority of businesses Customer Management System
  3. 所属分类:SQL Server数据库

    • 发布日期:2024-05-16
    • 文件大小:238592
    • 提供者:pigsir
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org