搜索结果
找到约 1,070 项符合
First-out 的查询结果
Linux/Unix编程 Linux device driver 3rd edition first section
Linux device driver 3rd edition
first section
其他 Solve Sudoku(Game) quickly. Just need a txt file with all of the number u have, then answer out.
Solve Sudoku(Game) quickly.
Just need a txt file with all of the number u have, then answer out.
编译器/解释器 LL1文法 分解左递归 求FIRST FOLLOW集合
LL1文法 分解左递归 求FIRST FOLLOW集合
单片机开发 FSK信号鉴频的程序.This program implements the function of finding out the largest and the second largest va
FSK信号鉴频的程序.This program implements the function of finding out the largest and the second largest values of the sequence of "in_buffer[10]"
DSP编程 This R2.9 revision of the CLID detector provides the TYPE 1 (on-hook, between first and second ring,
This R2.9 revision of the CLID detector provides the TYPE 1 (on-hook, between first and second ring, or
before first ring) signal detection and returns the message raw byte data without parsing of particular fields
such as Message Type, Parameter(s) Type(s), etc. The decoding of the message meaning ...
通讯/手机编程 The algorm of viterbi. You talk to your friend three days in a row and discover that on the first da
The algorm of viterbi. You talk to your friend three days in a row and discover that on the first day he went for a walk, on the second day he went shopping, and on the third day he cleaned his apartment. You have two questions: What is the overall probability of this sequence of observations? And w ...
其他 EOG Correction program is used to work out the amount of ocular potential recorded by the electroenc
EOG Correction program is used to work out the amount of ocular potential recorded by the electroencephalograph
书籍源码 关于设计模式的权威著作 head first中的源代码, 用C#实现, 但对其它语言使用者也不会产生理解困难, 非常值得一看
关于设计模式的权威著作 head first中的源代码, 用C#实现, 但对其它语言使用者也不会产生理解困难, 非常值得一看
VxWorks developed under vxwork, support bt878 video card, use socket to stream video out.
developed under vxwork, support bt878 video card, use socket to stream video out.
数据结构 out< "please input the number of the nodes"<<endl cin>>nodesNum cout<<"pl
out< "please input the number of the nodes"<<endl
cin>>nodesNum
cout<<"please input the graph"<<endl
for( i = 1 i<=nodesNum i++)
for( j = 1 j <= nodesNum j++)
cin>>graph[i][j] */