代码搜索:ith
找到约 99 项符合「ith」的源代码
代码结果 99
www.eeworm.com/read/288559/7115750
c creat.c
#include
#include "filesys.h"
creat(user_id,filename,mode)
unsigned int user_id;
char *filename;
unsigned short mode;
{
unsigned int di_ith,di_ino;
struct inode *in
www.eeworm.com/read/288559/7115756
c creat.c
#include
#include "filesys.h"
creat(unsigned int user_id,char *filename,unsigned short mode)
{
unsigned int di_ith,di_ino;
struct inode *inode;
int i,j;
di_ino=namei(filename);
www.eeworm.com/read/288559/7115785
c creat.c
#include
#include "filesys.h"
creat(user_id,filename,mode)
unsigned int user_id;
char *filename;
unsigned short mode;
{
unsigned int di_ith,di_ino;
struct inode *in
www.eeworm.com/read/166285/5475559
s irq_pio.s
;------------------------------------------------------------------------------
;- Area Definition
;------------------------------------------------------------------------------
AREA itH
www.eeworm.com/read/151845/12170696
c creat.c
#include
#include "filesys.h"
creat(user_id,filename, file_block, mode)
unsigned int user_id;
char *filename;
unsigned int file_block;
unsigned short mode;
{
unsigned int di_it
www.eeworm.com/read/216914/14986495
cpp c_ggrid.cpp
/*
Copyright (C) 2004 Timothy C.A. Molteno
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Sof
www.eeworm.com/read/366702/2866837
c variadic34.c
// { dg-options "-std=gnu++0x" }
template
void get_ith(const Args&... args);
void f()
{
get_ith(1, 2, 3);
get_ith(1, 2.0, 'x');
get_ith(1, 2.
www.eeworm.com/read/139332/5800101
hpp bandwidth.hpp
// Copyright (c) Jeremy Siek 2001, Marc Wintermantel 2002
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/
www.eeworm.com/read/366702/2866800
c variadic35.c
// { dg-options "-std=gnu++0x" }
template
void get_ith(const Args&... args);
void f()
{
get_ith(1, 2.0, 'x');
get_ith(1, 2.0, 'x'); /
www.eeworm.com/read/444270/7615420
m nearest_mahal.m
function index = nearest_mahal(x,mu,sigma)
% function index = nearest_mahal(x,mu,sigma)
% x is a vector
% mu(i,:) is the mean of the ith Gaussian
% sigma(:,:,i) is the covariance of the ith Gaussi