搜索资源列表
java的三个源码
- java的三个源代码,IP的查询,求最大值,加密三个例子,供初学者学习用.-Three java src,query IP,request max number,encrypt.study for beginner.
multiinterfaces
- multiinterfaces.zipgBuffer searchMe = new StringBuffer( \"peter piper picked a peck of pickled peppers\") int max = searchMe.length() int numPs = 0 for (int i = 0 i < max i++) { //interested only in p s if (searchMe.charAt
uploadbean1.9
- 文件上传源码 Multiple stores supported (Folder, Zip, Database, Memory). Security features (Blacklist, FileSizeLimit, Max. Uploaded files). Notification and history features.-file uploads source Multiple stores are supported (Folder , Zip, Database, Mem
MAX-MIN
- 要求:编写一个应用程序,对程序中给定的四个double型数据求其最大值和最小值。 文档包括了实验要求和详细的源代码.
src_MetalMax
- 利用J2ME复刻FC经典RPG游戏<<重装机兵>>,基本实现了 该游戏的所有功能,如碰撞探测,地图转换,NPC对话,商店处理, 事件处理,横版回合制战斗系统,随机遇敌,并根据原游戏的特色 加入了人,车两种战斗系统,以及人,车乘降的功能.-FC Xtreme use J2ME classic RPG game < < re-installed soldiers> > , basically all the features of the game
Car
- JPCT写的读取3Ds Max文件的一个案例。JPCT是Java的一个3D开发引擎,提供网络游戏和应用程序的3D编程。-PCT is a solution for browser based games and applications as well as for OpenGL accelerated ones. It offers a software (Java 1.1 compatible, will work even on the MS-VM) and a hardware rend
zz
- 此为一款基于J2ME的手机游戏,《重装机兵》源代码,本源码并未在手机上测试,可以编译成功。这款游戏基本实现了必须的所有功能,如碰撞探测、地图转换、NPC对话、事件处理,、横版回合制战斗系统等,并根据原游戏的特色加入了人、车两战斗系统,在玩的过程中,你可以用方向键控制人物行走;回车键弹出游戏菜单,"1"键进行命令取消。-This is a J2ME-based mobile games, " Metal Max," the source code, the source did
MaxMiner
- This is an implementation of Max Miner algorithm.
javaAG
- 无约束条件 max f(x1,x2)=21.5+x1*sin(4*pi*x1)+x2sin(20*pi*x2) -3.0<x1<12.1 4.1<x2<5.8 1%的变异 25%交叉 旋转转轮选择 -Unconstrained conditions max f (x1, x2) = 21.5+ X1* sin (4* pi* x1)+ X2sin (20* pi* x2)-3.0 <x1 <12.14.1 <x2 <5.81
mymax
- 参照max的struts2教程,编写的例子,是网上比较流行的教程-Max reference to the struts2 tutorial, prepared by example is the more popular online tutorial
max
- java做的三数求最大值程序 实现对输入内容的检测限定和提示-java to do a few procedures to achieve maximum value for input detection limit and tips
homework
- 输入身高,当输入END,结束输入,输出身高最大和最小值-Input Hight,if Input "END",output max and min
maxAndMin
- 找出数组中的最大元素和最小元素,元素的和,以及各个元素的平均值。并对数组进行排序。-find Max,Min elemens form a array,caculate the sum and average of elements in array,and the sort the array
max
- 输出最大值(初学者)希望共同学习,努力java发展-max
maxsort
- max sort algo in java
javaipmessager
- java版飞鸽传书,最大速度5M/s,客户端和服务器端分工明确且可扩展性比较强,支持多客户段下载-ipmessage in Javs ,the max speed is 5Mps。mulclients download is supported
src_MetalMax
- 此为一款基于J2ME的手机游戏,《重装机兵》源代码,可以编译成功。这款游戏基本实现了必须的所有功能,如碰撞探测、地图转换、NPC对话、事件处理,、横版回合制战斗系统等,并根据原游戏的特色加入了人、车两战斗系统,在玩的过程中,你可以用方向键控制人物行走;回车键弹出游戏菜单,"1"键进行命令取消。-This is a J2ME-based mobile games, " Metal Max," the source code, you can compile successfull
java3Dvrml
- 有一个从3ds max中导出的bottle.wrl文件、vrml97包、两个java文件。将vrml97包加入到java文件所在的工程下,如在eclipse环境下开发,则将bottle.wrl放到bin文件夹下。 -There is an export from 3ds max to bottle.wrl documents, vrml97 package, two java files. Vrml97 package will be added to the java file is lo
java3
- 3、求一组数中的最大与最小值。 用一维数组来存放以Math.random ()方法产生的一组随机数。 程序运行结果: table:84 40 16 3 10 49 28 76 94 70 Max=94 Min=3 -3, seeking a set number of maximum and minimum values. With one-dimensional array to store in order to Math.random () method produ
MaxCut
- This program implement the Max cut Max_Cut algorithm , as a deterministic algorithm using a pair wise method , which force the algorithm for deterministic solution with solution better then |E|/2 the graph is implemented using an adjacent matrix,