CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 性能

搜索资源列表

  1. 多用户检测器的性能

    1下载:
  2. 比较LMS,RLS, 和Kalman滤波器多用户检测器的性能-LMS comparison, RLS, and the Kalman filter multi-user detector performance
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:7934
    • 提供者:吴胜
  1. COM使用COM提高C++应用程序的性能(8KB)

    0下载:
  2. COM使用COM提高C++应用程序的性能(8KB)-COM raise C application performance (8KB)
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:7511
    • 提供者:chen
  1. 神经网络用于性能预测

    0下载:
  2. 此程序可用于实现基于神经网络的工程性能预测。-this procedure can be used to achieve based on neural network projects performance prediction.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3032
    • 提供者:李强
  1. Java程序的性能优化StringBuffer与Vector

    0下载:
  2. 在Java程序中,性能问题的大部分原因并不在于Java语言,而是在于程序本身。养成好的代码编写习惯非常重要,比如正确地、巧妙地运用java.lang.String类和java.util.Vector类,它能够显著地提高程序的性能。-in Java programs, most of the performance problems is not the reason for the Java language, but the process itself. Develop good habit
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3183
    • 提供者:王文轩
  1. solaris性能管理

    0下载:
  2. solaris操作系统性能管理,对于想学这种操作系统的人有帮助-performance management, and let the operating system to help the people
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1410007
    • 提供者:mai
  1. net性能优化

    0下载:
  2. 性能优化方面,主要讲在进行NET编程时应当从哪些方面进行性能方面的优化-performance optimization, the main speaker during NET programming from what should be for performance optimization
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:133590
    • 提供者:蒋胜强
  1. SQL的性能優化

    0下载:
  2. 想提高效能的朋友可得看看這本書籍了,內容詳細講解了SQL的性能優化問題.-want to improve the effectiveness of friends can see this in the books, which explain in detail the performance of SQL optimization problem.
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:146490
    • 提供者:阿水
  1. 三种现代功率谱估计方法性能研究

    1下载:
  2. 三种现代功率谱估计方法性能研究,该文章能很好帮你理解功率谱估计的基本原理和实现步骤(Performance study of three modern power spectral estimation methods)
  3. 所属分类:其他

    • 发布日期:2017-12-16
    • 文件大小:621568
    • 提供者:matlab_king
  1. 单层吸波性能模拟

    2下载:
  2. 根据复介电常数和复磁导率,单层吸波性能的模拟,(According to the complex permittivity and complex permeability, single layer absorption performance simulation,)
  3. 所属分类:其他

    • 发布日期:2017-10-15
    • 文件大小:74752
    • 提供者:罗成
  1. 加速性能

    0下载:
  2. 车辆的加速性能,计算,仿真 结果,充分考虑车辆特性和驾驶性(vehicle acceleration)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:9216
    • 提供者:hh1231
  1. 《实用负载均衡技术:网站性能优化攻略》

    0下载:
  2. 讲解有关网站性能优化的宝典,内容包括负载均衡技术的应用,网站工作原理,数据库访问技术,缓存技术等方面深入讲解。(Explain the website performance optimization of the book, including the application of load balancing technology, website work principle, database access technology, cache technology and other a
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:67318784
    • 提供者:wo就是wo
  1. QPSK信号误码性能

    1下载:
  2. 利用成对错误概率精确分析QPSK信号在加性高斯白噪声信道中误码性能(Error performance analysis of QPSK signals in additive Gauss white noise channel using pairwise error probability)
  3. 所属分类:通讯编程

    • 发布日期:2018-01-01
    • 文件大小:75776
    • 提供者:张牛牛二
  1. 几种MUSIC算法性能分析

    2下载:
  2. 几种MUSIC算法性能分析,music_rmse_snr.m,music_zhenyuan_rmse.m(Performance analysis of several MUSIC algorithms, music_rmse_snr.m, music_zhenyuan_rmse.m)
  3. 所属分类:其他

  1. 窄带随机噪声对BPSK信号的干扰性能仿真

    0下载:
  2. 实现条幅信号、调频信号的抗噪声干扰性能仿真,得到波形仿真图(The simulation of the anti noise jamming performance of the band signal and FM signal is realized, and the waveform simulation diagram is obtained.)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:3072
    • 提供者:扩扩
  1. Android 性能监控实现原理

    0下载:
  2. Android 性能监控实现原理 性能监控其实就是hook 代码到项目代码中,从而做到各种监控。常规手段都是在项目中增加代码,但如何做到非侵入式的,即一个sdk即可(Performance monitoring is actually the hook code to the project code, so that all kinds of monitoring are done. The conventional means are to add code to the project,
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:117760
    • 提供者:一起去飞吧
  1. 多变量系统的性能评价

    1下载:
  2. PE_MIMO2.m搭建一个重油裂化实例 Run_MIMO2.m主运行程序,计算多变量系统性能指标(PE_MIMO2.m set up an example of heavy oil cracking Run_MIMO2.m main running program to calculate the performance index of multivariable system)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:2048
    • 提供者:ltao
  1. 性能监视器PerfMon+v2.0汉化版.apk

    0下载:
  2. Android性能监视器PerfMon+v2.0汉化版(Android performance monitor PerfMon+v2.0 Sinicization Edition)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:131072
    • 提供者:dolphing
  1. Android应用性能优化

    0下载:
  2. Android应用性能优化, Android应用性能优化(Android application optimization)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:18188288
    • 提供者:tony_121
  1. 提升LabVIEW程序性能的若干技巧(2009版)

    0下载:
  2. 提升LabVIEW程序性能的若干技巧(2009版),了解程序设计的技巧(Some skills to enhance the performance of LabVIEW program (2009 Edition), and understand the skills of programming.)
  3. 所属分类:LabView编程

    • 发布日期:2018-05-02
    • 文件大小:503808
    • 提供者:迟暮
  1. ESPRIT算法的性能与信噪比的关系

    2下载:
  2. 其中一项是ESPRIT算法的性能与信噪比的关系,有矩阵运算,出图对比(One of them is the relationship between the performance of ESPRIT algorithm and signal-to-noise ratio, with matrix operation and plot comparison)
  3. 所属分类:其他

    • 发布日期:2020-06-12
    • 文件大小:2048
    • 提供者:慕云春树
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com