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

搜索资源列表

  1. Loki.rar

    0下载:
  2. Modern C++ Design 一书中实现的程序库,全面体现Policy Based Programming 的灵活,提供了诸多设计模式何smart pointer的灵活实现,强烈推荐!
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:68974
    • 提供者:
  1. 怎样判断一个指针指向的对象是否已经被析构

    0下载:
  2. 怎样判断一个指针指向的对象是否已经被析构,很好的学习C++的资料-how to decide a pointer at whether the target has been Destructors, good learning C information
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7646
    • 提供者:辛万江
  1. func_ptr

    0下载:
  2. 一个函数指针的例子,C++语言,我在初学C++时写的,可以参考一下-a function pointer example, C language, I was learning C, can take a look
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3255
    • 提供者:亿摆
  1. 4-SHIBAI

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

    • 发布日期:2008-10-13
    • 文件大小:1083
    • 提供者:张超
  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
    • 文件大小:1526
    • 提供者:张琦
  1. methodpointerssrc

    0下载:
  2. c++成员指针的例子-members pointer example
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:9017
    • 提供者:晓波
  1. 指针指南

    0下载:
  2. C/C++语言指针使用指南,超过80%的死机现象是由于指针操作不当引起的。因而学会正确使用指针是C/C++语言使用者非常必要的一项小技能-C / C language pointer using the guidelines, more than 80% of Vista is due indicator of improper operation. So learn how to correctly use is the target C / C language users very nec
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7740
    • 提供者:
  1. Loki

    0下载:
  2. Modern C++ Design 一书中实现的程序库,全面体现Policy Based Programming 的灵活,提供了诸多设计模式何smart pointer的灵活实现,强烈推荐!--The program library which has been realized in the book <>, it embodies the flexibility of Policy Based Programming, and provides the realisation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-09
    • 文件大小:69245
    • 提供者:suncfboy
  1. C_C++pointer

    0下载:
  2. 指针是C和C++语言编程中最重要的概念之一,也是最容易产生困惑并导致程序出错的问题之一。利用指针编程可以表示各种数据结构, 通过指针可使用主调函数和被调函数之间共享变量或数据结构,便于实现双向数据通讯;并能像汇编语言一样处理内存地址,从而编出精练而高效的程序。指针极大地丰富了C和C++语言的功能。-Pointer is a C and C++ Language programming in the concept of one of the most important and most eas
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:201756
    • 提供者:tubo
  1. operatorPointer

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

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

    0下载:
  2. c指针结构体文件-c pointer structure files
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:48264
    • 提供者:ydj
  1. c

    0下载:
  2. 编写一个函数,输入n为偶数时,调用函数求1/2+1/4+...+1/n,当输入n为奇数时,调用函数 1/1+1/3+...+1/n(利用指针函数)-Write a function, the input n is even, the function call seeking 1/2+1/4+...+ 1/n, when the input n is odd, call the function 1/1+1/3+...+ 1/n (using the pointer function)
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:542
    • 提供者:悦悦
  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
    • 文件大小:2048
    • 提供者:lu
  1. c-P-P-algorithm-procedures

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

    • 发布日期:2017-04-04
    • 文件大小:275502
    • 提供者:yang
  1. no-longer-afraid-of-the-pointer

    0下载:
  2. 介绍C语言指针的四方面的内容:指针的类型、指针所指向的类型、指针的值或者叫指针所指向的内存区、指针本身所占据的内存区,和指针的应用-Describes four aspects of pointers in C content: the type of pointer, pointer types, pointer value or name of the memory area pointer, the pointer memory area occupied by itself, and t
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:203815
    • 提供者:wuxin
  1. pointers-on-c

    0下载:
  2. 一些用C语言写的指针实例。包括了排序,组合,计数,函数调用,键盘消息等各种应用指针的例子。-Written in C language pointer instance. Including sorting, combinations, counting, function calls, pointer example of a variety of applications such as keyboard messages.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:52198
    • 提供者:xsd
  1. C

    0下载:
  2. c语言字符串函数详解平时积累的关于指针函数的笔记-c language string functions Detailed usually accumulated on the pointer function of Notes
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:2239
    • 提供者:李顺功
  1. Reverse-the-string-with-the-pointer

    0下载:
  2. 用c语言编写的用指针将字符串逆序,运行环境vc6.0-C language prepared by the pointer string in reverse, the operating environment vc6.0
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:193450
    • 提供者:王涵
  1. Simple-test-tool

    0下载:
  2. 实现小学生多边形面积和周长问题的自动出题,自动校验答案,打分存入文件等简单功能,使用了简单的C++指针,继承与派生,多态,文件流等,是一道综合性很强的题目-Using the simple C++ pointer, inheritance and derived, polymorphism, file flow, is a comprehensive strong Of the title
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-27
    • 文件大小:10605223
    • 提供者:李武
  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. 所属分类:数学计算

« 12 3 »
搜珍网 www.dssz.com