代码搜索:unsigned
找到约 10,000 项符合「unsigned」的源代码
代码结果 10,000
www.eeworm.com/read/359100/10165997
h control.h
void CutOff_1(unsigned char Channel);
void CutOff_2(unsigned char Channel);
void CutOff_3(unsigned char Channel);
void Reconnect_1(unsigned char Channel);
void Reconnect_2(unsigned char Ch
www.eeworm.com/read/163262/10168222
h aesopt.h
/*
---------------------------------------------------------------------------
Copyright (c) 2003, Dr Brian Gladman, Worcester, UK. All rights reserved.
LICENSE TERMS
The free distributi
www.eeworm.com/read/163079/10175593
h hosts.h
/*
* hosts.h Copyright (C) 1992 Drew Eckhardt
* mid to low-level SCSI driver interface header by
* Drew Eckhardt
*
*
*
* Modified by Eric Youngdale eric@tan
www.eeworm.com/read/358777/10179883
h port_5402.h
ioport unsigned portAAAA;
ioport unsigned portD555;
ioport unsigned portFFFE;
www.eeworm.com/read/162887/10261540
txt ceshi.txt
help fread
FREAD Read binary data from file.
[A, COUNT] = FREAD(FID,SIZE,PRECISION) reads binary data from the
specified file and writes it into matrix A. Optional output
argument
www.eeworm.com/read/161055/10458489
h uipopt.h
/*
* Copyright (c) 2001, Adam Dunkels.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following co
www.eeworm.com/read/352754/10515770
h hosts.h
/*
* hosts.h Copyright (C) 1992 Drew Eckhardt
* mid to low-level SCSI driver interface header by
* Drew Eckhardt
*
*
*
* Modified by Eric Youngdale eric@tan
www.eeworm.com/read/160163/10562333
tex crypt.tex
\documentclass[b5paper]{book}
\usepackage{hyperref}
\usepackage{makeidx}
\usepackage{amssymb}
\usepackage{color}
\usepackage{alltt}
\usepackage{graphicx}
\usepackage{layout}
\def\union{\cup}
\def\inte
www.eeworm.com/read/159920/10588769
h hilobyte.h
#define LOBYTE(x) ((unsigned char)(x))
#define HIBYTE(x) ((unsigned int)(x) >> 8)
www.eeworm.com/read/159326/10669759
h pci.h
/*
* +-------------------------------------------------------------------+
* | Copyright (c) 1999,2000 TriMedia Technologies Inc. |
* |