代码搜索结果
找到约 10,000 项符合
1 的代码
c4_1_1.c
ioport unsigned port0bfff;
#define IOSR port0bfff
#define _COSX 0.999390827
#pragma DATA_SECTION(_cosx,"data_buf1")
float _cosx[200];
#pragma DATA_SECTION(dacdata,"data_b
assignment5-1-1.cpp
#include
using namespace std;
int sumDigits(long n);
int main()
{
cout
assignment6-1-1.cpp
#include
#include
#include
#include
using namespace std;
int main()
{
srand((unsigned int) time(0));
ofstream fout("data.txt");
for (int i=0;i
2-1question1.cpp
/*
1 display menu
2 ask user to select the choice between 6 option
3 verify the choice
if choice 1 convert from THB to USD
ask user to enter the amount of muney to convert
convert t
ch6_1_1.cpp
//***********************
//** ch6_1_1.cpp **
//***********************
extern int n; //n由另一个源文件定义
void fn2() //fn2()函数用于另一个源文件
{
n=8; //使用n
}
pcb_project1 (1).~prjpcb
[Design]
Version=1.0
HierarchyMode=0
ChannelRoomNamingStyle=0
OutputPath=
ChannelDesignatorFormatString=$Component_$RoomName
ChannelRoomLevelSeperator=_
OpenOutputs=1
ArchiveProject=0
Timesta
c3_1_1.asm
.sect ".vectors"
.ref start
.ref int_program
.align 0x80
RESET:
BD start
nop
nmi
c7_1_1.h
IMR .set 0004h
GREG .set 0005h
IFR .set 0006h
PIRQR0 .set 07010h
PIRQR1 .set 07011h
PIRQR2 .set 07012h
PIACKR0 .set 07014h
PIACKR1 .set 07015h
PIACKR2 .set
c7_1_1.asm
.title "pwm_generate.asm"
.include "lf2407_regs.h"
.include "pwm_generate_vec.asm"
.def _cy_begin
.data
Input_Temp .word 00h
Output_Tem