CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - pointer code in c

搜索资源列表

  1. pclint

    0下载:
  2. PClint,一个非常严格的C/C++编译器, 可以嵌入到VC.GCC等.它甚至能够检查出你C/C++代码中的内层泄漏问题,变量未初始化问题,不安全的使用指针等...微软公司把它作为代码检查工具,只有通过它才能正式发行-PClint, a very strict C / C compiler, can be embedded into VC.GCC so. It can even check out your C / C code in the inner leakage, uninitiali
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:3030033
    • 提供者:肖巍
  1. Code

    0下载:
  2. 动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改编技术对动态链接库输出函数的影响,extern \"C\"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-DLL in the preparation process. Static and dynamic library of distinction
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:77111
    • 提供者:中国
  1. 2D

    0下载:
  2. C code for \"Computational Geometry in C (Second Edition)\": Code function Chapter pointer directory ----------------------------------------------------- Triangulate Chapter 1, Code 1.14 /tri Convex Hull(2D) Chapter 3, Code 3.8 /graham Convex Hull(
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:67880
    • 提供者:Mark
  1. divxecode.编解码器的xvid静态库的c++封装

    1下载:
  2. 编解码器的xvid静态库的c++封装 编码: m_vdo_enc->Encode(pBuffer) // 这里pBuffer是BGR24的320x240的数据 编码如果成功,就会自动调用PostEncHandler函数,就可以得到编码后的结果 解码: m_vdo_dec->Decode(xvid, xvid_len) // 传入的存有xvid数据的buffer和长度 解码成功后,会自动调用PostDecHandler,注意对于流媒体数据而言,在这个函数中还有
  3. 所属分类:多媒体编程

    • 发布日期:2013-09-23
    • 文件大小:5851
    • 提供者:chai
  1. ColoredSnake

    0下载:
  2. 这个是一个用C语言开发的彩蛇吞蛋的代码,能够实现不同难度的选择,食物颜色随机产生,没有使用复杂的指针算法,游戏结束时运用点阵字给程序增添色彩。-This is a color developed in C language code for the snake to swallow the egg, to achieve the difficulty of the choice of different food color randomly generated, do not use comp
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:12222
    • 提供者:王郝
  1. IGDIPlus

    0下载:
  2. IGDIPlus v.3.0 一个Delphi的图像绘画接口, 提供强大的绘画机制.也可以用于C++ Builder-Interface based Delphi friendly GDI+ implementation. Features: * All GDI+ objects are accessed trough interfaces, with automatic release of resources. * All data types are e
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-22
    • 文件大小:6877504
    • 提供者:www
  1. huojian

    0下载:
  2. C语言编写的火箭模型代码,主要实现模型的展示,指针的操作以及图形学的编程-C languages Rocket model code, the main implementation model display, pointer operations and graphics programming
  3. 所属分类:Graph program

    • 发布日期:2017-04-12
    • 文件大小:1012
    • 提供者:王海
  1. Code

    0下载:
  2. const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。-con
  3. 所属分类:File Operate

    • 发布日期:2017-04-26
    • 文件大小:37728
    • 提供者:辛光明
  1. classical_c_100_examples

    0下载:
  2. 包括100个经典的C程序代码,通过100个编程例子,将C语言中常用的输入输出,条件语句,循环语句,指针,结构体,等几块融会贯通,是学习C的基础资料,帮助大家更上一层楼。-Including 100 classic C program code, through the 100 programming examples will be used in C language input and output, conditional statements, loop, pointer, struct
  3. 所属分类:source in ebook

    • 发布日期:2017-04-17
    • 文件大小:38894
    • 提供者:李元柳
  1. lab4-part1

    0下载:
  2. 一个编译器的实现,主要实现了精确报错,优于微乳的的visual c++ 代码是用c语言通过链表和指针实现的-Implementation of a compiler, mainly to achieve a precise Baocuo better than microemulsion of visual c++ code in c language is achieved through the linked list and pointer
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:43103
    • 提供者:meilei
  1. C-Code-Development-Tits(all)

    0下载:
  2. 聪明的程序员用delphi,而真正的程序员用c!但在c的学习过程中,由于其指针的高度自由化和灵活度,使得学习起来困难重重,然而学习c也是有章可循的,c语言程序开发范例宝典全代码,系统的展示了c如何由初级学习到高级进阶的全过程,所有的代码均有详细的解释,同时解决了c程序员在开发过程中的各个疑难杂症,可谓不可多得的撼世之作。-Smart programmers use delphi, but the real programmer uses c! however, at the c of the l
  3. 所属分类:source in ebook

    • 发布日期:2017-04-02
    • 文件大小:203661
    • 提供者:michael
  1. valgrind

    0下载:
  2. Using Valgrind to Find Memory Leaks and Invalid Memory Use Valgrind is a multipurpose code profiling and memory debugging tool for Linux. It allows you to run your program in its own environment that monitors memory usage such as calls to malloc
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:3794
    • 提供者:Gno
  1. BinaryTrees

    0下载:
  2. This article introduces the basic concepts of binary trees, and then works through a series of practice problems with solution code in C/C++ and Java. Binary trees have an elegant recursive pointer structure, so they are a good way to learn recur
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:39197
    • 提供者:stefan
  1. Allocate

    0下载:
  2. Memory allocation If you want to allocate memory to vectors and matrices in C++ it will be very simple with this code. You just need to pass the adress of the pointer. Example: int **p MatrixAllocate(&p, 20, 100)
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:1751
    • 提供者:espacotempo
  1. point

    0下载:
  2. 是一段关于C++中的指针数组的代码 适合于初学者参考,虽然写的不怎么样- 中文(简体) 英语 日语 Is a paragraph on a pointer in C++ code for the array reference for beginners, although not very good writin
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:361504
    • 提供者:坏小孩
  1. mac

    0下载:
  2. 使用C++代码编写获取计算机mac地址程序,返回为Char指针-Written in C++ code to get mac address computer program, returns a pointer to a Char
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:4645
    • 提供者:fox
  1. lesson-19(about-Dll)Code

    0下载:
  2. 深入详解教学:动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。C++编译器名字改编技术对动态链接库输出函数的影响,extern "C"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-Detailed teaching in-depth: the procedures for the preparation of the dynamic link library. The diff
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:175908
    • 提供者:_bin
  1. code

    0下载:
  2. C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC AppWizard生成的工程奠定了良好基础。-Classics
  3. 所属分类:Dialog_Window

    • 发布日期:2017-06-19
    • 文件大小:28810053
    • 提供者:shawning
  1. c-and-pointer

    0下载:
  2. c和指针的书内例程源码,以及课后习题的答案,来自作者的网站-c and the pointer to the routine source code in the book, as well as after-school exercise the answer from the author' s website
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:337553
    • 提供者:伟仔
  1. CPP-classic-code

    0下载:
  2. 本文档为C++语言中经典代码集合,内含有函数、指针、面向对象的一些程序设计和代码详解,适合中高端开发人员和学生参考交流。-As the classic collection code in c++ language, this document contains the function, pointer, some of the object-oriented program design and code explanation, suitable for high-end develope
  3. 所属分类:software engineering

    • 发布日期:2017-05-26
    • 文件大小:8734201
    • 提供者:李凯
« 12 3 »
搜珍网 www.dssz.com