代码搜索:unsigned
找到约 10,000 项符合「unsigned」的源代码
代码结果 10,000
www.eeworm.com/read/102423/6232337
c igray.c
unsigned long igray(n,is)
int is;
unsigned long n;
{
int ish;
unsigned long ans,idiv;
if (is >= 0)
return n ^ (n >> 1);
ish=1;
ans=n;
for (;;) {
ans ^= (idiv=ans >> ish);
if
www.eeworm.com/read/102423/6232418
c hpsel.c
void hpsel(m,n,arr,heap)
float arr[],heap[];
unsigned long m,n;
{
void sort();
void nrerror();
unsigned long i,j,k;
float swap;
if (m > n/2 || m < 1) nrerror("probable misuse of hpsel")
www.eeworm.com/read/102423/6232421
c banbks.c
#define SWAP(a,b) {dum=(a);(a)=(b);(b)=dum;}
void banbks(a,n,m1,m2,al,indx,b)
float **a,**al,b[];
int m1,m2;
unsigned long indx[],n;
{
unsigned long i,k,l;
int mm;
float dum;
mm=m1+m2
www.eeworm.com/read/102423/6232949
c igray.c
unsigned long igray(unsigned long n, int is)
{
int ish;
unsigned long ans,idiv;
if (is >= 0)
return n ^ (n >> 1);
ish=1;
ans=n;
for (;;) {
ans ^= (idiv=ans >> ish);
if (idiv
www.eeworm.com/read/102423/6233030
c hpsel.c
void hpsel(unsigned long m, unsigned long n, float arr[], float heap[])
{
void sort(unsigned long n, float arr[]);
void nrerror(char error_text[]);
unsigned long i,j,k;
float swap;
if (m
www.eeworm.com/read/102423/6233033
c banbks.c
#define SWAP(a,b) {dum=(a);(a)=(b);(b)=dum;}
void banbks(float **a, unsigned long n, int m1, int m2, float **al,
unsigned long indx[], float b[])
{
unsigned long i,k,l;
int mm;
float dum;
www.eeworm.com/read/102392/6233866
cc acoustics.cc
/*
* Player - One Hell of a Robot Server
* Copyright (C) 2000 Brian Gerkey & Kasper Stoy
* gerkey@usc.edu kaspers@robotics.usc.edu
*
* Audiodevice attempted written
www.eeworm.com/read/101594/6236140
h servconn.h
/*
* ServConn.h - part of the jEdit Launcher package
* Copyright (C) 2001, 2002 John Gellene
* jgellene@nyc.rr.com
*
* This program is free software; you can redistribute it and/or
* modify it u
www.eeworm.com/read/101135/6238812
3 sleep.3
SLEEP(3) Minix Programmer's Manual SLEEP(3)
NAME
sleep - suspend execution for interval
SYNOPSIS
#include
unsigned int sle
www.eeworm.com/read/101135/6238896
2 alarm.2
.\" Copyright (c) 1980 Regents of the University of California.
.\" All rights reserved. The Berkeley software License Agreement
.\" specifies the terms and conditions for redistribution.
.\"
.\" @(#