搜索资源列表
java-Drawing
- java 绘图 解决图片旋转,合成失真解决图片旋转,合成失真-rotate images java graphics solutions, solve the image rotation distortion synthesis, synthesis of distortion
DaVinci-H_264
- 为实现基于达芬奇平台的视频系统,本文研究H.264视频编码算法移植和优化方法,针对达芬奇平台实现算法的xDM封装,以便算法通 codecEngine框架调用。基于QT设计并实现一套数字媒体处理算法的 Codecserver自动部署系统,具有快速集成、验证与修改xDM算法的功能,解决达芬奇平台上算法的CodecServer集成和应用程序部署不便的问题。 -DaVinci platform video system, this paper H.264 video coding algor
jiugongwenti
- (九宫问题)在一个3×3的九宫中有1-8这8个数及一个空格随机的摆放在其中的格子里,如图1-1所示。现在要求实现这个问题:将该九宫格调整为如图1-1右图所示的形式。调整的规则是:每次只能将与空格(上、下、或左、右)相邻的一个数字平移到空格中。试编程实现这一问题的求解。-(Nine-palace issues) in a 3 × 3 of the Nine-palace are 1-8 this 8 random number and the placing of a space in which
swarm
- 优化问题是工业设计中经常遇到的问题,许多问题最后都可以归结为优化问题. 为了解决各种各样的优化问题,人们提出了许多优化算法,比较著名的有爬山法、遗传算法等.-Industrial design optimization problem is often encountered problems, many problems can be attributed to the final optimization problem. In order to solve a wide range of
ResearchOfMACProtocolInWirelessAdhocNetwork
- 此为博士论文,<无线自组织网MAC层协议关键技术的研究>文章提出了同时解决隐终端和暴露终端问题的无线自组织网MAC协议,分析了多信道协议中存在的“聋”(Deafness)问题,以及基于IEEE802.11DCF机制的多信道协议中的新的隐终端问题。并且设计了新的协议,用来同时解决多信道协议在信道预留、分配上存在的隐终端和暴露终端问题。-A novel MAC protocol is proposed,which can solve the hidden and exposed te
godson2
- 龙芯2 号处理器系统优化关键技术摘 要 系统软件作为处理器和应用程序之间的接口,对于充分利用处理器的特性来维护处理器与应用 程序的稳定性和提高应用程序的性能起着极其重要的作用1 描述了在Linux 内核中解决龙芯2 号处理 器的Cache 别名问题的方法以及通过增加页的大小、软TLB 和FAST TLB REFILL 的方法减小TLB 失效的性能损失,还有Uncache Accelerate 对媒体播放软件的加速1 实验结果表明,在系统软件中增加 这些方法的支持,对系统的稳定性和
lessfee
- 找到最小的费用完成一个任务,或者是解决任务用最小的开销-Find the smallest cost to complete a task or solve the task with the smallest overhead
GoodsAllocatingProblemwithMultiAimsbasedonTheHybri
- 多目标货物配装问题是一个复杂的组合优化问题,属于NP难问题,本文用混合粒子群算法求解多目标货物配装问题。混合粒子群算法在基本粒子群算法的基础上,通过引进遗传算法中的交叉和变异的策略,避免了陷入局部最优,加快了达到全局最优的收敛速度。此外,本文提出用权重系数来平衡各目标使各目标都能达到相对较优的效果。-Multi-objective loading of goods is a complicated combinatorial optimization problems are NP hard p
automaticwavemethod
- 一种求解TsP问题的新型人工神经网络方法 用自动波方法求解问题,该方法具有鲁棒 性和可靠性好、人规模并行计算等特点-Solving the problem TsP new artificial neural network method with an automatic-wave method to solve the problem, the method has the robustness and reliability, human-scale parallel computi
shareinvmware
- window和linux在虚拟机上互相共享教程,解决共享问题。-window and linux in a virtual machine to share tutorials with each other to solve shared problems.
DHCP
- 常见的小型网络中(例如家庭网络和学生宿舍网),网络管理员都是采用手工分配IP地址的方法,而到了中、大型网络,这种方法就不太适用了。在中、大型网络,特别是大型网络中,往往有超过100台的客户机,手动分配IP地址的方法就不太合适了。DHCP(DynamicHostConfigurationProtocol)为我们解决了这一难题. -Common small networks (such as home networking and student dormitory network), networ
GA
- 遗传算法解决VRP问题,程序代码经调试通过,可运行,C-Genetic algorithm to solve the VRP problem by debugging through the code, you can run, C++
EnvelopeAnalysis
- 信号处理,故障诊断,能量法,自功率谱,互功率谱,时域、频域求解-Signal processing, fault diagnosis, energy method, since the power spectrum, cross power spectrum, time domain, frequency domain to solve
simulation
- 是个仿真方法,用解决telosb无线网络的的通信仿真,使用MATLAB工具。非常有用-Simulation method is used to solve telosb wireless network communication simulation, using MATLAB tools. Very useful
VB_mtalab
- 在新材料制备过程中,会遇到大贡的实脸数据需要处理的问题,利用visualBasic6.0调用Matlab可解 决这一问题。介绍了基本原理,执行办法,以及曲线拟合的理论方法,并给出了实现的程序和编制软件的部分界面。 -Abstract The preparation process of the new materials will meet the real face great tribute to deal with the problem of data, using visual
jcdd
- 进程调度是处理机管理的核心内容。本设计要求用C语言编写和调试一个进程调度程序。通过设计本程序可以通过本课程设计可以达成如下目标: 1、深刻理解进程与进程控制块的关系,进程控制块的组成; 2、深刻理解进程的组织方法; 3、掌握调度算法和先来先服务进程调度算法 4、锻炼独立分析问题、解决问题的能力; -Process scheduling is the core processor management. The design using C language and debug
gsmhomealarm
- 实现基于GSM的家庭远程防盗报警功能。解决传统报警系统因距离等问题不能及时、准确的完成报警的缺陷。-Implementation of family-based GSM remote anti-theft alarm. Solve the traditional alarm system problems due to distance, not timely, accurate and complete alarm deficiencies.
Matrix_Pencil
- 出一种实现不同维间估计结果自动配对的二维频率估计算法。首先把二维频率估计问题转化成两个矩阵束的特征值问题。根据矩阵束的特征求出两个矩阵束的公共特征向量,并以此为基础同时求出两个矩阵束的特征值。算法估计误差与现有算法相近,但解决了现有算法普遍存在的配对难题。 -Matrix pencils play an important role in numerical linear algebra. The problem of finding the eigenvalues of a pencil
One-dimensional-extremum-problem-without-constrain
- 在没有约束条件之下,一维的最优极值求解,这求解极值问题上很有用-In the absence of constraint conditions, one-dimensional optimal extreme solution, it is useful to solve the issue of extreme
FDFD
- fdtd method in pcf to solve modes