1)  code Cache
					
	
					
				
				
	
					
				代码Cache
				1.
					Research on code Cache unit management scheme;
					
					
						
						
					
						代码Cache分组管理策略研究
					2.
					Library Function Disposing and Code Cache Management in Binary Translation;
					
					
						
						
					
						二进制翻译中的库函数处理和代码Cache管理
					3.
					It is an important issue that manage the code cache efficiently in the binary translation technology.
						
						提出一种二进制翻译中代码Cache管理的LRC(Level-Region-Chunk)策略。
					
					2)  loop code cache
					
	
					
				
				
	
					
				循环代码cache
				1.
					Research on MCU s power optimization by integrated loop code cache;
					
					
						
						
					
						集成循环代码cache降低微控制器功耗研究
					
					3)  cache penalty
					
	
					
				
				
	
					
				cache代价
				1.
					Due to the increasing speed gap between memory system and processor,cache hierarchies have been implemented into memory system,but additional latency(cache penalty)is introduced.
						
						存储系统与处理器之间的速度差距逐渐变大,为此,cache使用了分级机制,但这也带来了额外的存储延迟(cache代价)。
					2.
					Cache hierarchies can improve memory systems, but probably all processor implementations introduce additional delays (cache penalty).
						
						为了改善存储系统,cache使用了分级机制,但这也带来了额外的存储延迟-cache代价。
					
					4)  Proxy Cache
					
	
					
				
				
	
					
				代理Cache
			
					5)  Proxy Web Cache
					
	
					
				
				
	
					
				代理Web Cache
				1.
					Analysis of  Proxy Web Cache Performance;
					
					
						
						
					
						代理Web Cache性能分析
					
					6)  code
					[英][kəʊd]  [美][kod]
					
	
					
				
				
	
					
				代码
				1.
					A Algorithm About Creating Bopomofo Code by Unicode Characters;
					
					
						
						
					
						Unicode汉字字符拼音代码生成算法
					2.
					Carries out the Processing that the Code Adjusts to Use the Database Editor in the Flash Mx 2004th;
						
						在Flash Mx 2004中实现代码调用库剪辑的处理
					3.
					Process Control of UNIX Systems and It s Code Analyse;
					
					
						
						
					
						UNIX系统的进程控制与其代码分析
					补充资料:代码生成
		代码生成
code generation
daima Shengeheng代码生成(,de generation)把语法语义分析后的中间结果转换成等价的目标程序或目标程序模块的过程。中间结果是用三元式、四元式或逆波兰式等中间语言表示的程序。目标程序是用目标语言书写的。目标语言可以是机器语育、汇编语言乃至高级语育。随着计算机的编译环境和执行环境的不断完善,不仅能产生可直接执行的目标程序,也能生成可再定位的或可连接的目标程序模块,并最终通过连接装人程序构成可直接执行的目标程序。 代码生成不但与编译有关,而且与运行环境有关。所生成的目标程序应当符合连接装人所要求的规范。代码生成中存储分配和寄存器分配是直接影响目标程序功效的重要且复杂的问题,应给予足够重视。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
	参考词条