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

搜索资源列表

  1. PeStructures.txt

    0下载:
  2. pe文件各种结构体image_file-header等-typedef struct _IMAGE_DOS_HEADER { // DOS .EXE header WORD e_magic // Magic number WORD e_cblp // Bytes on last page of file WORD e_cp
  3. 所属分类:File Operate

    • 发布日期:2017-04-01
    • 文件大小:4443
    • 提供者:tianguo
  1. zhaiheduilie

    0下载:
  2. 数据结构中的栈和队列,很重要的哦,pdf格式的-the zhai and duilie int the struct,very important,.pdf
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:979257
    • 提供者:李刚
  1. memlink-0.3.4.tar

    0下载:
  2. nosql数据库 memlink,海量,高性能,持久化,分布式的key-list类型数据引擎-Memlink is a list struct data stroage engine
  3. 所属分类:Other Databases

    • 发布日期:2017-04-08
    • 文件大小:603381
    • 提供者:jiaohauge
  1. queue

    0下载:
  2. queue struct Learning to use the example of data structure Create, add, remove pointer ,malloc ,free for windows xp dev c.
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:533
    • 提供者:方仁
  1. Directx-develop-structs

    0下载:
  2. Dx的开发框架,简单的说明了若何开始完成一个dx程序-dx develop struct ,a beginner of directx programming
  3. 所属分类:DirextX

    • 发布日期:2017-05-24
    • 文件大小:7964449
    • 提供者:楚度
  1. sizeof

    0下载:
  2. 对数据结构中的数据大小的计算进行详细的描述,有助于大家更好地了解数据结构-help for struct data
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:875677
    • 提供者:mary
  1. Data-structur(java)

    0下载:
  2. java版的数据结构,主要介绍了java中一些常见的数据结构,如链表,堆,栈还有Map-data struct
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1653342
    • 提供者:fang
  1. pc-matrix

    0下载:
  2. 简单CPU verilog代码,完全按照COA中描述的结构,是微程序实现-simple structure cpu code, using verilog-HDL, totally struct the organization according to the COA,
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:11594
    • 提供者:sonicgk
  1. 03(13)

    0下载:
  2. 文件上传系统 适合学生学习 用struct和hibernate 实现java登录-文件上传系统 适合学生学习 用struct和hibernate 实现java登录
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-19
    • 文件大小:5232559
    • 提供者:王永乾
  1. ErrorHandle

    0下载:
  2. Struct 框架中的错误提交请求处理,这个是自己写得代码哦-Struct in the framework of the error to submit the request, this is written in code
  3. 所属分类:Java Develop

    • 发布日期:2017-05-06
    • 文件大小:1228392
    • 提供者:yfzhu
  1. MenuPrj

    0下载:
  2. Java源代码,Struct框架中的关于标题栏的教程-Java source code, Struct framework on the title bar of the tutorial
  3. 所属分类:Java Develop

    • 发布日期:2017-05-07
    • 文件大小:1229832
    • 提供者:yfzhu
  1. 13LOG4J

    0下载:
  2. Struct框架中的LOG4J的教程,可以作为教程-Struct in the framework of LOG4J tutorial can serve as a tutorial take a look at
  3. 所属分类:Java Develop

    • 发布日期:2017-05-08
    • 文件大小:1982715
    • 提供者:yfzhu
  1. 10102130203

    0下载:
  2. 与矩阵连乘最小乘法数问题类似,虽然不需要记录加括号的方式,但是需要纪录下从i乘到j的结果中为a、b、c的个数,以便在后续的计算中可以用到之前的数据,避免重复计算。所以就需要用三维数组来存储(当然用struct结构体数据类型也很方便)或者用两个数组。-With a matrix with minimal multiplication problem similar, although need not record bracketed style, but need to record from
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:296402
    • 提供者:张小迪
  1. struct

    0下载:
  2. 数据结构课设的小实验,有源代码以及实验报告-Set of data structures class experiment, the source code and experimental reports
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:36396
    • 提供者:程伟
  1. Struct-and-Interface

    0下载:
  2. C#中的接口和映射大多数开发者很难弄明白,本书解说的很详细。-C# interface and mapping, interpretation is very detailed.
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:682954
    • 提供者:tianjify
  1. 2

    0下载:
  2. 二.功能要求 学生成绩记录包括:学号、姓名、英语、程序设计基础、数据结构5个数据项。 1.学生成绩链表的建立与读文件: 用于输入学生成绩记录,要求链表结点按学号顺序排列。或从文件读取成绩记录而 建立链表。 2.学生成绩记录的插入:要求能按学号进行插入。 3.学生成绩记录的查询:要求能按学号和姓名进行查询。 4.学生成绩记录的删除:要求能按学号和姓名进行删除。 5.学生成绩表的输出与写入文件:要求输出整个学生成绩表所有的记录及写入文件。 -struct
  3. 所属分类:Education soft system

    • 发布日期:2017-04-16
    • 文件大小:476988
    • 提供者:鲤鱼1
  1. struct

    0下载:
  2. 1.一个跨平台的线程类 2.一个跨平台的Mutex 3.一组跨平台的容器(堆栈、单双链表、哈希表) 4.一个跨平台的socket 【OK】 5.一个简单高效的内存池 6.一个简单的XML解析器 7.一个安全高效的日志类 8.一个平台无关的File类和一个Dir类 9.一个时间日期类-(1) a cross-platform thread class. A cross-platform Mutex containe
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-05-12
    • 文件大小:2676983
    • 提供者:温祖槐
  1. typedef---struct

    0下载:
  2. 二叉树的创建,更好的为学生提供服务的信息-The creation of a binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:3315
    • 提供者:zhangleilei
  1. addrinfo

    0下载:
  2. sinp = (struct sockaddr_in *)aip->ai_addr 会将struct sockaddr 变量强制转化为struct sockaddr_in 类型 inet_ntop函数用于在二进制格式与点分十进制格式表示(a.b.c.d)之间进行转换 -sinp = (struct sockaddr_in*) aip-> ai_addr the struct sockaddr variables forced into the struct sockaddr
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:1042
    • 提供者:lihongbo
  1. struct-code

    1下载:
  2. 数据结构C语言版随书代码(陈峰棋),
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1555100
    • 提供者:zzh
« 1 2 ... 23 24 25 26 27 2829 30 31 32 33 ... 50 »
搜珍网 www.dssz.com