搜索资源列表

  1. quadprog

    0下载:
  2. function [X,fval,exitflag,output,lambda]=quadprog(H,f,A,B,Aeq,Beq,lb,ub,X0,options,varargin) % X=QUADPROG(H,f,A,b) 求解二次规划: % min 0.5*x *H*x + f *x subject to: A*x <= b %x=quadprog(H,f, A, b, Aeq, beq)求解二次规划:-fu
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:4887
    • 提供者:王志波
  1. geneticalgrithmprogram

    0下载:
  2. BNB20 Finds the constrained minimum of a function of several possibly integer variables. % Usage: [errmsg,Z,X,t,c,fail] = % BNB20(fun,x0,xstatus,xlb,xub,A,B,Aeq,Beq,nonlcon,settings,options,P1,P2,...) % % BNB s
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6683
    • 提供者:冯颖
  1. MIPStest00

    0下载:
  2. 簡易MIPS CPU程式碼 此CPU包含 shift add sub and or stl beq lw sw 等功能
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:7280
    • 提供者:chen
  1. 遗传退火进化算法(附源码)

    1下载:
  2. 对Matlab中的遗传算法工具箱进行改进而得到的遗传退火进化算法。可用于一般的最优化问题,求解无约束的或带有线性约束的连续函数的全局最小值。 首先对传统的遗传算法和模拟退火算法进行改进,然后将模拟退火算法引入了遗传算法,结合两种算法的优点,得到一种新的遗传退火进化算法。它不但实现了遗传算法的全局搜索能力与模拟退火算法的局部搜索能力的结合,同时可使改进后的模拟退火算法能够充分利用遗传算法所得的全局信息。经验证,改算法能使遗传算法避免
  3. 所属分类:文档资料

    • 发布日期:2009-05-05
    • 文件大小:560929
    • 提供者:fengling981825
  1. quadprog

    0下载:
  2. function [X,fval,exitflag,output,lambda]=quadprog(H,f,A,B,Aeq,Beq,lb,ub,X0,options,varargin) % X=QUADPROG(H,f,A,b) 求解二次规划: % min 0.5*x *H*x + f *x subject to: A*x <= b %x=quadprog(H,f, A, b, Aeq, beq)求解二次规划:-fu
  3. 所属分类:Windows编程

    • 发布日期:2024-09-28
    • 文件大小:5120
    • 提供者:王志波
  1. geneticalgrithmprogram

    0下载:
  2. BNB20 Finds the constrained minimum of a function of several possibly integer variables. % Usage: [errmsg,Z,X,t,c,fail] = % BNB20(fun,x0,xstatus,xlb,xub,A,B,Aeq,Beq,nonlcon,settings,options,P1,P2,...) % % BNB s
  3. 所属分类:其他小程序

    • 发布日期:2024-09-28
    • 文件大小:6144
    • 提供者:冯颖
  1. MIPStest00

    0下载:
  2. 簡易MIPS CPU程式碼 此CPU包含 shift add sub and or stl beq lw sw 等功能-Simple MIPS CPU code for this CPU contains shift add sub and or stl beq lw sw functions
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-09-28
    • 文件大小:7168
    • 提供者:chen
  1. JavaMIPS

    0下载:
  2. MIPS 仿真器,能够实现汇编,反汇编和模拟运行。自己开发的,java课的大程,可能问题比较多,仅做参考,而且程序架构也设计地不是很好。但作为新手大程学习和简单的MIPS模拟还是没有问题的。 本 MIPS 模拟器支持的指令如下: add,addi,sub,subi,and,andi,or,ori,nor,beq,bne,j,jr,jal,lw,lh,lb,sw,sh,sb, 其中所有的跳 转指令第三个操作数只能为一个
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-09-28
    • 文件大小:1490944
    • 提供者:ly
  1. fmincon

    1下载:
  2. 求解非线性方程。调用格式x=fmincon(fun,x0,A,b,Aeq,beq,VLB,VUB)-For solving nonlinear equations. Call the format x = fmincon (fun, x0, A, b, Aeq, beq, VLB, VUB)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-09-28
    • 文件大小:7168
    • 提供者:狄凌松
  1. singleCycleProc

    0下载:
  2. 简化的单时钟循环VHDL处理器.可以运行一些简单的mips指令,例如add, sub, and, or, slt, beq and j. -A simplified single cycle processor in VHDL. This processor can continuously execute some simple MIPS instructions which are lw, sw, add, sub, and, or
  3. 所属分类:VHDL编程

    • 发布日期:2024-09-28
    • 文件大小:191488
    • 提供者:糖醋鱼
  1. BinaryIntegerProg

    0下载:
  2. 也在找关于这方面的资料着~~我是有matlab程序,但是在Java里没法触发调用它~~ 付上matlab程序,有需要的自己拿吧。 function BinaryIntegerProg(f_file_name, A_file_name, b_file_name, Aeq_file_name, beq_file_name,write_file_name) f = load(f_file_name) A = load(A
  3. 所属分类:matlab例程

    • 发布日期:2024-09-28
    • 文件大小:16384
    • 提供者:夏双喜
  1. fanhuibian

    0下载:
  2. 用C写的反汇编程序: 举例: Input the instructions ended with @: LW $T1, 0($A0) ADD $T0, $ZERO, $ZERO R0: ADDi $T0, $ZREO, 1 SLT $T2, $T0, $A1 BEQ $T2, $ZERO, RR ADD $T2, $T0, $A0 LW $T2, 0($T2) ADD $T1, $T
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-09-28
    • 文件大小:232448
    • 提供者:tt
  1. cpu

    0下载:
  2. 以ISE为平台设计的单时钟CPU,实现最基本的5条指令(R、LW、SW、BEQ、J) -ISE as a platform to design single-clock CPU, 5 to achieve the most basic instructions (R, LW, SW, BEQ, J)
  3. 所属分类:VHDL编程

    • 发布日期:2024-09-28
    • 文件大小:2595840
    • 提供者:熊思源
  1. cpu-kongzhi

    0下载:
  2. 1. 实现能够执行R型、LW、SW、BEQ以及J指令的单时钟控制器,使其能够支持基本的指令。 2. 用Verilog HDL实现单时钟CPU控制器,在ISE上进行波形仿真,并在FPGA上实现。-1. Implementations can perform R-type, LW, SW, BEQ, and J instruction every clock controller, to enable them to support t
  3. 所属分类:VHDL编程

    • 发布日期:2024-09-28
    • 文件大小:1024
    • 提供者:dino
  1. code

    0下载:
  2. this a muti cycle mips code that it can do mutiply,add,sub,xor,beq,bne,slt,sltu,ori,xori and... and it take address and data and then operate on them.-this is a muti cycle mips code that it can do mutiply,add,sub,xor,beq
  3. 所属分类:VHDL编程

    • 发布日期:2024-09-28
    • 文件大小:5120
    • 提供者:sajad
  1. VHDL-for-Datapath

    0下载:
  2. MIPS CPU with Mulicycle Datapath. This is a custom RISC processor implemented to achieve the function of "lw, sw, add, sub, and, or, beq, j" Mem.vhd - memory buffer.vhd - buffer ALUcon.vhd - Alu controller pc.vhd
  3. 所属分类:VHDL编程

    • 发布日期:2024-09-28
    • 文件大小:8192
    • 提供者:zi
  1. MIPS-processor-Verilog-code

    1下载:
  2. 原创,MIPS处理器Verilog源码,在FPGA实现单周期MIPS处理器,实现存储访问指令load word(lw)和store word(sw),算术逻辑指令add、addi、sub、and、or和slt跳转指令branch equal(beq)和jump(j)-Original, achieves single-cycle MIPS processor MIPS processor Verilog source code, the
  3. 所属分类:VHDL编程

    • 发布日期:2024-09-28
    • 文件大小:7168
    • 提供者:ZLS
  1. DSP_mutipile_MIPS_CPUcode

    0下载:
  2. 32位多周期MIPS微处理器设计代码。具体功能: 运行下列的6类32条MIPS32指令。 算术运算指令:ADD、ADDU、SUB、SUBU、ADDI、ADDIU。 逻辑运算指令:AND、OR、NOR、XOR、ANDI、ORI、XORI、SLT、SLTU、SLTI、SLTIU。 移位指令:SLL、SLLV、SRL、SRLV、SRA。 条件分支指令:BEQ、BNE、BGEZ、BGTZ、BLEZ、BLTZ。 无条件跳转
  3. 所属分类:汇编语言

    • 发布日期:2024-09-28
    • 文件大小:15360
    • 提供者:姬一
  1. MIP

    0下载:
  2. 运用分枝定界法求解混合整数规划程序 各输入参数的含义: min f*x A*x<=b Aeq*x=beq iter_num_max:迭代次数的上限 lb:各变量的下限 ub:各变量的上限 x0:初值 ID:0、1变量,ID(k)=1,表示第k个变量为整数变量,ID(k)=0,表示第k个变量为非整数变量 ftemp_up:初始上界,无法找到初始上界,默认为无穷大 I
  3. 所属分类:matlab例程

    • 发布日期:2024-09-28
    • 文件大小:2048
    • 提供者:程序菜鸟
  1. bintprog

    0下载:
  2. 0-1规划的matlab算法,功能很全,可以自动设置很对变量。不过是英文的,入口函数bintprog()- BINTPROG solves the binary integer programming problem min f *X subject to: A*X <= b, Aeq*X = beq,
  3. 所属分类:matlab例程

    • 发布日期:2024-09-28
    • 文件大小:7168
    • 提供者:gpwang
« 12 »

源码中国 www.ymcn.org