CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 数据库编程 搜索资源 - pointer c

搜索资源列表

  1. collegescoremanagement

    0下载:
  2. 高校学籍管理系统:存储和显示功能的实现:利用链表,将数据逐条写入和读出文件; 添加数据:将链表的最后的next指针指向一个新开辟的空间地址,然后将数据最后追加一条信息。 修改数据:先按要求(学号或姓名)查找看看要求信息是否存在,如果找到,让用户输入修改后的信息,如果找不到的话提示用户重新输入。 删除数据:先按要求(学号或姓名)查找看看要求信息是否存在,如果找到,将要删除的数据前面一条的next指向要删掉的这条信息的下一条的地址,然后将此信息的空间释放。如果找不到的话提示用户重新输入。
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:2.6kb
    • 提供者:guoxiang
  1. n!

    0下载:
  2. 求n!的代码。c++编程,使用指针,结构体结构。程序简单易懂,易于操作。有一定的检错性。-For n! Code. c++ programming, using the pointer, the structure of the body structure. The program is easy to understand, easy to operate. Certain error detection sexual.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-11-27
    • 文件大小:7.93kb
    • 提供者:进藤光
  1. pointer

    0下载:
  2. Lesson 6: Pointers in C Pointers are an extremely powerful programming tool. They can make some things much easier, help improve your program s efficiency, and even allow you to handle unlimited amounts of data.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-11-26
    • 文件大小:3.35kb
    • 提供者:UUU
  1. databaseLink

    0下载:
  2. 利用Visual C++6.0用ADO智能指针实现对数据库的操作,增删改查-Using ADO smart pointer to the operation of the using Visual C++6.0, CRUD
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-13
    • 文件大小:2.85mb
    • 提供者:邱將
  1. alloc

    0下载:
  2. Memory Allocation in C-write part of a dynamic storage allocationpackage. The package provides three function calls: void initalloc(), toinitialize the data structures involved char* alloc(int n), which returnsa pointer to a block of n chars when ca
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:4.52kb
    • 提供者:yan595osn
  1. CPPBugTrace

    0下载:
  2. 用于错误处理的一个C++类,可以实现自动化指针错误的地方,很适用于进程崩溃时发现出错的位置-For error handling, a C++ Category, you can realize automation pointer wrong place, it is applicable to the process of the collapse of the location of errors found
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:2.65kb
    • 提供者:pai1isn
  1. c101

    0下载:
  2. 用c语言实现的鼠标驱动事件,运行程序后会看到一个蓝色的鼠标指针,支持鼠标单击和右击-C language of the mouse-driven events, run the program will see a blue mouse pointer, mouse click and right click
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1.48kb
    • 提供者:k42lufenx
  1. Handle-basedresourcemanagement

    0下载:
  2. 基于句柄的资源管理器,可以用在C++的项目开发中,防止指针悬挂和资源泄漏的情况发生-a handle-based resource management,It can be employed in C++ project development to prevent the case such as pointer dangling and resource leak
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:4.05kb
    • 提供者:wb1900zhi
  1. learn-node-point-CPP

    0下载:
  2. 易学C++结点指针案例,很好的学习资料哦-The learn C++ node pointer cases, learning materials, oh
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1.13kb
    • 提供者:mm91488chengga
  1. malloc

    0下载:
  2. Malloc 向系统申请分配指定size个字节的内存空间。返回类型是 void* 类型。void* 表示未确定类型的指针。C,C++规定,void* 类型可以强制转换为任何其它类型的指针。-Malloc to the system for the allocation of the specified size bytes of memory space. Return type is void*. void* indicates undetermined type pointer. C, C+
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:6.15kb
    • 提供者:cv92993pang
  1. alloc

    0下载:
  2. Memory Allocation in C-write part of a dynamic storage allocationpackage. The package provides three function calls: void initalloc(), toinitialize the data structures involved char* alloc(int n), which returnsa pointer to a block of n chars when ca
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:4.77kb
    • 提供者:d80huigu4
  1. CPPBugTrace

    0下载:
  2. 用于错误处理的一个C++类,可以实现自动化指针错误的地方,很适用于进程崩溃时发现出错的位置-For error handling, a C++ Category, you can realize automation pointer wrong place, it is applicable to the process of the collapse of the location of errors found
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:2.9kb
    • 提供者:d20dumu
  1. c101

    0下载:
  2. 用c语言实现的鼠标驱动事件,运行程序后会看到一个蓝色的鼠标指针,支持鼠标单击和右击-C language of the mouse-driven events, run the program will see a blue mouse pointer, mouse click and right click
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1.72kb
    • 提供者:s9kangai
  1. fre

    0下载:
  2. ree(void *p)函数是用来释放程序动态申请的内存。其参数是个指针类型。在C当中,只有当使用了动态内存申请函数malloc calloc realloc申请内存之后,才可以使用free来释放之。释放之后就不能再使用了。-ree (void* p) function is used to release the program dynamically allocated memory. Its argument is a pointer type. In C, only apply when
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:6.22kb
    • 提供者:dv0dumu
  1. learn-node-point-CPP

    0下载:
  2. 易学C++结点指针案例,很好的学习资料哦-The learn C++ node pointer cases, learning materials, oh
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:951byte
    • 提供者:slamand
搜珍网 www.dssz.com