-
GDFtools2.3内部破解版
GDFtools2.3内部破解_梦幻古龙解包工具 带破解机在里面 告别授权版本 值得拥有!(GDFtools2.3 internal crack _ Dream Cologne unpack tool with crack machine inside farewell authorized version deserve!)
- 2020-10-15 17:57:29下载
- 积分:1
-
rfc4960
说明: RFC 4960 SCTP PROTOCOL DETAIL INFORMATION DOCUMENT MADE BY IETF
- 2020-03-30 16:39:08下载
- 积分:1
-
医学数据挖掘研究
说明: 医学数据挖掘的一些较好的论文下载研究,和matlab相关(Some good papers on medical data mining)
- 2019-05-14 22:47:46下载
- 积分:1
-
Multipath_and_Doppler_Effects_and_Models
国外大学的讲义,对学习这2种效应基础理解很有帮助,pdf文档中有matalb代码带你一步一步的学习,很值得推荐。(Multipath and Doppler Effects and Models,very useful document of understanding the basic principle with its matlab code .)
- 2009-11-21 11:06:44下载
- 积分:1
-
polar-3gpp-matlab
This code is intended to provide a reference model for the standard and has been written with a focus on correctness, rather than on simulation speed. This code is also intended to provide a platform for research on enhancements to the New Radio polar code. This motivates the inclusion of the custom1_encoder and custom1_decoder, alongside encoders and decoders for the New Radio PBCH, PDCCH and PUCCH channels. In particular, custom1_encoder and custom1_decoder adapt the New Radio polar code for general purpose applications, enabling support for arbitrarily-high information block lengths A. By contrast, the longest block lengths supported in the New Radio PBCH, PDCCH and PUCCH channels are 32, 140 and 1706 bits, respectively.(Matlab simulations of the encoder and Successive Cancellation List (SCL) decoder for the New Radio polar code from 3GPP Release 15, as defined in [TS38.212 V15.1.1])
- 2021-04-26 10:08:45下载
- 积分:1
-
proteus
比较完整的Proteus教程(包括10个文档)(Proteus fairly complete tutorial (including 10 documents))
- 2010-08-14 20:24:16下载
- 积分:1
-
Bin_Editor
simple binary editor
- 2010-02-01 02:36:37下载
- 积分:1
-
visual basic program design of planetary gear
visual basic程序实现行星轮设计-visual basic program design of planetary gear
- 2022-02-01 17:25:57下载
- 积分:1
-
学习linux的好文档,RH文件,很有用处,对学习linux.
学习linux的好文档,RH文件,很有用处,对学习linux.-learning linux good documentation, RH documents useful to the study of linux.
- 2022-03-26 03:27:27下载
- 积分: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