- 
                        银行系统
                        
                          这是只是基本的控制台基于银行系统为分配目的。
zip 文件包含只有 cpp 文件和一个文本文件...                         
                            - 2023-03-31 20:55:04下载
- 积分:1
 
- 
                        简单的差分进化算法(DE)
                        
                          D I F F E R E N T I A L    E V O L U T I O N
C-code in the file de.c implements Differential Evolution (DE) algorithm,
more precisely DE/rand/1/bin [1,2,3] version of the method. This DE
variation is probably the most used DE variation and perform well with
arbitrary problems.
Whole algorithm is in the file de.c and you may implement your
optimization problem to a separate file. You do not have to make any
changes to the de.c file, all the problem specific definitions are to be
made only the file where objective function is in function func. See for
example file rastrigin_2d.c for problem description.
You can compile the program with command:
gcc -Wall -pedantic -ansi -O -o de de.c problem.c -lm
, where you replace problem.c file with the file name containing your 
optimization problem.                         
                            - 2023-05-25 11:35:03下载
- 积分:1
 
- 
                        Visual C# 2005文件IO与数据存取的相关知识,内容全面,结构合理,论述清晰,对Visual C# 2005文件IO与数据存取技术及其实际应用都有独到...
                        
                          Visual C# 2005文件IO与数据存取的相关知识,内容全面,结构合理,论述清晰,对Visual C# 2005文件IO与数据存取技术及其实际应用都有独到见解,是一本专业性较强的计算机书籍。这是书的第一章代码-Visual C# 2005 file IO and data access-related knowledge, comprehensive, well-structured, clear exposition of the Visual C# 2005 file IO and data access technology and its practical application have a distinct point of view, is a highly professional computer books. This is the first chapter of the code book                         
                            - 2023-04-05 17:05:04下载
- 积分:1
 
- 
                        socket网络通讯 客户端与服务器端 C/C++ UBUNTU下可用
                        
                          本例采用open—write/read—close模式,实现了socket网络通讯服务器端最基本的功能。                         
                            - 2022-02-25 21:16:25下载
- 积分:1
 
- 
                        16进制转换成10进制
                        
                          16进制转换成10进制,虽然方法复杂,但是还行,希望大家可以见谅,方法具体是:先转换成二进制,再转换成10进制,再具体一点就是复杂,希望大家可以给一个好的建议,明白了么                         
                            - 2023-05-05 06:40:03下载
- 积分:1
 
- 
                        MFC文件打开
                        
                          VC6.0中MFC工程里文件的读取代码,要打开什么文件需修改代码中的文件目录                         
                            - 2023-05-08 11:20:02下载
- 积分:1
 
- 
                        生成器代码
                        
                          一种生成器http://www.codeforge.cn/article/347652http://www.codeforge.cn/article/347652http://www.codeforge.cn/article/347652http://www.codeforge.cn/article/347652http://www.codeforge.cn/article/347652http://www.codeforge.cn/article/347652http://www.codeforge.cn/article/347652                         
                            - 2022-03-03 08:26:08下载
- 积分:1
 
- 
                        本程序是“ 利用堆栈表示时求值”,非常方便使用,希望大家能够喜欢,...
                        
                          本程序是“ 利用堆栈表示时求值”,非常方便使用,希望大家能够喜欢,-the procedure is "using Stack said when seeking value," is very convenient to use and I hope we can like, Thank you! !                         
                            - 2022-02-07 15:37:36下载
- 积分:1
 
- 
                        html网站模板例子源码下载
                        
                          html网站模板例子源码下载                         
                            - 2015-05-13下载
- 积分:1
 
- 
                        是算符优先分析算法
通过编译并且已经运行
                        
                          是算符优先分析算法
通过编译并且已经运行-priority is the operator through the analysis algorithm has been compiled and run                         
                            - 2022-05-31 01:06:08下载
- 积分:1