代码搜索:unsigned

找到约 10,000 项符合「unsigned」的源代码

代码结果 10,000
www.eeworm.com/read/250862/12380989

h md5.h

/* MD5.H - header file for MD5C.C */ /* Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All rights reserved. License to copy and use this software is granted provided that it is identifi
www.eeworm.com/read/149407/12382440

c 数字电位器.c

#include #define value 100 sbit P1_1=P1^1; sbit P1_0=P1^0; sbit P1_2=P1^2; sbit P1_3=P1^3; void delay20ms(unsigned char count) { unsigned char t,j,k; for(t=0;t
www.eeworm.com/read/250756/12385865

c import.c

/* * Code for PuTTY to import and export private key files in other * SSH clients' formats. */ #include #include #include #include #include "pu
www.eeworm.com/read/250756/12385870

c sshzlib.c

/* * Zlib (RFC1950 / RFC1951) compression for PuTTY. * * There will no doubt be criticism of my decision to reimplement * Zlib compression from scratch instead of using the existing zlib *
www.eeworm.com/read/250756/12385918

h psftp.h

/* * psftp.h: interface between psftp.c / scp.c and each * platform-specific SFTP module. */ #include "int64.h" #ifndef PUTTY_PSFTP_H #define PUTTY_PSFTP_H /* * psftp_getcwd returns
www.eeworm.com/read/250756/12385927

c terminal.c

/* * Terminal emulator. */ #include #include #include #include #include #include "putty.h" #include "terminal.h" #define poslt(p1,p
www.eeworm.com/read/250756/12385945

c sshcrc.c

/* * CRC32 implementation. * * The basic concept of a CRC is that you treat your bit-string * abcdefg... as a ludicrously long polynomial M=a+bx+cx^2+dx^3+... * over Z[2]. You then take a mo
www.eeworm.com/read/337174/12386545

c rs.c

/* * Reed Solomon Encoder/Decoder * * (c) Henry Minsky (hqm@ua.com), Universal Access 1991-1995 */ #include #include #include "ecc.h" /* Encoder parity bytes */ int pBytes[
www.eeworm.com/read/149251/12391956

htm 003.htm

-->Learn C++ in 21 Days-->3rd Day
www.eeworm.com/read/337046/12400463

c step13.c

#include "reg51.h" #include #define uint unsigned int #define uchar unsigned char #define DL 1000 uchar DR; /*******************************************************************/