-
离散优化问题的启发式设计与实现,…
When designing and implementing heuristics for discrete optimization problems,
there are many choices to be made. These include search paradigms, search
mechanisms, search parameters, test sets, etc. Often these choices are treated
as independent of each other, even though most researchers acknowledge some
interdependence between the diff erent search mechanisms and associated para-
meter settings. Our experience is that the search mechanisms and parameters
often interact, and at times in unforeseen ways. This is a diffi cult problem to
disentangle, and often even to discover.
- 2022-06-20 23:25:41下载
- 积分:1
-
105个c语言的源程序演示各种c语言中非常有用的编程技巧 并可供实际项目中参考使用...
105个c语言的源程序演示各种c语言中非常有用的编程技巧 并可供实际项目中参考使用-105 c language source code presentation of various c language programming skill is very useful and practical items for use and reference
- 2022-07-11 13:31:16下载
- 积分:1
-
这是我写的一个简单的C# 黑白棋程序,能够实现双人对战,作为第一个处女程序,还是先发上来了,呵呵。其中有能够下子点的提示...
这是我写的一个简单的C# 黑白棋程序,能够实现双人对战,作为第一个处女程序,还是先发上来了,呵呵。其中有能够下子点的提示-a simple black and white chess program,which can enable two people play the game.this is my first game,thanks .there is some hints.
- 2022-02-07 15:24:52下载
- 积分:1
-
空时正交编码源程序,参考文献: V.Tarokh,H. Jafarkhani,and A. R. Calderbank "Space...
空时正交编码源程序,参考文献: V.Tarokh,H. Jafarkhani,and A. R. Calderbank "Space-Time Codes from
%Orthogonal Designs",IEEE Trans. Inform. Theory VOL. 45,NO. 5,JULY 1-orthogonal space-time coding source, References : V. Tarokh, H. Jafarkhani. and A. R. Calderbank, "Space-Time Codes from Or% thogonal Designs " IEEE Trans. Inform. Theory VOL. 45, NO. 5. JULY 1
- 2022-02-07 09:11:46下载
- 积分:1
-
fifofile名称:FIFO
FIFOFile name:FIFO
//Describe:32*32bit FIFO
//Input:data[31:0],wrreq,rdreq,clock
//Output:q[31:0],full,empty
//Date:2009-12-10
-FIFO
- 2022-01-26 01:28:57下载
- 积分:1
-
Typical video processing YUV image sequence, stefan, cif format
视频处理的典型YUV图像序列,stefan,cif格式,-Typical video processing YUV image sequence, stefan, cif format
- 2022-02-05 03:51:40下载
- 积分:1
-
遥感软件erdas的详细操作说明,非常适合基础学起的人。是一本很好的资料。...
遥感软件erdas的详细操作说明,非常适合基础学起的人。是一本很好的资料。-Remote sensing software ERDAS detailed instructions, very suitable for the basis of a person to learn. Is a very good information.
- 2023-02-23 20:15:04下载
- 积分:1
-
设计有理数类rational_number
数据成员:
int numerator(分子)
int denominator(...
设计有理数类rational_number
数据成员:
int numerator(分子)
int denominator(分母)
成员函数
(1)构造函数rational_number ()和rational_number (int x, int y)
(2)拷贝构造函数
(3) 重载运算符“+”、“-”、“*”和“/”
2. 设计有理数类rational_number
数据成员:
int numerator(分子)
int denominator(分母)
成员函数
(1)构造函数rational_number ()和rational_number (int x, int y)
(2)拷贝构造函数
友元重载运算符“+”、“-”、“*”和“/”
3. 分别使用以上两个类,完成有理数的加、减、乘、除运算;验证其加运算、乘运算的交换律。
-Rational Design category rational_number
- 2023-03-17 02:25:04下载
- 积分:1
-
编程一个将字符
串逆转的程序1.当对上面的程序进行了调试后运行会出现下面所示:
第一行所显示的就是Input string is:后面跟着光标等待用户输...
编程一个将字符
串逆转的程序1.当对上面的程序进行了调试后运行会出现下面所示:
第一行所显示的就是Input string is:后面跟着光标等待用户输入字符,输入完成后按回车键,转到下一行,显示The string is:紧跟着刚才输入的字符并逆转输出。第三行显示priess any key to continue -gffdgfdgfdgfdfdsfdfsdf
- 2022-03-20 17:33:43下载
- 积分:1
-
decision tree for uncertain data
数据挖掘决策树,用于非确定性数据的分类,参照国际论文写的-decision tree for uncertain data
- 2023-03-16 07:25:04下载
- 积分:1