代码搜索:normal
找到约 10,000 项符合「normal」的源代码
代码结果 10,000
www.eeworm.com/read/129320/5974378
java findfinalizeinvocations.java
/*
* FindBugs - Find bugs in Java programs
* Copyright (C) 2003,2004 University of Maryland
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the G
www.eeworm.com/read/127694/6002891
c tcpsend06.c
#include "unp.h"
int
main(int argc, char **argv)
{
int sockfd;
if (argc != 3)
err_quit("usage: tcpsend04 ");
sockfd = Tcp_connect(argv[1], argv[2]);
Write(sockfd, "123", 3);
www.eeworm.com/read/124910/6037655
c dl-sbrk.c
/* We can use the normal code but we also know the __curbrk is not exported
from ld.so. */
extern void *__curbrk attribute_hidden;
#include
www.eeworm.com/read/124910/6037971
c dl-brk.c
/* We can use the normal code but we also know the __curbrk is not exported
from ld.so. */
extern void *__curbrk attribute_hidden;
#include
www.eeworm.com/read/124347/6051740
c f_powf.c
/*
* ====================================================
* Copyright (C) 1998 by Cygnus Solutions. All rights reserved.
*
* Permission to use, copy, modify, and distribute this
* software is fre
www.eeworm.com/read/124347/6052331
c f_powf.c
/*
* ====================================================
* Copyright (C) 1998 by Cygnus Solutions. All rights reserved.
*
* Permission to use, copy, modify, and distribute this
* software is fre
www.eeworm.com/read/120251/6075674
cg offsetmapping.cg
/* Bump mapping with Parallax offset vertex program
In this program, we want to calculate the tangent space light end eye vectors
which will get passed to the fragment program to produce the
www.eeworm.com/read/120251/6077731
java plane.java
/* Ogre4J
Copyright (C) 2002 macross
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as publishe
www.eeworm.com/read/113165/6137582
cg offsetmapping.cg
/* Bump mapping with Parallax offset vertex program
In this program, we want to calculate the tangent space light end eye vectors
which will get passed to the fragment program to produce the