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

搜索资源列表

  1. jcgl

    0下载:
  2. (1)设计进程控制块PCB表结构,分别适用于优先权调度算法和时间片轮转调度算法。 PCB结构包括以下信息:进程名、进程优先数(或轮转时间片),进程所占用的CPU时间,进程的状态,当前队列指针等。根据调度算法的不同,PCB结构的内容可以作适当的增删。 (2)建立进程就绪队列。对两种不同算法编制入链子程序。 (3)编制两种进程调度算法:a)优先数调度;b)时间片轮转调度。允许用户在程序运行时选择使用某一种调度算法。-(1) design process control blo
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:2188
    • 提供者:genking
  1. C

    0下载:
  2. C文件操作函数总结,标准文件及与其相关联的文件指针等等内容-C file manipulation functions sum up, the standard documents and their associated file pointer, etc. the content
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:17610
    • 提供者:李国磊
  1. cyuyanfanli

    0下载:
  2. 编制一个insert函数,该函数的功能是在一个有序的数列函数中插入一个数后仍有序。 要求:(1)主函数实现由键盘输入一个有序数列和要插入的数. (2)insert函数设有两个虚参,指针变量和数值型变量,分别接受数列首地址和要插入的数,insert函数实现数据插入. (3)在主函数中输出输入后的结果-The preparation of an insert function, which function is in an orderly series function to inse
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1120
    • 提供者:
  1. C_C++_Pointer

    0下载:
  2. 学习了C或是C++的人都应该会觉得C里面的指针特别难学,确实,指针是C的灵魂,你学不懂指针那你就不可能学得好C。-Learning the C or C++ The person should feel special pointer inside C difficult, indeed, is the C pointer soul, do not guide you to learn that you can not achieving expanded and improved C.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:202601
    • 提供者:donghao
  1. home2

    1下载:
  2. 指针式时钟QT-C++QPushButton 按钮类QButtonGroup 按钮组合类QGroupBox 群组类QDateTimeEdit 日期时间编辑框类QLineEdit 行编辑框类QTextEdit 文本编辑框类QComboBox 组合框类QProgressBar 进度条类QLCDNumber 数字显示框类-Pointer clock QT-C++ QPushButton button type QButtonGroup button combinations category QGro
  3. 所属分类:SCM

    • 发布日期:2017-05-06
    • 文件大小:7303
    • 提供者:denglangyu
  1. C_C++pointer

    0下载:
  2. 指针是C和C++语言编程中最重要的概念之一,也是最容易产生困惑并导致程序出错的问题之一。利用指针编程可以表示各种数据结构, 通过指针可使用主调函数和被调函数之间共享变量或数据结构,便于实现双向数据通讯;并能像汇编语言一样处理内存地址,从而编出精练而高效的程序。指针极大地丰富了C和C++语言的功能。-Pointer is a C and C++ Language programming in the concept of one of the most important and most eas
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:201756
    • 提供者:tubo
  1. location

    0下载:
  2. 设计一个表示直角坐标系上点的位置的Location类,计算两个坐标系上点对象A和B之间的距离。要求用成员函数Distance()求距离。在main()中,分别用对象、指针、引用三种方法定义和使用对象A和B。-Said the design of a Cartesian coordinate system on the location of the point of Location categories, calculated on the two coordinate system obje
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:3404
    • 提供者:zyp
  1. tt

    0下载:
  2. 本演示程序中,集合的元素为字符,集合大小为n<20,以字符串的形式输入,以“回车”为结束标志。程序读入一个字符串,统计该字符串中出现的字符及其次数,然后输出结果。运用一个二叉树来保存处理结果,字符串中的每个不同的字符用树描述,每个结点包含4 个域,格式为: 字符 该字符的出现次数 指向ASCII码小于该字符的左子树指针 指向ASCII码大于该字符的右子树指针 因此,程序的功能是依次从输入字符串中取出一个字符,把它们插入到树中 -The demonstra
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:93968
    • 提供者:蔡诚霄
  1. ISO8583

    1下载:
  2. 根据PBOC要求完成8583信息的组包及解包。本程序可以灵活定制各类型的8583信息包。 最大可支持192数据域。使用数据域指针ISO[ ]前一定要先初始化,否则内存出错。-According to PBOC information required to complete the 8583 package and unpack group. This procedure can be flexible and various types of customized information
  3. 所属分类:Windows Develop

    • 发布日期:2016-07-12
    • 文件大小:7121
    • 提供者:ydy
  1. gongjulan_zhizhen

    0下载:
  2. 用 Visual C++.Net实现的如何使用 代码获取工具栏的指针 的演示程序。注释详细。适合初学者。-Using Visual C . Net realized how to use the code to obtain the pointer Toolbar demo program. Notes detail. Suitable for beginners.
  3. 所属分类:Windows Develop

  1. zhuangtailan_zhizhen

    0下载:
  2. 用 Visual C++.Net实现的如何使用 代码获取状态栏指针 的演示程序。注释详细。适合初学者。-Using Visual C . Net realized how to use the code to obtain the status bar of the demo program pointer. Notes detail. Suitable for beginners.
  3. 所属分类:GUI Develop

  1. MSAgent_0123_last

    0下载:
  2. 在FormView中类似金山毒霸的位图按钮,使用MS OFFICE的精灵鹦鹉助手(需要制定本压缩文件包中的peedy.acs文件),指针式时钟,三态圆形位图按钮,改变FormView的背景色,带位图的ListCtrl,ListBox。-In FormView Jinshan drug tyrants similar bitmap buttons, the use of MS OFFICE assistant wizard parrot (need to introduce the compres
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-16
    • 文件大小:3860941
    • 提供者:人民币
  1. 2410-fs-ldqmoon

    0下载:
  2. 这个是我调通的在2410下运行文件系统的程序. 用2410驱动sd卡来实现fat文件系统. 欢迎大家来测试. 用法很简单, 如下 FILE *fp // 文件指针 unsigned char temp[24]="3.wav" // 文件明需要放在数组里 while(!initialize_media()) // 初始化sd卡 { Uart_Printf("sd initializing....\n") } Uart_Printf(
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-26
    • 文件大小:28877
    • 提供者:罗德强
  1. clock

    0下载:
  2. 使用内存画布实现的时钟程序。同时有雪花落下在时钟指针上。采用多线程绘图制作。-Realize the use of the memory clock procedures canvas. At the same time, snow has fallen on the pointer on the clock. Using multi-threaded graphics production.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-16
    • 文件大小:51611
    • 提供者:赵建华
  1. 100example

    0下载:
  2. 程序100例,对初学者很使用,可以很好的理解指针和数组-PROGRAM 100 EXAMPLE
  3. 所属分类:source in ebook

    • 发布日期:2017-04-27
    • 文件大小:27422
    • 提供者:huyuehua1981dt
  1. EcallVCDLL

    0下载:
  2. 易语言调用VC++写的DLL 返回指针文本-Easy language to call VC++ to write the DLL back pointer text
  3. 所属分类:Windows编程

    • 发布日期:2017-05-03
    • 文件大小:1003911
    • 提供者:mike
  1. ssx

    0下载:
  2. 对vector类进行多键值排序的方法.通过重载对指针的比较函数,实现了可以按照不同键值排序.-Category of vector multi-key sorting method. Through the overloading of function pointer comparison, realize that can be sorted according to different keys.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:891
    • 提供者:jx.liang
  1. point

    0下载:
  2. 关于C C++ 中指针的使用。开发用 -On C C++ in pointer use. Development with
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:201749
    • 提供者:zhangxin
  1. adsfawerwaer

    0下载:
  2. 数据结构循环队列的实现 实现用指针的删除查找功能 性能良好-Circular Queue data structure realize the delete using the search function pointer in good
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1368
    • 提供者:张清
  1. line

    0下载:
  2. 用Java实现的一种简单的用指针实现线性表就地逆置。-reverse
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:6621
    • 提供者:宋欢
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com