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

搜索资源列表

  1. c++primeranswer

    0下载:
  2. C++ Primer 第三版 学习辅导 类的创建、继承、虚函数的使用 bugzhao@sohu.com 原书第23~40页 可以将断点设置在return 0处,然后按F5, 并记录下所有整型数组类ia指针的值,比如: 0x00491f90 0x00491f50 0x00490120 0x00491da0 0x00491d50 然后当调试指针停在return 0处时单步执行, 跟踪每一次析构函数,可以发现后创建的对象最先被消除。
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:325254
    • 提供者:杨文海
  1. Houghtr

    0下载:
  2. LPSTR lpDIBBits - 指向源DIB图像指针 * LONG lWidth - 源图像宽度(象素数,必须是4的倍数) * LONG lHeight - 源图像高度(象素数) -LPSTR lpDIBBits-point source DIB images pointer * LONG lWidth - source image width (number of pixels. must be in multiples of four) * LONG lHeight-so
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2085
    • 提供者:xrgj
  1. chazhaoyuansu

    0下载:
  2. 查找线性表中的某元素:L为带头接点的单链表的头指针,当第i个元素存在的时候,其值赋给e并返回OK,否则返回ERROR */ -linear search of a table of elements : L tap for the lead single linked list for the first guide, When the first i elements exist, the value assigned to the e and return to the lounges, o
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3632
    • 提供者:周伯通
  1. 339sxbg

    0下载:
  2. ,调试分析 1.由于对基本要求看得不仔细,一开始使用的形式是数组,并非链表,导致空间开销大. 2.本程序的模块划分比较合理,且尽可能将指针的操作封装在结构体中,对于一个长整数只需一个指针便可访问其所有信息
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6773
    • 提供者:欧阳幻月
  1. microcomputercoursedesign

    0下载:
  2. 微机原理课程设计,指针式电字时钟,用微机语言编的 -computer theories curriculum design, the clock dial -- the word used computer language series
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:23453
    • 提供者:陈建生
  1. Cponintershiyong

    0下载:
  2. C语言中指针无错的使用方法,成都英创公司提供的,希望对大家有所帮助-C Pointer no wrong way to use the Chengdu-British Company to provide, we hope to help
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:84540
    • 提供者:suifeng
  1. WienerFilter

    0下载:
  2. 对DIB图像进行维纳滤波复原操作的函数源码,输入参数如下,其他注释也很清晰 //LPSTR lpDIBBits:指向源DIB图像指针 //LONG lWidth:源图像宽度(象素数) //LONG lHeight:源图像高度(象素数)-right DIB images Wiener filter recovery operation of the source function, input parameters are as follows, Other Notes is clea
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:44442
    • 提供者:宿太学
  1. filesguanli

    1下载:
  2. 采用二级目录实现的简单模拟文件管理系统。普通文件的目录项包括文件名,文件类型,文件长度,指向文件内容的指针内容。目录文件的目录项包括目录名,指向下一级目录块的指针内容。-using two simple directory achieve simulation document management system. Ordinary paper catalog items including file name, file type, file size, the contents of the
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2506
    • 提供者:烟仔
  1. CoolClock0.0

    0下载:
  2. 一个简单的漂亮指针中表,界面很朴实的一个小程序,希望大家喜欢.-a pretty simple table pointer, the interface is very simple procedure, a small, hope you like them.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:25346
    • 提供者:scritkit
  1. XWPE

    0下载:
  2. 这是截包和发包的小工具(用到ws_32.dll和hook技术、共享内存。。),其中SendUdp.dll本来想用delphi写的因为vc++指针操作快,-This is the cut-off delivery of the package and small tools (used ws_32.dll hook and technology, shared memory. .) , SendUdp.dll which had wanted to use delphi write because
  3. 所属分类:钩子与API截获

    • 发布日期:2014-01-14
    • 文件大小:389550
    • 提供者:song
  1. zcz

    0下载:
  2. 这是学习c语言指针的很好的一篇文章,对与还没弄清楚指针是什么东西的人来说,这个可是良药哦-c language learning is a good indicator of an article, No clear right and what is the target of people, but this panacea oh
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:19643
    • 提供者:vv
  1. yiyuanxishujuzhenduoxiangshijiandanjusuanqisuanqi.

    0下载:
  2. 一元稀疏矩阵的简单计算,设计该程序的目的是掌握链表的使用(重点掌握指针的使用)。这个程序可以用来计算多项式的和与差,充当一个多项式计算器。-one yuan sparse matrix of simple calculation, The design procedure is designed to develop the use of the linked list (master key indicators). This procedure can be used to calculat
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:39410
    • 提供者:陆超
  1. 7zipDll2

    0下载:
  2. 内存中进行压缩和解压的两个方法: 压缩 int RamEncode(Byte *inBuffer, //输入内存缓冲区指针BYTE*类型 size_t inSize, //输入内存缓冲区的大小 Byte *outBuffer, //输出缓冲区指针BYTE*类型 size_t &outSize, //计算出的输出缓冲区大小 Int32 dictionary //字典的大小 )
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:39326
    • 提供者:王玮
  1. function1212333

    0下载:
  2. function 一个函数指针实例 20个字-function examples of a function pointer 20 characters
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:152495
    • 提供者:sim
  1. 924444559

    0下载:
  2. 在网上找的程序代码,自己修改了,还是不完善,请广大朋友门指针-the Internet to find the code, they modified, or imperfections, the vast number of friends pointer doors
  3. 所属分类:射击游戏

    • 发布日期:2008-10-13
    • 文件大小:83645
    • 提供者:刘磊锋
  1. 921635947

    0下载:
  2. 在网上找的程序代码,自己修改了,还是不完善,请广大朋友门指针-the Internet to find the code, they modified, or imperfections, the vast number of friends pointer doors
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:89952
    • 提供者:刘磊锋
  1. 921881846

    0下载:
  2. 在网上找的程序代码,自己修改了,还是不完善,请广大朋友门指针-the Internet to find the code, they modified, or imperfections, the vast number of friends pointer doors
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:90224
    • 提供者:刘磊锋
  1. 922777258

    0下载:
  2. 在网上找的程序代码,自己修改了,还是不完善,请广大朋友门指针-the Internet to find the code, they modified, or imperfections, the vast number of friends pointer doors
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:119620
    • 提供者:刘磊锋
  1. 921405040

    0下载:
  2. 在网上找的程序代码,自己修改了,还是不完善,请广大朋友门指针-the Internet to find the code, they modified, or imperfections, the vast number of friends pointer doors
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:84368
    • 提供者:刘磊锋
  1. 51XXMP3

    0下载:
  2. 曲谱存贮格式 unsigned char code MusicName{音高,音长,音高,音长...., 0,0} 末尾:0,0 表示结束(Important) 音高由三位数字组成: 个位是表示 1~7 这七个音符 十位是表示音符所在的音区:1-低音,2-中音,3-高音 百位表示这个音符是否要升半音: 0-不升,1-升半音。 音长最多由三位数字组成: 个位表示音符的时值,其对应关系是: |数值(n): |0 |1 |2 |3 | 4 | 5 | 6 |几分音符: |1 |2 |4
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:3746
    • 提供者:王建军
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 50 »
搜珍网 www.dssz.com