资源列表
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
movave
- 滑动平均的matlab代码,可人为设定滑动跨度。-Implements a moving-average to the data ,and can be seted.
BareMinimum
- Source code for arduino blink comunication example.-Source code for arduino blink comunication example.