代码搜索:Num
找到约 10,000 项符合「Num」的源代码
代码结果 10,000
www.eeworm.com/read/419728/10840183
java calculator.java
import java.awt.*;
import javax.swing.*;
import java.awt.event.*;
public class Calculator implements ActionListener{
char o;
int ctr=0;
String value="", cv="", oBtn;
Double answer, v1,
www.eeworm.com/read/419727/10840364
lst lesson 5_3.lst
C51 COMPILER V8.05a LESSON_5_3 02/03/2009 16:43:09 PAGE 1
C51 COMPILER V8.05a, COMPILATION OF MODULE LESSON_5_3
OBJECT MODULE PLACE
www.eeworm.com/read/419727/10840367
c lesson 5_3.c
#include
#include
#define uint unsigned int
#define uchar unsigned char
uchar num,temp,temp1,i,row;
sbit dula=P2^6;
sbit wela=P2^7;
uchar code table[]={
0x3f,0x06,0x5b,0x4f
www.eeworm.com/read/419727/10840617
c lesson2_3.c
#include
#include
#define uint unsigned int
#define uchar unsigned char
uchar temp,num,num1;
sbit beep=P2^3;
void delay(uint);
void main()
{
temp=0xfe;
www.eeworm.com/read/419727/10840620
lst lesson2_3.lst
C51 COMPILER V8.05a LESSON2_3 02/02/2009 10:42:27 PAGE 1
C51 COMPILER V8.05a, COMPILATION OF MODULE LESSON2_3
OBJECT MODULE PLACED
www.eeworm.com/read/419727/10841001
c lesson 3_2.c
#include
#define uint unsigned int
#define uchar unsigned int
void delay(uint);
uchar num;
sbit dula=P2^6;
sbit wela=P2^7;
uchar code table[]={
0x3f,0x06,0x5b,0x4f,
0x66,0x6d,0x7d,0x
www.eeworm.com/read/419700/10842335
c h_code.c
#include
#include
#include"top.h"
#include"keyscan.h"
#include"leddisp.h"
#include"dydisp.h"
#include"test.h"
//uchar temp1[8],temp2[8];
void main ()
{
num
www.eeworm.com/read/419669/10845958
txt 3.txt
#include
using namespace std;
//这是课本里面第一章的no. 3
void primes()
{
bool get[MAXP+1];
for(int i=2;i
www.eeworm.com/read/274718/10856564
cpp 5_29.cpp
#include
using namespace std;
#define NUM 100 //语句1
int main()
{
#if NUM>=100 //语句2:本行为条件编译命令
cout
www.eeworm.com/read/274718/10856586
cpp 5_21.cpp
#include
using namespace std;
class ZRF
{public:
ZRF(int i) { num=i; cout