资源列表
10 个Shell命令解析器的功能
- Shell命令解析器的功能,创建子进程,并执行用户的命令,创建历史特性,当用户按下 Ctrl C 键的时候打印出用户最近输入的10 个命令。包含实验报告(reads in the next command line, separating it into distinct tokens * using whitespace as delimiters. setup() sets the args parameter as a * null-terminated string.)
VAD
- 语音采集中关于vad静音检测相关代码,交流学习(vad for detecting Voice)
linux与unix shell编程指南
- 详细介绍了shell编程技巧,各种UNIX命令及语法,还涉及了UNIX下的文字处理以及少量的系统管理问题(The shell programming skills, various UNIX commands and grammars are introduced in detail. Word processing under UNIX and a few system management problems are also involved.)
03-ECU软件的AUTOSAR开发方法
- 这是一个很好的AUTOSAR介绍文档,对汽车软件开发很用帮助。(This is a good AUTOSAR introduction document, which is very helpful to the development of automobile software.)
1.1
- 差分进化解决旅行商问题,很快捷,很实用,恩恩(Differential Evolution Solves Traveling Salesman Problem)
hitmouse
- 实现打地鼠,模仿大家熟悉的打地鼠小游戏。游戏由2-4个玩家合作使用技能消灭地洞里的地鼠,相应颜色的玩家杀死相应颜色的地鼠,最后结算得到的总分。(Achieving hamster beating)
Shell程序之学生管理系统
- shell编程的学生成绩管理系统,是我之前的一个课程设计(Student Achievement Management System Based on Shell Programming,It was one of my previous curriculum designs.)
models
- 包含unet/google-v2/CNN等多种神经网络的模型(Multiple Neural Network Models)
u-boot-2016.11.tgz
- uboot 可以学习嵌入式系统的启动过程, 和最简单版的驱动开发(uboot -- you can learn uboot or fast boot code, which can help you understand better boot process)
mountain
- 实现对电脑性能测试来绘制存储山图像,在linux 下运行(Implementing computer performance testing to draw storage Hill image)
TurkuEventExtractionSystem-1.01
- 提供事件抽取的算法和流程,我们以此为基础进行了很好的交流(This is good demo for Event Extraction)
IMX6ULL UBOOT
- 基于NXPimx6ull-evk 开发板的uboot启动源码,可以编译后,使用JLINK command 初始化DDR 下载到DDR中运行。