搜索资源列表
Block
- 时钟的程序代码说明-clock code Note
Hamming_Java
- Hamming码是一类非常重要的线性分组码,它能纠正全部一位错误上传的是Hamming码的编码和译码的Java程序以及编写程序时所写的文档,本文提供的Hamming码的编码和译码的Java程序经过与笔算和观察法对比,在可靠性上两者是完全一致的.如果有充分的时间进行完善,修改还可用于线性码的编码和译码.-Hamming code is a very important kind of linear block code, all it can to rectify a mistake is upl
SimpleTiledLayer
- 一个JAVA手机游戏分块图层的演示程序,包括源代码和相应的资源文件。-a Java mobile phone game block layer of the display process, including source code and the corresponding resource files.
05
- 一个try-catch语句后面也可能跟着一个finally语句,不论try代码块是否顺利执行完,它都会被执行。 try { statements -A try-catch statement may also be followed by the back of a finally statement, regardless of whether the try code block the smooth implementation of END, it will be ex
RussiaBLOCK
- 网页版的俄罗斯方块用HTML和JAVAscr ipt写的简单代码-A souce code of Russia Block
AEScalc
- AES Block Cipher Calculator. Given key and input string, encrypts to AES standards. Java source code.
8_puzzle
- 8数码问题的Java求解,采用A*算法。数据结构采用的Vector<int[]>。输出为"no solution"或一系列表示求解过程的字符串。 某些30步的测试样例需要半分钟左右,但是绝对是正确解~~万望您能不吝点滴时间耐心等待……orz thnx~~ 我用的启发函数计算了现在的网格距离目标网格还有多远。 具体算法是,将每一格中的数字的坐标与其应该在的坐标的差加到一起,得到这个最终值h(x) 也就是Manhattan_Distance 源码使用
dos-system
- 模仿DOS命令行下的操作系统,功能仅实现一部分,如需增加功能可按已有功能添加代码块即可-Copy DOS command line operating system, function only implements part of a need for additional features can add the code block can have functions
JavaService-2.0.5
- JavaService服务程序代码资料,内含部分代码块、程序及编写方式-JavaService service code information, containing some of the code block, procedures and preparation methods
block
- 俄罗斯方块代码 很经典的Java基础练习代码-Tetris classic Java code based practice code
www.Pay-4u.Com_Javascript_code
- Javascr ipt_code弹窗代码大全(收集) 关于36拦截弹出窗口 http://www.Pay-4u.Com -Javascr ipt_code pop Code Complete (collection) on the 36 block pop-up window http://www.Pay-4u.Com
JAVA1
- JAVA编程源代码 1 记忆测试软件 主类Memory 方块 Block 记忆测试板MemoryTestPane 显示成绩 ShowRecord 记录成绩 Record 随机排列图标 RandomSetIcon 测试者 People 2 计算器 主类 ComputerPad 数值按钮NumberButton 运算符号按钮OperationButton 3 HANNOI-塔 主类 Tower Hannoi-塔 HannoiTower
Javakechengsheji
- 这是一份有关记事本的编辑的学习资料,包含分块代码以及全码,另配有详细的讲解,对于初学JAVA的人来说具有很大帮助。-This is a Notepad to edit the relevant learning materials, including block code and all code, comes with a detailed explanation, for people who are beginners JAVA great help.
ecb
- Eletronic Code Book is used to encipher a single plaintext block.Identical plaintext blocks result in identical ciphertext blocks under the same key & other blocks.
al
- try语句块 ---可能发生异常的代码 catch(Exception e)发生异常----捕获异常 final不管什么情况都会执行的代码块---最终被执行的代码---- try block the code may be an exception catch (Exception e) an exception---- no matter what happens to catch the exception final block of code will execute the c
FileUpLoadAndDownLoad
- Struts 2+Hibernate+Spring实现的网盘 1.能够对多个文件进行上传(可以选择上传文件个数,也即上传文件个数不定) 2.能够对上传路径进行配置文件指定(upload.properties),使用了一些类似单例模式的静态代码块 3.Struts2进行下载处理,能对上传的所有文件进行下载(多个) 4.文件保存的名称UUID生成,不过显示并下载的名称都是原文件名称 (通过UploadFiles处理) 5.对配置文件中的路径可以进行动态读取(不重启服务器)-S
Block
- JAVA编写的俄罗斯方块,通过数组记录相关的方块形状,随机出现。完成的难度自动累加系统,完整的记录的实现本游戏的所有代码。-Tetris written in JAVA, through an array of records related to the box shape, randomly. The difficulty of complete automatic accumulation system, a complete record of all the code to achie
static-founction
- 静态变量:由static修饰,静态变量是所有对象共享,唯一。 可以直接使用 类名.变量名 调用。 静态方法:方法中不能使用非静态的变量或对象,除非该变量或对象是在该方法 中申明或定义的。 可以直接使用 类名.方法名() 调用该方法。 不能被子类重写(覆盖 )。 静态代码块: static{你的代码}代码块中不能使用非静态的变量或对象, 除非该变量或对象是在该方法中申明或定义的。 该代码块在类加载的执行一次,不会再执行第二次。-Stat
dengluchuangkou
- 登录窗口,数据库,验证码输入代码,验证码遮挡线-Login window, the database,Captcha code verification code block line
java
- java 最常用的java代码块,包括类型转换,文本操作,数据库连接,日期处理,缩略图穿件,抓屏,压缩与解压,发送邮件等-Java java code block most commonly used, including a type conversion, text operation, connections, date processing, thumbnail wearing parts, screenshots, compression and decompression, sen
