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

搜索资源列表

  1. cv3

    0下载:
  2. struct Edge { Edge(int from, int to, int cost) : from(from), to(to), cost(cost) {} friend bool operator<(const Edge& a, const Edge& b) { if (a.cost != b.cost) { return a.cost > b.cost }
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:3454
    • 提供者:65400
  1. NewsPublish

    0下载:
  2. 一个基于struct的新闻发布系统,包括struct完整的三层。-Struct based on a press release system, including the full three-struct.
  3. 所属分类:Web Server

    • 发布日期:2017-05-11
    • 文件大小:2676869
    • 提供者:dinglw
  1. TBITMAP

    0下载:
  2. convert bitmap in c struct
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-16
    • 文件大小:10064
    • 提供者:lenev
  1. Send_data_string

    0下载:
  2. host interface sending message struct data
  3. 所属分类:.net

    • 发布日期:2017-04-04
    • 文件大小:30311
    • 提供者:anymorething
  1. Getting_Started_with_NStruts1.1

    0下载:
  2. 一份介绍NStruts1.1的材料,NStruts1.1是WEB2.0的一个类似Struct的可复用框架-A descr iption NStruts1.1 materials, NStruts1.1 is WEB2.0 a similar Struct reusable framework
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:156899
    • 提供者:Air
  1. Stru

    0下载:
  2. 电子商城 ,是基于struct的电子商城电子商城 ,是基于struct的电子商城-java jsp
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-15
    • 文件大小:3758785
    • 提供者:gan
  1. Struts

    0下载:
  2. 基于struct结构的框架开发,Java源码,使用MyEclipse工具做成的网上商城(书店)系统。。是《Struts》这本书附带的光盘里拷来的源代码。声明作者有版权请勿盗用。-Struct structure-based framework for the development, Java source code, use the MyEclipse tools made online mall (bookstore) system. . Is the " Struts"
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-15
    • 文件大小:3759560
    • 提供者:余盼盼
  1. MonksandSavageproblem

    0下载:
  2. 修道士与野人问题 struct INFO { int nSavage // 岸边野人的数量 开始为3 全部到对岸为0 int nBoanerges // 岸边传教士的数量 开始为3 全部到对岸为0 int nSide // 船的位置 在此岸为-1 彼岸为1 int nMoveSavage // 渡河的野人的数量,用于递归时记录操作状态 int nMoveBoanerges // 渡河的传教士的数量,用于递归时记录操作状态 INFO* p
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:1518
    • 提供者:wangfei
  1. jinchengdiaodu

    0下载:
  2. 进程标识符*/ int prio /*进程优先数*/ int round /*进程时间轮转时间片*/ int cputime /*进程占用CPU时间*/ int needtime /*进程到完成还要的时间*/ int count /*计数器*/ char state /*进程的状态*/ struct node *next /*链指针*/ -Process identifier*/int prio /* process priority number*
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:2022
    • 提供者:中伟
  1. BT

    0下载:
  2. 二叉树的作业题,很实用很经典的一道题,学数据结构的都会遇到-the homework of Data Struct, a very tipical problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:926
    • 提供者:江哥
  1. portscan

    0下载:
  2. Linux下的端口扫描实现 f (!connect(sockfd,(struct sockaddr*)&server,sizeof(struct sockaddr- #include<stdlib.h> #include<stdio.h> #include<sys/socket.h> #include<netdb.h> #include<string.h> #include<unistd.h>
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:720
    • 提供者:david
  1. iBATIS_Spring_struts_demo

    0下载:
  2. Spring、hibernate、iBATIS三种流行框架整合-Spring, hibernate, iBATIS framework for integration of three popular
  3. 所属分类:Java Develop

    • 发布日期:2017-05-24
    • 文件大小:7982080
    • 提供者:sunju
  1. gameStruct

    0下载:
  2. 简易的用struct框架实现了游戏上传下载是学习上传下载的好列子-Easy to use struct the framework of realization of the game and uploading and downloading or uploading them to learn good Liezi
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-16
    • 文件大小:3813243
    • 提供者:杨晓萍
  1. BBS

    0下载:
  2. 采用ASP实现的BBS系统。基于struct架构,采用MVC模式。-BBS
  3. 所属分类:Web Server

    • 发布日期:2017-03-29
    • 文件大小:55206
    • 提供者:honey
  1. Struct

    0下载:
  2. 视频编码QQ msn PP P2p tcp ip-encode
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:12651
    • 提供者:chenli
  1. bmp

    0下载:
  2. bmp图像文件结构,包括头文件,信息头,调色版,很详细,很有用!-bmp file struct
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-07
    • 文件大小:517205
    • 提供者:张哲
  1. avisynth

    0下载:
  2. Read video frames into matlab using avisynth, or retrieve an info struct with information about the video. Input can be a video, an avisynth file or a cell-array of avisynth commands.
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:66540
    • 提供者:Karthi
  1. libfixbuf-0.8.0

    0下载:
  2. 本程序是一个开源IPFIX代码,实现了IPFIX基本功能。-This program is an open source IPFIX code implements the basic functions of IPFIX.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-24
    • 文件大小:434650
    • 提供者:杨佳
  1. noname02

    0下载:
  2. just a simple struct prgram
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-11
    • 文件大小:889
    • 提供者:samiromer2
  1. Algorithms.in.C.Parts.1-4.Fundamentals.Data.Struct

    2下载:
  2. 经典算法书(中文版).《C算法》介绍了当今最重要的算法,共分3卷,本书是第1卷。第1卷分4部分、共16章。第一部分“基础知识”(第1~2章)介绍了基本算法分析原理。第二部分“数据结构”(第3~5章)讲解算法分析中必须掌握的数据结构知识。主要包括基本数据结构、抽象数据结构、递归和树。第三部分“排序”(第6~11章)按章节顺序分别讨论了基本排序方法(如选择排序、插入排序、冒泡排序、希尔排序等)、快速排序方法,归并和归并排序方法、优先队列与堆排序方法、基数排序方法以及特殊目的排序方法,并比较了各种排序
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-06-12
    • 文件大小:19883343
    • 提供者:wang
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 50 »
搜珍网 www.dssz.com