代码搜索:如何学习 common?
找到约 10,000 项符合「如何学习 common?」的源代码
代码结果 10,000
www.eeworm.com/read/170521/9802037
pas common.pas
// Common types & constants
unit common;
interface
type
plong = ^longword;
pword = ^word;
pbyte = ^byte;
tbyteArray = array [0..0] of byte;
twordArray = array [0..0] of wor
www.eeworm.com/read/170484/9803704
h common.h
/******************************************************************************/
/* */
/* Common (C) by Gerha
www.eeworm.com/read/366616/9807094
tcl common.tcl
# This file contains TCL procedures used to generate standard parts of
# web pages.
#
proc header {txt} {
puts "$txt"
puts \
{
www.eeworm.com/read/170398/9807863
h common.h
/**********************************************************************
Copyright (c) 1991 MPEG/audio software simulation group, All Rights Reserved
common.h
***************************************
www.eeworm.com/read/170398/9807898
c common.c
/**********************************************************************
Copyright (c) 1991 MPEG/audio software simulation group, All Rights Reserved
common.c
***************************************
www.eeworm.com/read/366576/9808581
h common.h
/*
*
* 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/366576/9808598
c common.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/170339/9809264
h common.h
/******************************************************************************
* 光学字符识别程序
* 文件名:common.h
* 功能 :共用函数定义
* modified by PRTsinghua@hotmail.com
***************************************
www.eeworm.com/read/170339/9809327
cpp common.cpp
/******************************************************************************
* 光学字符识别程序
* 文件名:common.cpp
* 功能 :共用文件实现
* modified by PRTsinghua@hotmail.com
*************************************
www.eeworm.com/read/366448/9813182
h common.h
/******************* start of original comments ********************/
/*
* Written by Douglas Thomson (1989/1990)
*
* This source code is released into the public domain.
*/
/*************