代码搜索:unsigned
找到约 10,000 项符合「unsigned」的源代码
代码结果 10,000
www.eeworm.com/read/440906/1780932
c 991202-3.c
unsigned int f (unsigned int a)
{
return a * 65536 / 8;
}
unsigned int g (unsigned int a)
{
return a * 65536;
}
unsigned int h (unsigned int a)
{
return a / 8;
}
int main ()
{
if (f (65536
www.eeworm.com/read/425852/2000681
h capprocess.h
#ifndef __CAPPROCESS_H__
#define __CAPPROCESS_H__
unsigned char ucCapOne(unsigned char ucKeyCode);
unsigned char ucCapTwo(unsigned char ucKeyCode);
unsigned char ucCapThree(unsigned char ucK
www.eeworm.com/read/384726/2598254
h init.h
/* variable definition */
unsigned char data Timer;
unsigned char data RollTimer;
unsigned char data Keystatus;
unsigned char data Key;
unsigned char data FormerKey;
unsigned char data Keyontime
www.eeworm.com/read/378825/2680638
h capprocess.h
#ifndef __CAPPROCESS_H__
#define __CAPPROCESS_H__
unsigned char ucCapOne(unsigned char ucKeyCode);
unsigned char ucCapTwo(unsigned char ucKeyCode);
unsigned char ucCapThree(unsigned char ucK
www.eeworm.com/read/366702/2879028
c 991202-3.c
unsigned int f (unsigned int a)
{
return a * 65536 / 8;
}
unsigned int g (unsigned int a)
{
return a * 65536;
}
unsigned int h (unsigned int a)
{
return a / 8;
}
int main ()
{
if (f (65536
www.eeworm.com/read/294218/8245885
h matrix.h
#include
class Matrix {
public:
Matrix(unsigned rows, unsigned cols);
double& operator() (unsigned row, unsigned col);
double operator() (unsigned row, unsigned col) const;
www.eeworm.com/read/235456/14071466
h capprocess.h
#ifndef __CAPPROCESS_H__
#define __CAPPROCESS_H__
unsigned char ucCapOne(unsigned char ucKeyCode);
unsigned char ucCapTwo(unsigned char ucKeyCode);
unsigned char ucCapThree(unsigned char ucK
www.eeworm.com/read/187582/8622455
c time.c
#include
unsigned char second;
unsigned char minute;
unsigned char hour;
unsigned char time[9];
unsigned char sound=0;
extern unsigned char keytime;
extern unsigned char keypad(void)
www.eeworm.com/read/145341/12734821
h memory.h
int memory_poke(unsigned long address, unsigned long data, unsigned long length);
int memory_peek(unsigned long address, unsigned long * data);
int memory_write(unsigned long address, unsigned lon
www.eeworm.com/read/245586/12791505
h interrupt.h
#ifndef __INTERRUPT_H_
#define __INTERRUPT_H_
#include "kassert.h"
struct {
unsigned int gs;
unsigned int fs;
unsigned int es;
unsigned int ds;
unsigned int ebp;
unsigned int edi;
unsigned in