C语言的科学和艺术-源代码cslib -- Version 3.1Last modified on Mon Mar 6 08:10:24 1995 by eroberts--------------------This directory contains version 3.1 of the cslib libraries, whichconsists of minor bug fixes fro m version 3.0. For details, seethe changes.txt
#include "stdio.h" #include "conio.h" #include "string.h" #define MAX 5000 int start,end,nodenum; void save1(); void save2(); void main() { FILE *fp1,*fp2,*fp3; float ver[50]; int t[14],i,j,m; int num_node[4]; int node_number; int n umber=0; float v
约瑟夫环的C++源代码 #include using namespace std; struct person { unsigned int number; unsigned int key; person *next; }; class joseph_ring { private: unsigned int n; unsigned int m; person *head; public: joseph_ring(){m=0;n=0;head=NULL; } void create(); vo
Introduction to sltoolbox sltoolbox (Statistical Learning Toolbox) organizes a comprehensive set of matlab codes in statistical learning, pattern recognition and computer vision. It includes 256 m-files in 24 categories, which are from low-level com