代码搜索:when
找到约 10,000 项符合「when」的源代码
代码结果 10,000
www.eeworm.com/read/339987/12188893
c isprime.c
/*
* Check if P is a prime number.
* Return 1 when p is a prime number and return 0 when it is not.
*/
#include
int isprime(int p)
{
int i, q;
/* Negative numbe
www.eeworm.com/read/253498/12219140
txt abstract.txt
The Memory project is a demo program for the Keil MCB2140
Board using the Philips LPC2148 Microcontroller.
It demonstrates an USB Memory based on USB Mass Storage Class.
LEDs are used to displa
www.eeworm.com/read/339483/12231718
sh ex15.sh
#!/bin/bash
# Naked variables
echo
# When is a variable "naked", i.e., lacking the '$' in front?
# When it is being assigned, rather than referenced.
# Assignment
a=879
echo "The value of \"a\" is
www.eeworm.com/read/234414/14114204
txt abstract.txt
The Memory project is a demo program for the Keil MCB2140
Board using the Philips LPC2148 Microcontroller.
It demonstrates an USB Memory based on USB Mass Storage Class.
LEDs are used to displa
www.eeworm.com/read/130706/14176379
txt note.txt
========================== Version 2.07a =======================================
Date: Oct. 09, 2000
-Padded 2 bytes in RxBuf to make IP header in the WORD boundary.
-Fixed the bug that if CPU t
www.eeworm.com/read/231915/14216329
txt abstract.txt
The Memory project is a demo program for the AT91SAM7S64
using Atmel AT91SAM7S Microcontroller Board.
It demonstrates an USB Memory based on USB Mass Storage Class.
LEDs are used to display the
www.eeworm.com/read/229449/14338819
h main.h
/*
-02/22/2006: Petre M.
-this file contains declarations of variables used in main.c
*/
#include "ioADE7169F16.h"
#include "extern_declarations.h"
#include "power.h"
#include "i2c.h"
www.eeworm.com/read/228696/14366952
c main.c
/*-----------------------------------------------------------------------------
Definitions for P1 (8 bits), P1.0, and P1.1.
-------------------------------------------------------------------------
www.eeworm.com/read/228040/14402360
h playersettings.h
/*
Copyright (c) 2000-2003, Jelle Kok, University of Amsterdam
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the fo
www.eeworm.com/read/227319/14432481
txt note.txt
========================== Version 2.08a =======================================
Date: May. 08, 2001
-Added support for SH3. ALIGMENT_32BIT needs to be defined for SH3, MIPS, ARM.
=====