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

搜索资源列表

  1. collegescoremanagement

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

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

    0下载:
  2. ComAccess.cpp(FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM, // source and processing options NULL, // pointer to message source error, // requested message identifie MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), // the use
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:15.87kb
    • 提供者:wxh
  1. 00

    0下载:
  2. VC++下使用ADO编写数据库程序(1)、引入ADO类(2)、初始化COM (3)#import 包含后就可以用3个智能指针了:_ConnectionPtr、_RecordsetPtr和_CommandPtr-VC++ Prepared to use ADO database program (1), the introduction of ADO type (2), to initialize COM (3)# Import contains can be used after three
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-02
    • 文件大小:3.24kb
    • 提供者:张三
  1. shujukunidatabase

    0下载:
  2. VC++封装一个动态数据库链接库 VC++封装一个动态数据库链接库,以动态封装库的方式打开、关闭数据库、得到数据库指针、装载记录、查找记录、修改添加删除记录、根据类型得到记录关键字段等功能,封装的功能都是基本的,只是为了如何封装,有基础的朋友可以再此基础上继续完善 -VC++ database package, a dynamic link library VC++ database package, a dynamic link library, dynamic package, op
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-01
    • 文件大小:34.95kb
    • 提供者:andysun
  1. wn.1

    0下载:
  2. wn()wordnet的线性函数接口,用于访问wordnet的数据库-wn( ) provides a command line interface to the WordNet database, allowing synsets and relations to be displayed as formatted text. For each word, different searches are provided, based on syntactic category and
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-29
    • 文件大小:12.76kb
    • 提供者:胡金彪
  1. pointer

    0下载:
  2. 一个动态分配内存的数据库小程序。具体项目是固定的,使用链表。-A dynamically allocated memory database applet. Specific project is fixed, using a linked list.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-31
    • 文件大小:791.21kb
    • 提供者:北极
  1. CDb

    0下载:
  2. 数据库操作封装 功能:获得结果集的行数,数据库增删改操作,数据库查询,获得结果内容,获得单例模式类指针-Operation of the database package features: the number of rows in the result set, database growth, delete, change operations, database queries, results obtained content, access to the singleton cl
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-01
    • 文件大小:16.22kb
    • 提供者:林斌
  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. 3

    0下载:
  2. 编写一个函数,传递给它一个大小为n的指向float类型的指针数组,要求该函数返回一个指针,指向n个按照倒序排列的float型数值的首地址。 例如,当输入为 3 1 2 3 时,输出为 1 2 3 1 2 3 3 2 1 -Write a function, passing it a pointer pointing to an array of size n float type, requiring the function returns a pointer
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-26
    • 文件大小:114.24kb
    • 提供者:
  1. 5

    0下载:
  2. 1. 编写一个使用指针返回类型的函数,使用该函数在字符串中搜索一个子串,并返回第一个相匹配的子串指针。该函数的原型如下: 输入为3行。第一行为两个整数,表示字符串和需要查找的子串的长度。第二行为字符串,第三行为子串。 输出见main函数。 程序的一个输入输出样例为: Enter the length of string and substring 10 5 abcdefghij defgh find substring:defghij -1. Write a
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-26
    • 文件大小:115.39kb
    • 提供者:
  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. AutoPtrS

    0下载:
  2. 增加了用户设置的智能指针,用户可以设置该智能指针为非传统的指针。-An increase of user settings smart pointer, the user can set the smart pointer for non-traditional indicators.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1.88kb
    • 提供者:wjg2777
  1. c147

    0下载:
  2. 计算器vb程序,输出大中小三个数,查找学生序号为1的学生,用指针指向字符串,-Vb calculator program, the output Xinhuanet three the number of students in search of one serial number for students, with pointer to string
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:4.55kb
    • 提供者:huang65508
  1. naozhong1

    0下载:
  2. 简单的闹钟原代码可以实现表盘指针动化和声音提醒-Simple alarm clock to achieve the original code can dial pointer move and sound to remind
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1.36kb
    • 提供者:yuea336520
  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. pointer-to-access-

    0下载:
  2. VC++基础程序设计,用指针来访问的静态函数成员源代-VC++ basic application design, use pointer to access static member function source generation
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1.22kb
    • 提供者:jjj7j572fuwi9
  1. pointer-to-access-

    0下载:
  2. VC++基础程序设计,用指针来访问的静态函数成员源代-VC++ basic application design, use pointer to access static member function source generation
  3. 所属分类:ADO-ODBC

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