搜索资源列表
Swarm-2.2-java
- swarm 控件 swarm 控件 swarm 控件 swarm 控件 swarm 控件 swarm 控件 swarm 控件 swarm 控件 swarm 控件 swarm 控件 swarm 控件 -swarm control swarm control swarm s control warm Control swarm co ntrol swarm co ntrol swarm control pieces swarm control swarm control swarm control
JAVA-MD5pass_src
- JAVA 的MD5加密算法源代码 JAVA 的MD5加密算法源代码-JAVA MD5 encryption algorithm source code of Java M D5 encryption algorithm source code
A_simple_chat_tool
- 一个简单的用java编写的聊天工具,用socket类处理通信部分 1. 运行server.bat 或在命令行下输入(要在工作目录): java -jar Chat.jar 8888 打开服务器 8888也可以改为任意端口号 2. 运行client.bat 或在命令行下输入(要在工作目录): java -jar Chat.jar 打开客户端 3. 主要类说明: Server.java 等待用户连接,连接后为当前用户创建ServerLi
M-SuDoKu
- 游戏名称:九宫阵 运行平台:j2me 规范:midp 说明:一款很经典的游戏源码,入口类App.java-the name of the game : JiuGongTu array platforms : j2me norms : midp Descr iption : A classic source of the game, import category App.java
Substituter.java
- 代入法的启发示搜索 我的代码实现是:按照自然语言各字母出现频率的大小从高到低(已经有人作国统计分析了)先生成一张字母出现频率统计表(A)--------(e),(t,a,o,i,n,s,h,r),(d,l),(c,u,m,w,f,g,y,p,b),(v,k,j,x,q,z) ,再对密文字母计算频率,并按频率从高到低生成一张输入密文字母的统计表(B),通过两张表的对应关系,不断用A中的字母去替换B中的字母,搜索不成功时就回退,在这里回朔是一个关键。 -generation into a
gdi-ics-u13-m
- 用JAVA实现的小的学生管理系统.JAVA与数据库的结合使用.-using JAVA small student management system. Java and the combined use of the database.
MTK-JAVA.rar
- 5个MTK手机java游戏软件,谍中谍3,格斗水浒,格斗天王,海洋珍珠,合金弹头,OK OK OK OK OK OK
0824Java.rar
- MTK 6225 java虚拟机 移植包,请自行移植。,MTK 6225 java virtual machine, portable package, at your own transplants.
smgp
- 中国电信小灵通短信平台SP端程序,JAVA开发,支持多种数据库,有源码,有详细的注释。-SMS platform for China Telecom SP PHS terminal procedures, JAVA development, supports multiple databases, there is source code, there are detailed notes.
mtk
- MTK MRP 无JAVA 176x1-MTK MRP 无JAVA 176x177
dijkstra-java
- Dijkstra算法是典型的最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。 Dijkstra算法能得出最短路径的最优解,但由于它遍历计算的节点很多,所以效率低。Dijkstra算法是一种逐步搜索算法,通过为每个顶点n保留目前为止所找到的从m到n的最短路径来工作的。 -Dijkstra algorithm is a typical example of the most short-circuit algorithm, used
parkingGarage
- 模拟一个免费停车场的管理,停车场分为多个停车区,每个停车区中可以随机停放多辆汽车,但一辆汽车进入或退出停车区时需要花费一定的时间,且只能有一辆汽车进入或退出停车区,停车区入口设有m个车辆的缓冲区等待进入停车区。停车场进入通道上最多可有n个车辆并行通行。停车场出口通道可任意辆车并行通行。汽车进入停车场时,索取停车区号进入停车场,离开停车场时退还停车号供下一辆汽车进入。-Simulation of a free car park management, car park is divided int
Java_MSN
- 老外用Java写的仿MSN程序源码,很强大。-Written by a foreigner with Java source program like MSN, it is powerful.
HelloWorld
- SOAP(Simple Object Access Protocol)是基于XML实现了一种消息格式以交换请求和使用,使用XML作为SOAP消息的基础使得任何实现基本的INTERNET通信服务的系统都能处理和传送这类消息 。-POST /StockQuote HTTP/1.1 Host: www.stockquoteserver.com Content-Type: text/xml charset="utf-8“ Content-Length: nnnn SOAPAction:
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,
judp
- UDP packets are used to send data from one computer to another over a network or from one application to another within a single computer. The judp.m program uses Matlab s ability to call Java code to enable it to send and/or receive UDP packe
QQ2008
- MTK不支持JAVA平台的QQ,把下载的MRP文件放到手机或内存卡里的mythroad里,在待机画面下按×#220807#就可以应用那些软件了-MTK does not support the JAVA platform, QQ, the MRP file to download on the phone or memory card mythroad, in the standby screen by ×# 220807# on the software can be applied to t
KnapsackProblem
- 问题:已知有n种物品和一个可容纳M重量的背包,每种物品i的重量为wi。假定将物品i的一部分xi放入背包就会得到pixi的效益,这里,0≤xi≤1,pi>0。如果这些 物品重量的和大于M,要求所有选中要装入背包的物品总重 量不得超过M,而装入背包物品获得的总效益最大。-Question: are known to have n kinds of goods and M can hold the weight of a backpack, the weight of each item
GoogleMapsWebDemo
- Java Google Map使用Demo,web前台使用Google API,调用Google地图-Java Google Map using the Demo, web front using the Google API, called Google Maps
pLSA
- 用于文本分析和分类的pLSA(Probability Latent Semantic Analysis)的Matlab算法,含有测试数据及算法原理介绍。也可用于图像分析。相比原来的版本,增加了示例程序demo.m,以实现可视化效果,用户更容易使用和理解pLSA算法。-For text analysis and classification of pLSA (Probability Latent Semantic Analysis) of the Matlab algorithm with tes