搜索结果

找到约 908 项符合 Max-Int 的查询结果

matlab例程 多目标遗传算法程序 to run Demo files, is to run SGALAB_demo_*.m what s new: 1) Multiple-Objective GAs

多目标遗传算法程序 to run Demo files, is to run SGALAB_demo_*.m what s new: 1) Multiple-Objective GAs VEGA NSGA NPGA MOGA 2) More TSP mutation and Crossover methods PMX OX CX EAX Boolmatrix 3) More selection methods Truncation tornament stochastic 4) mutation methods binary single point int/r ...
https://www.eeworm.com/dl/665/323295.html
下载: 159
查看: 1051

编译器/解释器 词法分析器 对输入一个函数

词法分析器 对输入一个函数,并对其分析main() { int a,b a = 10 b = a + 20 }
https://www.eeworm.com/dl/628/323496.html
下载: 41
查看: 1018

VHDL/FPGA/Verilog 16位A/D转换程序

16位A/D转换程序,使用MAX+PLUS2做的,用状态机做的,但不够完善,望大家见谅
https://www.eeworm.com/dl/663/323751.html
下载: 130
查看: 1032

Java编程 基于某一文件创建一个输入流

基于某一文件创建一个输入流,然后基于某一文件创建一个输出流,定义一个int类型的变量,用来记录读出的字节个数,将输入流中的信息写入字节数组中,使用输出流的方法,将数组中的信息写入文件中
https://www.eeworm.com/dl/633/325662.html
下载: 124
查看: 1017

数据结构 编写一个冒泡排序的模板

编写一个冒泡排序的模板,并利用它分别对int型和字符数据进行排序
https://www.eeworm.com/dl/654/328384.html
下载: 92
查看: 1075

行业发展研究 The task of clustering Web sessions is to group Web sessions based on similarity and consists of max

The task of clustering Web sessions is to group Web sessions based on similarity and consists of maximizing the intra- group similarity while minimizing the inter-group similarity. The first and foremost question needed to be considered in clustering W b sessions is how to measure the similarity be ...
https://www.eeworm.com/dl/692/329546.html
下载: 96
查看: 1051

数值算法/人工智能 LCS,即最常公共子序列的的C语言解法。prepare_for_backdate(char

LCS,即最常公共子序列的的C语言解法。prepare_for_backdate(char,char,int,int)函数是为后面的回溯法求得最长公共子序列做准备,并可得到子序列长度。lcs(char,int,int)函数是输出子序列的。并用到了第一个函数的结果。因为要得到最终的子序列,要知道那些地方是可输出的位置,因此构造数组b[][],当为1时表明当前位置 ...
https://www.eeworm.com/dl/518/330364.html
下载: 51
查看: 1024

操作系统开发 操作系统课程设计_进程调度演示源程序 #include "stdio.h" #include "stdlib.h" #include "string.h" typedef struct

操作系统课程设计_进程调度演示源程序 #include "stdio.h" #include "stdlib.h" #include "string.h" typedef struct node { char name[10] /*进程标识符*/ int prio /*进程优先数*/ int round /*进程时间轮转时间片*/ int cputime /*进程占用CPU时间*/ int needtime /*进程到完成还要的时间*/ int count /*计数器* ...
https://www.eeworm.com/dl/531/330760.html
下载: 46
查看: 1096

Linux/Unix编程 用多线程同步方法解决读者阅览问题 1) 每个读者进入阅览室后

用多线程同步方法解决读者阅览问题 1) 每个读者进入阅览室后,即时显示“Entered” 及其线程自定义标识,还同时显示阅览室共有几名顾客及其所坐的位置。 2) 至少有10个读者,每人阅览至少3秒钟。 3) 多个读者须共享操作函数代码。 2总的设计思想及系统平台、语言、工具: 设计思想:程序设定的是10个读者和5个座位,对读者 ...
https://www.eeworm.com/dl/619/331116.html
下载: 137
查看: 1136

其他 在LP2900工作平台上

在LP2900工作平台上,利用MAX+plusII开发软件,设计各个模块编程实现基本模型计算机,其中最主要的是CPU的设计。 独立完成运算器的设计,并下载仿真
https://www.eeworm.com/dl/534/331122.html
下载: 40
查看: 1020