代码搜索:SPCE
找到约 5,520 项符合「SPCE」的源代码
代码结果 5,520
www.eeworm.com/read/397399/2402828
spw usb.spw
# Sunplus S+core IDE Workspace File, Format version V1.4.0
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
Body_Name = "SPCE3200"
Probe_Name = "Auto"
Active_Project = "USB"
##################
www.eeworm.com/read/294359/8235716
c main.c
#include
#include"V20celiang.h"
#include"math.h"
///////////////////////////////////////////
//函数:int main()
//描述:主函数,先采集正,再采集负
//参数:无
//返回:0
//////////////////////////////////
www.eeworm.com/read/369535/9641295
c main.c
#include "spce061v004.h"
unsigned int uiRecBuffer[100];
unsigned int uiBuffer,uiArr,uiFlag;
int main(void)
{
unsigned int i,uiTemp;
i = 0;
uiTemp = 0;
uiArr = 0;
uiFlag = 0;
fo
www.eeworm.com/read/170975/9777699
h pgos_all.h
/*
PGOS_ALL.H
This file contions all header files .
Author : Xinxiaochen
2004,10,12
*/
#include "stdio.h"
#include "spce061v004.h"
#include "e:\my source\pgos\t
www.eeworm.com/read/415064/11084636
spw testminiboard.spw
# Sunplus S+core IDE Workspace File, Format version V2.2.0
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
Body_Name = "SPCE3200"
Probe_Name = "Auto"
Active_Project = "TestMiniBoard"
########
www.eeworm.com/read/236785/13999145
c sd driver.c
#include "SPCE061A.H"
extern void Delay5us();
////////////////////////****************/
unsigned char *SDInfo1="SD Init Success.";
unsigned char *SDInfo2="SD Init Fail.";
unsigned int ReadBuf
www.eeworm.com/read/236785/13999163
c lcd_driver.c
#include "SPCE061A.H"
//Define variables for LCD Commands//
#define InstructionTemplate 0x0000 //Enable=0; R/W=0(Write); RS=0(Instruction Register)//
#define DataTemplate 0x2000 //Enable
www.eeworm.com/read/371114/9565228
c system.c
#include "system.h"
#include "..\\spce061\\061reg.h"
#include "..\\public\\public.h"
#include "..\\Usb\\tpbulk.h"
extern BIT_STATUS bFlags;
extern unsigned int BOTFSMstate;
void PowerOnInit()
www.eeworm.com/read/352726/10521242
asm texttable.asm
//***********************************
//project: 凌阳SPCE61A单片机应用例程
//item:显示汉字查表
//version: V1.0
//
//Description:
//
//
//Author: 江苏大学电气信息工程学院
//
//History:
// Date Author
// 08
www.eeworm.com/read/352726/10521300
h main.h
/***********************************
project: 凌阳SPCE61A单片机应用例程
item:系统定义
version: V1.0
Description:
Author: 江苏大学电气信息工程学院
***********************************/
#ifndef __MAIN_h__
#defi