CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 行业应用软件 搜索资源 - pointer

搜索资源列表

  1. demgrid

    0下载:
  2. 有关格网的插值小程序,采用数组指针进行数据分块的还待改善!如果那位下了改善后联系 知道zd_piaopiao@eyou.com-the grid of small interpolation procedures using the array pointer for the data block has to be improved! If that under the improved ties know zd_piaopi ao@eyou.com
  3. 所属分类:其他行业

    • 发布日期:2008-10-13
    • 文件大小:9195
    • 提供者:张浩
  1. happyteacher

    1下载:
  2. 电子教鞭,一个可以在电脑屏幕上画画,作批注的软件-electronic pointer, in a drawing on a computer screen, the software for endorsement
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:8645
    • 提供者:yychen
  1. SmartPtr_demo

    0下载:
  2. C++垃圾回收框架,一个智能指针模版类,管理内存分配,以及自动回收。支持异步。-C waste recovery framework, a smart pointer class template, memory allocation management, and automatic recovery. Asynchronous support.
  3. 所属分类:行业应用软件

    • 发布日期:2008-10-13
    • 文件大小:12141
    • 提供者:赵鹏
  1. 学籍管理系统C语言版

    0下载:
  2. 学籍管理系统!利用C语言实现! 在构思基本模块时,订立了“读取文件到内存形成链表,对链表的操作,将内存的链表内容保存到文件”三大基本块。 读取文件:在main函数里完成。原理是,先检查文件指针是否在末尾,若否,则在内存开辟一个单位长度,在文件中读取单位长度数据入该空间中,并彼此构成链表。采取带参数的主函数,以保证保存文件的多样性。 对链表的操作:可分为插入(建立),删除,查找,修改,排序。五大基本功能。分别用五个函数完成。这里不一一描述。其中,删除,查找,修改都是要用到查找一个数据的操作。所以,
  3. 所属分类:行业应用软件

    • 发布日期:2008-10-13
    • 文件大小:73802
    • 提供者:叶兆源
  1. point

    0下载:
  2. 指针与数组,可以很好的理解两者的关系,更好的掌握指针和数组-Pointer with the array, can be a very good understanding of the relationship between the two, a better grasp of pointer and array
  3. 所属分类:Applications

    • 发布日期:2017-04-28
    • 文件大小:103554
    • 提供者:王西
  1. tushuguanguanli

    0下载:
  2. 多使用链表与指针,软件课程设计使用,主要功能是进行图书的有关管理,如图书信息的创建、插入、删除,借阅信息管理等,去BUG修改版-Multi-use list with the pointer, software, curriculum design, the main function is to carry out the management books, such as the creation of book information, insert, delete, lending, s
  3. 所属分类:Education soft system

    • 发布日期:2017-04-04
    • 文件大小:3193
    • 提供者:l
  1. main

    0下载:
  2. Simple example of use of Function Pointer in standard C language on MS-Windows Menu Selection Application created in a easily programming way.-Simple example of use of Function Pointer in standard C language on MS-Windows Menu Selection Ap
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:1260
    • 提供者:Callisto
  1. vcMultiThread

    0下载:
  2. VC++ 多线程与聊天室程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何采用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编写网络聊天室程序。在接收线程函数中,遗忘了释放指针的操作,在随盘代码中已更正,特此说明。-VC++ multi-threaded programs written with the chat rooms, multi-threaded applications prone to problems. Mutex objec
  3. 所属分类:Home Personal application

    • 发布日期:2017-04-16
    • 文件大小:38030
    • 提供者:qyp
  1. FileMapTransTxt

    0下载:
  2. VC++通过内存映射在程序间交换数据,通过这个小实例,你会了解到以下技巧:在内存映像中创建对象,将文件视图映射到一个进程的地址空间上、返回LPVOID类型的内存指针、给映像内存数据赋给本地变量、释放映像内存、更新数据等。-VC++ through the memory mapping process between the exchange data, through this small instance, you will learn the following skills: In the
  3. 所属分类:Home Personal application

    • 发布日期:2017-04-17
    • 文件大小:21415
    • 提供者:qyp
  1. information.c

    0下载:
  2. c语言实现的学生管理系统,可以让你从底层了解更多关于c语言和指针的特性-c language of the student management system that lets you from the bottom to learn more about the c language and pointer features
  3. 所属分类:Education soft system

    • 发布日期:2017-04-13
    • 文件大小:2574
    • 提供者:蔡铭
  1. test

    0下载:
  2. 用指针,文件流,文件指针,做的一个高级的学生管理系统!-With a pointer, file streams, file pointer, to do an advanced student management system!
  3. 所属分类:Education soft system

    • 发布日期:2017-04-13
    • 文件大小:2939
    • 提供者:吴志亮
  1. yuanma

    0下载:
  2. 一个学生信息管理系统,一个指针练习题,一个求解人员去向问题,一个关于student类的练习题,一个分析引用问题的联系-A student information management system, a pointer exercises, movement of a person solving the problem, one on student class exercises, a reference to the problem of contact
  3. 所属分类:Education soft system

    • 发布日期:2017-04-06
    • 文件大小:4031
    • 提供者:罗浩
  1. Socre-system

    0下载:
  2. 主要利用C语言中的结构体,数组,指针,编写了一个学籍管理系统,能运行-using Structures, array, pointer to generate Registration management system
  3. 所属分类:Education soft system

    • 发布日期:2017-04-02
    • 文件大小:424933
    • 提供者:gaomin
  1. avbc

    0下载:
  2. 在函数中进行 10个学生成绩从高到低排名, 再改进函数, 进行 n个学生成绩从高到低排名, 排名方式根据函数的style参数进行,如style为‘a 按升序排,style为 d 按降序排。 ( a:ascending 升,d:descending 降) 编写多个不同函数,使之能实现不同的排序算法(3种以上),再编写一个通用输出函数,(要求用函数指针做参数)能分别打印不同排序算法的结果。 步骤、方法与要求 -10 in the function were ranked from hi
  3. 所属分类:Education soft system

    • 发布日期:2017-04-06
    • 文件大小:813
    • 提供者:黄云海
  1. ff

    0下载:
  2. 商品管理系统, c/c++实现 基于链表和指针来实现这个简单的管理系统-commercial maneger software by using link and pointer
  3. 所属分类:Shop supermarket software system

    • 发布日期:2017-04-05
    • 文件大小:739894
    • 提供者:liudaoyi100
  1. stu

    0下载:
  2. 数据结构课程设计 学生成绩管理系统利用单链表结构实现学生成绩动态管理,了解数据库管理的基本功能,掌握C语言中的结构体、指针、函数、(系统函数、自定义函数)、文件操作等知识,这是一个C语言知识的综合应用-Data structure course design student achievement management system using a single linked list structure to achieve the dynamic management of student
  3. 所属分类:Education soft system

    • 发布日期:2017-04-03
    • 文件大小:3993
    • 提供者:里昂
  1. Students-performance-management

    0下载:
  2. 学生成绩管理系统 采用C语言实现 1、每一条记录包括一个学生的学号、姓名、3门成绩、平均成绩。 2、输入功能:可以一次完成无数条记录的输入。 3、显示功能:完成全部学生记录的显示。 4、查找功能:完成按姓名查找学生记录,并显示。 5、排序功能:按学生平均成绩进行排序。 6、插入功能:按平均成绩高低插入一条学生记录。 7、保存功能:将学生记录保存在任何自定义的文件中,如保存在:c:\score。 8、读取功能:将保存在文件中的学生记录读取出来。 9、有一个清晰美观界
  3. 所属分类:Education soft system

    • 发布日期:2017-04-08
    • 文件大小:4694
    • 提供者:123
  1. school

    1下载:
  2. 使用C++语言编写的学校人员管理系统,使用类,指针实现数据的查找,删除等功能-Using C++ language school personnel management system, use the class, the pointer data search, delete, etc.
  3. 所属分类:Education soft system

    • 发布日期:2017-03-29
    • 文件大小:5676
    • 提供者:hdy
  1. c-link

    0下载:
  2. C语言实验,完成学生管理系统,用链表和指针实现,完全原创,绝地可用-C language experiment, students to complete management system, use the list and the pointer
  3. 所属分类:Education soft system

    • 发布日期:2017-04-14
    • 文件大小:2732
    • 提供者:sx
  1. yinghang3

    0下载:
  2. 银行定期存折管理系统,包括存取,创建新的用户名,通过类定义、指针等-Bank fixed deposit management system, including access, create a new user name by the class definition, the pointer
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-05-02
    • 文件大小:992424
    • 提供者:陈曦
« 12 »
搜珍网 www.dssz.com