代码搜索:2000
找到约 10,000 项符合「2000」的源代码
代码结果 10,000
www.eeworm.com/read/127793/14333898
set a2000.set
[General]
Version=1.0
Config=0
ReleaseIntermediate=.\Release
ReleaseOutput=.\Release
DebudIntermediate=.\Debug
DebugOutput=.\Debug
BodyName=SPCE061A
[SetLink]
ExeFile=1
Output=.\Debug\A200
www.eeworm.com/read/127793/14333901
c a2000.c
//***********************************************************
// 来源:《SPCE061实验指导书》语音实验部分 实验一 SACM-A2000
// 描述: A2000有两种播放方式,即自动方式和非自动方式,我们可以通
// 过改变Mode的值来切换这两种方式:当Mode=0时以非自动方式播放,
// 当Mode=1时,以
www.eeworm.com/read/127793/14333902
opt a2000.opt
www.eeworm.com/read/228264/14394429
txt 2000.txt
#include "stdio.h"
#include "math.h"
int main()
{ int m,i,n,t;
while(scanf("%d",&n)!=EOF)
{ if(n==0)
return 0;
m=0;
m=(int)floor((sqrt(8*n+1)-1)/2);
m=m*(2*m+1)*(m+1)/6+(n-m*(m+1)/2
www.eeworm.com/read/227111/14440791
ne2000-
www.eeworm.com/read/226197/14490332
h a2000.h
www.eeworm.com/read/224422/14593911
inc a2000.inc
//////////////////////////////////////////////////////////////////////////////////////////
// Progarm: SACM-A2000 API external definition for sacmVxx.lib
// Writen by: Andy
// Date: 2000/06/20
//
www.eeworm.com/read/224422/14593930
inc a2000.inc
//////////////////////////////////////////////////////////////////////////////////////////
// Progarm: SACM-A2000 API external definition
// Writen by: Andy
// Date: 2000/06/20
///////////////////
www.eeworm.com/read/224422/14593951
h a2000.h
#ifndef __a2000_H__
#define __a2000_H__
// write your header here
extern int SACM_A2000_Initial(); // define in sacm2000.lib
extern int SACM_A2000_ServiceLoop(); // define in sacm2000.lib
extern i
www.eeworm.com/read/224422/14593994
h a2000.h
#ifndef __a2000_H__
#define __a2000_H__
// write your header here
//////////////////////////////////////////////////////////////////////////////////////////
// Progarm: SACM-A2000 C API external defin