搜索资源列表

  1. Maze-solving-Two-way-circular-list

    0下载:
  2. 实现了经典的迷宫求解问题和双向循环链表问题,应用性很强-To achieve a classic two-way circular maze solving problems and problem list, the application of highly
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-22
    • 文件大小:4096
    • 提供者:黎明
  1. Solving-scale-free-networks

    0下载:
  2. 求解无标度网络,用于求解无标度网络模型的-Solving scale-free networks, for solving scale-free network model
  3. 所属分类:matlab例程

    • 发布日期:2024-05-22
    • 文件大小:3072
    • 提供者:wuhao
  1. dae

    0下载:
  2. program for solving a set of differential algebraic equations
  3. 所属分类:matlab例程

    • 发布日期:2024-05-22
    • 文件大小:7168
    • 提供者:chris_patras
  1. Solving-linear-equations

    0下载:
  2. 求解迭代线性方程组的解,Jacobi迭代程序、Gauss_seidel迭代、补充SOR迭代及个人心得-Solving linear equations iterative solution, Jacobi iterative process, Gauss_seidel iteration, SOR iteration and personal experiences to add
  3. 所属分类:matlab例程

    • 发布日期:2024-05-22
    • 文件大小:2048
    • 提供者:施政
  1. Solving-expressions

    0下载:
  2. 简单算术表达式的求解,利用栈的后进先出的特点,加入了对算式合法性的判断-Solving simple arithmetic expression, the use of LIFO stack characteristics, added to the formula to determine the legality of
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-22
    • 文件大小:2048
    • 提供者:ryan
  1. Solving-quadratic-equations

    0下载:
  2. 求解二次方程,输入常系数,即可验证是否有解,继而求出根。-Solving quadratic equations, input constant coefficients, can verify a solution, then find the root.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:1186816
    • 提供者:上帝
  1. Problem-Solving-Techniques

    0下载:
  2. Problem Solving Techniques
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:2045952
    • 提供者:Sanjay Kumar
  1. solving-hyperbolic-PDE-in-matlab

    0下载:
  2. SOlving hyperbolic equation in Matlab
  3. 所属分类:matlab例程

    • 发布日期:2024-05-22
    • 文件大小:157696
    • 提供者:stas
  1. Solving-ODEs-using-matlab

    0下载:
  2. Zip includes files about Solving ODEs using matlab-Zip includes files about Solving ODEs using matlab
  3. 所属分类:matlab例程

    • 发布日期:2024-05-22
    • 文件大小:1778688
    • 提供者:Neel
  1. Shampine-L.F.--Gladwell-I.-Solving-ODEs-with-Matl

    0下载:
  2. Solving ODEs with Matlab:Instructor’s Manual
  3. 所属分类:matlab例程

    • 发布日期:2024-05-22
    • 文件大小:245760
    • 提供者:Vova
  1. solving-nonlinear-equations

    0下载:
  2. 用matlab语言实现模拟退火算法来解非线性方程组。-Matlab language implementation simulated annealing algorithm for solving nonlinear equations
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-22
    • 文件大小:169984
    • 提供者:gaolouhello
  1. Solving-applied-math-prob.-in-MATLAB

    0下载:
  2. 一本介绍在matlab中实现复杂数学运算算法的中文书籍,对大学生、科研人员、工程技术人员利用matlab解决复杂数学问题又很好的指导价值-a chinese book about the algorithm of complicated mathmatic caculation.This book is valuble for college students, technicians and scientists to solving
  3. 所属分类:matlab例程

    • 发布日期:2024-05-22
    • 文件大小:49218560
    • 提供者:songzheyang
  1. SOLVING-NONLINEAR-OPTIMAL-

    0下载:
  2. 解非线性优化问题的混合加速遗传算法,给出了 HAGA 算法实施的详细步骤, 建立了HAGA 相应的收敛定理-SOLVING NONLINEAR OPTIMAL PROBLEMS BY HYBRID ACCELERATING GENETIC ALGORITHM
  3. 所属分类:软件工程

    • 发布日期:2024-05-22
    • 文件大小:274432
    • 提供者:Lemuria
  1. Problem-Solving-for-Wireless-Sensor-Networks

    0下载:
  2. Problem Solving for Wireless Sensor Networks
  3. 所属分类:编程文档

    • 发布日期:2024-05-22
    • 文件大小:1944576
    • 提供者:babar
  1. solving-linear-equations

    0下载:
  2. 利用顺序消元法和列主元消元法,分别解线性方程组。-Using the order of elimination method and main-element elimination method for solving linear equations, respectively.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:刘云
  1. Solving-linear-equations

    0下载:
  2. 各种线性方程组求解的FORTRAN子程序,程序简单易懂,且易修改.-a goood program for Solving linear equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-22
    • 文件大小:15360
    • 提供者:han
  1. Solving-linear-equations

    0下载:
  2. 求解线性方程组,首先要确定方程式的个数,以及每个方程的系数,要求程序与用户交互, 在程序运行过程中,要求用户输入方程个数和方程中的系数,程序把系数存入系数矩阵中 运用消元法(高斯消元法):1.将系数矩阵消为上三角2.回代求得方程组的解-Solving linear equations, we must first determine the number of equations, and the coefficients
  3. 所属分类:C#编程

    • 发布日期:2024-05-22
    • 文件大小:27648
    • 提供者:邹成睿
  1. The-solving-report-of-ACM-problems

    0下载:
  2. ACM经典题目的解题报告,题目汇总全面,解析详尽。-ACM classic topic of problem solving report, entitled Summary comprehensive, analytical and detailed.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:6752256
    • 提供者:lily
  1. Solving-linear-equations

    0下载:
  2. 数值计算第二章编程作业:高斯顺序消元法、列选主元、三角分解法(Doolittle分解、Crout 分解)、全选主元、平方根法、追赶法解线性方程组-Order Gaussian elimination method, column pivoting, triangular decomposition (Doolittle, decomposition, decomposition Crout s), Select the main el
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:8192
    • 提供者:王争
  1. 2D-Poisson-Solving

    0下载:
  2. 利用有限差分和MATLAB矩阵运算直接求解二维泊松方程-Directly solving the 2D Poisson equation using finite difference and MATLAB matrix operations
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:243712
    • 提供者:tanwenting
« 1 2 3 45 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org