代码搜索:FOUNDATION
找到约 10,000 项符合「FOUNDATION」的源代码
代码结果 10,000
www.eeworm.com/read/166778/9998836
at testsuite.at
# Process this file with autom4te to create testsuite. -*- Autotest -*-
# Test suite for GNU Bison.
# Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
# This program is free
www.eeworm.com/read/164463/10106451
h qsort.h
/*
* Copyright (c) 2000 Silicon Graphics, Inc. All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General
www.eeworm.com/read/164463/10107052
h e1356fb.h
/*
* e1356fb.h -- Epson SED1356 Framebuffer Driver IOCTL Interface
*
* Copyright 2001 MontaVista Software Inc.
* Author: MontaVista Software, Inc.
* stevel@mvista.com or source@mv
www.eeworm.com/read/359751/10125915
c terminfo.c
/* terminfo.c - read a terminfo entry from the command line */
/*
* GRUB -- GRand Unified Bootloader
* Copyright (C) 2002,2004 Free Software Foundation, Inc.
*
* This program is free softwar
www.eeworm.com/read/359751/10126252
h stage1.h
/*
* GRUB -- GRand Unified Bootloader
* Copyright (C) 1999,2000,2002,2004 Free Software Foundation, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it unde
www.eeworm.com/read/359019/10170182
sh mkdep-sco.sh
#!/bin/sh
#ident "%W% %E% %Q%"
###########################################################################
# Copyright 1999 by J. Schilling
############################################################
www.eeworm.com/read/359019/10170198
mkdir-sh
#!/bin/sh
#
# Replacement for mkdir -p ... functionality.
#
# BSD-4.3, NeXT Step
www.eeworm.com/read/162867/10262309
m dht.m
% DHT 1-D discrete Hilbert transform
% function y=dht(x) returns 1-D discrete Hilbert transform
% by using 32768 points fast Fourier transform
%Copyright (c) 1999-2002 The University of Texas
%All Ri
www.eeworm.com/read/162867/10262423
m prd.m
%PRD psuedo random binary number generator.
%
% X = PRD(M) returns M binary numbers in X. M has to be greater than
% 0 and smaller than 512.
% Copyright (c) 1999-2002 The University of Texas
% All Ri
www.eeworm.com/read/162867/10262455
m dftmatrix.m
%DFTMATRIX generates N X N DFT Transformation Matrix.
% T=dftmatrix(N) returns the DFT coefficients for a N point DFT.
% Copyright (c) 1999-2002 The University of Texas
% All Rights Reserved.
%