搜索资源列表
怎样用算法语言编程序
- 算法对于编程来说很重要,本文结合数学对算法进行了很深入的研究,讲解很深刻,看懂需要很扎实的数学功底才行。-for programming algorithm is very important in this paper, and mathematical algorithms to a very in-depth study on the deep need to understand very solid mathematical foundation it.
WirelessCert
- 本程序在eclips 下开发,能够完整生成WTLS证书,包括ECC算法编程,但是曲线参数由模型供应商提供-eclips of the procedures under development, to generate complete WTLS certificates, ECC algorithms including programming, but the curve model parameters from vendors
关于二十四点游戏的编程思路与基本算法
- 关于二十四点游戏的编程思路与基本算法-24-point game on the ideas and basic programming algorithm
algorithm(算法导论web版)
- 算法导论,编程必备权威参考资料-algorithms, programming references required authority
数据挖掘分类算法:J48源代码
- 数据挖掘分类算法:J48源代码,采用JAVA语言编程实现-Data mining classification algorithms: J48 source code, the use of JAVA programming language
snake
- java贪吃蛇游戏编程,适合初学者对算法的了解!~-Snake game java programming algorithm suitable for beginners to understand! ~
SimpleKMeans
- 数据挖掘聚类算法:SimpleKMeans源代码,采用JAVA语言编程实现-Clustering Algorithm of Data Mining: SimpleKMeans source code, the use of JAVA programming language
Pagingrequestanalogstoragemanagementsystemtoachiev
- 根据请求调页存储管理方式的相关原理,编程模拟实现一个请求调页存储管理系统,该系统的页面置换算法必须包括先进先出页面淘汰算法(FIFO)、最近最少使用LRU页面淘汰算法和最佳淘汰算法。同时系统可以随意设置当前分配给作业的物理块数。 系统运行时,任意输入一个页面访问序列,设定不同的页面置换算法和物理块数,输出其页面淘汰的情况,计算其缺页次数和页面置换次数。 系统结束后,要求比较同一个页面访问序列,在不同的页面置换算法和物理块数的情况下,其产生的缺页次数和页面置换次数,并分析其原因。 -P
lxjz
- java写的螺旋矩阵 可以自己设定坐标和值 螺旋矩阵算法编程,沿各个矩形边框依次给矩阵的每一个元素赋值,在计算机内存中构造一个完整的螺旋矩阵,然后输出-java write spiral matrix can be set for the coordinates and the value of spiral matrix algorithm for programming, along the border of each rectangle in turn to the matrix o
ScanOptimize
- java编程,分布式计算中数据库的HBase,查询优化算法。-java programming, distributed computing in the database HBase, query optimization algorithms.
RTPStreamingRealtimeTransmissionOfTheJavaImplement
- 本资料讲了RTP流媒体实时传输在Java中的实现方法:对多媒体实时传输协议RTP 和Java 多媒体框架JMF 作了简要的介绍和分析,然后利用JMF 编程实现了RTP 多媒体的网络传输和接收。-The information about the RTP stream in real-time transport in the Java implementation method: Real-time Transport Protocol for multimedia and Java Media
DiguiQuestion
- //一个射击运动员打靶,靶一共有10环,连开10枪打中90环的可能性有多少种?请用递归算法编程实现-//A shooters shooting, target a total of 10 rings, fired 10 guns hit the possibility of 90 How many rings? Please use the recursive algorithm programming
jgap_3.4.4_full
- 一种java 语言编写的遗传算法编程框架-JGAP is a Genetic Algorithms and Genetic Programming framework written in Java.
GA-java
- 改代码用java语言实现遗传算法编程,并且运用实例进行了验证,对学习遗传算法很有帮助-Change the code using the java language programming of the genetic algorithm, and use examples to validate learning genetic algorithm is helpful
ArtificialIntelligence
- 人工智能导论课程算法编程作业的java实现-artificial intelligence courses algorithm to solve the java programming assignments
tool-class
- 基于java的工具类和常用算法编程,包含多个文件,用JCreator LE进行编写-Java-based tools, and commonly used algorithm programming that contains multiple files, write JCreator LE
WuZiQi
- Java语言的五子棋代码,UI编程和核心算法编程-Backgammon Java language code, UI and core programming algorithm programming
XIAOTUZIJIANJINBI
- JAVA经典算法编程之小兔子捡金币 在一个游戏中,小兔子可以捡金币。它会一边走一边捡掉经过的金币。当小兔子发现前方没有金币的时候,会自动右转。直到所有金币都被捡走。现在把一个NХN的方型区域内,每一格都摆方好了金币。假设小兔子从左上方第一格开始,往右边走。-JAVA programming of classic algorithms picking gold bunny in a game, you can pick up gold bunny. It walked out after pi
Java数据结构和算法中文第二版
- 说明在Java编程中常用的数据结构和算法(Explain the commonly used data structures and algorithms in Java programming)
RWIATB
- Java 栈Stack源码实现 stack检测括号匹配算法 java源码()