代码搜索:Message
找到约 10,000 项符合「Message」的源代码
代码结果 10,000
www.eeworm.com/read/155530/11865751
cpp secmodule.cpp
#include "windows.h" // DWORD
#include "secmodule.h"
#include "cvar.h"
#include "client.h" // getogcdirfile
#include
using namespace std;
#undef SHA
////============================
www.eeworm.com/read/132000/14116722
cpp secmodule.cpp
#include "windows.h" // DWORD
#include "secmodule.h"
#include "cvar.h"
#include "client.h" // getogcdirfile
#include
using namespace std;
#undef SHA
////============================
www.eeworm.com/read/235784/14053303
nc sha1m.nc
/*
* sha1.c
*
* Description:
* This file implements the Secure Hashing Algorithm 1 as
* defined in FIPS PUB 180-1 published April 17, 1995.
*
* The SHA-1, produces a 160-bit me
www.eeworm.com/read/161557/5551517
def osipparser2.def
LIBRARY "osipparser2.dll"
EXPORTS
parser_init @1
osip_accept_encoding_clone @2
osip_accept_encoding_free @3
osip_accept_encoding_get_element @4
osip_
www.eeworm.com/read/386860/8722733
c main.c
//////////////////////////////////////////
///////////UartVesion 1.0/////////////////////
//////////////////////////////////////////
///////////headers ///////////////////////
#include "crc.H"//in
www.eeworm.com/read/285368/8845275
h msgqueue.h
/*****************************************************************************
*
* MsgQueue.h
*
www.eeworm.com/read/383449/8944973
c hal.c
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2004-2008 Marcel Holtmann
*
*
* This program is free software; you can redistribute it and/or modif
www.eeworm.com/read/283067/9044643
c exitit.c
#include "exitit.h"
#include
#include
void exitit(const char * const message, const int code)
{
fflush(stdout);
fflush(stderr);
if (code>0)
{
fputs("\n" EXIT_ER
www.eeworm.com/read/178825/9385111
c thread_create.c
#include
#include
#include
void *print_message_function( void *ptr );
main()
{
pthread_t thread1, thread2;
char *message1 = "Thread 1";
char *message2
www.eeworm.com/read/372948/9485738
h msgqueue.h
/*****************************************************************************
*
* MsgQueue.h
*