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

Next

  • <%@ LANGUAGE="VBSCRIPT" %> <!--#include file="conn.asp" --> <% Id=Session("LoginSu

    <%@ LANGUAGE="VBSCRIPT" %> <!--#include file="conn.asp" --> <% Id=Session("LoginSuccess") ProductList = Session("ProductList") Products = Split(Request("cpbm"), ", ") For I=0 To UBound(Products) PutToShopBag Products(I), ProductList Next Session("ProductList") = ProductList ProductList = Session("ProductList") If Len(ProductList) =0 Then Response.Redirect "Nothing.asp" response.end end if

    标签: lt LANGUAGE VBSCRIPT Session

    上传时间: 2014-08-18

    上传用户:小草123

  • 自然激励下建筑结构的模态参数识别

    自然激励下建筑结构的模态参数识别,首先通过自然激励技术(Next)得到结构的自由响应,然后由自回归滑动平均(arma)方法识别模态参数。

    标签: 激励 建筑结构 参数 模态

    上传时间: 2013-12-20

    上传用户:qazxsw

  • 一:排列的的规程序 二:迷宫程序 三:对于输入的任意一个非负十进制整数

    一:排列的的规程序 二:迷宫程序 三:对于输入的任意一个非负十进制整数,打印输出与其等值的八进制数 四:利用模式串T的Next函数求T在主串S中第pos个字符之后的位置的KMP算法 五:将所有在线性表Lb中但不在La中的数据元素插入到La中

    标签: 规程 程序 十进制 整数

    上传时间: 2015-11-21

    上传用户:qw12

  • 用历史上有名的KMP模式进行串的模式匹配

    用历史上有名的KMP模式进行串的模式匹配,算法中主要编写了求子串的Next值和KMP算法的内容

    标签: KMP 模式 模式匹配

    上传时间: 2013-12-18

    上传用户:hanli8870

  • java语言开发的P2P流媒体系统

    java语言开发的P2P流媒体系统,“Stream-2-Stream implements multicast+, a Next generation streaming protocol. Multicast+ is more efficient and requires less bandwidth than direct streaming (e.g. shoutcast/icecast). Stream-2-Stream (abbreviated "s2s" or "S2S") stations have no user limit stations can be set up without paying a fortune for bandwidth. Stream-2-Stream saves bandwidth by passing streams from one peer to another through multicast and unicast p2p, rather than everyone getting a stream from one central server (Shoutcast/Icecast). ”更多:http://s2s.sourceforge.net/about.php

    标签: java P2P 语言 流媒体系统

    上传时间: 2016-01-09

    上传用户:ikemada

  • You know the rudiments of the SQL query language, yet you feel you aren t taking full advantage of S

    You know the rudiments of the SQL query language, yet you feel you aren t taking full advantage of SQL s expressive power. You d like to learn how to do more work with SQL inside the database before pushing data across the network to your applications. You d like to take your SQL skills to the Next level.

    标签: advantage the rudiments you

    上传时间: 2014-01-18

    上传用户:xz85592677

  • 时间片轮转算法struct { int name //进程标识符 int status //进程状态 int ax,bx,cx,dx //进程现场信息

    时间片轮转算法struct { int name //进程标识符 int status //进程状态 int ax,bx,cx,dx //进程现场信息,通用寄存器内容 int pc //进程现场信息,程序计数器内容 int psw //进程现场信息,程序状态字内容 int Next //下一个进程控制块的位置 }pcbarea[n]

    标签: int struct status name

    上传时间: 2014-01-10

    上传用户:saharawalker

  • Ink Blotting One method for escaping from a maze is via ‘ink-blotting’. In this method your startin

    Ink Blotting One method for escaping from a maze is via ‘ink-blotting’. In this method your starting square is marked with the number ‘1’. All free, valid squares north, south, east and west around the number ‘1‘ are marked with a number ‘2’. In the Next step, all free, valid squares around the two are marked with a ‘3’ and the process is repeated iteratively until :  The exit is found (a free square other than the starting position is reached on the very edge of the maze), or,  No more free squares are available, and hence no exit is possible.

    标签: method ink-blotting Blotting escaping

    上传时间: 2014-12-03

    上传用户:123啊

  • 两种解决方案 Richard just finished building his new house. Now the only thing the house misses is a cute l

    两种解决方案 Richard just finished building his new house. Now the only thing the house misses is a cute little wooden fence. He had no idea how to make a wooden fence, so he decided to order one. Somehow he got his hands on the ACME Fence Catalogue 2002, the ultimate resource on cute little wooden fences. After reading its preface he already knew, what makes a little wooden fence cute. A wooden fence consists of N wooden planks, placed vertically in a row Next to each other. A fence looks cute if and only if the following conditions are met: ?The planks have different lengths, namely 1, 2, . . . , N plank length units. ?Each plank with two neighbors is either larger than each of its neighbors or smaller than each of them. (Note that this makes the top of the fence alternately rise and fall.)

    标签: house the finished building

    上传时间: 2014-01-26

    上传用户:541657925

  • #include"c1.h" typedef int ElemType #include"c2-2.h" #include"bo2-4.cpp" void MergeList_C

    #include"c1.h" typedef int ElemType #include"c2-2.h" #include"bo2-4.cpp" void MergeList_CL(LinkList &La,LinkList Lb) { LinkList p=Lb->Next Lb->Next=La->Next La->Next=p->Next free(p) La=Lb }

    标签: include MergeList_C ElemType typedef

    上传时间: 2016-03-03

    上传用户:rishian