虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

1.5

  • JAVA API 中文版

    JAVA API 中文版,全面,权威的资料,JAVA编程必备。1.5版本

    标签: JAVA API

    上传时间: 2014-01-08

    上传用户:lizhizheng88

  • 写一个程序

    写一个程序,列出在0和1之间的所有分母不大于N的最简分数,下面是N=5时的情况: 0/1 1/5 1/4 1/3 2/5 1/2 3/5 2/3 3/4 4/5 1/1 总共有11个分数! 还需要进行排序。

    标签: 程序

    上传时间: 2013-12-11

    上传用户:chenbhdt

  • 本程序

    本程序,是汽车电子方面的到速雷达,利用收发同体超声波传感器,来测量车身里障碍物的距离,在1.5米内开始报警,在0.5米内连续报警。次项目能够在-40度到80度范围内不会误报。

    标签: 程序

    上传时间: 2014-12-21

    上传用户:lx9076

  • 用于网络控制系统仿真

    用于网络控制系统仿真,作为matlab的一个工具箱,十分好用,简单易操作,1.5为Truetime的最高版本

    标签: 网络控制 系统仿真

    上传时间: 2013-12-22

    上传用户:zycidjl

  • Input The input contains blocks of 2 lines. The first line contains the number of sticks parts afte

    Input The input contains blocks of 2 lines. The first line contains the number of sticks parts after cutting, there are at most 64 sticks. The second line contains the lengths of those parts separated by the space. The last line of the file contains zero. Output The output should contains the smallest possible length of original sticks, one per line. Sample Input 9 5 2 1 5 2 1 5 2 1 4 1 2 3 4 0 Sample Output 6 5

    标签: contains The blocks number

    上传时间: 2015-10-27

    上传用户:lepoke

  • 模拟电梯运行程序 功能如下: 初始化时

    模拟电梯运行程序 功能如下: 初始化时,电梯位于第一层; 有键按下时,开始运行   运行时距离相差一层的才被记录并 向上运行时记下所有的所在层下面的请求; 向下运行时记下所有的所在层上面的请求; 到达楼层后,关掉指示灯,开门并停留20S 在停留的20S中包含关门的时间 在停留期间,按下关门则立即关门! 假设关门的时间是5S,在这个时间内按下开门时将开门停留 当有人按下该层按钮时,则自按下起停留20S 然后关门继续运行 当到达楼层时,传感器输出高电平 ************************************************************ I/O口描述: 模拟方式驱动: P0口连接DAC0832的数据口 P2_6<-->CS1 P2_7<-->CS2 P2口作为传感器信号输入端 P2_0-P2_4<-->1~5 P1口作为来自按键的控制信号输入端 P1_0~P1_6<--> 按键的 1~7 timer1作为定时器定时20S使用

    标签: 模拟 初始化 电梯 运行程序

    上传时间: 2013-12-31

    上传用户:cazjing

  • OpenSSH 是 SSH (Secure SHell) 协议的免费开源实现。它用安全、加密的网络连接工具代替了 telnet、ftp、 rlogin、rsh 和 rcp 工具。OpenSSH 支持

    OpenSSH 是 SSH (Secure SHell) 协议的免费开源实现。它用安全、加密的网络连接工具代替了 telnet、ftp、 rlogin、rsh 和 rcp 工具。OpenSSH 支持 SSH 协议的版本 1.3、1.5、和 2。自从 OpenSSH 的版本 2.9 以来,默认的协议是版本 2,该协议默认使用 RSA 钥匙。

    标签: OpenSSH Secure telnet rlogin

    上传时间: 2015-11-25

    上传用户:weixiao99

  • 图论中最小生成树Kruskal算法 及画图程序 M-函数 格式 [Wt,Pp]=mintreek(n,W):n为图顶点数,W为图的带权邻接矩阵

    图论中最小生成树Kruskal算法 及画图程序 M-函数 格式 [Wt,Pp]=mintreek(n,W):n为图顶点数,W为图的带权邻接矩阵,不构成边的两顶点之间的权用inf表示。显示最小生成树的边及顶点, Wt为最小生成树的权,Pp(:,1:2)为最小生成树边的两顶点,Pp(:,3)为最小生成树的边权,Pp(:,4)为最小生成树边的序号 附图,红色连线为最小生成树的图 例如 n=6 w=inf*ones(6) w(1,[2,3,4])=[6,1,5] w(2,[3,5])=[5,3] w(3,[4,5,6])=[5,6,4] w(4,6)=2 w(5,6)=6 [a,b]=mintreek(n,w)

    标签: mintreek Kruskal Wt Pp

    上传时间: 2015-11-30

    上传用户:dreamboy36

  • Universal Serial Bus (USB) is a communications architecture that gives a personal computer (PC) th

    Universal Serial Bus (USB) is a communications architecture that gives a personal computer (PC) the ability to interconnect a variety of devices using a simple four- wire cable. The USB is actually a two-wire serial communication link that runs at either 1.5 or 12 megabits per second (mbs). USB protocols can configure devices at startup or when they are plugged in at run time. These devices are broken into various device classes. Each device class defines the common behavior and protocols for devices that serve similar functions. Some examples of USB device classes are shown in the following table

    标签: communications architecture Universal computer

    上传时间: 2015-12-08

    上传用户:stvnash

  • 高斯列主元消去法

    高斯列主元消去法,计算方法实现,已编译通过。使用例子 3x1+2x2+2x3+3x4=2.5 5x1+2x2+3x3+4x4=2.5 2x1+2x2+x3+2x4=2 3x1+x2+3x3+2x4=1.5 输入N=4,A={3 2 2 3 5 2 3 4 2 2 1 2 3 1 3 2},B={2.5 2.5 2 1.5}

    标签: 高斯

    上传时间: 2015-12-23

    上传用户:yan2267246