代码搜索:Buffer
找到约 10,000 项符合「Buffer」的源代码
代码结果 10,000
www.eeworm.com/read/389810/8499714
cpp ex651_odbc.cpp
#include
using namespace std;
#include
// Compile OTL 4.0/ODBC in Windows. Informix CLI uses the
// regular ODBC header files in Windows
#define OTL_ODBC
// Uncomment
www.eeworm.com/read/290111/8505059
h channel.h
/*****************************************************************************
Copyright (c) 2001 - 2007, The Board of Trustees of the University of Illinois.
All rights reserved.
Redistribution and
www.eeworm.com/read/389723/8506583
cs messages.cs
//CMPP 消息定义
namespace Glenet.CMPP.Messages
{
using System;
using System.Security.Cryptography;
using System.Text;
public class CMPP_Request
{
}
public class CMPP_Response
{
www.eeworm.com/read/188922/8508810
h bp.h
#include
#include
#include
#include
#include
#define BIGRND 32767
//定义全局变量layerNum为神经网络的层数
int layerNum;
/*-------------------------------
www.eeworm.com/read/188811/8514002
java powerpointextractor.java
/*
* Copyright 2003-2004 Michael Franken, Zilverline.
*
* The contents of this file, or the files included with this file, are subject to
* the current version of ZILVERLINE Collaborative Sour
www.eeworm.com/read/188651/8521354
c untgz.c
/*
* untgz.c -- Display contents and/or extract file from
* a gzip'd TAR file
* written by "Pedro A. Aranda Guti\irrez"
* adaptation to Unix by Jean-loup Gailly
www.eeworm.com/read/188626/8524194
c exit.c
#include
#include
int main()
{
printf("Using exit...\n");
printf("This is the content in buffer");
exit(0);
}
www.eeworm.com/read/188626/8524204
c _exit.c
#include
#include
int main()
{
printf("Using _exit...\n");
printf("This is the content in buffer");
_exit(0);
}
www.eeworm.com/read/389382/8524955
cs datastruct.cs
/*----------------------------------------------------------------
// Copyright (C) 2008 jillzhang 版权所有。
//
// 文件名:DataStruct.cs
// 文件功能描述:
//
// 创建标识:jillzhang
// 修改标识:
// 修改描述:
//
//
www.eeworm.com/read/188566/8528101
cc gps.cc
//-----------------------------------------------------------------------------
// gps.cc : implements GPS class
//
// - programmed by Boyoon Jung (boyoon@robotics.usc.edu)
//-------------------------