optimizer

共 17 篇文章
optimizer 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 17 篇文章,持续更新中。

lingo

LINGO是Linear Interactive and General Optimizer的缩写,即“交互式的线性和通用优化求解器”,由美国LINDO系统公司(Lindo System Inc.)推出的,可以用于求解非线性规划,也可以用于一些线性和非线性方程组的求解等,功能十分强大,是求解优化模型的最佳选择。其特色在于内置建模语言,提供十几个内部函数,可以允许决策变量是整数(即整数规划,包括 0

面向视频后处理芯片的FPGA原型流程的研究和实现

随着现代VLSI设计规模迅速扩大、芯片的设计和实现周期变长,验证和调试在ASIC设计中占有越来越重要的地位,相应的在整个ASIC设计流程中,验证和调试将占用更多的时间.为了缩短产品的设计周期,近年来涌现了许多新的验证手段,其中运用最广泛的技术之一就是基于现场可编程器件(FPGA)的原型技术.论文首先结合ALTERA公司的APEX 20K系列器件,详细介绍FPGA结构特点.并从面积,功耗和速度三个方

This is the source for a C compiler that generates 386 or m68K code. Code generation is fairly good

This is the source for a C compiler that generates 386 or m68K code. Code generation is fairly good although the optimizer is a little naive... the code itself should be highly portable although th

基于基本遗传算法的函数最优化 A Function Optimizer using Simple Genetic Algorithm developed from the Pascal SGA cod

基于基本遗传算法的函数最优化 A Function Optimizer using Simple Genetic Algorithm developed from the Pascal SGA code presented by David E.Goldber

基于基本遗传算法的函数最优化 SGA.C A Function Optimizer using Simple Genetic Algorithm developed from the Pasca

基于基本遗传算法的函数最优化 SGA.C A Function Optimizer using Simple Genetic Algorithm developed from the Pascal SGA code presented by David E.Goldberg

lingo11

常用的数学工具,<span style="color:#CC0000;font-family:arial;font-size:13px;line-height:20.02px;white-space:normal;background-color:#FFFFFF;">LINGO</span><span style="color:#333333;font-family:arial;font-size

基于基本遗传算法的函数最优化SGA.C A Function Optimizer using Simple Genetic Algorithm developed from the Pascal

基于基本遗传算法的函数最优化SGA.C A Function Optimizer using Simple Genetic Algorithm developed from the Pascal SGA code presented by David E.Goldberg

中易广告程序接口

授权说明 WINDOWS系统 把*.zl(一般为你的域名为命名)文件复制一份到C:\WINDOWS目录,这个文件可以自己自定目录。 然后修改C:\WINDOWS(不一定是这个目录)目录下的php.ini文件在底部加一行 zend_optimizer.license_path="C:\WINDOWS\*.zl" 重启IIS LINUX系统 把zyiis.zl文件复制一份到任意目录 修改php.

中易广告联盟程序

中易广告联盟程序 含接口授权说明 WINDOWS系统 把*.zl(一般为你的域名为命名)文件复制一份到C:\WINDOWS目录,这个文件可以自己自定目录。 然后修改C:\WINDOWS(不一定是这个目录)目录下的php.ini文件在底部加一行 zend_optimizer.license_path="C:\WINDOWS\*.zl" 重启IIS LINUX系统 把zyiis.zl文件复制一份

A Function Optimizer using Simple Genetic Algorithm developed from the Pascal SGA code

A Function Optimizer using Simple Genetic Algorithm developed from the Pascal SGA code

MemBoost RAM Optimizer is a very light Memory Management utility which allows you to take total cont

MemBoost RAM Optimizer is a very light Memory Management utility which allows you to take total control over your System s RAM. You can manually FREE a certain amount of RAM or set MemBoost to do this

Interior Point Optimizer for SVM Pattern Recognition的原程序

Interior Point Optimizer for SVM Pattern Recognition的原程序

HDL Synthesizer and Optimizer Modeling Style Guide

HDL Synthesizer and Optimizer Modeling Style Guide

source codes for "Orthant-Wise Limited-memory Quasi-Newton Optimizer for L1-regularized Objectives"

source codes for "Orthant-Wise Limited-memory Quasi-Newton Optimizer for L1-regularized Objectives"

Adaptive Multi-Objective Particle Swarm Optimizer

Adaptive Multi-Objective Particle Swarm Optimizer

This the source for a C compiler that generates 386 or m68K code. Code generation is fairly good al

This the source for a C compiler that generates 386 or m68K code. Code generation is fairly good although the optimizer is a little naive... the code itself should be highly portable although there

*/ /* A Function Optimizer using Simple Genetic Algorithm */ /* developed from the Pascal SGA code

*/ /* A Function Optimizer using Simple Genetic Algorithm */ /* developed from the Pascal SGA code presented by David E.Goldberg */ /* 同济大学计算机系 王小平 2000年5月