摘要:
1、set集合 set集合是一种无序且不重复的集合 添加功能: 默认参数必须写在后面。 Python的编码注释# -*- coding:utf-8 -*- 如果要在python2的py文件里面写中文,则必须要添加一行声明文件编码的注释,否则python2会默认使用ASCII编码。 参考:http:/ 阅读全文
摘要:
clc;clear all; maindir = 'C:\Users\wang\Desktop\iLIDS-VID\i-LIDS-VID\images\cam2';subdir = dir( maindir ); % 先确定子文件夹 for i = 1 : length( subdir ) if( 阅读全文