CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - LIST

搜索资源列表

  1. !_ExeHeader

    0下载:
  2. List PE-data of EXE-files: -Dump of DOS file header -Dump of PE file header -Dump of PE optional file header
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:191662
    • 提供者:progfin2008
  1. special

    0下载:
  2. 18个C语言小程序 演示链表建立和插入操作 精彩动画一荧光飞舞 精彩作图之绚丽图形 顺序表的插入-18 C-list set up a small demo program and insert one brilliant animation brilliant fluorescence mapping of the magnificent dancing graphics insertion order form
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-27
    • 文件大小:22802
    • 提供者:李明
  1. musicPlayer

    0下载:
  2. 音乐播放器,可播放大部份与微软Windows Media Player兼容的媒体档案格式,当中包括非串流处理的档案类型(mp3,wav,mid,avi,mpg)以及串流处理的档案类型(asf,wma,wmv) 您亦可以使用预先制作好的播放清单 (如: pls,m3u)。如果您想要利用本程序做为串流媒体服务,您可能需要准备一些串流处理媒体的执行文件 (如: asx,wax,wvx)。为你的网页增加个音乐点播DJ.-Music player, can play most of Microsoft&#
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:86386
    • 提供者:hedan
  1. link

    0下载:
  2. 随机生成链表,并按大小排序,链表的插入删除以及查找工作-Randomly generated list, and the size of order, delete and insert the list of job search
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:913389
    • 提供者:Yin Lu
  1. ExamOnline

    0下载:
  2. 网上考试系统 使用本系统,请按照以下流程操作: (1)首先在登录界面中单击“注册”按钮,注册用户名及密码。 (2)然后在登录界面中的“用户类型”下拉列表中选择“教职工”或“学生”,教职工为本系统管理员,学生则只可以进行考试操作。 (3)选择“教职工”,输入用户名tsoft及密码111,进入教师管理页面。 (4)在教师管理页面中实现了添加科目、试题、及查询学生成绩等功能,如图1.1所示。 图1.1 教师管理页面 (5)在“学生成绩查询”选项卡中,双击学生成绩信息可
  3. 所属分类:Other systems

    • 发布日期:2017-05-18
    • 文件大小:4759789
    • 提供者:黄志坚
  1. vc_Algorithm

    0下载:
  2. VC++数据结构与算法经典的上百种源码包,绝对对C++编程有帮助,涉及数学、底层编程、校验算法、问题算法、文件算法、大小写转换、进制转换、字符转换、数组、单链表、二分查找、汉诺塔算法以及其它一些常用算法,有的含有示例,C++编程不可多得的编程资料-VC++ data structures and algorithms on hundreds of classic source package, absolutely on the C++ programming help, involving m
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:319734
    • 提供者:林玲
  1. playlist

    0下载:
  2. javascr ipt播放视频列表,只支持ie6以上。firefox没有测试过。-javascr ipt play video list
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1599
    • 提供者:小会
  1. Dijkstra

    0下载:
  2. 该问题为单元最短路经问题,求出一个有向图中两点之间权值最小的路径。 Dijkstra算法要求有向图中没有权值为负的边,有向图的信息由一个邻接表来表示,另外对每个顶点都设置一个属性d[v],描述从源点到v的最短路经上权值的上界。算法中设置一个顶点集合S,反复选择具有最短路经估计的顶点u∈V-S,并将u加入S中,算法中还用到了顶点的最小优先队列,排序关键字为顶点的d值。-The issue of the shortest path problem as a unit, find a directed
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:5710
    • 提供者:
  1. liebiao

    0下载:
  2. 列表生成器(传奇3),用于生成登录器的里的相关文件。-List Generator (legend 3), used to generate a log in the browser' s relevant documents.
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:315263
    • 提供者:龙龙
  1. text1

    0下载:
  2. 设计一个集合类,用来处理整型数。并具有以下功能: 1.具有为集合增加元素的功能。 2.具有处理交集,并集功能,并用“+”表示并集,“*”表示交集。 3.有用链表来存储集合的功能。 -To design a collection class to handle integer. And has the following features: 1. Has increased for the collection of functional elements. 2. Have to
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-27
    • 文件大小:12048
    • 提供者:韩非
  1. Newtree

    0下载:
  2. 以二叉链表为存储结构,建立二叉树、先序遍历二叉树、求二叉树节点总数、叶子数、树高度的算法。队列抽象数据类型的顺序、链式表示与实现,并可对上面建立的二叉树按层次遍历。-List in Binary for the storage structure, the establishment of binary tree, the first tree traversal, and the total number of tree nodes, the number of leaves, tree he
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:24798
    • 提供者:韩非
  1. new_student

    0下载:
  2. 这是一个很没有用链表进操作的学生信息管理系统,对文件操作和函数有很大提高,是编程初学者很好的借鉴程序-This is a useless list of students into the operation of information management systems, operation and function of the document have greatly improved, and is programmed from a very good program for b
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:201487
    • 提供者:汤振宇
  1. test_queue

    0下载:
  2. 一个通用单向循环链表管理程序,有了它,无论你的应用程序里要处理多少种类的单向循环链表,都可以用它轻松实现链表节点的添加、删除、排序等操作-A generic list of one-way cycle management process, with it, no matter where your application to deal with the number of types of one-way circulation list, you can use it to easily
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:8211
    • 提供者:leajian
  1. youxudanlianbiao

    0下载:
  2. 有序单链表,用C++描写的,是数据结构中的-Single linked list in an orderly manner, using C++ descr iption and is the data structure of
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:321266
    • 提供者:dingyi
  1. tushuguanlixitong

    0下载:
  2. C++用自写的List链表以及面向对象的思想写成的图书管理系统,实现了文件读写记录-C++ with self-written list of the List, as well as the idea of object-oriented management system written in books, reading and writing a paper record
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:62794
    • 提供者:Zhoutao
  1. lianbiao

    0下载:
  2. 对链表的综合性的应用.(单链表).对于初学者联系链表的结构和使用过程有帮助.-Comprehensive list of applications. (Single list). Contact list for beginners to use the structure and process to help.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:5053
    • 提供者:
  1. Monkey

    0下载:
  2. 这是一个简单的算法,用循环链表实现了猴子选王。用C语言描述-This is a simple algorithm, using the cycle to achieve the monkeys selected list king. Described using C language
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:586
    • 提供者:谭彪
  1. lianbiao

    0下载:
  2. 实现链表的数据读入,查找,查找最近点等基本功能,适合于初次学习链表数据结构的学者。-The realization of the data read into the list, find, find the basic functions such as nearest point for the initial learning of the scholars list data structure.
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:25956
    • 提供者:zhangwen
  1. ruchong

    0下载:
  2. 支持下载文件列表 Arp感染挂马代码 文件捆绑下载 URL u盘传播-Download file list support Arp infection bundled code files linked to horse download URL u set the spread of
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:741557
    • 提供者:hackbay
  1. 2

    0下载:
  2. 单链表的插入和删除实验目的: 1、定义单链表的结点类型 2、通过单链表的定义掌握线性表的链式存储结构的特点; 3、熟悉单链表的建立以及插入、删除等基本操作。 -# include <stdio.h> # include<malloc.h> # define ND sizeof(struct List) struct List {int data struct List*next } void main() {
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:895
    • 提供者:
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com