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

📄 code.cache.size.run.bat

📁 代码优化,有效使用内存,透视优化技术,对比优化方法,如果你在追求代码效率的最大化,该资源你不能不读.
💻 BAT
字号:
@ECHO OFF 																		 
ECHO = = = Demonstrating how to determine code cache size  = = = 						 
ECHO Utility for the \"Program optimization technique\"  book by Kris Kaspersky	 
ECHO N NOPs                        ...CLOCK...                                  
ECHO -------------------------------------------------------------------------  
	code.cache.size.2.exe 				 
	DEL code.cache.size.2.exe 			 
	code.cache.size.4.exe 				 
	DEL code.cache.size.4.exe 			 
	code.cache.size.8.exe 				 
	DEL code.cache.size.8.exe 			 
	code.cache.size.16.exe 				 
	DEL code.cache.size.16.exe 			 
	code.cache.size.32.exe 				 
	DEL code.cache.size.32.exe 			 
	code.cache.size.64.exe 				 
	DEL code.cache.size.64.exe 			 
	code.cache.size.128.exe 				 
	DEL code.cache.size.128.exe 			 
	code.cache.size.256.exe 				 
	DEL code.cache.size.256.exe 			 
	code.cache.size.512.exe 				 
	DEL code.cache.size.512.exe 			 

⌨️ 快捷键说明

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