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

📄 makefile

📁 提供了rbtree ttree avltree list hashtable等常用容器的算法,代码经过uclinux + arm44b0平台验证
💻
字号:
#----------------------------------------------------------------------------#       Make Workspace## MakeWorkspaceCreator.pm,v 1.18 2006/01/23 18:09:34 elliott_c Exp## This file was generated by MPC.  Any changes made directly to# this file will be lost the next time it is generated.## MPC Command:# /root/MPC/mwc.pl -type make#----------------------------------------------------------------------------all: algorithmclean depend generated realclean $(CUSTOM_TARGETS):	@$(MAKE) -f Makefile.algorithm $(@).PHONY: algorithmalgorithm:	@$(MAKE) -f Makefile.algorithm generated allproject_name_list:	@echo algorithm

⌨️ 快捷键说明

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