搜索结果

找到约 166 项符合 Next 的查询结果

其他行业 自然激励下建筑结构的模态参数识别

自然激励下建筑结构的模态参数识别,首先通过自然激励技术(next)得到结构的自由响应,然后由自回归滑动平均(arma)方法识别模态参数。
https://www.eeworm.com/dl/668/219628.html
下载: 130
查看: 1083

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

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

数据结构 用历史上有名的KMP模式进行串的模式匹配

用历史上有名的KMP模式进行串的模式匹配,算法中主要编写了求子串的next值和KMP算法的内容
https://www.eeworm.com/dl/654/243001.html
下载: 34
查看: 1030

Java编程 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 b ...
https://www.eeworm.com/dl/633/244305.html
下载: 64
查看: 1132

其他书籍 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 ...
https://www.eeworm.com/dl/542/248229.html
下载: 195
查看: 1030

操作系统开发 时间片轮转算法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] ...
https://www.eeworm.com/dl/531/249081.html
下载: 190
查看: 1068

游戏 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 ...
https://www.eeworm.com/dl/625/254453.html
下载: 164
查看: 1070

其他 两种解决方案 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 ...
https://www.eeworm.com/dl/534/262857.html
下载: 56
查看: 1044

其他 #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 }
https://www.eeworm.com/dl/534/266761.html
下载: 119
查看: 1527

VC书籍 To use the ATLTrace tool: Debug an MFC or ATL project select Start from the Debug menu. Selec

To use the ATLTrace tool: Debug an MFC or ATL project select Start from the Debug menu. Select MFC/ATL Trace Tool in the Tools menu. Expand the tree control list in the Trace List window. Here you will see the running application, any modules within that application, and the trace categories fo ...
https://www.eeworm.com/dl/686/274829.html
下载: 151
查看: 1056