资源列表
getmainMACaddr
- get main mac address easy way
911
- 用单片机对矩阵键盘扫面,按下键盘,输出相应的数-With the MCU on the matrix keyboard scanning, press the keyboard, the corresponding number of output
main
- 实现温度采集控制!并实时显示温度数据,精度为1-Acquisition and Control of Temperature! And real time temperature data, an accuracy of 1
myLee
- 一个简单的Lee滤波,只是一般的设计方法,仅供参考!-A simple filter of lee, just for sharing!
16qam
- 16qam误码率的分析和与理论误码率的曲线比较-16qam error rate analysis and the theoretical error rate curve
getIP
- 该程序为C#,Socket建立服务器程序,实现获取本地ip地址-The program is C#, Socket server program to establish and achieve access to the local ip address
zuobiao
- 此工程坐标反算方位角,方便用于测量工程使用。-Inverse azimuth coordinate this project, easy to use for measuring project.
p1
- MATLAB CODE FOR DIGITAL COMMUNICATION
netfilter
- 基于linux操作系统的netfilter层的抓包程序,编写简单makefile文件后可直接用于抓包-Operating system based on linux netfilter layer capture program, write a simple makefile files can be directly used to capture
Making Avi File
- This piece of code can generate *.avi video file from images.
compare
- int compare(const char* a, const char* b, int size) { for (int i = 0 i < size i ++) { if (a[i] != b[i]) { return i } } return -1 } -int compare(const char* a, const char* b, int size) { for (int i = 0 i &