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

搜索资源列表

  1. viewn_ic

    0下载:
  2. 基于SNMP V1 的VC++.NET 编程, 大量运用了内存空间的数据传送和指针,是个好例子对于学习C的指针.-based on SNMP V1 VC.NET programming, Massive use of the memory space in the transmission of data and indicators, is a good example of learning C pointers.
  3. 所属分类:SNMP编程

    • 发布日期:2008-10-13
    • 文件大小:43358
    • 提供者:Lai Ruilin
  1. 162100forum317

    0下载:
  2. 特点: 1、采用纯文本数据库,短小精悍(仅400KB),特别适用于免费空间; 2、建立关系索引存贮记录资源,一查到位,“百万记录,轻松承载”; 3、根据传递的页码,只查询、输出相应页面的数据,摒弃传统的全读数据再进行分页的方式; 4、采用定长与非定长相结合的方式存贮数据、采用指针定位的方式添改数据。摒弃传统的W+全写模式,只写需要写的地方,最大限度必免因线程冲突造成帖子丢失或数据破坏的情况; 5、采用SESS文件在线统计程序,简单快捷,功能强大可延伸; 6、采用所见即所得
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-10-13
    • 文件大小:325133
    • 提供者:程度
  1. 20041211-mylib

    0下载:
  2. 经常用到的 socketAPI,posix thread 的类封装,还有一些同步设施 智能指针的实现,线程安全的引用计数-frequently used the socketAPI, posix thread-like packaging, there are some smart synchronization facilities to achieve the target, thread-safe reference counting
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:18024
    • 提供者:知鱼
  1. aboutCpointer

    0下载:
  2. 关于c++指针比较详细的介绍,相信对很多迷茫的人都很有帮助。
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:7470
    • 提供者:duanmy
  1. 设A与B分别为两个带有头结点的有序循环链表

    0下载:
  2. 设A与B分别为两个带有头结点的有序循环链表(所谓有序是指链接点按数据域值大小链接,本题不妨设按数据域值从小到大排列),list1和list2分别为指向两个链表的指针。请写出将这两个链表合并为一个带头结点的有序循环链表的算法,Set up A and B respectively with the first two nodes in an orderly circulation list (so-called orderly means the link click data link thre
  3. 所属分类:Internet/网络编程

    • 发布日期:2017-03-02
    • 文件大小:1231
    • 提供者:苏若水
  1. smart_ptr

    0下载:
  2. 智能指针的实现代码.模仿的是boost库中的实现-Smart pointer implementation code imitation is the boost library to achieve
  3. 所属分类:Linux Network

    • 发布日期:2017-04-07
    • 文件大小:4747
    • 提供者:zhangwu
  1. updatacope

    0下载:
  2. 简单使用 拷贝文件。 读取文件,断点续传。 重定位指针。-Simple to use copy paper. Read the document, HTTP. Re-positioning pointer.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:53864
    • 提供者:zhangfei
  1. Chapter2

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

    • 发布日期:2017-04-07
    • 文件大小:66352
    • 提供者:何燕蝶
  1. 10121

    0下载:
  2. 利用虚函数手段,按照三种不同的数据存储方式及其处理方法来实现如下的所谓“反序 输出问题”:从键盘输入n 个int 型数据先存储起来(具体n 值由用户从键盘输入),而后再 按照与输入相反的顺序将这些数据显示在屏幕上。 具体地说,可通过在基类baseCla 及其派生类method1Cla、method2Cla 和method3Cla 中说明如下的同一个虚函数“virtual void reverseout() ”,来实现所述问题的三种不同处 理方法。例如,可设计并使用已经在第四章
  3. 所属分类:Search Engine

    • 发布日期:2017-04-12
    • 文件大小:1073
    • 提供者:俊鹏
  1. c

    0下载:
  2. 结构体指针变量示例应用:有10个学生,每个学生的数据包括学好,姓名,3门课程的成绩,从键盘输入10个学生数据,要求输出3门课程总平均成绩,以及最高分的学生的数 据(包括学好,姓名,3门课程成绩)-Structure pointer variable sample application: There are 10 students, each student to learn the data, the names of three courses of results, from 10 s
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:808
    • 提供者:gejiao
  1. a-new-ras

    0下载:
  2. 一种新的返回栈修复机制,论文形式。 与修复栈顶指针 、修复栈顶指针和栈顶内容相比更优-a new Return address stack repair mechanisms
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-27
    • 文件大小:291004
    • 提供者:guo
  1. LockFreeDataStructureswithHazardPointers

    0下载:
  2. 锁无关数据结构与Hazard指针 操纵有限的资源 -Lock data structure has nothing to do with the Hazard pointer manipulation limited resources
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:18315
    • 提供者:赵雷
  1. geturl

    0下载:
  2. 刚刚学会c的函数带入指针操作,于是写了个小例子,用来获取目标网站的网页代码,给刚接触的朋友-Just learn to c function into the pointer operation, then wrote a small example, used to obtain the target site' s web page code to a new to a friend
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-07
    • 文件大小:1597
    • 提供者:whytt
  1. ADO

    0下载:
  2. 使用VC++实现的ADO编程,使用ACCESS做数据库,使用了智能指针。-Use VC++ implementation of the ADO programming, using the ACCESS database, make use of smart pointers.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:78773
    • 提供者:
  1. jbhfb

    0下载:
  2. 很久没写与工作无关的代码了。这是截包和发包的小工具(用到ws_32.dll和hook技术、共享内存。。),其中SendUdp.dll本来想用delphi写的因为vc++指针操作快,所以就-Not related to work for a long time I did not write the code. This is a cut-off packages and contracting of small tools (used ws_32.dll and hook techniques,
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-03-27
    • 文件大小:281821
    • 提供者:aileen42003
  1. VBImport

    0下载:
  2. 查看VB导入函数的小工具代码,支持EXE/DLL/OCX文件的查看,写完了才发觉用处不太大哦~程序中会了解到映射文件基址、IMAGE_PE_FILE_HEADER的指针、COFF段文件头的指针、第一个COFF段文件头的指针、映像特征值等相关知识技巧。-See VB code to import the function mini tool to support the EXE/DLL/OCX file to view, finished it was found useful process i
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:11155
    • 提供者:liusgeng
  1. mfc

    0下载:
  2. 线程函数要声明为static类型,或是全局的.如果在线程函数中要访问类中的成员,就将this指针传给pParam.-Thread function to be declared as static type, or the overall situation. If the thread function to access the class members, this pointer will be passed to pParam.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:590
    • 提供者:龙哥
  1. dfg

    0下载:
  2. 突破C++的虚拟指针--C++程序的缓冲区溢出攻击-Breakthrough in C++ virtual pointer- C++ program buffer overflow attacks
  3. 所属分类:Linux Network

    • 发布日期:2017-04-24
    • 文件大小:12617
    • 提供者:liujun
  1. clockpas

    0下载:
  2. 一个走动的VB时钟指针,仅指针,没有时针和分针,做闹钟时候能用得上吧,程序运行后,一个秒钟在走动。-A walk around the VB clock pointer, only the pointer, not the hour and minute hands, so when the alarm clock that can use it, the program running, a second in the walk.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:4067
    • 提供者:longlian90
  1. StarchExplorer1.1.3

    0下载:
  2. 由我是淀粉工作室开发的一款网页浏览器,程序员:指针 策划:猫仔很忙-It s an explorer for Starch Studio.
  3. 所属分类:Browser Client

    • 发布日期:2017-04-04
    • 文件大小:332293
    • 提供者:猫仔很忙
« 12 3 4 »
搜珍网 www.dssz.com