代码搜索:SW

找到约 10,000 项符合「SW」的源代码

代码结果 10,000
www.eeworm.com/read/117822/14903693

java simplewindow.java

import javax.swing.JWindow; public class SimpleWindow extends JWindow { public SimpleWindow() { super(); setBounds(250, 225, 300, 150); } public static void main(Stri
www.eeworm.com/read/218842/14904352

h time.h

const unsigned char DefSec=0; const unsigned char DefMin=49; const unsigned char DefHour=21; const unsigned char DefDay=12; const unsigned char DefWeek=3; const unsigned char DefMonth=2; const u
www.eeworm.com/read/115119/15025828

c i_net.c

// Emacs style mode select -*- C++ -*- //----------------------------------------------------------------------------- // // $Id: i_net.c,v 1.2 2003/09/08 22:34:28 jasonk Exp $ // // Copyright (C)
www.eeworm.com/read/208856/15234141

cpp algo0903.cpp

Status SecondOptimal(BiTree &T, ElemType R[], float sw[], int low, int high) { // 算法9.3 // 由有序表R[low..high]及其累计权值表sw // (其中sw[0]==0)递归构造次优查找树T。 int i,j; float m
www.eeworm.com/read/208856/15234143

cpp algo0904.cpp

typedef BiTree SOSTree; // 次优查找树采用二叉链表的存储结构 Status CreateSOSTree(SOSTree &T, SSTable ST) { // 算法9.4 // 由有序表ST构造一棵次优查找树T。ST的数据元素含有权域weight float sw[20]; if (ST.length == 0) T = NULL;
www.eeworm.com/read/166734/5472887

sbk sort.sbk

.set reorder .globl in .data .align 2 in: .word 0xa .word 0x20 .word 0xffffffff .word 0x237 .word 0x3 .word 0x12 .word 0x1 .word 0xffffffcd .word 0x315 .word 0x0 .globl main .text .te
www.eeworm.com/read/166734/5472901

sbk incr.sbk

.set reorder .globl main .text .text .align 2 .ent main main: .frame $sp,0,$31 .set noreorder .cpload $25 .set reorder move $2,$0 L.1: j $31 .end main .globl memchar .text .align 2 .
www.eeworm.com/read/163821/5508485

s pipe.s

/* pipe system call for Linux/MIPS */ /*see uClibc's sh/pipe.c and glibc-2.2.4's mips/pipe.S */ #include #include #include #include .g
www.eeworm.com/read/161121/5555534

c pg-r3k.c

/* * Copyright (C) 2001 Ralf Baechle (ralf@gnu.org) */ #include #include /* page functions */ void r3k_clear_page(void * page) { __asm__ __volatile__( ".set\tnoreord
www.eeworm.com/read/155070/5629675

aspx default.aspx