-
LabVIEW
利用access数据库开发的用户登录界面(User Login System design by LabVIEW)
- 2018-06-16 22:47:44下载
- 积分:1
-
操盘手里面的可用指标,比较实用!
的 后续为 DAF
操盘手里面的可用指标,比较实用!
的 后续为 DAF-操盘手里面的可用指标,比较实用!的 后续为 DAF
- 2022-02-14 05:35:38下载
- 积分:1
-
FloatToHex
浮点数与十六进制转换工具,需要的朋友可以下载,在编写程序字节转换的的时候特别有用。(Floating point number and sixteen decimal conversion tool)
- 2017-10-22 19:14:05下载
- 积分:1
-
Detailed description of how to manage the mysql database user
详细说明如何管理mysql数据库用户
- 2022-03-03 14:05:42下载
- 积分:1
-
802.11a simulink
基于WiFi 802.11a协议的无线通信系统的开发
端到端的802.11a的物理层,自适应调制,前向纠错码,ofdm传输,高斯白信道仿真
Viterbi解码等(End-to-end 802.11a physical layer
* All mandatory and optional data rates: 6, 9, 12, 18, 24, 36, 48, and 54 Mb/s
* BPSK, QPSK, 16-QAM, 64-QAM modulations
* Forward error correction coding (convolutional; code rates 1/2, 2/3, 3/4)
* OFDM transmission: 52 subcarriers, 4 pilots, 64-pt FFTs, circular prefix
* Data interleaving
* PLCP preamble (modeled as 2x2 long training sequences; see below)
* Receiver equalization
* Viterbi decoding
* Data rates selectable on-the-fly
* Adaptive modulation demo over dispersive multipath fading channel)
- 2018-03-05 20:17:59下载
- 积分:1
-
am2120
am2120驱动代码,在keil环境当中可以直接使用;并且其中包含获取温湿度数据的接口函数(AM2120 driver code can be used directly in keil environment. And it contains the interface function to get the temperature and humidity data)
- 2018-09-11 09:36:00下载
- 积分:1
-
C# 监控Windows剪贴板程序
C# 编写的监控Windows剪贴板的小程序,这里面有计时器的相关创建方法,设置计时器间隔为1000毫秒并启动计时器,监控剪切板并判断剪贴板中是否存在文本数据,然后将剪贴板中的内容显示在richTextBox1控件中。下面的代码是本程序的核心:
private void Frm_Main_Load(object sender, EventArgs e)
{
timer1.Interval = 1000;//设置计时器间隔为1000毫秒
timer1.Start();//启动计时器
}
private void timer1_Tick(object sender, EventArgs e)
{
if (Clipboard.ContainsText())//判断剪贴板中是否存在文本数据
richTextBox1.Text = Clipboard.GetText();//将剪贴板中的内容显示在richTextBox1控件中
}
- 2023-08-14 00:35:02下载
- 积分:1
-
AutoCAD2012基础学习-适合初学者
说明: AutoCAD2012基础学习-适合初学者pdf(AutoCAD2012 pdf study)
- 2020-05-27 16:08:41下载
- 积分:1
-
用VC6.0实现的一个小游戏,很简单,使用于初学者
使用vc6.0实现方块小游戏,非常简单,使用于初学者-Use vc6.0 to achieve a small box games, very simple, used in beginners
- 2022-03-03 08:31:24下载
- 积分:1
-
数据结构
说明: 上海交通大学数据结构几年的试卷以及相应的答案(papers of shanghaijiaotong university)
- 2019-04-03 22:44:21下载
- 积分:1