代码搜索:bidirectional
找到约 492 项符合「bidirectional」的源代码
代码结果 492
www.eeworm.com/read/309649/13667023
txt para_faq.txt
+++Date last modified: 05-Jul-1997
PC Parallel Port Mini-FAQ
By Kris Heidenstrom (kheidens@actrix.gen.nz), revision 3, 950331
1. INTRO
This is a four printed page mini-F
www.eeworm.com/read/168845/5434062
rst sequences-concepts.rst
The taxonomy of sequence concepts in MPL parallels the taxonomy of the MPL
|iterators|, with two additional classification dimensions:
`extensibility` and `associativeness`.
.. The latter tw
www.eeworm.com/read/168845/5434194
rst iterators-concepts.rst
All iterators in MPL are classified into three iterator concepts, or
`categories`, named according to the type of traversal provided. The
categories are: |Forward Iterator|, |Bidirectional Iter
www.eeworm.com/read/168845/5434219
rst bidirectionaliterator.rst
.. Iterators/Concepts//Bidirectional Iterator |20
Bidirectional Iterator
======================
Description
-----------
A |Bidirectional Iterator| is a |Forward Iterator| that provides a wa
www.eeworm.com/read/391210/8416209
html bdo.html
HTML元素参考-HTML Elements Reference - bdo-网页教程与代码的中文站点-布啦布啦-blabla.cn
www.eeworm.com/read/287415/8687243
c testbdp.c
/*
* testbpd.c - test bidirectional pipes
*/
main()
{
int p[2];
if ( pipe(p) == -1 ) exit(1);
if ( write(p[0], "hello", 5) == -1 )
perror("write into pipe[0] failed");
else
printf("write
www.eeworm.com/read/380481/9145768
c testbdp.c
/*
* testbpd.c - test bidirectional pipes
*/
main()
{
int p[2];
if ( pipe(p) == -1 ) exit(1);
if ( write(p[0], "hello", 5) == -1 )
perror("write into pipe[0] failed");
else
printf("write
www.eeworm.com/read/363661/9940756
java linktype.java
/*
****************************************************************************************
* Copyright ? Giovanni Novelli
* All Rights Reserved.
**********************************************
www.eeworm.com/read/360804/10078042
smsg jtag.fit.smsg
Info: *******************************************************************
Info: Running Quartus II Fitter
Info: Version 7.0 Build 33 02/05/2007 SJ Full Version
Info: Processing started: Wed
www.eeworm.com/read/419600/10856185
c testbdp.c
/*
* testbpd.c - test bidirectional pipes
*/
main()
{
int p[2];
if ( pipe(p) == -1 ) exit(1);
if ( write(p[0], "hello", 5) == -1 )
perror("write into pipe[0] failed");
else
printf("write