资源列表
zboot.tar
- Android系统启动进recovery系统的命令行小工具(13.1.15 Compile on with gcc 5.4.0 20160609 usage: options: -h show help information Example: : ./zboot recovery : ./zboot 60)
devmem
- devmem修改内存小程序,非常实用,希望大家喜欢(Devmem modified memory applet)
ganglia install linux
- apt安装和编译安装ganglia,基于fabric 的python安装脚本(Apt installs, compiles and installs ganglia, python installation scr ipt based on fabric.)
ganglia配置修改脚本
- linux的ganglia配置文件修改python脚本。(The Linux ganglia configuration file modifies the python scr ipt.)
rtctester
- 这个软件的功能就是, 在linux平台下进行实时时钟的测试工作。这是一个shell脚本,直接可以在linux文件系统下执行的。(The functionality of the software is, in the Linux platform testing real-time clock. This is a shell scr ipt that can be performed under the Linux file system directly.)
scanner Source Code
- 利用C语言实现Scanner,可以扫描特定网段IP(Using C language to implement Scanner, you can scan specific IP segments.)
串口通信
- QNX下的串口通信,在实际的机器上测试了一下,发现可以连续的发送数据。(Serial communication under QNX)
serial
- 包括linux串口的配置和收发。在树莓派和linux下都试验成功(Linux serial port and sending, configuration)
lab
- 编写一个shell脚本程序,它带一个命令行参数,这个参数是一个文件。如果这个文件是一个普通文件,则打印文件所有者的名字和最后的修改日期。如果程序带有多个参数,则输出出错信息。 编写shell程序,统计指定目录下的普通文件、子目录及可执行文件的数目,目录的路径名字由参数传入。 用bash编写程序,该程序从键盘输入的n个整数,计算其总和、最大值和最小值并输出,从小到大排序并输出。(Write a shell scr ipt program, which takes a command line
in
- 利用lammps分子动力学软件模拟计算固体Ar的热导率(thermal conductivity of solid Ar)
dtw
- 可以用来实现dtw。在孤立词语音识别中,最为简单有效的方法是采用DTW(Dynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,是语音识别中出现较早、较为经典的一种算法,用于孤立词识别。HMM算法在训练阶段需要提供大量的语音数据,通过反复计算才能得到模型参数,而DTW算法的训练中几乎不需要额外的计算。所以在孤立词语音识别中,DTW算法仍然得到广泛的应用。(Can be used to implement DTW)
操作系统实验
- 1. 在linux下编写一个应用程序,命名为an_ch2_1b。这个程序不断地输出如下行: Those output come from child,[系统时间] 另外写一个应用程序,命名为an_ch2_1a。这个程序创建一个子进程,执行an_ch2_1b。这个程序不断地输出如下行: Those output come from child,[系统时间] 观察程序运行的结果,并对你看到的现象进行解释。 2. 在linux环境下编写一个控制台应用程序,程序中有一个共享的整型变量share