代码搜索:数字示波
找到约 10,000 项符合「数字示波」的源代码
代码结果 10,000
www.eeworm.com/read/161679/10386604
svu 数字解调.svu
www.eeworm.com/read/279474/10434913
dsw 数字游戏.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# 警告: 不能编辑或删除该工作区文件!
###############################################################################
Project: "数字游戏"=".\数字游戏.dsp"
www.eeworm.com/read/279474/10434915
ncb 数字游戏.ncb
www.eeworm.com/read/279474/10434918
plg 数字游戏.plg
Build Log
--------------------Configuration: 数字游戏 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~1
www.eeworm.com/read/279474/10434922
cpp 数字游戏.cpp
#include
using namespace std;
#include
int main()
{
int m,i,flag=0,a[20],b[20],aflag,p=0,k;
while(cin>>m)
{
i=1;
flag=0;
aflag=0;
if(m==0)
break;
k=sqrt(m
www.eeworm.com/read/279474/10434927
dsp 数字游戏.dsp
# Microsoft Developer Studio Project File - Name="数字游戏" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Cons
www.eeworm.com/read/279474/10434929
opt 数字游戏.opt
www.eeworm.com/read/160574/10517704
txt 数字录音.txt
.mmregs
.global _main
.sect ".vectors"
.ref bsp_in_buf,bsp_out_buf
.include c54.inc
.include user.inc
.align 0x80 ; must be aligned on page boundary
RESET:
www.eeworm.com/read/422253/10652122
txt 猜数字.txt
#include
#include
int main(void)
{
srand (time(0));
int magic,num;
magic = rand()%100;
printf ("This is a game that you can guess a number from 1 to 100.\n")
www.eeworm.com/read/276181/10758614
c 数字移动.c
#include
int a[]={0,1,2,5,8,7,6,3};
int b[9];
int c[9];
int count=0;
main()
{
int i,j,k,t;
void print();
printf("Please enter original order of digits 1~8: ");
for(i=0;i