代码搜索:SW
找到约 10,000 项符合「SW」的源代码
代码结果 10,000
www.eeworm.com/read/131315/5941969
c sw.c
/* $Id: sw.c,v 3.0 1992/02/01 03:09:32 davison Trn $
*/
/* This software is Copyright 1991 by Stan Barber.
*
* Permission is hereby granted to copy, reproduce, redistribute or otherwise
* use thi
www.eeworm.com/read/126021/6019572
sw adexcept.sw
(***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in c
www.eeworm.com/read/123745/6058149
f sw.f
program stegwarm
c...Solves the Riemann problem for the Euler equations using first-order
c...upwind methods based on STEGER-WARMING flux vector splitting.
c...Number of grid points.
www.eeworm.com/read/101153/6237831
s sw.s
#include
#include
#include
#include
#include
#include
#include
#include
#inc
www.eeworm.com/read/101153/6237836
s sw.s
.align 3
.set noat
.ent __rtl_init_state
__rtl_init_state:
ldq $9,0($16) /* get current->stack */
lda $7,0($9) /* save old stack */
lda $9,(-8*32)($9) /* decrement for 32 regs */
/* save cop
www.eeworm.com/read/101153/6237844
s sw.s
#include
#include
#define r0 0
#define r1 1
#define r2 2
#define r3 3
#define r4 4
#define r5 5
#define r6 6
#define r7 7
#define r8 8
#define r9 9
#define r10 10
#def
www.eeworm.com/read/187914/6337984
c sw.c
/* sw.c */
/*
使用停等协议来进行通信的例子,程序运行方法如下:
sw s_s.dat s_r.dat sdl rdl 400
sw r_s.dat r_r.dat rdl sdl 500
400、500的延时很重要,如果设置太小,会导致信道忙,传输反而慢。
设置太大,那么也会传输太慢。
*/
#include
#incl
www.eeworm.com/read/488200/6498007
c sw.c
#include
#include "global.h"
#include "nospc.h"
struct stopwatch Sw[NSW];
/* Stop a stopwatch and record its value.
* Uses stopval() routine in stopwatch.asm
*/
void
swstop(n)
www.eeworm.com/read/481567/6643472