-
运筹学的程序
本程序实现运筹学--非线形规划中的单纯形法,求fmin(X)=4*(X1-5)*(X1-5)+(X2-6)(X2-6)的具有最小值时的最优解,如需改变所求函数,在子函数f中修改即可-the program tacticians-- non-linear planning for the simplex method, seeking fmin (X) = 4* (X1- 5)* (X1- 5) (X2-6) (X2-6) with the minimum of the optimal solution, and if necessary change change the demand function, f Functions can be modified
- 2022-02-09 17:36:21下载
- 积分:1
-
基于DSP的mp3解码,大家看看,相互可以多多交流。
基于DSP的mp3解码,大家看看,相互可以多多交流。-Based on the DSP mp3 decoding, everybody has a look, may mutually many
exchanges.
- 2022-04-27 12:52:52下载
- 积分:1
-
用API编的的小程序,移动鼠标Hello Vc会随之飘动
用API编的的小程序,移动鼠标Hello Vc会随之飘动-Using API series of small programs, mobile mouse Hello Vc will follow wafted
- 2023-04-06 08:50:04下载
- 积分:1
-
根据WinXP控件改写,纠正了其中的一些BUG,加入Combox类,解决了VFP自身Combox作为编辑框存在的问题,在VFP7及后续版本中使用。...
根据WinXP控件改写,纠正了其中的一些BUG,加入Combox类,解决了VFP自身Combox作为编辑框存在的问题,在VFP7及后续版本中使用。-WinXP under control rewritten to correct some of the BUG include Combox category solve the VFP own Combox editors frame the issues, and follow-up version VFP7 use.
- 2022-04-13 12:40:52下载
- 积分:1
-
This program implements a simple text read and write operations, want to be help...
本程序实现了对文本的简单读写操作,希望对初学者有帮助-This program implements a simple text read and write operations, want to be helpful for beginners
- 2022-03-15 13:41:37下载
- 积分:1
-
dynamic modification of the source ip address
动态修改ip地址的源码-dynamic modification of the source ip address
- 2022-02-16 04:04:03下载
- 积分:1
-
tessnetOCR,C#实现用于验证码解析
OCR,C#实现用于验证码解析。GOOGLE维护的OCR项目Tessetact OCR软件是惠普公司在1985--1995年间开发的,它曾在拉斯维加斯大学组织的OCR软件竞赛中获前三名最佳软件排名。
- 2022-05-18 02:47:06下载
- 积分:1
-
document qui contient du cours en c
document qui contient du cours en c-document qui contient du cours en c++
- 2022-06-01 14:47:57下载
- 积分:1
-
VBA合并两个Excel表的数据到目标表
"" 从src1.name和src2.age按ID获取数据,然后将数据设置为dst
Sub hebing()
Dim dstRowNo As Long
Dim src1RowNo As Long
Dim src2RowNo As Long
With ActiveWorkbook
dstRowNo = 1
Do While .Sheets("dst").Cells(dstRowNo, 1).Text ""
dstID = .Sheets("dst").Cells(dstRowNo, 1).Text
src1RowNo = 1
Do While .Sheets("src1").Cells(src1RowNo, 1).Text ""
src1ID = .Sheets("src1").Cells(src1RowNo, 1).Text
If dstID = src1ID Then
- 2022-02-04 08:02:48下载
- 积分:1
-
Simulation of the bank s savings system, C++ Courses encoding, part of less comp...
模拟银行储蓄系统,C++课程编码,其中一部分,不太完整-Simulation of the bank s savings system, C++ Courses encoding, part of less complete
- 2022-03-14 03:40:48下载
- 积分:1