代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/124620/14557297
h stl_stack.h
/*
*
* Copyright (c) 1994
* Hewlett-Packard Company
*
* Permission to use, copy, modify, distribute and sell this software
* and its documentation for any purpose is hereby granted without fee,
www.eeworm.com/read/223334/14645310
cpp cmpp.cpp
#include "stdafx.h"
#include "cmpp.h"
#pragma comment(lib,"Ws2_32")
short CMPP_Sequence = 0;
short CMPP_MsgID = 0;
CMPP_Head::CMPP_Head()
{
TotalLength=htonl(sizeof(CMPP_Head));
CommandI
www.eeworm.com/read/223024/14663714
c rwflash.c
//============================================================================
//该程序执行片内FLASH的读写操作,将0-9十个数写入到起始地址为0X1000的FLASH空间中.
//---------------------------------------------------------------
www.eeworm.com/read/119608/14825461
pgsql db-setup.pgsql
--
-- This is the required schema for PostgreSQL. Load this into the
-- database using the psql interactive terminal:
--
-- template1=> \i db-setup.pgsql
--
CREATE DATABASE jabberd2;
\c jabberd2
www.eeworm.com/read/118697/14858974
h ch1.h
/**************************************************
* Essential C++ -- Stanley Lippman
* Addison-Wesley
* ISBN 0-201-48518-4
* homepage: www.objectwrite.com
* email: slippman@objectwrite.co
www.eeworm.com/read/118697/14859047
cpp ch6_main.cpp
/**************************************************
* Essential C++ -- Stanley Lippman
* Addison-Wesley
* ISBN 0-201-48518-4
* homepage: www.objectwrite.com
* email: slippman@objectwrite.co
www.eeworm.com/read/118697/14859062
cpp s_main.cpp
/**************************************************
* Essential C++ -- Stanley Lippman
* Addison-Wesley
* ISBN 0-201-48518-4
* homepage: www.objectwrite.com
* email: slippman@objectwrite.co
www.eeworm.com/read/118697/14859091
cpp hybrid.cpp
/**************************************************
* Essential C++ -- Stanley Lippman
* Addison-Wesley
* ISBN 0-201-48518-4
* homepage: www.objectwrite.com
* email: slippman@objectwrite.co
www.eeworm.com/read/118697/14859122
cpp main.cpp
/**************************************************
* Essential C++ -- Stanley Lippman
* Addison-Wesley
* ISBN 0-201-48518-4
* homepage: www.objectwrite.com
* email: slippman@objectwrite.co
www.eeworm.com/read/116744/14955875
txt ch04l02.txt
Listing 4.2 The t_call structure used in t_listen( ).
struct t_call {
struct netbuf addr;
struct netbuf opt;
struct netbuf udata;
int sequence;
};