代码搜索结果
找到约 10,000 项符合
2 的代码
2-2.asm
.sect "vectors"
.ref start
.ref DMAINT0
.ref TIMERINT1
RESET_RST:
B IRP
NOP
NOP
NOP
NOP
NOP
NOP
NOP
NMI_RST:
2-2.c
#include
int main( )
{
short int i;
int j;
long int k;
int a, b, c;
a = sizeof(i);
b = sizeof(j);
c = sizeof(k);
printf("a is %d\n", a);
printf("b is %d\n", b);
2_2.cpp
#include
#include
const double pi = 3.1415926;
void main()
{
double radius1, radius2;
cout radius1 >>radius2;
cout
2-2.m
x = logspace(-1,2);%产生具有log特性点组
loglog(x,exp(x))%绘制双对数图形
grid on %打开网格线
2.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x0
File 1,1,
2.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x0
Options 1,0,0
2_2.cpp
#include
using namespace std;
int main()
{ short int i; // signed short 类型整数
short unsigned int j; // unsigned short类型整数
j = 50000; i = j; //将unsigned short类型整数赋值给s
2-2.cpp
// Genetic Algorithm
// For Example 2.2 (2-2.tex) in "Uncertain Programming" by B. Liu
// Written by Microsoft Visual C++
// Copyright by USLab at Tsinghua University
#include
#includ