⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 flexible_log.txt

📁 可重用的向量/矩阵类代码,这是一个灵活的向量/矩阵类代码
💻 TXT
📖 第 1 页 / 共 4 页
字号:
#################### [show#13] (main.c, #115)
############################################################

	-- Vector mc_v3_simple -> Before update :
	Vector is Empty; MinIndex = 12

	==========================================
	=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*

	Declaration          : 
		SourceFileName 		: NotIndicated
		SourceFileLineNo 	: -1
		Compilation 		: NotIndicated  NotIndicated
		--------------

	=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*

	Creation          : 
		SourceFileName 		: main.c
		SourceFileLineNo 	: 83
		Compilation 		: Oct 30 2001  15:24:32
		--------------


##################### ShowVector : End #####################



############################################################
#################### ShowVector : Begin ####################
#################### [show#14] (main.c, #121)
############################################################

	-- Vector mc_v3_simple -> After update#1 :
	Vector range is [12 : 15]; Total elements = 4

	==========================================
	=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*

	Declaration          : 
		SourceFileName 		: NotIndicated
		SourceFileLineNo 	: -1
		Compilation 		: NotIndicated  NotIndicated
		--------------

	=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*

	Creation          : 
		SourceFileName 		: main.c
		SourceFileLineNo 	: 83
		Compilation 		: Oct 30 2001  15:24:32
		--------------

VectorElement [12] = 321
VectorElement [13] = 323
VectorElement [14] = 325
VectorElement [15] = 327

##################### ShowVector : End #####################



############################################################
#################### ShowVector : Begin ####################
#################### [show#15] (main.c, #125)
############################################################

	-- Vector mc_v3_simple -> After update#2 :
	Vector range is [12 : 15]; Total elements = 4

	==========================================
	=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*

	Declaration          : 
		SourceFileName 		: NotIndicated
		SourceFileLineNo 	: -1
		Compilation 		: NotIndicated  NotIndicated
		--------------

	=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*

	Creation          : 
		SourceFileName 		: main.c
		SourceFileLineNo 	: 83
		Compilation 		: Oct 30 2001  15:24:32
		--------------

VectorElement [12] = 322
VectorElement [13] = 323
VectorElement [14] = 325
VectorElement [15] = 324

##################### ShowVector : End #####################



############################################################
#################### ShowVector : Begin ####################
#################### [show#16] (main.c, #128)
############################################################

	-- Vector mc_v4_simple -> Before update :
	Vector range is [-3 : 2]; Total elements = 6

	==========================================
	=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*

	Declaration          : 
		SourceFileName 		: NotIndicated
		SourceFileLineNo 	: -1
		Compilation 		: NotIndicated  NotIndicated
		--------------

	=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*

	Creation          : 
		SourceFileName 		: main.c
		SourceFileLineNo 	: 84
		Compilation 		: Oct 30 2001  15:24:32
		--------------

VectorElement [-3] = 27
VectorElement [-2] = 27
VectorElement [-1] = 27
VectorElement [0] = 27
VectorElement [1] = 27
VectorElement [2] = 27

##################### ShowVector : End #####################



############################################################
#################### ShowVector : Begin ####################
#################### [show#17] (main.c, #136)
############################################################

	-- Vector mc_v4_simple -> After update#1 :
	Vector range is [-3 : 2]; Total elements = 6

	==========================================
	=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*

	Declaration          : 
		SourceFileName 		: NotIndicated
		SourceFileLineNo 	: -1
		Compilation 		: NotIndicated  NotIndicated
		--------------

	=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*

	Creation          : 
		SourceFileName 		: main.c
		SourceFileLineNo 	: 84
		Compilation 		: Oct 30 2001  15:24:32
		--------------

VectorElement [-3] = 331
VectorElement [-2] = 332
VectorElement [-1] = 333
VectorElement [0] = 334
VectorElement [1] = 335
VectorElement [2] = 336

##################### ShowVector : End #####################



############################################################
#################### ShowVector : Begin ####################
#################### [show#18] (main.c, #139)
############################################################

	-- Vector mc_v4_simple -> After update#2 :
	Vector range is [-3 : 1]; Total elements = 5

	==========================================
	=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*

	Declaration          : 
		SourceFileName 		: NotIndicated
		SourceFileLineNo 	: -1
		Compilation 		: NotIndicated  NotIndicated
		--------------

	=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*

	Creation          : 
		SourceFileName 		: main.c
		SourceFileLineNo 	: 84
		Compilation 		: Oct 30 2001  15:24:32
		--------------

VectorElement [-3] = 332
VectorElement [-2] = 333
VectorElement [-1] = 334
VectorElement [0] = 335
VectorElement [1] = 336

##################### ShowVector : End #####################



############################################################
#################### ShowVector : Begin ####################
#################### [show#19] (main.c, #142)
############################################################

	-- Vector mc_v4_simple -> After update#3 :
	Vector range is [-3 : 0]; Total elements = 4

	==========================================
	=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*

	Declaration          : 
		SourceFileName 		: NotIndicated
		SourceFileLineNo 	: -1
		Compilation 		: NotIndicated  NotIndicated
		--------------

	=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*

	Creation          : 
		SourceFileName 		: main.c
		SourceFileLineNo 	: 84
		Compilation 		: Oct 30 2001  15:24:32
		--------------

VectorElement [-3] = 332
VectorElement [-2] = 333
VectorElement [-1] = 334
VectorElement [0] = 335

##################### ShowVector : End #####################



############################################################
#################### ShowVector : Begin ####################
#################### [show#20] (main.c, #145)
############################################################

	-- Vector mc_v5_simple -> Before update :
	Vector is Empty; MinIndex = -75

	==========================================
	=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*

	Declaration          : 
		SourceFileName 		: main.c
		SourceFileLineNo 	: 85
		Compilation 		: Oct 30 2001  15:24:32
		--------------

	=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*

	Creation          : 
		SourceFileName 		: None
		SourceFileLineNo 	: 0
		Compilation 		: None  None
		--------------

	==========================================
	=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*

	Declaration (Assing#1) : 
		SourceFileName 		: NotIndicated
		SourceFileLineNo 	: -1
		Compilation 		: NotIndicated  NotIndicated
		--------------

	=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*

	Creation (Assing#1) : 
		SourceFileName 		: main.c
		SourceFileLineNo 	: 89
		Compilation 		: Oct 30 2001  15:24:32
		--------------


##################### ShowVector : End #####################



############################################################
#################### ShowVector : Begin ####################
#################### [show#21] (main.c, #148)
############################################################

	-- Vector mc_v6_simple -> Before update :
	Vector range is [15 : 19]; Total elements = 5

	==========================================
	=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*

	Declaration          : 
		SourceFileName 		: NotIndicated
		SourceFileLineNo 	: -1
		Compilation 		: NotIndicated  NotIndicated
		--------------

	=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*

	Creation          : 
		SourceFileName 		: None
		SourceFileLineNo 	: 0
		Compilation 		: None  None
		--------------

	==========================================
	=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*

	Declaration (Assing#1) : 
		SourceFileName 		: NotIndicated
		SourceFileLineNo 	: -1
		Compilation 		: NotIndicated  NotIndicated
		--------------

	=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*

	Creation (Assing#1) : 
		SourceFileName 		: main.c
		SourceFileLineNo 	: 90
		Compilation 		: Oct 30 2001  15:24:32
		--------------

VectorElement [15] = 350
VectorElement [16] = 350
VectorElement [17] = 350
VectorElement [18] = 350
VectorElement [19] = 350

##################### ShowVector : End #####################



############################################################
#################### ShowVector : Begin ####################
#################### [show#22] (main.c, #152)
############################################################

	-- Vector aaa.mc_v1_from_class -> Before update :
	Vector is Empty; MinIndex = 0

	==========================================
	=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*

	Declaration          : 
		SourceFileName 		: NotIndicated
		SourceFileLineNo 	: -1
		Compilation 		: NotIndicated  NotIndicated
		--------------

	=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*

	Creation          : 
		SourceFileName 		: None
		SourceFileLineNo 	: 0
		Compilation 		: None  None
		--------------


##################### ShowVector : End #####################



############################################################
#################### ShowVector : Begin ####################
#################### [show#23] (main.c, #155)
############################################################

	-- Vector aaa.mc_v1_from_class -> After update#1 :
	Vector range is [0 : 0]; Total elements = 1

	==========================================
	=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*

	Declaration          : 
		SourceFileName 		: NotIndicated
		SourceFileLineNo 	: -1
		Compilation 		: NotIndicated  NotIndicated
		--------------

	=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*

	Creation          : 
		SourceFileName 		: None
		SourceFileLineNo 	: 0
		Compilation 		: None  None
		--------------

VectorElement [0] = 905

##################### ShowVector : End #####################



############################################################
#################### ShowVector : Begin ####################
#################### [show#24] (main.c, #159)
############################################################

	-- Vector aaa.mc_v2_from_class -> Before update :
	Vector is Empty; MinIndex = 0

	==========================================
	=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*

	Declaration          : 
		SourceFileName 		: main.c
		SourceFileLineNo 	: 65
		Compilation 		: Oct 30 2001  15:24:32
		--------------

	=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*

	Creation          : 
		SourceFileName 		: None
		SourceFileLineNo 	: 0
		Compilation 		: None  None
		--------------


##################### ShowVector : End #####################



############################################################
#################### ShowVector : Begin ####################
#################### [show#25] (main.c, #162)
############################################################

	-- Vector aaa.mc_v2_from_class -> After update#1 :
	Vector range is [0 : 0]; Total elements = 1

	==========================================
	=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*

	Declaration          : 
		SourceFileName 		: main.c
		SourceFileLineNo 	: 65
		Compilation 		: Oct 30 2001  15:24:32
		--------------

	=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*

	Creation          : 
		SourceFileName 		: None
		SourceFileLineNo 	: 0
		Compilation 		: None  None
		--------------

VectorElement [0] = 915

##################### ShowVector : End #####################



############################################################
#################### ShowVector : Begin ####################
#################### [show#26] (main.c, #166)
############################################################

	-- Vector aaa.mc_v2_from_class -> After update#1 :
	Vector range is [0 : 2]; Total elements = 3

	==========================================
	=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*

	Declaration          : 
		SourceFileName 		: main.c
		SourceFileLineNo 	: 65
		Compilation 		: Oct 30 2001  15:24:32
		--------------

	=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*

	Creation          : 
		SourceFileName 		: None
		SourceFileLineNo 	: 0
		Compilation 		: None  None
		--------------

VectorElement [0] = 915
VectorElement [1] = 916
VectorElement [2] = 917

##################### ShowVector : End #####################



############################################################
#################### ShowVector : Begin ####################
#################### [show#27] (main.c, #169)
############################################################

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -