代码搜索结果

找到约 10,000 项符合 R 的代码

r5432.c

/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * r5432.c: NEC Vr543

r2300.c

/* * r2300.c: R2000 and R3000 specific mmu/cache code. * * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) * * with a lot of changes to make this thing work for R3000s * Tx39XX R4k style ca

r128.h

/* r128.h -- ATI Rage 128 DRM template customization -*- linux-c -*- * Created: Wed Feb 14 16:07:10 2001 by gareth@valinux.com * * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California. * A

r_plotsquare.m

% R_PLOTSQUARE Draw square robots. % Copyright (c) 1998-2000 Jiming Liu and Jianbing Wu function [FirstArray,SecondArray,ThePoint]=r_plotsquare(ThisObject,ObjectSize) ObjectPosition=Thi

r_viewspli.m

% R_VIEWSPLI View the movement trajectory of robots and square box. % Copyright (c) 1998-2000 Jiming Liu and Jianbing Wu close all; clear all; %FLname='d:\maxplus2\rect\result\rect01'; FLname='

r_plothist.m

% R_PLOTHIST Plot the complete process of square box pushing. % Copyright (c) 1998-2000 Jiming Liu and Jianbing Wu close all; clear all; %FLname='d:\maxplus2\rect\result\rect01'; FLname

r_viewobj.m

% R_VIEWOBJ View the square box trajectory when pushing. % Copyright (c) 1998-2000 Jiming Liu and Jianbing Wu close all; clear all; FLname='d:\maxplus2\rect\result\rect01'; eval(['loa

r_allobj.m

% R_ALLOBJ Draw object movement process for square box pushing. % Copyright (c) 1998-2000 Jiming Liu and Jianbing Wu close all; clear all; %FLname='d:\maxplus2\rect\result\rect01'; FLna

r1.c

void assert (a) {if (a != 1) abort ();} int h1 (int *p) {return *p & 255;} void p1 () {int a = 0x01020304; assert (h1 (&a) == 0x04);} int h2 (a) {return a > 0;} p2 () {assert (h2 (1));} h3 (int

strtok_r.c

/* * strtok_r.c * Modified for use in 15-410 at CMU * Zachary Anderson(zra) */ /* * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * * Redistrib