代码搜索:Exercise
找到约 10,000 项符合「Exercise」的源代码
代码结果 10,000
www.eeworm.com/read/232404/4703125
cpp exercise_12.cpp
///////////////////////////////////////////////////////////
// //
// SAGA //
//
www.eeworm.com/read/232404/4703127
h exercise_14.h
///////////////////////////////////////////////////////////
// //
// SAGA //
//
www.eeworm.com/read/232404/4703128
cpp exercise_11.cpp
///////////////////////////////////////////////////////////
// //
// SAGA //
//
www.eeworm.com/read/230650/4720174
cs exercise.aspx.cs
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using
www.eeworm.com/read/223749/4808987
js exercise_editor.js
/*
* Menu: Experimental > Exercise Editor
* Kudos: Kevin Lindsey
* License: EPL 1.0
* DOM: http://download.eclipse.org/technology/dash/update/org.eclipse.eclipsemonkey.lang.javascript
* DOM: http
www.eeworm.com/read/191407/5165886
txt exercise_01.txt
void Exercise_01(void)
{
/* Insert code here - 3 lines */
if(Switch2IsPressed())
{
if(mUSBUSARTIsTxTrfReady())
{
putrsUSBUSART("Hello World!\r\n");
www.eeworm.com/read/191407/5165887
txt exercise_02.txt
void Exercise_02(void)
{
/* Insert code here - 3 lines*/
if(Switch3IsPressed())
{
if(mUSBUSARTIsTxTrfReady())
{
putrsUSBUSART(ex02_string);
}
www.eeworm.com/read/191407/5165888
txt exercise_03.txt
void Exercise_03(void)
{
/* Insert code here - 3 lines */
if(getsUSBUSART(input_buffer,1))
{
if(input_buffer[0] == '1')
mLED_4_Toggle();
}
/* End */
www.eeworm.com/read/191407/5165889
txt exercise_05.txt
void Exercise_05(void)
{
static word ex05_count;
if(ex05_count == 0)
{
AcquireTemperature(); // Read temperature from sensor
UpdateCelsiusASCII();
www.eeworm.com/read/191407/5165890
txt exercise_04.txt
void Exercise_04(void)
{
/* Insert code here - 7 lines */
if(Switch2IsPressed())
{
if(mUSBUSARTIsTxTrfReady())
{
output_buffer[0]=0x30;
outp