代码搜索:unsigned

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

代码结果 10,000
www.eeworm.com/read/407198/11424477

c 00-99 count.c

#include unsigned char code table[]={0x3f,0x06,0x5b,0x4f,0x66, 0x6d,0x7d,0x07,0x7f,0x6f}; unsigned char Count; void delay10ms(void) { unsigned
www.eeworm.com/read/407198/11424565

c key-press.c

#include unsigned char count; void delay10ms(void) { unsigned char i,j; for(i=20;i>0;i--) for(j=248;j>0;j--); } void main(void) { while(1) { if(P3
www.eeworm.com/read/407198/11424813

c zijian.c

#include unsigned char code table[]={0x3f,0x06,0x5b,0x4f, 0x66,0x6d,0x7d,0x07, 0x7f,0x6f,0x77,0x7c,
www.eeworm.com/read/407198/11424833

c 4x4keyboard.c

#include unsigned char code table[]={0x3f,0x06,0x5b,0x4f, 0x66,0x6d,0x7d,0x07, 0x7f,0x6f,0x77,0x7c,
www.eeworm.com/read/407198/11424896

c 4bit-count.c

#include unsigned char curcount; void delay10ms(void) { unsigned char i,j; for(i=20;i>0;i--) for(j=248;j>0;j--); } void main(void) { curcount=P3
www.eeworm.com/read/406885/11433350

c romload.c

/******************************************************************************* File Name : romload.c Description : ROM boot loader (phase 1) (C)Copyright ST Microelectronics 1999 Ref
www.eeworm.com/read/406172/11448439

cpp rsa.cpp

// RSA.cpp: implementation of the CRSA class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "RSAUtil.h" #include "RSA.h" #ifdef _DEBU
www.eeworm.com/read/405817/11456278

cpp solitaire(双向bfs+状态压缩).cpp

//类似跳跳棋的走法,实现上没什么问题,主要是状态的保存 //8×8的矩阵每个点的x,y排列后,可以当作8进制来转换,状态数则为8^8 //再位压缩,<mark>unsigned</mark> int占32位,因为用到了双向bfs,状态有3种 //00 未访问 //10 S(起点)访问过 //01 E(终点)访问过 //32/2 = 16,即一个<mark>unsigned</mark> int保存16个状态,所以压缩后空间为8^8/ ...
www.eeworm.com/read/405811/11456482

cpp wavaudiofilesource.cpp

// WAVAudioFileSource.cpp: implementation of the CWAVAudioFileSource class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "WAVAudioFileSo
www.eeworm.com/read/405811/11456485

cpp wavaudiofilesource.cpp

// WAVAudioFileSource.cpp: implementation of the CWAVAudioFileSource class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "WAVAudioFileSo