代码搜索:looptime
找到约 37 项符合「looptime」的源代码
代码结果 37
www.eeworm.com/read/365521/2896701
m looptime.m
A1= input('输入两个非零数 第一个:');
A2= input('输入两个非零数 第二个:');
a=max(A1,A2);
b=min(A1,A2);
i=0;
while(b~=0&&i
www.eeworm.com/read/263030/11379136
c sarbit.c
/*sarbit.c*/
/*Super simple Arbitrary waveform generator*/
#include
#include
#define MAX_STATES 12
#define UNIT 100 /*define the count for UNIT*/
/*for our case UNIT must tra
www.eeworm.com/read/116741/14956054
c sarbit.c
/*sarbit.c*/
/*Super simple Arbitrary waveform generator*/
#include
#include
#define MAX_STATES 12
#define UNIT 100 /*define the count for UNIT*/
/*for our case UNIT must tra
www.eeworm.com/read/214399/15101736
c sarbit.c
/*sarbit.c*/
/*Super simple Arbitrary waveform generator*/
#include
#include
#define MAX_STATES 12
#define UNIT 100 /*define the count for UNIT*/
/*for our case UNIT must tra
www.eeworm.com/read/257872/11909647
java filebrowser.java
/*
* FileBrowser.java
*
* Created on 2007年10月18日
*/
import java.io.IOException;
import java.util.Enumeration;
import javax.microedition.io.*;
import javax.microedition.io.file.*;
i
www.eeworm.com/read/265664/11258122
asm p1.asm
;;;;;;; P1 for QwikFlash board ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; Toggle B0 output every ten milliseconds for measuring looptime with scope.
; Blink "Alive" LED every two seconds.
www.eeworm.com/read/405316/11466468
c alarm.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
#includ
www.eeworm.com/read/402475/11534351
txt 12geyimoyiyangdexiaoqiu.txt
微软的一道题目...上班很无聊 写来玩玩
有12个外表一模一样的小球,其中有一个的质量和其他11个球不一样(11个球的质量完全相同),而且该球不知道是轻点还是重点。现在给你一个天平(无砝码),只有3次测量机会,请你找出该球。球号从a到l(小写)
#include
#include
#include
#define LETTE
www.eeworm.com/read/162470/10303192
c thdm.c
#include
#include
#include
#include
#include
#define THREADS 4
#define LOOPTIME 1
pthread_t t[THREADS];
int cnt[THREADS];
int loop;
void*