资源列表
Night_Rider
- program for Night Raider Sequence on PIC17C756A-program for Night Raider Sequence on PIC17C756A
website_download
- 这是用Python编写的下载网页的程序。包含如何用正则表达式来提取网页中的连接,并对网页进行爬取。-This is a program written in Python download page. Including how to use regular expressions to extract web page to connect, and web crawling.
1
- Z_CspToSgy.exe可以将CSP数据转化为标准SEGY,为英文界面-Z_CspToSgy.exe CSP data can be converted to standard SEGY interface is in English
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