搜索结果
找到约 166 项符合
Next 的查询结果
按分类筛选
- 全部分类
- 书籍 (22)
- 其他 (10)
- 技术资料 (9)
- 单片机编程 (8)
- 数据结构 (7)
- 其他书籍 (5)
- Java编程 (5)
- 源码 (5)
- 教程资料 (4)
- 可编程逻辑 (4)
- VC书籍 (4)
- 操作系统开发 (4)
- 电源技术 (3)
- 人工智能/神经网络 (3)
- 网络 (3)
- 数学计算 (3)
- 软件下载 (2)
- ARM (2)
- 电子书籍 (2)
- 系统设计方案 (2)
- 其他行业 (2)
- SCSI/ASPI (2)
- 数值算法/人工智能 (2)
- 单片机开发 (2)
- Java书籍 (2)
- 加密解密 (2)
- 技术管理 (2)
- 软件工程 (2)
- 软件设计/软件工程 (2)
- 文章/文档 (2)
- matlab例程 (2)
- 软件 (2)
- 习题答案 (2)
- 技术书籍 (1)
- 通信网络 (1)
- 嵌入式综合 (1)
- 开发工具 (1)
- PCB相关 (1)
- 数据库系统 (1)
- 教育系统应用 (1)
- 汇编语言 (1)
- 语音压缩 (1)
- 压缩解压 (1)
- VxWorks (1)
- DSP编程 (1)
- 编译器/解释器 (1)
- 中间件编程 (1)
- 通讯编程文档 (1)
- 游戏 (1)
- 微处理器开发 (1)
- J2ME (1)
- JavaScript (1)
- RFID编程 (1)
- Delphi控件源码 (1)
- Internet/网络编程 (1)
- Linux/Unix编程 (1)
- FlashMX/Flex源码 (1)
- 通讯/手机编程 (1)
- SQL Server (1)
- 行业发展研究 (1)
- MTK (1)
- MySQL数据库 (1)
- Linux/uClinux/Unix编程 (1)
- 技术教程 (1)
- 多媒体处理 (1)
- 论文 (1)
其他行业 自然激励下建筑结构的模态参数识别
自然激励下建筑结构的模态参数识别,首先通过自然激励技术(next)得到结构的自由响应,然后由自回归滑动平均(arma)方法识别模态参数。
中间件编程 一:排列的的规程序 二:迷宫程序 三:对于输入的任意一个非负十进制整数
一:排列的的规程序
二:迷宫程序
三:对于输入的任意一个非负十进制整数,打印输出与其等值的八进制数
四:利用模式串T的next函数求T在主串S中第pos个字符之后的位置的KMP算法
五:将所有在线性表Lb中但不在La中的数据元素插入到La中 ...
数据结构 用历史上有名的KMP模式进行串的模式匹配
用历史上有名的KMP模式进行串的模式匹配,算法中主要编写了求子串的next值和KMP算法的内容
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 ...
其他书籍 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 ...
操作系统开发 时间片轮转算法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] ...
游戏 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 ...
其他 两种解决方案 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 ...
其他 #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
}
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 ...