代码搜索结果
找到约 10,000 项符合
S 的代码
stat.h
#ifndef _LINUX_STAT_H
#define _LINUX_STAT_H
#define S_IFMT 00170000
#define S_IFSOCK 0140000
#define S_IFLNK 0120000
#define S_IFREG 0100000
#define S_IFBLK 0060000
#define S_IFDIR 0040000
#defi
new.htm
{template head}
您的位置:$nowdo
软
avalon_register_slave.v
// ================================================================================
// (c) 2004 Altera Corporation. All rights reserved.
// Altera products are protected under numerous U.S. and fore
i2c.cpp
// i2c.cpp : 僀儞僾儕儊儞僥乕僔儑儞 僼傽僀儖
//
#include "stdafx.h"
#include "demo.h"
#include "i2c.h"
#include
#include
#pragma intrinsic(inp,outp)
#ifdef _DEBUG
#define new DEBUG
network_integrate.m
%[t, s, s_int, met_int] = network_integrate(network, s, T, graphics_flag)
%
%solve differential equations for metabolic network with field 'kinetics'
%
%network network data structure (see 'metabo
sys_stat.in.h
/* -*- buffer-read-only: t -*- vi: set ro: */
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
/* Provide a more complete sys/stat header file.
Copyright (C) 2006, 2007 Free Software Foundation, Inc.
counter.js
function s_rep(s, o, n)
{
var i = s.indexOf(o), l = n.length > 0 ? n.length : 1;
while (s && i >= 0)
{
s = s.substring(0, i) + n + s.substring(i + o.length);
counter.js
function s_rep(s, o, n)
{
var i = s.indexOf(o), l = n.length > 0 ? n.length : 1;
while (s && i >= 0)
{
s = s.substring(0, i) + n + s.substring(i + o.length);
string_add.cpp
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that
file-type.h
/* Return a string describing the type of a file.
Copyright (C) 1993, 1994, 2001, 2002, 2004 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify