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

搜索资源列表

  1. LabVIEW_EM_Optimize-program-performance

    0下载:
  2. labview优化LabVIEW程序性能的技术文档和例程-LabVIEW_EM_Optimize-program_performance.rar
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1347180
    • 提供者:沈海宏
  1. rfcardSources

    0下载:
  2. 射频卡读写程序和读写器原理图,常用的射频卡读写器源程序,源程序和原理图均是最终应用的程序,该读卡器已经批量生产,性能稳定.-RF card reader to read and write procedures and schematic diagram, commonly used in RF card reader source code, source code and schematics are finally application procedures, the reader ha
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:28460
    • 提供者:Jiang dz
  1. rls01

    0下载:
  2. 该程序为RLS算法性能分析的MATLAB程序。-RLS algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:942
    • 提供者:花卷
  1. HeapSort

    0下载:
  2. 有界面的,排序演示程序,可以比较计算性能。快速排序和改进的-Has interface, sorting demo program, you can compare performance. Quick Sort and improved
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:49997
    • 提供者:cherry
  1. IocpServer

    0下载:
  2. 使用性能最好的iocp模型进行网络通信,可作为网络服务器程序的蓝本。-use the advanced model iocp to write net communiction, which can be refrenced as game server.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:232902
    • 提供者:michel90
  1. bike

    0下载:
  2. PIC单片机电动车解决方案,/电动车双闭环程序,采用双闭环方式控制电机,以得到最好的zh转速性能,并且可以 //限制电机的最大电流。本应用程序用到两个CCP部件,其中CCP1用于PWM输出,以控 //制电机电压;CCP2用于触发AD,定时器TMR2、TMR1,INT中断,RB口电平变化中断, //看门狗以及6个通用I/O口-BIKE
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:49801
    • 提供者:
  1. optimize_performance_Linux

    0下载:
  2. 将怎么优化程序性能的,讲得比较深入了,适合有一定经验的程序员看-How to optimize the performance of, put it more in-depth, and suitable for experienced programmers have a certain look
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:507638
    • 提供者:elang
  1. CSMAMAC

    0下载:
  2. 本目录下提供了CSMA MAC层的测试和演示程序 该测试程序包含3个 一个发送测试csma_send, 一个接收测试csma_recv,一个echo结点(接收后再发送)csma_echo 事实上,上述测试程序可以测试send/recv过程是否工作正常,但是对MAC的冲突避免仍需在实际中体会,但可以与直接基于cc2420组件的发送接收进行比较,以确定csma mac确实提高了性能。-revised
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:11390
    • 提供者:francis
  1. oracleunction

    0下载:
  2. SQL函数大全。包括:oracle常用经典SQL查询,ORACLE的基本语法,Oracle的优化器,数字处理函数,字符处理函数,oracle积累,oracle中sql plus命令大全,oracle中导出指定记录,Oracle主要的配置文件解释,防范黑客攻击Oracle系统的八大常用方法,可预见的Oracle应用程序性能调优,快速修复oracle参数文件的另类方法 -Guinness SQL function. Including: oracle popular classic SQL qu
  3. 所属分类:SQL Server

    • 发布日期:2017-03-31
    • 文件大小:570971
    • 提供者:张娟
  1. 1

    0下载:
  2. 车辆性能检测系统。重要资料,程序,论文。绝对完整-Vehicle performance detection system. Important information, procedures, papers. Absolute integrity
  3. 所属分类:SCM

    • 发布日期:2017-05-30
    • 文件大小:12611246
    • 提供者:nilo
  1. viterby

    0下载:
  2. 实现维特比的软判决译码仿真,比较软判决硬判决的性能-viterby soft decision
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:3062
    • 提供者:陈健林
  1. PerformanceTuningExample

    0下载:
  2. 关于OpenMP性能调优的资料,更深一步学习如何提高程序性能。主要掌握了循环互换,循环展开和循环合并等方法,和缓存的一致性来解决共享变量带来的负荷,了解了线性递推(Linear Recurrence)和如何用分块提高矩阵的更新效率。 -On the OpenMP performance tuning information, deeper to learn how to improve program performance. Main mastered the loop interchan
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-03
    • 文件大小:1274133
    • 提供者:徐鹏
  1. fraction

    0下载:
  2. /* 描述: 1.自定义分数类fraction,使用该类可以完成分数的输入、分数的加、减、乘、除二目运算和一目减运算、分数的约分操作、分数的倒数运算、对两个分数进行六种比较运算、以及对分数的输出等操作。 2.尽量用运算符重载函数。如,可重载+、-、*、/、>、>=、<、<=、==、!=,以实现分数的各种运算。并且实现分数与整数的混合运算。 3.尽可能考虑程序性能。-/* Descr iption: 1. Custom scores of class
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:2450
    • 提供者:跳舞毯
  1. st

    1下载:
  2. S变换的MATLAB程序,可用于地震勘探去噪中,性能优于小波变换-S transform MATLAB program can be used for seismic exploration in the de-noising performance is better than wavelet transform
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:14800
    • 提供者:fengshuanyuxue
  1. t1c

    0下载:
  2. 用VHDL编写的交通灯控制程序,采用了状态机进行处理,程序性能很好。-The traffic control program writed by VHDL
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:617
    • 提供者:zzy
  1. LoadRunner

    0下载:
  2. 通过 LoadRunner,可以在可控制的峰值负载条件下测试系统。要生成负载, LoadRunner 需要运行分布在网络中的数千个虚拟用户 (Vuser)。通过使用最少的 硬件资源,这些 Vuser 提供一致的、可重复并可度量的负载,像实际用户一样使 用您的应用程序。LoadRunner 深入的报告和图可以提供评估应用程序性能所需 的信息。-By LoadRunner, can be controlled test system peak load conditions. To
  3. 所属分类:OA

    • 发布日期:2017-05-16
    • 文件大小:4313863
    • 提供者:evan
  1. FastCode

    0下载:
  2. FastCode,可替换大部分开发环境的内置函数,对提升程序性能有很大帮助。 内附有:AnsiStringReplaceUnit,CompareMemUnit,CompareStrUnit等单元。-FastCode, can replace most of the development environment of the built-in function, to enhance the process performance of great help. Enclosed: AnsiStr
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-31
    • 文件大小:113975
    • 提供者:jan zeng
  1. 广义LDPC的程序

    0下载:
  2. 自己写的广义LDPC的程序,包括编译码,其中最重要的是一码算法,用的是chase算法,有很好的性能,希望可以跟大家交流改进-Generalized LDPC write procedures, including the encoding and decoding, most important of which is a code algorithm, using a chase algorithm has good performance, hoping to improve communi
  3. 所属分类:matlab例程

    • 发布日期:2013-10-12
    • 文件大小:14568
    • 提供者:龚万春
  1. Filesearch

    0下载:
  2. 程序一方面展示VC++多线程的应用,一方面是线程搜索,学会了线程操作,对提升程序性能大有帮助。 -Procedures on the one hand shows VC++ multi-threaded applications, one is the thread search, learn the thread operation go a long way in enhancing program performance.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:23993
    • 提供者:yuanzhengke1982
  1. SSESample

    0下载:
  2. SSE加速的事例程序,演示SSE指令对于程序性能如何加速。-Instances of accelerated procedures for SSE, SSE instructions demonstrate how to accelerate the application performance.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-06
    • 文件大小:1117702
    • 提供者:高永辉
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com