自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

网络知识精读

浮名只是身外物,不着方寸也风流。

  • 博客(9)
  • 资源 (175)
  • 收藏
  • 关注

原创 PC机基本AD转换

Code://PC机基本AD转换  #define TRUE   1  #define FALSE  0  #define END_OF_INT  0x20  #define N  80    #include   #include   #include    #include     int start,ch,flag;  vo

2011-01-29 13:08:00 942

原创 电机转速信号的单片机测量程序

 Code:#include   #include   #include   #define uchar unsigned char  #define uint unsigned int  // 定义8253的寄存器地址  #define     COM XBYTE[0x6000]   // 定义8253的控制字寄存器地址  #define   

2011-01-16 11:58:00 2996

原创 单片机的数字时钟

Code:#include   #include   #define unit unsigned int  #define uchar unsigned char    /*定义字型字位口*/  #define DIGPORT  XBYTE [0x8000]  #define WORDPORT  XBYTE [0x4000]    /*定义P

2011-01-16 11:56:00 1689 5

原创 行列键盘的输入例程

 Code:#include   #include   #define uchar unsigned char  #define uint unsigned int  void delays(void);  uchar kbscan(void);  void main(void)  {  uchar key;  while(1)  {

2011-01-16 11:55:00 1159

原创 闪烁灯

Code:#include //   sbit gate=P2^0;// 定义P2-0口  void main(void)  {  unsigned int i,j;  while(1)  {  for(i=500;i>0;i--)  for(j=500;j>0;j--);// 双重循环,延时约1秒  gate=!gate;// 对P-0口取

2011-01-16 11:53:00 912

原创 PID调节基础程序模版

Code:#include   #include     typedef struct PID {  double SetPoint; // 设定目标 Desired Value  double Proportion; // 比例常数 Proportional Const  double Integral; // 积分常数 Integral Const  double Derivati

2011-01-16 11:46:00 1463

原创 开源一个简单的计算器

Code:/**********************************************  *   JAVA计算器测试0.5 *   *  *    徐方鑫    2010.3.5  *  ***********************************************/    import javax.swing.*;

2011-01-16 11:24:00 1233 3

原创 24点快速运算

Code:这个可以用VC进行编译#include     #define ERROR_NUM (0x7fffffff)  #define RESULT_NUM (24)    char o_name[] = "+-*/";    int calc(int a, int o, int b)  {      if ((a == ERROR_NUM

2011-01-16 11:20:00 1145

原创 开源以前做的一个DOS界面的学生系统

 Code:一个用DOS写的学生系统的界面,代码需要用TC系列的编译,VC编译不了,建议用WINTC。/********************************************** *   学生管理系统代码提示 * *   注意: 本程序文件存放在C:/目录下. *   在你的机器上有这个目录吗?如果没有请创建! * *    徐方鑫

2011-01-16 11:17:00 1153

Wildpackets Omnipeek 10.0.1 part 1

Wildpackets Omnipeek 10.0.1 part 1

2017-07-17

The NS2 Manual

The NS2 Manual

2017-07-09

802.11-2016

802.11最新的协议

2017-07-08

802.11ax-Sneak-Peek-–-The-Next-Generation-Wi-Fi

802.11ax-Sneak-Peek-–-The-Next-Generation-Wi-Fi

2017-05-10

The.Innovation.Journey.Of.WiFi.The.Road.To.Global.Success

Cambridge.University.The.Innovation.Journey.Of.WiFi.The.Road.To.Global.Success .pdf

2017-02-10

802.11 security(O'Reilly)

802.11 security(O'Reilly)

2017-01-05

OVS的patch文件

openwrt上OVS Patch

2016-12-20

Click源码包以及Makefile

Click源码包以及Makefile

2016-12-18

802.11ax中TF和TF-R

802.11ax中TF和TF-R

2016-12-18

openwrt文件2

openwrt文件2

2016-12-17

openwrt文件

openwrt文件

2016-12-17

TGax Specification Framework

TGax Specification Framework

2016-12-17

IEEE 802.11ax draft 0.1

IEEE 802.11ax draft 0.1

2016-12-17

TGac Channel Model Addendum

TGac Channel Model Addendum

2016-12-15

mac80211_intro

mac80211_intro

2016-12-15

TGac Channel Model Addendum Supporting Material

TGac Channel Model Addendum Supporting Material

2016-12-15

802.11 TGn Channel Models

802.11 TGn Channel Models

2016-12-15

bianchi模型

bianchi模型,用来分析802.11性能的理论模型

2016-12-11

泰克-802.11物理层规范海报

泰克-802.11物理层规范的海报,学习802.11协议很好

2016-11-01

OFDM for wireless communications systems

OFDM for wireless communications systems book,学习无线网络

2016-10-30

SuperG相关资料.zip

SuperG相关资料,用来学习802.11的资料,可以学习一下。作为学习相关802.11的相关资料。

2020-04-11

sdrsharp-x86_pluto.zip

sdrsharp-x86_pluto,SDR sharp的标准版本里面添加了Pluto的支持,可以直接跑,不过里面其他airspy的不支持pluto,所以无法跑

2020-04-06

sdrsharp-plutosdr-0.5.4.zip

sdrsharp-plutosdr-0.5.4.zip,SDR sharp里面添加过了Pluto的配置文件了,可以直接在pluto上面跑,比较简单

2020-04-06

GNURadio-windows.zip

GNURadio-windows.zip,在windows下面安装GNURadio的组件,已经其必要的一些补充安装文件,这里做一个备份

2020-04-05

PothosSDR-2020.01.26-vc14-x64

PothosSDR-2020.01.26-vc14-x64,SDR开发全家桶,用于软件无线电开发,可以在windows下面轻松配置SDR环境

2020-04-05

Wi-Fi-WMM-Specification-v1.2.0

Wi-Fi-WMM-Specification-v1.2.0,WMM的协议版本,学习Wi-Fi可以关注下

2020-03-06

svg2pdf.pdf

svg2pdf.pdf,无线网络开发资料,对于无线网络开发具有帮助,linux驱动相关的,有兴趣可以自行下载

2019-11-17

mac80211_intro.pdf

mac80211_intro.pdf,无线网络开发资料,有兴趣可以下载下,对于无线网络开发具有帮助等等

2019-11-17

mac80211_2.6.29.pdf

mac80211_2.6.29,wifi开发相关文档,主要是无线网络驱动技术的整理,有兴趣可以自行下载

2019-11-17

linux无线网络系统.pdf

linux无线网络系统.有兴趣可以自行下载,主要是无线网络开发方面的资料,对于wifi开发有帮助等等

2019-11-17

Linux Wireless架构总结.pdf

Linux Wireless架构总结,无线网络开发所需要资料,有兴趣可以下载,主要是无线驱动方面的资料

2019-11-17

Libpcap使用简介.pdf

Libpcap使用简介,无线驱动开发技术相关资料,用兴趣可以自行下载。Libpcap使用简介,无线驱动开发技术相关资料,用兴趣可以自行下载。

2019-11-17

IIO Oscilloscope (ADI Pluto)

IIO Oscilloscope (ADI Pluto),ADI的软件无线电设备Pluto所用的显示组件,可以做简单的iio配置,以及采样信号的显示。

2019-01-06

New communication reading

New communication reading,New communication reading,New communication reading

2018-04-28

Introduction_Testing

Introduction_Testing,Introduction_to_GSM_Device_Testing,Introduction_to_UMTS_Device_Testing,Introduction_to_LTE_Device_Testing,Introduction_to_WLAN_Testing

2018-04-28

The IEEE 802.11 Universe

The IEEE 802.11 Universe,The IEEE 802.11 Universe

2017-11-18

802.11e slide (Philippe Klein).pdf

802.11e slide (Philippe Klein),学习802.11协议所用的资源

2017-11-10

DIX网络协议

DIX协议

2017-08-16

Omnipeek 7.5

Omnipeek 7.5

2017-08-03

Wildpackets Omnipeek 10.0.1 part 2

Wildpackets Omnipeek 10.0.1 part 1

2017-07-17

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除