搜索资源列表
tsp
- 旅行商问题的源代码及其说明。给出空间中给定n个点,画一条简单路径,包括所有的点,使得路径最短-Traveling Salesman Problem and its descr iption of the source code. Given space in a given n points, draw a simple path, including all the points, making the shortest path
TinyOS
- 基于T i n y O S 的无线传感器网络体系结构 无线传感器网络WSN(Wireless Sensor Network) 由部署在监测区域内大量廉价的传感器节点组成,通过 无线通信方式形成multi2hop 自组织的网络系统,其目的是协作地感知、采集和处理网络覆盖区域中感知 对象的信息,并发送给观察者。本文从分析无线传感器节点Mica 和其上运行的操作系统TinyOS 出发, 着重描述无线传感器网络节点应用程序体系结构和消息通信机制。 -T iny OS-ba
lagrange
- 1.n个节点分段Lagrange插值多项式; 2.使用格式y=lagrange(x0,y0,x,k); 3.输入项x0为n维插值节点向量,y0为n维被插函数值向量; 4.x为m维插值点向量,k为分段插值多项式次数,不超过3,缺省为k=1; 5.输出y为插值点x处的函数值;- 1.n a sub-node Lagrange interpolation polynomial 2. The use of the format y = lagrange (x0, y0,
Soldiers
- 【问题描述】 在一个划分成网格的操场上,n个士兵散乱地站在网格点上。网格点由整数坐标(x,y)表示。士兵们可以沿网格边上、下、左、右移动一步,但在同一时刻任一网格点上只能有一名士兵。按照军官的命令,士兵们要整齐地列成一个水平队列,即排列成(x,y),(x+1,y),…,(x+n-1,y)。如何选择x 和y的值才能使士兵们以最少的总移动步数排成一列。 【算法设计】 计算使所有士兵排成一行需要的最少移动步数。 【数据输入】 由文件input.txt 提供输入数据。文件的第1
java_math
- 新浪公司常出的数学函数编程题,如请用java编程语言写出N!阶乘,求素数,汉诺搭-Sina company often out mathematical function programming problem, such as please use Java programming language to write N! Factorial, and prime, han s lap, etc
pandaCounter
- 简单的java小程序 可以显示想要panda的个数,有具体的user manual。-Type in the number n. Press Check. Or you can just double click the number in the list to enter the number.
A1Jedi.java
- This program counts the occurrence of specified patterns in the input strands and produces a report for each pattern. The first input to this program will be an integer indicating how many patterns will be provided (call this N). The next N words to
NsuanfaJAVA
- Java 程序,N算法,在单个节点下,找到耗费最少的路径-find the route which is less cost
Nqueen
- N后问题,java简单实现,很简单的小程序,可以看下一下-N After the problem, java simple, very simple little program, you can have a look what
datamininggram
- ngram java 算法实现,可以自己更改n的个数,自己写的比较实用-ngram java algorithm
drag_n_Drop
- Drag n Drop in Java.
NGram
- java 实现基于N-gram的文本分类算法-java based N-gram-based text classification algorithm
NTreeTraverse
- N叉树的遍历,建立任意N叉树,实现对其遍历的功能,JAVA语言-N-tree traversal, and establish an arbitrary N-tree, to achieve its traversal function, JAVA language
CountingOnes.java
- 给出数字n,统计1-n所有数字中1出现的次数-Gives the number n, the number of statistics 1-N 1
percolation
- 解决N*N的网格系统渗漏问题。percolationStats.java解决了系统渗漏的阈值估计。-Solve N* N system leakage problem
新建文本文档 (2)
- 快速排序 对冒泡排序的一种改进,若初始记录序列按关键字有序或基本有序,蜕化为冒泡排序。使用的是递归原理,在所有同数量级O(n longn) 的排序方法中,其平均性能最好。就平均时间而言,是目前被认为最好的一种内部排序方法(Quick sort of an improvement on the bubble sort, if the initial recording sequence by keyword order or order, into a bubble sort. Using a r
73462713Router
- 实现关于路由器的简单功能。 实现距离矢量路由算法。 所实现的路由器模拟Internet上的IP路由器。它能确定网络的最短路由,并在这些利用上传输分组 实现功能简介 1) 编写一个称为“Router”的程序 2) 利用距离向量算法更新路由表 3) 该程序的多个实例(进程或线程)可以以运行在一台机器 4) 实例之间利用UDP交换路由表 5) 假设结点与其邻居结点的都为距离为1。 6) 为了指明实例及其邻居,程序
TP N°2
- java cumulos hecho en clase
java代码框架合集汇总
- Java程序设计基础例题N例供大家参考学习之用(The basic examples of Java program design)
MaxClique.java
- 回溯法求解最大团问题,时间复杂度为O(n*2^n)。(The backtracking method is used to solve the maximum clique problem with a time complexity of O (n*2^n).)
