资源列表
3278
- poj 3278 Catch That Cow 采用广度优先搜索实现-poj 3278 Catch That Cow using breadth-first search to achieve
getmainMACaddr
- get main mac address easy way
Basic-Segmentation
- Segmentation methodes en matlab
vb-crc16
- 一个普遍的CRC16校验for VB,用于串口通讯-A common CRC16 checksum for VB, for serial communication
xbessi1
- 数学公式,对学习C++的简单编程有很大帮助,请大家认真学习-Mathematical formula for learning C++ for simple programming of great help, please carefully study
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.
poj-2031
- poj 2031的一个简单程序,方便学习。-poj 2031, a simple procedure, easy to learn.
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
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 &