-
emd
这是EMD(Rilling)的改进算法,程序中采用了过筛。(This is the EMD (Rilling) Improved algorithm, used in screening procedures.)
- 2007-11-08 20:47:26下载
- 积分:1
-
asp.net 宾馆客房管理系统(源码+数据库+开题报告+论文)
宾馆客房管理系统
- 2019-06-25下载
- 积分:1
-
plane_roaming
说明: 编程环境为VC,结合OpenGL,实现了飞机在虚拟场景中的漫游。可以自动漫游,也可以键盘控制漫游方向。(Programming environment for the VC, combined with OpenGL, the realization of the plane in a virtual scene roaming. Automatic roaming, roaming can also control the direction of the keyboard.)
- 2008-10-14 19:52:30下载
- 积分:1
-
tcp ip DATA 用VS。NET的例子
tcp ip DATA 用VS。NET的例子-tcp ip with VS.NET example
- 2022-02-02 04:32:55下载
- 积分:1
-
贪吃蛇小游戏
基于c语言开发的贪吃蛇游戏,可以实现基本功能。如,上下左右移动,并且可以吃食物长大,ruguoy奥到自己的身体部位就会失败,即可以实现许多基本功能。
- 2022-02-03 00:19:49下载
- 积分:1
-
CalRemainder
可以根据输入的生成多项式计算CRC16的余式表,并输出到TXT文件中打开。附赠CRC16的查表程序和直接计算程序,供验证用。使用这段程序,可以完美解决CRC16的编程问题,CRC32以及CRC8也可以参考使用。(CRC16 remainder table according to the generator polynomial of the input and output to a TXT file to open. Comes with a CRC16 table look-up procedure and a direct calculation program, for verification purposes. This program can be the perfect solution the CRC16 programming problem, the CRC32 and CRC8 also be of use.)
- 2012-02-18 12:56:17下载
- 积分:1
-
Matlab-CR
说明: 使用MatlaB进行仿真,分析各种频谱感知方法,对比优缺点,展望未来发展情况(Use MatlaB simulation, analysis of various spectrum sensing method, compared the advantages and disadvantages, the future development of)
- 2011-03-29 21:58:38下载
- 积分:1
-
HanFuManBianMa
哈夫曼编码的实现,全面解密数据结构中树的有效应用,算法实现的很得体,学习数据结构的都值得参考(Huffman coding to achieve, fully decrypt the effective application of the tree data structure, algorithm is very decent, learn data structures are worth considering)
- 2013-04-09 14:15:21下载
- 积分:1
-
Matlab7_examble
《精通matlab7》 电子工业出版社,王正林,刘明编著,原版光碟。()
- 2007-09-29 00:50:04下载
- 积分:1
-
SilvesdafrlightFileUpload
Silverlight上传工具支持多文件上传,上传之前预览图片窗口可以调整图片大小,独立进度和整体进度显示,快速上传,ASP.NET服务器控件,并且可以非常灵活的改变程序根据自己的需求。
不同于其他上传控件
.速度非常快,没有使用webservices上传文件。webservices是比较慢的,上传文件被分成文件块上传到webservice,然后一块块将文件上传到服务器。如果某块文件不可用可能会造成上传的文件不完整。
.可以上传比较大的文件,开发者有能力限制文件大小和文件总大小,不是限制maxRequestLength在web.config中。上传控件上传文件以文件快形式,但是这远远超过了webservice中所使用的4MB,默认maxRequestLength值,可以更大(建议在25-30MB这个范围)。这个maxRequestLength可以保持最小的拒绝服务攻击,仍然可以上传大文件和避免缓冲溢出。
.文件可以恢复。而且上传时候可以检测到已经上传过的同名文件,并提示你是否覆盖已经存在的文件。
.暂时只有jpg图片在上传之前在缩略图中调整大小。
(Silverlight upload tool supports multiple file upload, preview before uploading the picture window you can adjust the picture size, independent progress and overall progress display, fast upload, ASP.NET server controls, and can be very flexible to change the program according to their needs.)
- 2013-07-08 14:20:19下载
- 积分:1