搜索资源列表
CycleLink
- 循环队列的Java对象容器。-cycle cohort of Java objects containers.
CycleObject
- 循环对象中的Java对象-recycling target of Java objects
tsp
- 模拟退火算法通用类,改编自TSP问题求解,采用Java5范式来表示解,需要实现:评估算法,获取当前解的领域,detalT【温度变化值】,loopCount【循环次数】可调,更原始类型参看SACompute-Simulated annealing algorithm generic categories, adapted from the TSP problem solving, using Java5 solution paradigm to express the need to realiz
peng
- 循环冗余码的生成和验证:数字通信中的编码分为信源编码和信道编码两大类。为了提高数字通信的可靠性采取的编码称为信道编码,又称抗干扰编码。数字通信中为了尽可能地提高通信的可靠性,需要采用信道编码技术,对可能或已经出现的差错进行控制,CRC码就是其中的一种编码技术。本实验就是编写RCR编码,可以模拟发送信息,噪声加入,检测验证,信息重发的过程!-Cyclic redundancy code generation and validation: digital communication in the
weight
- 此段代买可以用来实现层次分析法,通过输入参数、更改参数,利用循环自动检验是否符合层次分析法的要求-solve the AHP problem
cyc
- java程序编写的基本循环代码,非常适合初学java编程的学员。-Java programming basic cyclic code, very suitable for beginner students Java programming.
JAVA-experiment-3
- 1、用循环语句打印一个99乘法表。 2、判断回文数(逆序排列后得到的数和原数相同)。 -1, with a 99 loop Print multiplication table. 2, to determine palindrome (reverse chronological order number and the same number).
LinkList
- java实现双链表。首尾指针,可以循环获取数据,能弥补向量的不足。-java to achieve double-linked list. Inclusive pointer, you can cycle to obtain the data, you can make up for the lack of vector.
src
- 利用java实现数据结构队列,循环队列,优先级队列,栈;自己编写的-Using Java implementation queue data structure, the circular queue, the priority queue, stack Write your own,
Joseph
- java版的约瑟夫环实现,使用了内部类与循环链表-joshn in java with inner class
an-coding-with-java-8
- 一种编码练习使用爪哇8试图做相同的求和循环的多个方式。编写一个函数,用于在给定的列表中使用一个循环,每个循环,新的8个流,一个循环和递归。-A coding practice using Java 8 trying to do the same number of ways summed cycle. Write a function that is used to use a loop in a given list, each cycle, the new eight streams, on
ClosestPair
- 使用两种方法求最近点对,分别是双重循环和分支法,可以运行,java代码。-closest pair