-
运筹学单纯形法方法的演算实现
在我们一般运筹学的学习中,在遇到运输、分配等问题时,需要用到单纯形法来解决,直接利用程序算的结果,避免了手动演算的麻烦,此程序代码为方便学习者使用。
- 2022-02-25 22:36:42下载
- 积分:1
-
HANOR the process, only theoretical process, not drawing. Relatively simple.
实现汉诺塔的过程,只有理论过程,没有画图.比较简单.-HANOR the process, only theoretical process, not drawing. Relatively simple.
- 2022-06-27 16:06:59下载
- 积分:1
-
Yet another one way to have only one copy of running application.
to use this...
Yet another one way to have only one copy of running application.
to use this add this unut as first to uses clause in dpr file and
program Nash
uses
UnInst in ..NashUnInst.pas ,
Forms,
...
begin
Application.Initialize
Application.Title := NASH-7.2
Application.CreateForm(TMainForm, MainForm)
Application.Run
end.
-Yet another one way to have only one copy of running application.
to use this add this unut as first to uses clause in dpr file and
program Nash
uses
UnInst in ..NashUnInst.pas ,
Forms,
...
begin
Application.Initialize
Application.Title := NASH-7.2
Application.CreateForm(TMainForm, MainForm)
Application.Run
end.
- 2022-08-15 10:28:57下载
- 积分:1
-
著名的东软界面,含源码!快抢吧
著名的东软界面,含源码!快抢吧-famous Neusoft interface with source code! It Kuaicheng
- 2023-05-09 06:35:03下载
- 积分:1
-
VC使用DLL多风格切换窗口
摘要:VC/C++源码,界面编程,风格切换
VC使用DLL多风格切换窗口,一种有两种风格供选择,界面风格在DLL资源里,通过DLL文件切换不同的窗口,现在好多软件都有风格切换的功能,很不错的功能,希望大家喜欢。
- 2022-09-16 22:20:03下载
- 积分:1
-
多线程编程,DOS窗口下的
多线程编程,DOS窗口下的-multithreaded programming, under the DOS window
- 2022-02-20 05:23:56下载
- 积分:1
-
用于人脸识别的快速繁殖
quick propogation for face Recognition
- 2022-01-24 16:29:14下载
- 积分:1
-
dynamic two
动态二维数组的c++模板函数实现,实现了动态创建一维和二维数组,资源清除。-dynamic two-dimensional array of c template function, has implemented a dynamic creation of a dimensional and two-dimensional array of resources to remove.
- 2022-02-09 14:34:36下载
- 积分:1
-
Enhanced Tk Console for all Tk platforms
Enhanced Tk Console for all Tk platforms-WHAT: Enhanced Tk Console for all Tk platforms
WHERE: http://tkcon.sourceforge.net/
http://www.purl.org/net/hobbs/tcl/script/
REQUIREMENTS: Tcl/Tk 8.0+
Tested through Tcl/Tk 8.5.
tkcon is all Tcl/Tk code, no compiling required
tkcon is a replacement for the standard console that comes with Tk (on
Windows/Mac, but also works on Unix). tkcon provides many more features
than the standard console and works on all platforms where Tcl/Tk is
available. It is meant primarily to aid one when working with the little
details inside tcl and tk and to give Unix users the GUI console provided
by default in the Mac and Windows Tk.
FEATURES:
Command history
Path (Unix style)/Proc/Variable name expansion
Multiple and tabbed consoles, each with its own state (via multiple
interpreters)
Captures stdout and stderr to console window (puts overridden)
Hot errors (click on error
- 2022-02-03 02:19:33下载
- 积分:1
-
一个简单的写字板程序
一个简单的写字板程序-a simple tablet procedures
- 2023-06-12 03:35:04下载
- 积分:1