//读取配置参数 private void loadcofig() { //List<param> camra1 = new List<param>(); List<string[]> camra = new List<string[]>(); if (File.Exists("config.txt")) { StreamReader sr = new StreamReader("config.txt", Encodi
一.简述 [暂无] 二.头文件 #ifndef _2_3_part1_H_ #define _2_3_part1_H_ //2_3_part1.h /** author:zhaoyu email:zhaoyu1995.com@gmail.com date:2016-6-4 note:realize my textbook <<数据结构(C语言版)>> */ //----线性表的单链表存储结构---- /** My Code to make the paragram run corr