搜索资源列表
app4
- 声明一个一维数组,其长度为5,利用循环对数组元素进行赋值,然后再利用另一个循环逆序输出数组元素的内容。程序代码如下:-statement a one-dimensional array with a length of 5, the use of cyclic An element of the assignment. then use the output of another cycle reversal of the contents of the array elements. Prog
javanixu
- 从键盘输入若干个字符,当输入字符”#”时中止输入。统计输入字符的个数,并将它们按输入时的逆序输出。如: 输入:inputstream# 输出:maertstupni -keyboard input from a number of characters when the input character "#" at the suspension of the import. Statistics of the number of input characters,
JButton
- JButton的一个实例 用于检测其反转功能-JButton an example for its reversal detection function
ImageTest2
- 反转图片,一张图片反转背面就是另外一张图片-Reverse image, an image reversal on the back is another picture
ImageFlip
- 用Java awt编写的用于图片翻转·查考的代码 -Written using Java awt examine the code for the image reversal
Matrix111
- 一些JAVA的矩阵运算方法 包括矩阵相乘 求逆 转置 等 都写入一个类里面 可以直接调用-The matrix operations of some JAVA methods include matrix multiplication, are all set to write seeking reversal of a class which can directly call
wind_1.0
- windframework是一个轻量级的php开源框架。它以组件工厂为核心,提供了像MVC,数据持久化,视图模板引擎等应用技术。 此外windframework采取了一种组件化的开发模式。虽然目前的组件库还不算丰富健壮,但是基于这种开发模式,使组件的扩展变得非常的容易。 windframework拥有一个强健的内核,它实现了基于配置的Ioc控制反转技术。开发者只需要简单的配置,就可以实现类的依赖注入,完全实现了类与类的松耦合。-windframework is a lightweight ope
HE
- java窗体程序,本地化办公中,用于对中东地区语言希伯来语字符串的反转,操作简单,功能实用。-java Forms program, localized office for the reversal of the the language Hebrew string of Middle East, the operation is simple, functional and practical.
hibernate---danji
- hibernate myeclipse 反转模版的个性化修订。可以实现反转泛型,自带增删查改方法等-personalized Amendment the hibernate myeclipse reversal templates. Reversal generic, comes with additions and deletions investigation changed
zifuchuannizhuang
- 实现字符串逆转的java小程序,是一份完整的实验报告,有流程图和具体实现目标-Achieve string reversal java applets, is a complete test report, with flow charts and specific goals
ZHENGSHU
- 此程序实现了对任意长度的整数的反转,当整数末尾几项为0时,能自动去掉,并且不改变符号的性质。-This program implements a reversal of any length integer, when the end of several integer is 0, can be automatically removed, and does not change the nature of the symbol.
bubble
- 冒泡排序、选择排序、反转排序的java源代码-Bubble、selection、 reversal of the Java code
achieve-alinked-list
- java编程实现单链表的反转,两种方式实现单链表的反转(递归、普通)-java programming reversal singly linked list, two ways to achieve a single chain of inverted (recursive, general)
jquery-css3-coverflow-image
- 14种图片切换格式,方便使用简洁有效,切换风格多样-a css3 image float reversal
css3-image-float-reversal
- 前端的一个图片展示框架,很实用,样式调制也很简单-a css3 image float reversal,this is very useful.
cropper-master
- anroid图片裁剪代码,实现图片翻转,裁剪,可自定义裁剪比例,裁剪框(Anroid picture cutting code, to achieve picture reversal, cutting, custom tailoring ratio, cut box)
OneArryasTools v1.1-ok
- * 这是一个一维数组的工具类,里面封装了6个方法,分别是 * 1.数组的遍历: print方法 * 2.获取最大值: getMax方法 * 3.获取最小值: getMin方法 * 4.反转数组:revArray方法 * 5.数组升序(从小到大排列):asc * 6.数组降序(从大到小排列):desc * * 备注:显示的同时带数组返回,加个接收类型就可以了。 * * @author wuxiaolong * @version v1.1(* this