登录
首页 » Fortran » sqp_npsol

sqp_npsol

于 2010-12-31 发布 文件大小:252KB
0 305
下载积分: 1 下载次数: 115

代码说明:

  Fortran Optimisation sqp

文件列表:

examples
........\example0
........\........\mainp.for,14797,2003-12-31
........\........\Makefile,265,1997-12-06
........\example1
........\........\confn.f,4055,1997-12-06
........\........\mainp1.f,4361,1997-12-06
........\........\Makefile,422,1997-12-06
........\........\objfn.f,793,1997-12-06
........\........\WS_FTP.LOG,622,1997-12-06
........\example2
........\........\confn.f,359,1997-12-06
........\........\mainp2.f,7907,2003-12-31
........\........\Makefile,422,1997-12-06
........\........\objfn.f,3976,1997-12-06
........\........\WS_FTP.LOG,622,1997-12-06
........\example3
........\........\.~Makefia20451,712,1997-12-06
........\........\block.f,6238,1997-12-06
........\........\confn.f,897,1997-12-06
........\........\elemlb.f,12565,1997-12-06
........\........\elemxx.f,11933,1997-12-06
........\........\ieeeHP.f,489,1997-12-06
........\........\ieeeSUN.f,2629,1997-12-06
........\........\mainp.f,3471,1997-12-06
........\........\Makefile,881,1997-12-06
........\........\objfn.f,7546,1997-12-06
........\........\sysocfHP.f,4912,1997-12-06
........\........\sysocfSUN.f,4931,1997-12-06
........\........\WS_FTP.LOG,1900,1997-12-06
sqp
...\dlscode.f,177819,2003-12-31
...\dpnpmain.for,15608,1997-12-06
...\dsqpcheck.f,51749,2003-12-31
...\dsqpcode.f,180927,2003-12-31
...\dsqpfile.f,31351,2003-12-31
...\dsqpgeneral.f,108267,2003-12-31
...\dsqpmachin.f,15892,2003-12-30
...\dsqpmodule.f90,1762,2003-12-31
...\ls_main.f,7578,2003-12-31
...\paramls.inp,135,1997-12-06
...\paramsqp.inp,403,1997-12-06
...\spsqp
...\.....\Makefile,293,1997-12-06
...\.....\objfn-c.c,12182,1997-12-06
...\.....\objfn-l.c,2683,1997-12-06
...\.....\splscode.for,321960,1997-12-06
...\.....\splsmain.for,7236,1997-12-06
...\.....\spmach.for,17823,1997-12-06
...\.....\spnpcode.for,262546,1997-12-06
...\.....\spnpmain.for,15548,1997-12-06

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 三洋FM模块的原代码,调试通过了的,很好用的,欢迎大家下载
    三洋FM模块的原代码,调试通过了的,很好用的,欢迎大家下载-Sanyo FM module source code, debugging adopted, and a good use, and welcome everyone to download
    2022-01-26 06:57:24下载
    积分:1
  • 数学系学生的fibonacc算法操作,操作的非线性优化…
    数学系学生的fibonacc算法作业,非线性优化的作业-math students fibonacc algorithm operations, nonlinear optimization of operations
    2022-01-28 11:17:18下载
    积分:1
  • 管理学经典案例分析与解析
    管理学经典案例分析与解析-classic case of management analysis and analytic
    2022-05-16 05:27:05下载
    积分:1
  • pv1 (1)
    pv implementation in matlab
    2019-03-12 22:13:25下载
    积分:1
  • VC++ GPS卫星定位显示定位信息
    VC++ GPS卫星定位显示定位信息,不知道管不管用,可接受指定卫星的信号并读取定位信息,然后显示定位后的图像,演示不同坐标系的转换,同时还有文件信息如何提取并显示,需要硬件支持,这只是代码部分。
    2022-02-26 17:24:58下载
    积分:1
  • individuals
    [趣谈:200个人们普遍忽略的问题].(英)约翰·劳埃德,(英)约翰·米奇森.编著.王张华.等译.影印版,十分有意思的书,值得一读([Something about: 200 individuals were generally ignored the issue]. (British) John Lloyd, (English) . ed. Wangzhang Hua. such as translation. photocopies version, very interesting book, worth reading)
    2011-05-20 13:46:31下载
    积分:1
  • 风力发电机组 双馈式变流器 第1部分-技术条件
    说明:  风力发电机组双馈式变流器的技术说明,标准要求,测试要求(Wind turbine DFIG converter number one)
    2020-02-24 09:48:26下载
    积分:1
  • hello h5
    移动端使用,具有很多的功能,方便调用,推荐给使用(Mobile terminal, with many functions, easy to call, recommended for use)
    2020-06-23 06:20:02下载
    积分:1
  • tanchishe2e53d2f2271b
    MFC编写的贪吃蛇小游戏,适合MFC图形动画开发学习者学习。(Snake game written in MFC for MFC graphics and animation to the development of learners.)
    2012-08-17 10:05:28下载
    积分:1
  • Delphi 设置打印纸大小
    Delphi 设置打印纸张大小,手动设置打印纸的长度和宽度,自定义纸张。相关代码:   procedure TForm1.SetPaperSize(cx, cy: Integer);   var    a,b,c: array[0..255]of char;    bb: Cardinal;    ee: PDEVMODE;   begin    printer.PrinterIndex := printer.PrinterIndex;    printer.GetPrinter(a,b,c,bb);    ee:= GlobalLock(bb);    ee^.dmPaperSize := DMPAPER_USER;    ee^.dmPaperLength := cy*10;    ee^.dmPaperWidth := cx*10;    ee^.dmFields :=ee^.dmFields or DM_PAPERSIZE or    DM_PAPERWIDTH or    DM_PAPERLENGTH;    ee^.dmFields := ee^.dmFields or DMBIN_MANUAL;    ee^.dmDefaultSource :=DMBIN_MANUAL;    GlobalUnlock(bb);    printer.PrinterIndex := printer.PrinterIndex;   end;
    2023-01-17 00:20:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载