descript.ion

来自「代码优化,有效使用内存,透视优化技术,对比优化方法,如果你在追求代码效率的最大化」· ION 代码 · 共 14 行

ION
14
字号
Descript.ion           - /cat/root
asm.vs.c.cpy.asm.asm   - Assembly implementation of the memory copying procedure
asm.vs.c.cpy.c         - Program for comparing assembly implementation of the 
                         memory copying function to the same function implemented in C
asm.vs.c.cpy.make.bat  - clock.make _compiler_name_ -release  asm.vs.c.cpy.c asm.vs.c.cpy.asm.obj
asm.vs.c.min.asm.asm   - Assembly implementation of the procedure for searching minimum
asm.vs.c.min.c           Program for comparing assembler implementation of the min function 
                         to the same function implemented in C
asm.vs.c.min.make.bat  - clock.make _compiler_name_ -release  asm.vs.c.min.c asm.vs.c.min.asm.obj
asm.vs.c.sort.asm.asm  - Assembly implementation of the bubble sort procedure
asm.vs.c.sort.make.bat - clock.make _compiler_name_ -release  asm.vs.c.sort.c asm.vs.c.sort.asm.obj
asm.vs.c.sort.c        - Program for comparing assembly impelemtation of the bubble sort 
                         procedure to the same procedure implemented in C

⌨️ 快捷键说明

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