Matters Computational ideas, algorithms, source code This document is work in progress: read the \important remarks" near the beginning Jorg Arndt arndt@jjj.de Draft version1 of 2009-August-05 1T
自认为还行 有仿真效果 /************************************************************************** THE REAL TIMER DS1302 DRIVER LIB COPYRIGHT (c) 2005 BY JJJ. -- ALL RIGHTS RESERVED -- File Name: DS1302.h Author: Jiang Jian Jun Created: 2003/7/21 Modified: NO
This is a book for the computationalist, whether a working programmer or anyone interested in methods of computation. The focus is on material that does not usually appear in textbooks on algorithms. Where necessary the underlying ideas are explaine
/************************************************************************** SOUND PLAY FOR 51MCU COPYRIGHT (c) 2005 BY JJJ. -- ALL RIGHTS RESERVED -- File Name: SoundPlay.h Author: Jiang Jian Jun Created: 2005/5/16 Modified: NO Revision: 1.0 *******
be run in DOS mode. $ 瑨wX忘$X忘$X忘$X妄$忘$浡?Q忘$浡?Y忘$Q?$J忘$Q礹$Y忘$Q祄$Y忘$RichX忘$ PE L 矕lL x $ >z € €r € € €? € $ Pz d ? ? ? , t €r t .text 杕 € n € h.rdata ? €r €r @ H.data T €v € €v @ 菼NIT ? z z ?rsrc ? ? ? @ B.reloc | ? € ? @ B ?U嬱QSV媢崕p W塎?剅 焕v 3蓤E嬅
代码 #include #include using namespace std; int n;int a[20][20]; int b[20][20]; int c[20][20]; void Warshall(); int main(){ //ifstream cin("1.txt"); for(;cin>>n;){ int i,j; for ( i=1;i<=n;i++) { cout<<"请输入矩阵第"<<i+1<<"行元素:";