搜索资源列表
PD95的学习资料
- PowerDesigner是Sybase公司的CASE工具集,使用它可以方便地对管理信息系统进行分析设计,它几乎包括了数据库模型设计的全过程。利用PowerDesigner可以制作数据流程图、概念数据模型、物理数据模型,可以生成多种客户端开发工具的应用程序,还可为数据仓库制作结构模型,也能对团队设计模型进行控制。它可与许多流行的数据库设计软件,例如:PowerBuilder,Delphi,VB等相配合使用来缩短开发时间和使系统设计更优化。-Sybase PowerDesigner is a CA
DSP-optimize
- 里面包括了很多DSP 优化的相关论文,对做DSP代码移植和优化很有帮助。-includes the optimization of many DSP related papers, the DSP code to do transplants and optimization helpful.
200532136211125
- uml善的客户管理是公司健康运作的一个重要标志。然而,完善的客户管理需要公司许多的资源,如何简化管理而不失其完整、科学是许多公司头痛的问题。秉承“为中小企业服务”的宗旨,潜心研究开发了《客户管理专家PCMExpert》,有效的解决了简单易用和功能强大的矛盾,完美的结合WORD、EXCEL、ACCESS软件,保护用户的投资,做到半小时可以用顺手。并且,结合中国公司的实际情况,将客户管理和项目管理融合管理,真正体现优化公司资源的目的。统计功能使用拖放字段的方式即可实现不同的统-uml good cu
PS101010
- 多为函数极小化程序 可以用来测试PSO优化函数-mostly function minimization procedures can be used to optimize the function tests PSO
fuzzypid
- 有关利用模糊来优化PID控制的一些文章,相当不错。some texts about using fuzzy optimize PID
Transcoding_en_g7231_G.729A
- This document is about techniques to optimize transcoding
rc2
- 实验题目:白盒测试 实验目的:(1) 掌握白盒测试技术,并能应用白盒测试技术设计测试用例; (2) 能用Junit 实施测试。 进行测试用例设计; (2) 对测试用例进行优化设计; -Experiment Title: The white-box testing experimental purposes: (1) master the white-box testing techniques, and can use white-box testing technol
NS3
- 本文着重介绍了基于NS-3的无线 传感器网络的物理层仿真模块的设计,搭建了无线传感器网络仿真平台,使一个简单的例子得以在上面运行,并给出 了仿真结果。该仿真平台可以用于对无线传感器网络的深入研究与探讨,有助于无线传感器网络的优化设计、缩短系 统的开发周期。-This paper introduces NS-3-based wireless sensor network simulation module physical layer design, build a wirele
wavelet-neural-network-
- 介绍小波神经网络的基本原理。利用遗传算法来优化小波神经网络,达到提高逼近精度,简化网络结构,提高收敛速度的目的。通过实验将其与传统的小波神经网络进行比较,证实前者具有更优的网络结构,更高的逼近精度。-Introduce the basic principles of wavelet neural network. The use of genetic algorithms to optimize the wavelet neural network to improve the approxim
RealTimeSpeedupTechni0ue1234Re5i3n6a1edS7e4e38a7ch
- 针对区域立体匹配计算量大实时性差的困难,分析了相关匹配算法的实际工作过程,采用消除冗余因子和M2C滤 波、多级分辨率匹配减小计算复杂度,对算法结构进行了改进和优化,并利用超线程和D65/EF技术对算法进行了加速,提出 了一种实时区域匹配算法。对算法进行实验,结果表明算法符合了视觉导航的准确性和实时性要求,并且对于提高其他区域 匹配算法实时性也具有重要借鉴意义。-Stereo matching for the regional real-time calculation of a la
Differential-Evolution
- 一种很不错的全局搜索算法,源自于遗传算法,但效果比遗传算法好。很推荐用这个方法做优化-A very good global search algorithm, derived from the genetic algorithm, but the result was better than the genetic algorithm. Is recommended to use this method to optimize
GA_missile_trajectory_simulation
- 提出了一种空面导弹下滑段、俯冲攻击段的弹道优化设计方案,以及一 种实现航向动态跟踪的具体方法。大量算例表明,采用本文中的空面导弹控制 方案可以设计、调试出较满意的弹道,达到获取导弹飞行性能数据并验证导弹总 体设计参数的目的。 -A decline in air-surface missile paragraph, paragraph ballistic dive attack to optimize the design of programs, as well as a cou
book1
- machine learning algorithm, it is to optimize the model and improve the function
paper2
- 有源带通滤波器参数的优化设计,有源带通滤波器参数的优化设计-Active band-pass filter to optimize the design parameters, active band-pass filter to optimize the design parameters
LCD160application
- LCD1602程序集,包含1602滚动显示,优化驱动,4线以及8线等多个驱动程序-LCD1602 assembly, including the 1602 show rolling, and optimize the drive, 4-wire lines, etc., as well as 8 drivers
RendezvouslayerprotocolsforBluetooth-enabledsmartd
- Rendezvous layer protocols for Bluetooth-enabled smart devices- Communication platforms for ubiquitous computing need to be flexible, self-organizing, highly scalable and energy efficient, because in the envisioned scenarios a large number of a
kernel_ASM_MD5_Code_Release
- 由汇编内核的MD5算法编写谈代码优化 为了提高md5算法的运算速度,就将从VCKBASE下载的C代码md5算法改进了一下,结果成效显著-By the compilation of the kernel code on the MD5 algorithm to optimize the preparation of md5 algorithm in order to improve computational speed, it will VCKBASE download md5 algori
A-Method-to-Optimize-Function-Call
- 如何对函数调用进行优化对于C语言非常重要,因为函数调用的花费很大并且在代码中经常出现。文章讨论了一种对函数调用的优化处理的途径及实现中的几个关键问题和它们的解决方法。 更多还原 -How to optimize function call is very important for function language such as C,because it is often expen-sive to call a function and pass parameters between
optimize-the--parametes-of-LSSVM
- 优化的支持向量机最新的文章PDF版,可供大家参考-optimize the model parametes of LSSVM
Reservoir-Group-to-optimize-the
- 水库群联合优化调度研究进展与展望,郭生练作品-Reservoir Group to optimize the scheduling Progress and Prospects, Guo Sheng-lian works