CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - 数据结构

搜索资源列表

  1. stackExample

    0下载:
  2. 数据结构中栈的操作,包括栈的建立,销毁,删除元素,插入元素-Operation of the stack data structure
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:31918
    • 提供者:陈景
  1. Task1-trial--10211281--zly

    0下载:
  2. 描述:足球俱乐部包括球员、普通行政人员。球员有姓名、年龄、能力、年薪、转会费、进球总数、服役年限等重要参数;普通行政人员有姓名、年龄、能力、年薪等参数。你需要给相关管理机构开发一个管理程序,实现对众多足球俱乐部管理的基本功能。具体功能包括: a) 俱乐部的增删改查,俱乐部的属性包括名称、现金、其下人员; b) 可以对所有球员的各项属性进行简单搜索,支持输入多个条件,条件之间用&&连接,例如: i. “年龄不大于25且服役年限大于5年且进球数大于100的球员”,查询表达式:!(@age
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-04
    • 文件大小:1528148
    • 提供者:正好
  1. anjianqudong

    0下载:
  2. 设备驱动中主要要设计的数据结构是设备结构体,按键的设备结构体中应包含一个缓冲区,因为多次按键可能无法被及时处理,可以用该缓冲区缓存按键。此外,在按键设备结构体中,包含按键状态标志和一个实现过程中要借助的等待队列、cdev结构体。为了实现软件延时,定时器也是必要的-Device drivers in the main data structures to design a device structure, key device structure should contain a buffer,
  3. 所属分类:Linux Network

    • 发布日期:2017-04-05
    • 文件大小:3337
    • 提供者:sunxu
  1. get_a_packet

    0下载:
  2. 得到一个网络数据包,数据结构(基于Lincap)-Receive a network packet data structure (based on Lincap)
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-11
    • 文件大小:793
    • 提供者:acomplexa
  1. CsServer

    0下载:
  2. 局域网聊天通信服务器程序,该程序演示如何自定义数据包和数据结构与客户端收发数据,同时也实现了数据加密数据库等操作-LAN chat communication server program, the program demonstrates how to customize the data packet and the data structure and the client to send and receive data, but also realize the database op
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:162808
    • 提供者:wangyong
  1. ping9

    0下载:
  2. Linux环境下开发的一段ping代码,主要配合MySQL数据结构,对学校所管理的接入层交换机连通性进行测试,与之配套的还有交换机状态显示和管理界面,这只是循环测试连通性的代码部分。-Under Linux development environment for some ping code, mainly with MySQL data structures, the school managed access layer switch connectivity tests, as well
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:3082
    • 提供者:王革明
  1. My_Ftp_Item_Ultimate

    0下载:
  2. LinuxC ftp服务器,数据结构哈希表,链表,进程间通信共享内存,消息队列等实现文件上传和下载,限制最大连接数。-Communication shared memory, message queues, etc. between LinuxC ftp file upload server, data structures hash tables, lists, and download process, limit the maximum number of connections.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-07
    • 文件大小:102551
    • 提供者:zhangkaijia
  1. threads

    0下载:
  2. Nachos操作系统 修改线程的数据结构增加线程ID和用户ID-Add ThreadId and UserID for Nachos
  3. 所属分类:Linux Network

    • 发布日期:2017-04-24
    • 文件大小:166930
    • 提供者:mimi
  1. TCP

    0下载:
  2. 用C语言或其它程序设计语言实现TCP协议工作过程D的程序,要求用开发语言中的数据类型实现TCP协议涉及到的相关数据结构,定义与其它协议模块的调用接口。-Using C language or other programming languages ​ ​ work process D TCP protocol procedures required to achieve call interface TCP protocol related to the relevant d
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-05
    • 文件大小:480622
    • 提供者:never
  1. taobaozhuaqu

    0下载:
  2. 抓取淘宝商品信息返回json格式,还可返回一种商品的数据结构。不仅可查询单个商品还可根据关键词抓取,会返回排名信息-Crawl Taobao commodity information return json format, it can also return the data structure of a commodity. Not only can query a single commodity can also be based keyword crawl ranking infor
  3. 所属分类:Browser Client

    • 发布日期:2017-06-17
    • 文件大小:26402136
    • 提供者:秦其
  1. exCPP4

    0下载:
  2. 用C++实现对数据结构中队列的各种操作,包括:初始化、入队、出队、赋值队列、打印以及销毁队列等-With C++ queue data structure to achieve a variety of operations, including: initialization, into the team, the team, assigned queues, print queues and destruction
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-27
    • 文件大小:220230
    • 提供者:刘波
  1. Internet-auction-site

    0下载:
  2. 此为网上拍卖网站的代码,绝对可以用,针对于数据结构的课程设计-This code for the online auction site, absolutely can be used, for the data structure of the curriculum design
  3. 所属分类:Web Server

    • 发布日期:2017-05-13
    • 文件大小:2676458
    • 提供者:Bernadette
  1. list

    0下载:
  2. linux操作系统下链表实现的一种方法数据结构-Under the Linux operating system a method of linked list implementation
  3. 所属分类:Linux Network

    • 发布日期:2017-05-01
    • 文件大小:136523
    • 提供者:张牛
  1. Car_Parking

    0下载:
  2. 关于数据结构的停车场管理系统,系统简单好用,喜欢的话可以参考学习-car parking about data structure welcome to download. go go go
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-03
    • 文件大小:545593
    • 提供者:酸柠檬
  1. search_queue

    0下载:
  2. 哈夫曼编码的实现,源于《数据结构(C语言版)》书中核心算法,运行环境是Visual studio6.0-Huffman coding to achieve, due to " data structure (C language version)," the book the core algorithm, operating environment is Visual studio6.0
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-12
    • 文件大小:1159
    • 提供者:wao89e772
  1. picsys

    0下载:
  2. 仿mmpic.scol.com.cn图片站程序提供下载。嘿嘿 制作时间仓促(半天),难免有不足。主要特点是:无限子类分级。sql数据库+asp...数据结构来自本人制作的另一套系统(电影站),所以数据库库名也懒得改了-Imitation mmpic.scol.com.cn picture station program available for download. Hey Production time is so short (half a day), it is inevitabl
  3. 所属分类:Web Server

    • 发布日期:2017-04-30
    • 文件大小:52909
    • 提供者:mcujc365
  1. ad2rich100share

    0下载:
  2. 注意:在使用之前,请先编辑config.php和ads.php更改您的设置。 1.采用PHP+MYSQL系统,数据不易丢失 2.精简的数据结构,无须存储大量数据,特别适合小型广告网或个人广告网。 3.采用cookie技术防止作弊。 4.用户可按显示、点击、点击比任意排序,超常点击比用红色显示,一目了然。 5.同样适合商业网站建立自己的广告投放系统-Note: Before using, please ads.php edit config.php and change your settings
  3. 所属分类:Web Server

    • 发布日期:2017-04-29
    • 文件大小:35086
    • 提供者:mcujc385
  1. blogetsp1

    0下载:
  2. 1.修正了一些BUG 2.将日志管理部分独立出来 3.增加了图片上传功能 4.增加了备份整理功能,可以批量删除某一时间段的备份文件 升级到sp1,把home、admin、inc三个目录上传上去覆盖即可,数据结构没有改变-1 fixed some BUG The 2 part independent log management 3 add picture upload function 4 a backup sorting function can batch del
  3. 所属分类:Web Server

    • 发布日期:2017-04-30
    • 文件大小:206024
    • 提供者:mcujc58
  1. AjcontSQL

    0下载:
  2. 增加功能 1,多用户支持,并有用户管理页面 2,增加了获取浏览器语言设置,对某些未知的 IP 数据查看该浏览器语言设置,可以知道使用何种语言 3,使用 SQL SERVER 数据库,并初步优化数据结构,以加快数据库数据检索保证了统计系统的稳定与运行速度, 4,更改了统计结果页面的 URL 显示问题,使用户看起来更美观,实用,方便增加几个自定义函数 5,增加页面执行时间显示,1分钟自动刷新功能。 6,优化察看详细信息页面(tj_all.asp),消耗的资源相对小,速度很快
  3. 所属分类:Web Server

    • 发布日期:2017-05-03
    • 文件大小:937622
    • 提供者:mcujc764
  1. jhvod

    0下载:
  2. 1、大部分前台页面采用HTM静态网页,由管理后台自动生成; 2、ACCESS免费版和SQL商业版分别采用ACCESS和MSSQL数据库环境,数据结构经过精心的设计,从字段到表的分配,索引的构建,能最大限度的发挥 MSSQL(ACCESS没有建立索引)快速数据库的效能; 3、全部程序编译成DLL,动态连接库形式运行,速度更快、更稳定、系统更加安全;-1, most of the front page using HTML static pages, automatically genera
  3. 所属分类:Web Server

    • 发布日期:2017-05-11
    • 文件大小:2196455
    • 提供者:mcujc906
« 1 2 3 4 56 7 8 9 10 ... 15 »
搜珍网 www.dssz.com