登录
首页 » Visual C++ » Ziena.Optimization.KNITRO.v7-w32

Ziena.Optimization.KNITRO.v7-w32

于 2020-10-12 发布 文件大小:2544KB
0 197
下载积分: 1 下载次数: 9

代码说明:

  Ziena.Optimization.KNITRO.v7 w32

文件列表:

Ziena.Optimization.KNITRO.v7 w32
................................\doc
................................\...\Knitro70_UserManual.pdf,618897,2010-09-02
................................\dossier
................................\.......\ziena_lic_trial_full_2011-09-08_1122334455.txt,52,2012-05-14
................................\EAT.nfo,28960,2010-11-10
................................\examples
................................\........\C
................................\........\.\blasAcmlExample.c,8178,2010-08-31
................................\........\.\callbackExample1.c,10122,2009-01-05
................................\........\.\callbackExample2.c,11619,2009-01-05
................................\........\.\callbackExampleMINLP.c,10515,2009-01-23
................................\........\.\checkDersExample.c,11903,2009-01-05
................................\........\.\knitro.opt,15312,2010-08-31
................................\........\.\makefile.win,4344,2010-09-02
................................\........\.\problemDef.h,3653,2009-01-05
................................\........\.\problemHS15.c,7167,2009-01-05
................................\........\.\problemMINLP.c,11799,2009-01-05
................................\........\.\problemQCQP.c,7714,2009-01-05
................................\........\.\README.txt,4715,2009-01-05
................................\........\.\restartExample.c,10135,2009-01-05
................................\........\.\reverseCommExample.c,7433,2009-01-05
................................\........\.\reverseCommExampleMINLP.c,7480,2010-07-29
................................\........\C%2B%2B
................................\........\...\driverExample.cpp,14377,2007-10-08
................................\........\...\ExampleHS35.cpp,8689,2007-10-08
................................\........\...\ExampleHS35.h,3306,2007-10-08
................................\........\...\knitro.opt,15312,2010-08-31
................................\........\...\makefile.win,1702,2010-09-02
................................\........\...\nlpProblemDef.h,7601,2007-10-08
................................\........\Fortran
................................\........\.......\exampleProgram.f,6574,2006-10-07
................................\........\.......\knitro.opt,15312,2010-08-31
................................\........\.......\knitro_fortran.c,7945,2010-03-02
................................\........\.......\makefile.win,2107,2010-09-02
................................\........\.......\problemQCQP.f,7169,2006-09-28
................................\........\.......\README.txt,1765,2006-02-02
................................\........\Java
................................\........\....\exampleHS15.java,10896,2009-01-20
................................\........\....\exampleMINLP.java,14872,2009-01-22
................................\........\....\knitro700java.jar,13747,2010-09-02
................................\........\....\makefile.win,1083,2010-09-02
................................\........\....\README.txt,1965,2009-01-20
................................\........\Matlab
................................\........\......\exampleLP1.m,3151,2009-02-16
................................\........\......\exampleNLP1.m,3170,2009-02-03
................................\........\......\exampleQP1.m,2657,2009-02-16
................................\........\......\knitro.opt,15312,2010-08-31
................................\........\......\lpoptions.opt,1049,2009-02-16
................................\........\......\qpoptions.opt,903,2009-02-08
................................\........\......\README.txt,4959,2010-08-31
................................\file_id.diz,380,2010-11-01
................................\include
................................\.......\blas_lapack.h,15970,2010-07-01
................................\.......\knitro.h,53816,2010-08-13
................................\KNITRO70-ReleaseNotes.txt,2938,2010-09-02
................................\knitroampl
................................\..........\knitroampl.c,64420,2010-09-03
................................\..........\makefile.win,1735,2008-03-03
................................\..........\README.txt,2563,2007-01-17
................................\..........\testproblem.mod,799,2007-01-17
................................\..........\testproblem.nl,780,2010-08-22
................................\lib
................................\...\JNI-knitro700.dll,570880,2010-09-02
................................\...\knitro.dll,573440,2010-09-02
................................\...\knitro700.dll,573440,2010-09-02
................................\...\knitro700.lib,14332,2010-09-02
................................\...\mkl_cdll_ia32.dll,261120,2010-08-05
................................\LICENSE_KNITRO.txt,24653,2010-10-28
................................\README.txt,1580,2010-08-22

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

发表评论

0 个回复

  • SCI
    dsp 28335 gpio 模拟 spi(dsp 28335 gpio analog spi)
    2014-10-23 09:55:46下载
    积分:1
  • 创建
    说明:  1 程序开发步骤 (1) 打开vc,选择菜单项file->new,选择projects选项卡并建立一个名为"process"的win32 console applicatoin工程;创建时注意指定创建该工程的目录; (2) 在工程中创建源文件"process.cpp":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是"process.cpp";接下来询问是否创建新文件时回答"yes";然后通过Workspace->FileView->Source Files打开该文件(同上一试验); (3) 通过调用菜单命令项build->build all进行编译连接,可以在指定的工程目录下得到debug->process.exe程序;再把给定的launchset.txt文件存入该debug目录下,就可以在控制台下进入该目录以launchset.txt为参数运行程序,命令行为:process launchset.txt;要强调的是,在launchset.txt中指定的应用程序路径要正确,否则建立新的进程时会出错,这时需要对照系统的实际情况改动所给的参数文件。 2 补充说明 这里仅仅给出了编译结果和源程序,没有所创建工程的其他文件。(a program development steps (a) to open vc, select menu item file-gt; New, tab to choose projects and the establishment of a "process" of win32 console applicatoin works; Attention to create designated to create the directory of the project; (2) establish a project document "process.cpp" : Select menu item project-gt; add to project-gt; files, the choice of their own box to create the file name, here is the "process.cpp"; the next question asks whether the creation of new documents to answer "yes"; then Workspace- gt; FileView- gt; Source Files open the document (ibid. a pilot); (3) Order by calling menu items build-gt; build compile all connected, in the specific project directory under debug- gt; process. exe; then to the launchset.txt documents)
    2005-11-04 12:45:13下载
    积分:1
  • oontrol
    MFC编写的虚拟仪器,是一个封装很好的STATIC控件,不错的(MFC written, virtual instrument is a packaged good STATIC control, good)
    2017-07-18 06:48:49下载
    积分:1
  • 051018NBSI25
    cookie注入工具cookie注入工具
    2010-02-18 16:48:39下载
    积分:1
  • MC600_SDK_CHS
    该程序为一款电动平移台驱动程序,适用于北京卓立汉光有限公司生产的任一款电动平移台。具有界面简单,容易理解,便于操作的特点。可以实现对平台的平移控制及参数的控制。(The program is an electric translation stage driver, applies to any Zhuoli Han Guang Limited production of an electric translation stage. Has a simple interface, easy to understand, easy to operate features. Platform for translational control and parameter control.)
    2012-05-16 09:10:26下载
    积分:1
  • TraceHook
    windows进程内存转储(dump)工具,它能够附加到进程,读取进程的整个内存,然后,将进程整个内存的数据保存到磁盘上。该工具不同于LordPE 和OllyDump,因为它可以下载进程的整个内存到磁盘上。(windows process memory dump (dump) tool, which can be attached to the process, read the entire memory of the process, and then the entire memory of the process data is saved to disk. The the tool unlike LordPE Ollydump because it can download the entire process memory to disk.)
    2013-05-12 17:12:08下载
    积分:1
  • 1
    说明:  FFT变换,可以变换将时域信号变换为频域信号,在vc6.0环境调试(FFT transform,Can change the time domain signal transformation for frequency domain signal, debugging in vc6.0 environment )
    2014-03-25 21:24:00下载
    积分:1
  • spwm20170327
    用于永磁同步电机控制在28335上实现产生svpwm波的程序(For permanent magnet synchronous motor control on 28335 to achieve the program to produce svpwm wave)
    2017-04-03 22:09:01下载
    积分:1
  • VB实例
    说明:  vb编程实例的电子书chm,很多例子看,可以下载来学习学习看看(VB Programming Example)
    2020-03-17 22:36:58下载
    积分:1
  • 5786748468
    VB可视化网络端口监控程序,有需要的就下载吧。(VB visual network port monitoring program, there is a need to download it.)
    2013-08-25 21:02:09下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载