代码搜索结果
找到约 10,000 项符合
Switch 的代码
c6713.cmd
-w
-l rts6701.lib
-stack 400h
-heap 400h
MEMORY
{
IRAM : o=1000h,l=0x0002efff
}
SECTIONS
{
.text :> IRAM
.data :> IRAM
.bss :> IRAM
.cinit :> IRAM
iir_ry.cmd
-w
-l rts6701.lib
-stack 400h
-heap 400h
MEMORY
{
IRAM : o=1000h,l=0x0002efff
}
SECTIONS
{
.text :> IRAM
.data :> IRAM
.bss :> IRAM
.cinit :> IRAM
gonglv.cmd
-w
-l rts6701.lib
-stack 400h
-heap 400h
MEMORY
{
IRAM : o=1000h,l=0x0002efff
}
SECTIONS
{
.text :> IRAM
.data :> IRAM
.bss :> IRAM
.cinit :> IRAM
goats.plg
Build target 'Target 1'
compiling Switch_count.c...
linking...
creating hex file from "Goats"...
"Goats" - 0 Error(s), 0 Warning(s).
lookup.c
/***************************************************************************
* lookup.c:
*
* Generic lookup routines for Mini-SEED information.
*
* Written by Chad Trabant, ORFEUS/EC-Project MERE
smallprocess.c
//*************************************************************************************************
//* *
//* ******************************小写字母处理函数**********************
capprocess.c
//*************************************************************************************************
//* *
//* ******************************大写字母处理函数**********************
smallprocess.c
//*************************************************************************************************
//* *
//* ******************************小写字母处理函数**********************
capprocess.c
//*************************************************************************************************
//* *
//* ******************************大写字母处理函数**********************
vowels.c
#include
void main()
{
char letter;
int vowel_count = 0;
for (letter = 'A'; letter