代码搜索:Way
找到约 8,100 项符合「Way」的源代码
代码结果 8,100
www.eeworm.com/read/357083/3032009
h sockios.h
/*
* BK Id: SCCS/s.sockios.h 1.5 05/17/01 18:14:25 cort
*/
#ifndef _ASM_PPC_SOCKIOS_H
#define _ASM_PPC_SOCKIOS_H
#if 0 /* These are defined this way on Alpha - maybe later. */
/* Socket-level I/O c
www.eeworm.com/read/258653/4352737
s wrapper.s
.section .data
caller_return:
.long 0
.global wrapper_target
wrapper_target:
.long null_call
#undef __i686 /* gcc define gets in our way */
.section .gnu.linkonce.t.__i686.get_pc_thunk.bx,"ax",@p
www.eeworm.com/read/158872/5590947
c quick.c
/* list of opcodes to compile all the way */
int quick[]=
{
#if 0
/* 110000*/ 0xc,
/* 35*/ 0x104,
/* 4*/ 0x105,
/* 3*/ 0x107,
/* 20*/ 0x10d,
/* 2*/ 0x1dc,
/* 6
www.eeworm.com/read/415537/11066151
txt how to make an animted logo.txt
How To Make An Animted Logo, the easy way
Things you will need:
QUOTE
1. Photoshop or Paintshop (any versions)
2. Xara3D 5.xx
3. Jasc animation shop 3.xx
4. DUH!! A pic you want as a logo LO
www.eeworm.com/read/236122/14031318
bak hub.h.bak
/* R1620 MAC Driver include file for Paradigm C */
/* PHY N-WAY capability */
#define NWAY_10H 0x0020
#define NWAY_10F 0x0040
#define NWAY_100H 0x00
www.eeworm.com/read/236122/14031320
h hub.h
/* R1620 MAC Driver include file for Paradigm C */
/* PHY N-WAY capability */
#define NWAY_10H 0x0020
#define NWAY_10F 0x0040
#define NWAY_100H 0x00
www.eeworm.com/read/236118/14031496
h fwd.h
/* R1620 MAC Driver include file for Paradigm C */
/* PHY N-WAY capability */
#define NWAY_10H 0x0020
#define NWAY_10F 0x0040
#define NWAY_100H 0x00
www.eeworm.com/read/104413/15694807
txt 在jsp中写text文件.txt
作者:jspfuns
日期:2000-8-9 11:34:09
作者:Blueski编译
使用PrintWriter对象即可写Text文件。
请参考以下示例:
www.eeworm.com/read/100612/15868885
cpp tp.cpp
//
// Agrawal, Kayal & Saxena Prime Prover (Conjecture 4)
//
// cl /O2 /GX tp.cpp polymod.cpp poly.cpp monty.cpp big.cpp ms32.lib
//
// Note neat way of assigning polynomials via the dummy type V
www.eeworm.com/read/392021/8367110
m hull2d.m
function [v,i] = hull2d(p)
%[v,i] = hull2d(p) Convex hull of a set of 2D points.
%p is a np x 2 array; v is a (nv+1) x 2 array,
%with the last point being a duplicate of the first,
%(that way, plo