代码搜索:0x10
找到约 8,894 项符合「0x10」的源代码
代码结果 8,894
www.eeworm.com/read/257413/11930789
pdf a c test --- the 0x10 best questions for would-be embedded programmers.pdf
www.eeworm.com/read/187466/8638299
java gamecanvas.java
// Decompiled by Jad v1.5.7g. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi
www.eeworm.com/read/244183/12879333
java arkanoidcanvas.java
import com.nokia.mid.sound.Sound;
import com.nokia.mid.ui.FullCanvas;
import java.io.*;
import java.util.Random;
import javax.microedition.lcdui.*;
import javax.microedition.midlet.MIDlet;
impor
www.eeworm.com/read/304143/13799752
c sleep.c
if (PCON &= 0x10) // 假如 POF已设置
{
printf ("COLD Start\n");
PCON &= ~0x10; // 清POF
}
else // 假如POF 已清除
{
printf
www.eeworm.com/read/304143/13799755
c pca.c
if (PCON &= 0x10) // 假如 POF已设置
{
printf ("COLD Start\n");
PCON &= ~0x10; // 清POF
}
else // 假如POF 已清除
{
printf
www.eeworm.com/read/125688/6025415
h display.h
/*
* IBM PC display definitions
*
* $Id: display.h,v 1.4 1997/02/22 09:35:45 peter Exp $
*/
/* Color attributes for foreground text */
#define FG_BLACK 0
#define FG_BLUE 1
#define FG_GR