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

搜索资源列表

  1. BBS

    0下载:
  2. 简易bbs 基于struct 实现会员登录 用户管理等功能 方便初学者学习
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1723624
    • 提供者:清风
  1. ch10

    0下载:
  2. 数据结构(严慰敏)配套纯c代码实验十 typedef int InfoType // 定义其它数据项的类型 typedef int KeyType // 定义RedType类型的关键字为整型 struct RedType // 记录类型(同c10-1.h) { KeyType key // 关键字项 InfoType otherinfo // 其它数据项 } typedef char KeysType // 定义关键字类型为字符型 #incl
  3. 所属分类:其它

    • 发布日期:2014-01-17
    • 文件大小:13016
    • 提供者:冰河
  1. ch3

    0下载:
  2. // algo3-12.cpp 银行业务模拟。实现算法3.6、3.7的程序 #define Qu 4 // 客户队列数 #define Khjg 5 // 两相邻到达的客户的时间间隔最大值 #define Blsj 30 // 每个客户办理业务的时间最大值 #include\"c1.h\" typedef struct // 定义ElemType为结构体类型 { int OccurTime // 事件发生时刻 int NType // 事件类
  3. 所属分类:其它

    • 发布日期:2014-01-17
    • 文件大小:19877
    • 提供者:冰河
  1. ssah

    0下载:
  2. 管理信息系统, 运用到STRUCT,AJAX,SPRING,HIBERNATE技术
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:3160915
    • 提供者:xiaheng
  1. modbus

    2下载:
  2. MODBUS驱动,已经使用,从机方式,RTU,CRC校验-modbus drive ,c/s struct,rtu&ascii
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:5393
    • 提供者:小铁
  1. Text

    2下载:
  2. 编程题(15_01.c) 结构 struct student { long num char name[20] int score struct student *next } 链表练习: (1).编写函数struct student * creat(int n),创建一个按学号升序排列的新链表,每个链表中的结点中 的学号、成绩由键盘输入,一共n个节点。 (2).编写函数void print(struct
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1582
    • 提供者:zhudong
  1. struts2.0

    0下载:
  2. struct资料,有兴趣的朋友下了看一看,很好的
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1885594
    • 提供者:余磊
  1. Jpegdecoder

    0下载:
  2. void III_hufman_decode(struct Granule *gr,int part2_start, int freqline[SBLIMIT][SSLIMIT]) { unsigned int reg1, reg2,i unsigned int part3_length = part2_start + gr->part2_3_length unsigned used int h,*f=&freqline[0][0]
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1922478
    • 提供者:annen1983
  1. opencv-source-code

    0下载:
  2. opencv全部源代码文档及class,struct的相互关系
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2955311
    • 提供者:hjchen
  1. duijian

    0下载:
  2. 堆栈的数据结构和操作 ypedef struct{ HGLOBAL hMem //堆栈全局内存句柄 POINT *lpMyStack //指向该句柄的指针 LONG ElementsNum //堆栈的大小 LONG ptr //指向栈顶得指针
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:2430
    • 提供者:anwei
  1. KK

    0下载:
  2. Different methods for generating pyramid data structure have been analysed, these effects in image matching are compared, also a fast algorithm of pyramid data struct is provided.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:5612868
    • 提供者:lichao
  1. AAA

    0下载:
  2. Different methods for generating pyramid data structure have been analysed, these effects in image matching are compared, also a fast algorithm of pyramid data struct is provided.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:339985
    • 提供者:lichao
  1. ADQ

    0下载:
  2. Different methods for generating pyramid data structure have been analysed, thesea fast algorithm of pyramid data struct is provided.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:216001
    • 提供者:lichao
  1. 905

    0下载:
  2. NRF905驱动代码 // The content of this struct is nRF905 s initialize data. // CH_NO=1 433MHZ Normal Opration,No Retrans RX,TX Address is 4 Bytes // RX TX Payload Width is 32 Bytes Disable Extern Clock Fosc=16MHZ // 8 Bits CRC And enable
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2430
    • 提供者:罗明
  1. c

    0下载:
  2. #include<malloc.h> #include<limits.h> #include<stdio.h> #include<graphics.h> #include<io.h> #include<math.h> #include<process.h> #include<conio.h> #define m 100 #define OK 1 typedef
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2243
    • 提供者:全文
  1. wuziqi

    0下载:
  2. 五子棋小游戏#include<stdlib.h> #include<time.h> #include<stdio.h> #include<conio.h> int chess[169]={0} /*棋盘*/ struct chess_t/*作为辅助,即是作为建意*/ { char attack /*攻防用的,0表示守,1表示攻*/ int j /*作为优先级用*/ }chess_a[169]
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:2382
    • 提供者:庄斌
  1. union-struct

    0下载:
  2. 联合也是一种新的数据类型, 它是一种特殊形式的变量。 联合说明和联合变量定义与结构十分相似。结构和联合的区别
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1469
    • 提供者:liu
  1. svm_all

    0下载:
  2. 结合了light、struct和pro3部分内容。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:215320
    • 提供者:liuyupeng
  1. struct

    0下载:
  2. 此文件包含了一些关于数据结构的程序,是本人在学习数据结构这门课时收集的程序源码,对于学习数据结构很有帮助的。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:533086
    • 提供者:
  1. 21

    0下载:
  2. 图片截取struct fileheader { char BM[2] //\"BM\" unsigned long filesize unsigned long reserved0 unsigned long BMPdataoffset }fileheader,new_fileheader struct infoheader { unsigned long BMPheadersize unsigned long width
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1518
    • 提供者:lspb007
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com