编写一个程序
编写一个程序,输出基本数据类型char, short, int, long, float, double和指针类型void *, char *, short *, int *, long *, flo...
编写一个程序,输出基本数据类型char, short, int, long, float, double和指针类型void *, char *, short *, int *, long *, flo...
两个链表的交集 #include<stdio.h> #include<stdlib.h> typedef struct Node{ int data;...
第一章关键字.................................................................................................
/** * 用于在逻辑和界面间传输数据的bean * @version 1.0 */ public class DataBean { ...
#include<reg52.h> #include<intrins.h> #define LED P0 sbit KEY0=P2^0; //定义按...
#include<stdio.h> #include<stdlib.h> #include<conio.h> #include<string.h> m...
#include<reg51.h> #define uchar unsigned char #define uint unsigned int uint i,j; sbit dula=P2...
/* * _168ZHONGDUAN2.c * * Created: 2014/11/2 15:12:45 * Author: lenovo...
/**************************************************************** ...
实验源代码 //Warshall.cpp #include<stdio.h> void warshall(int k,int&nbs...