-
《Python+Cookbook》第三版中文
《Python+Cookbook》第三版中文(Python Cookbook V3.0)
- 2020-06-25 19:40:02下载
- 积分:1
-
COA
基本混沌优化算法,有助于初学者对混沌算法的学习。(Basic chaotic optimization algorithm, which helps beginners to learn the chaotic algorithm.)
- 2017-06-09 09:32:59下载
- 积分:1
-
advanced
基于yii2.0框架的个人博客开发,初学者(Build personal blog based on yii2.0)
- 2017-06-29 16:35:20下载
- 积分:1
-
foreground model for matching using genetic algorithm
foreground model for matching using genetic algorithm
- 2022-02-01 22:59:16下载
- 积分:1
-
NF2FF
说明: 近远场转换,解决实际使用问题,提高研发效率(near and far to help every body.)
- 2021-01-08 02:08:52下载
- 积分:1
-
flashi原码,网站首页引导上可以应用
flashi原码,网站首页引导上可以应用-flashi original code, Home guidance on the application
- 2023-08-25 06:05:03下载
- 积分:1
-
简单的C#进程枚举管理器
一个简单的C#进程枚举管理器程序源代码,通过程序可以结束进程,打开进程,显示进程ID以及CPU执行时间和占用内存大小等信息。
- 2022-02-06 23:24:04下载
- 积分:1
-
雷电同类游戏的VB源码
一款非常相似于雷电的VB游戏源码,包括了飞行躲避、射击、爆炸之类的动作设置,游戏界面写的也是相当精彩,另外还附带有雷电游戏地图的编辑器源码,整个工程比较庞大,对学习参考来说,绝对是不可多得的游戏源码范例。
注: Timer的稳定记时为 5 毫秒,本可以取1000,但为了防止使用者开启“变速齿轮”(如降低到-256)
会造成启动或中间的暂停时间达到256秒(即使关掉齿轮)
设为 5 后最多为1.3秒,在timegettime函数计时时,x=timegettime 与 timegettime-x之间不能有doevents(齿轮会在此时插入程序而造成记时错误,以至在齿轮关闭后使程序暂停相当长时间(timegettime-x 为负)
解决办法:1、之间不用doevents,把它放到外面,但如果doevents中插入的事件过程运行稍微超时,即可造成主运行模块有点卡(速度不很稳定)
2、将检测条件timegettime-x 改为 abs(timegettime-x),即可避开齿轮开启后又关闭而对计时造成的影响(本程序即用此)
- 2022-03-19 05:31:27下载
- 积分:1
-
ww
说明: 本论文以OFDM系统为基础,介绍了OFDM系统的基本原理,以及使用OFDM技术的优势所在,并且展望了今后的无线移动技术的发展前景。在简单介绍OFDM原理的同时,着重阐述了OFDM系统在不同信道环境和不同实现方式下的误码性能。主要包括了OFDM系统在加性白高斯信道,在加性白高斯信道和多径干扰两种不同信道环境下系统的误码性能,其中后者还研究了系统在有保护间隔与无保护间隔的误码性能比较。在理论分析的基础上,用MATLAB进行仿真,最后做出误码性能的分析和比较。
(This paper has OFDM systems based on OFDM systems introduces the basic principles and the use of the advantages of OFDM technology, and to look towards the future of wireless mobile technology development prospects. In a brief OFDM principles, while focusing on the OFDM system under different channel environments and different modes to achieve the error performance. Mainly include the OFDM system in additive white Gaussian channel, in the additive white Gaussian channel and multi-path interference of two different channel environment, the system BER performance, the latter of which also studied the system in a guard interval and non-protected BER performance comparison interval. The theoretical basis of the analysis, using MATLAB simulation, finally make a bit error performance analysis and comparison.)
- 2009-10-06 19:37:22下载
- 积分:1
-
本来想实现一个规则图形内的颜色渐变填充...但由于一些原因,只完成了颜色填充,不过修改其变量可以改变填充颜色....
本来想实现一个规则图形内的颜色渐变填充...但由于一些原因,只完成了颜色填充,不过修改其变量可以改变填充颜色.-Originally wanted to realize the rules of graphics within a gradient fill color ... but for some reason, only the color-filled, but to modify its variables can change the fill color.
- 2022-01-24 14:08:54下载
- 积分:1