代码搜索结果
找到约 10,000 项符合
2 的代码
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
a2-2.asm
STACK SEGMENT STACK
DW 64 DUP(?)
STACK ENDS
CODE SEGMENT
ASSUME CS:CODE
START: MOV CX,0005H
MOV DI,3500H
A1: MOV BL,0FFH
MOV AL,[DI]
CMP AL,3AH
JNB A2
SUB AL,30H
JB A2
MOV B
2-2.c
/*2-2.C*/
#include
#include
#include
int main(void)
{
char filename[80];
union REGS inregs,outregs;
struct SREGS segregs;
printf("Enter filename:");
gets(filena
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.html
slice()和substring()
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