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

搜索资源列表

  1. etpflashbook1.5

    1下载:
  2. Etp Flash 留言本 1.50 系统的主要功能有: 1、留言:签写留言、修改留言、固顶留言、删除留言、回复留言 2、留言本设置:留言本名、留言本简介、密码更改、每页留言数、版主信息(姓名、QQ、Email、主页) 3、游戏区:共有3个游戏[Etp贪食蛇/Etp推箱子/Etp顶球游戏]。 4、Mp3播放器:音乐播放、音量控制、音乐列表、音乐列表管理 5、其它功能:词语过滤、自定义头像、文字效果、整体颜色变换 1.5更新以下功能: 1、前台用Flash2004+
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:511.03kb
    • 提供者:123
  1. Keil MDK RL-ARM 实时库用户指南

    3下载:
  2. Keil MDK RL-ARM 实时库用户指南 中文版 包括以下内容 RL-RTX 描述了RL-ARM实时操作系统的结构,包括任务优先级、上下文切换、单个CPU下如何管理多个任务以及在RL-RTX中用到的其他一些 RTOS特性。 RL-FlashFS 描述了 RL-ARM中Flash文件系统的结构,包括文件创建、保存、读取以及在标准的flash,RAM或是存储卡设备中修改文件。 RL-TCPnet 描述了RL-ARM中TCP/IP协议栈组的结构,包括多种TCP/IP特性,以及
  3. 所属分类:编程文档

    • 发布日期:2013-05-08
    • 文件大小:1.55mb
    • 提供者:ecooly
  1. Lists

    0下载:
  2. list.rar
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-16
    • 文件大小:29.72kb
    • 提供者:
  1. judgelink.tar

    0下载:
  2. to judge what kinds of links of files and recursive subdir if option -r chosen, and display the link information. usage: lk [options] [directory list ...], input options (broken soft links by default) and dirctory lists (current directory by default)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:9.07kb
    • 提供者:sanmao
  1. directory_list

    0下载:
  2. This code is a class that lists the directory you pick and all the subdirectories inside of it. There is no limit of subdirectories. It is defined dynamically and reads files in directories and starts controlling after the 4. character from the end o
  3. 所属分类:File Operate

    • 发布日期:2017-04-06
    • 文件大小:1.34kb
    • 提供者:peynir
  1. AdjacencyListUndirectedGraph.r

    0下载:
  2. 《数据结构》课程中,邻接链表无向图的C++实现。具有很好的参考价值!,The implementation of Adjacency lists undirected graph by C++ programming language.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:2.55kb
    • 提供者:吴学明
  1. list

    0下载:
  2. linux下简单的list程序 参数 r 递归方式列出子目录 a 列出所有文件 l 后跟一整数,限定文件大小的最小值(字节) h 后跟一整数,限定文件大小的最大值(字节) m 后跟一整数n,限定文件的最近修改时间-simple list program parameters r recursively lists subdirectories under linux followed by a list of all files l an integer defining
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:1.7kb
    • 提供者:yingkkk
  1. Repeat-elements-arranged-issue

    0下载:
  2. 设集合R={r1,r2,...,rn}是要进行排列的n个元素,其中r1,r2,...,rn可能相同。 试着设计一个算法,列出R的所有不同排列。 即,给定n以及待排的n个可能重复的元素。计算输出n个元素的所有不同排列。-Set the set R = {r1, r2, ..., rn} n elements is to be arranged, wherein r1, r2, ..., rn may be the same. Try to design an algorithm tha
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1.54kb
    • 提供者:盖先生
  1. phpcmsv9-PictureManager

    0下载:
  2. 幻灯片管理模块简介: 1、可创建多个位置,一个网站多个幻灯处调用互不影响。 2、独立模块,不修改系统内核,不用担心升级问题。 3、标签调用灵活。 安装: 1、复制本目录下面的phpcms目录到你的V9根目录下面即可。 2、进入后台模块管理中,找到【幻灯片管理】,点击【安装】,安装完毕后就可以使用了。 使用: 1.安装完后,找到【内容】-【幻灯片管理】。 2.先添加一个位置,比如:【首页导航下方幻灯】,这个位置的名字你可以自己随便起。一个网站可
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-25
    • 文件大小:38.98kb
    • 提供者:白云08
  1. shunxubiaohelianbiao

    0下载:
  2. (1).对顺序表的快速排序算法中,如何选取一个界值(又称为轴元素),影响着快速排序的效率,而且界值也并不一定是被顺序表中的一个元素。例如,我们可以用被划分序列中所有元素的平均值作为界值。编写算法实现以平均值为界值的快速排序方法。 (2).设有n个待排序元素存放在一个不带表头结点的单链表中, 每个链表结点只存放一个元素, 头指针为r。试设计一个算法, 对其进行二路归并排序, 要求不移动结点中的元素, 只改各链结点中的指针, 排序后r仍指示结果链表的第一个结点。 -(1). Fast sor
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1.1mb
    • 提供者:张立伟
  1. R基本数据收集

    0下载:
  2. 利用数据进行统计分析前,需要对数据进行收集整理,这是R中的基本命令(The function data.frame() creates data frames, tightly coupled collections of variables which share many of the properties of matrices and of lists, used as the fundamental data structure by most of R's modeling soft
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:2kb
    • 提供者:Emilyzhang
搜珍网 www.dssz.com