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

搜索资源列表

  1. quanpaixu

    0下载:
  2. 冒泡排序 直接选择排序 Shell排序 快速排序 归并排序 堆排序 直接插入排序基本算法 #include<iostream.h> #include<stdlib.h> #include<time.h> const int n=100000 typedef struct{ int key }RedType typedef struct{ RedType *r //r[n+1
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:720567
    • 提供者:zero
  1. const

    0下载:
  2. const的思考,希望它的用法你能更清楚!
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1154
    • 提供者:哈哈哈
  1. wangluoliuliang

    0下载:
  2. 获取数据流量 获取网络 流量 获取网络 流量-include <stdlib.h> #include <stdio.h> #include <pcap.h> void usage() void dispatcher_handler(u_char*, const struct pcap_pkthdr*, const u_char*) void main(int argc, char**argv)
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:1525
    • 提供者:zhaobo
  1. stack-to-queue

    0下载:
  2. 用二个顺序存储结构的栈,通过这二个栈的相关运算实现队列的以下功能。 Queue() //构造函数 bool empty() //返回队列是否已空 bool full() //返回队列是否已满 int serve() //出队列,成功返回0,否则返回-1 int append(const string &item) //item进队列,成功返回0,否则返回-1 int retrieve(string &item) const //将队列头的值赋给item,成功返
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:1190
    • 提供者:一二三
  1. ex1

    0下载:
  2. 安装VC++2008(课后完成),并熟悉其集成界面。 分别用指针参数和引用参数编写一个简单的exSwap函数,实现两数的交换功能,并用函数重载来分别实现两个整数的交换及两个浮点数的交换。 利用内联函数实现求两数最大数功能:int max(int,int) 在程序中使用const关键字,掌握其用法。 在主函数中调用上述所编函数,并设计良好的人机界面。-Installation VC++2008 (after school to complete), and are familiar
  3. 所属分类:CSharp

    • 发布日期:2017-11-16
    • 文件大小:618922
    • 提供者:黄金铠
  1. Const

    0下载:
  2. 计算GPS定位程序的常用小函数及常数文件-Calculate the GPS positioning procedures commonly used in small functions and constants file
  3. 所属分类:CSharp

    • 发布日期:2017-11-23
    • 文件大小:3827
    • 提供者:尹小倩
  1. BinFileToh

    0下载:
  2. 将JPEG各式的图片文件转换成.h文件。可以同时转换多个,会放在同一.h文件中。每个文件按文件名转换成一个const char数组.-The JPEG image files into a variety of the. H file. You can convert multiple, will be placed in the same. H file. Each file by file names into an array of const char.
  3. 所属分类:CSharp

    • 发布日期:2017-11-14
    • 文件大小:77928
    • 提供者:张永辉
  1. Csharp

    0下载:
  2. C#基础概念二十五问 1.静态成员和非静态成员的区别? 2.const 和 static readonly 区别? 3.extern 是什么意思? 4.abstract 是什么意思? 5.internal 修饰符起什么作用? 6.sealed 修饰符是干什么的? 7.override 和 overload 的区别? 8.什么是索引指示器? 9.new 修饰符是起什么作用? 10.this 关键字的含义? 11.可以使用抽象函数重写基类中的虚函数吗?
  3. 所属分类:CSharp

    • 发布日期:
    • 文件大小:1056040
    • 提供者:stallion
  1. projectClass1

    0下载:
  2. 这个作业将让你去练习建立一些简单的类和使用 C++的基本功能,包括: 封装,引用,动态内存开辟, 简单构造函数和析构函数和 const. 这个程序片段未􏰀 供编或调试. 做出合理的错误修正事你任务的一部分, 或要求在类里说明. 一般的,我们会给你最基本部分的代码. 如果你需要它们,你总是可以在 一个类里添加额外的变量或方法. 这个作业被分为三个部分来显示了如 何工作. -This assignment will give you practice building
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:42107
    • 提供者:李寻欢
  1. C-language-variable-parameter-usage

    0下载:
  2. 我们在C语言编程中会遇到一些参数个数可变的函数,例如printf()这个函数,它的定义是这样的:   int printf( const char* format, ...) 它除了有一个参数format固定以外,后面跟的参数的个数和类型是可变的,例如我们可以有以下不同的调用方法: -We in the C programming language will encounter some function of the variable number of arguments, su
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1655
    • 提供者:蔡桂荣
  1. c_string

    0下载:
  2. This application converts any string to C string. For exam: (2,5,8,6,) to const unsigned int16 dizi[5]={2,5,8,6,}-This application converts any string to C string. For exam: (2,5,8,6,) to const unsigned int16 dizi[5]={2,5,8,6,}
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:49893
    • 提供者:fssfssfss
  1. _0ServerSendToService

    0下载:
  2. 用于JAVE各种编程语言的应用,可以使用各种算法(JAVE C++ C CONST name char)
  3. 所属分类:C#编程

    • 发布日期:2018-01-09
    • 文件大小:5120
    • 提供者:奈尔一笑
搜珍网 www.dssz.com