代码搜索:Simple
找到约 10,000 项符合「Simple」的源代码
代码结果 10,000
www.eeworm.com/read/313582/13584610
plg simple.plg
--------------------Configuration: simple - Win32 (WCE SH) Release--------------------
Begining build with project "F:\CESource\VC\SDK\TaskCE\simple\simple.dsp", at root.
Active configuration is Win
www.eeworm.com/read/313582/13584611
opt simple.opt
www.eeworm.com/read/313582/13584613
ncb simple.ncb
www.eeworm.com/read/313582/13584614
c simple.c
/*
TaskCE - A simple CE Task Manager
TARGET OS: CE 2.x
TARGET FORM FACTOR: PPC, HPC
DESCRIPTION:
A simple Task Manager style application, ideal for PPC, but
also runs well on HP
www.eeworm.com/read/313582/13584615
dsp simple.dsp
# Microsoft Developer Studio Project File - Name="simple" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 5.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (WCE x86
www.eeworm.com/read/313576/13584664
c simple.c
/*simplest CE program possible -- a dialog with no controls at all...*/
#include
#include //if you're using strings of any kind
#include "resource.h" //auto-created header court
www.eeworm.com/read/313115/13596225
net simple.net
*******************************************
** PNS-NETFILE **
** WARNING: DON'T EDIT THIS FILE **
*******************************************
S0: ~~ 8 91 80 75 59 - 0
www.eeworm.com/read/309886/13662811
simple bison.simple
/* -*-C-*- Note some compilers choke on comments on `#line' lines. */
#line 3 "/usr/local/share/bison.simple"
/* This file comes from bison-1.28. */
/* Skeleton output parser for bison,
Copyrig
www.eeworm.com/read/309842/13663744
c simple.c
#include
#include
#include "altera_avalon_pio_regs.h"
#include "system.h"
#define NONE_PRESSED 0xF // Value read from button PIO when no buttons pressed
#define DEBOUNCE
www.eeworm.com/read/309044/13683218
simple_load
#!/bin/sh
module="simple"
device="simple"
mode="664"
# Group: since distributions do it differently, look for wheel or use staff
if grep '^staff:' /etc/group > /dev/null; then
group="staff"
else