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

搜索资源列表

  1. 4-SHIBAI

    0下载:
  2. c语言,求解五届龙哥库塔方程。用指针数组所做。很好.-c language, for five Mangge Cucuta equation. Done by a pointer array. Good.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.06kb
    • 提供者:张超
  1. gauss2.c

    0下载:
  2. Using Gaussian elimination to solve linear equations. // In this version, we allow matrix of any size. This is done by treating // the name of a 2-dimensional array as pointer to the beginning of the // array. This makes use of the fact that ar
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.49kb
    • 提供者:张琦
  1. operatorPointer

    0下载:
  2. Operator pointer in C
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:698byte
    • 提供者:ashu
  1. aitkenroot

    0下载:
  2. 埃特金求解C语言代码 //函数名:aitkenroot //功能描述:求出[a,b]区间内的非线性方程f(x)的一个实根 //输入参数:*x0(指向迭代初值和终值的指针) // f(迭代函数) // eps(精度要求) // max(最大迭代次数) //返回值:0(迭代失败),1(迭代成功)-Aitken Solution C language code// function name: aitkenroot// Function Descr iption: Fin
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:659byte
    • 提供者:穆欢
  1. Bin_Tree

    0下载:
  2. Write efficient functions (and give their Big-Oh running times)that take a pointer to a binary tree root T and compute: a.The number of leaves of T b.The number of nodes in T that contain one non-NULL child c.The number of nodes in T that co
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:240.6kb
    • 提供者:
  1. FFT-Algorithm

    1下载:
  2. 本例通过VC实现二维快速傅里叶变换,涉及到进行矩阵、复数等数学运算,运用了C语言动态内存分配、文件操作、结构指针的函数调用等内容。-In this case through the VC to achieve two-dimensional fast Fourier transform, related to the matrix, such as complex mathematics, use the C language, dynamic memory allocation, file o
  3. 所属分类:Algorithm

    • 发布日期:2014-04-16
    • 文件大小:2kb
    • 提供者:lu
  1. Bezier

    0下载:
  2. A simple application/algorithm to implement Bezier Curve using Turbo C/C++ for DOS using mouse pointer.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:876byte
    • 提供者:M. Akhlaq
  1. na7

    17下载:
  2. Orthogonal Polynomials Approximation 数值分析,计算正交基多项式的系数 -Given a function f and a set of m >0 distinct points . You are supposed to write a function to approximate f by an orthogonal polynomial using the exact function values at the given m poin
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:1.05kb
    • 提供者:郭方舟
  1. c-P-P-algorithm-procedures

    0下载:
  2. 程序开始运行,要求用户首先输入两个大数。 然后进行菜单选择,进行相应的大数运算。 分析说明:由于大数的范围太大,不能直接定义为int或者float等, 所以我们的想法就是定义成字符串类型, 输入的数字一位一位地存入字符数组里面。 然后在运算的时候也是一位一位地运算。 这个过程就得从最基本的数学运算法则做起,不乏多种判断。 涉及到数组和指针的应用。最难的就是判断情 况还有应用数组和指针过程中出现的多种未可预知的错误, 还得通过逐步调试慢慢找出。我们先从加减
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:269.04kb
    • 提供者:yang
  1. algoritmo

    0下载:
  2. Data structure with pointers, how the declaration of a pointer in C programming
  3. 所属分类:Algorithm

  1. algorithmwithordenate

    0下载:
  2. Data structure with pointers, how the declaration of a pointer in C programming.
  3. 所属分类:Algorithm

  1. algoritmo1

    0下载:
  2. Data structure with pointers, how the declaration of a pointer in C programming.
  3. 所属分类:Algorithm

  1. Definite-integral-algorithm

    1下载:
  2. 该文档中用C语言实现通用函数的定积分,源码中采用指向函数的指针作函数参数,整个功能实现的效率高,可以为读者们提供很好的语言编写思路。-This document using C language to achieve universal function definite integral, using the source code for the function pointer to a function parameter functions to achieve high overal
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2.84kb
    • 提供者:lincy_dd
  1. substring

    0下载:
  2. A Java-like substring ( ) function equivalent for C/C++ language (with no pointer handling).
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1.1kb
    • 提供者:C. A. Pacheco
  1. lppinv

    0下载:
  2. 文件中包含了一个visualC++工程,里面写好了一个矩阵广义求逆的C函数,只需给函数传递矩阵指针,矩阵的介数就能求出该矩阵的广义逆矩阵(The document contains a visualC++ project, which has written a matrix generalized inverse C function, just transfer the function of the matrix pointer, matrix betweenness, you can f
  3. 所属分类:数学计算

搜珍网 www.dssz.com