资源列表
Garbage-removal-system
- 能够简单清除系统垃圾, 需要把后缀改为bat,通过cmd运行-Can simply remove the garbage suffix needs to be changed to bat, cmd run
homework1task3
- 音频编码入门程序 上采样和下采样以及用滤波器重建-Audio Coding sampling down-sampling filter reconstruction
Quicksort
- 快速排序void QuickSort(int a[], int low, int high) { int i if(low<high) { i=Slipt(a,low,high) QuickSort(a,low,i) QuickSort(a,i+1,high) } } -void QuickSort(int a[], int low, int high) { int i if(low<high)
api
- A simple API interface, using $ GET to the the PHP main page information calls to the various sub-pages.
alm
- 讲GPS导航文件读取进matlab仿真平台的一段代码,为后续的仿真工作提供仿真数据。-GPS navigation file read into the MATLAB simulation platform of a section of code, provide simulation data for the follow-up simulation work
clean-up-win7
- 这是一个可以清理win7系统垃圾的批处理,可能清理不全.-This is a clean system junk win7 batch, you can clean up insufficiency.
or2a
- 使用vhdl语言设计一位全加器,在仪器上下载并实现LED灯的闪亮-A full adder design
Win2008-IE-desktop
- windows 2008 win7 桌面显示IE快捷方式的小工具.-windows 2008 win7 desktop display IE shortcut gadget.
csma_cd
- csma/cd simulator in c
ansys
- 基于ansys有限元应力集中模型的自适应计算-Adaptive stress concentration calculation model
xor_encryption
- 字符串XOR方式加密示例,通过对key和要加密的字符串的每一位进行xor运算的简单的加密方式-String XOR encryption example. Through to the key and encryption for string of every simple xor operation way of encryption
Apache-reboot
- 监测Apache服务器,若中断后,自动重启服务。-apache monitor to reboot service every one minute