搜索资源列表
histogram111
- 一个柱状图的代码....采用了for循环算法实现-a column .... code used for recycling algorithm! !
DATE_FORMAT-Sql
- DATE_FORMAT时间Sql比较 for循环+hashmap-DATE_FORMAT Sql more time for loops hashmap
CRC循环校验的具体算法
- Filename: main.c * Descr iption: A simple test program for the CRC implementations. * Notes: To test a different CRC standard, modify crc.h. * * * Copyright (c) 2000 by Michael Barr. This software is placed into * the public domain and may be used fo
OnetForums4.1.2
- 一款基于J2EE轻量级架构的社区系统,具有如下特点: 表示层:基于Apache Tapestry组件化页面技术,对客户界面进行模块设计。由于页面模板中只有简单的类似if-else和for 循环逻辑,并且所有标签都是标准的HTML标签,因此页面可以放在任何所见所得的HTML编辑器中进行很轻松的编辑、美化。当然,Tapestry只是整个系统的表现部分,如果需要,此部分也可由其它技术实现,如JSP,Velocity等。 权限系统:在客户界面与业务核心层间,存在一套完整的权限系统。每个用户在系
wavelet
- 基于小波的图像配准,主要是wavelet_registration_改进2,也即wavelet_registration改进版本,主要是将配准的循环由while变成了for, 循环变量变为整型,因此判断变为整型之间的判断, 节省执行时间
StringTest.rar
- 编写一个Java应用程序,实现如下功能: 1)判断两个字符串是否相同,s1=”you are a student”,s2=”how are you”; 2)判断字符串”22030219851022024”的前缀、后缀是否和某个字符串”220302”相同; 3)按字典顺序比较两个字符串”你”和”我”的大小关系; 4)将数字型字符串”100”和”123.678”转换为数字; 5)将字符串”FEDCBA”存放到数组中,调用for循环读出数组数据显示在屏
for-while-dowhile
- 通过三个程序演示Java循环语句的使用方法。-Programs are three demonstrations of the use of Java loop method.
forthecyclestatementtranslation
- FOR循环语句的翻译程序设计(递归下降法、输出四元式) java-FOR loop of the translation program design (recursive descent method, the output quad-style) java
com
- 1.理解数组在Java中是复合数据类型 2.掌握一维、二维数组在Java中的实现方法(创建、实例化、初始化) 3.掌握利用for循环对数组进行遍历的方法 4.掌握java.util.Arrays类当中与数组操作相关的方法 -1. Understanding Arrays in Java, is a complex data type 2. Master the one-dimensional, two-dimensional array in Java, the implemen
Parallelizing-Loops-for-Multiprocessor-Machines.zi
- 多处理器并行循环机 多处理器并行循环机 多处理器并行循环机-Parallelizing-Loops-for-Multiprocessor-Machines.zip
TP5V1.0
- 主要讲for循环语句,break和continue的用法,以及for,while,do-while之间的区别-Main speak for the circular statement, continue usage, and with do- while, for, while difference
Solve
- 输出一个集合中存在a+b=c关系的三个数,不能连续使用三个for循环-Output a set a+ b = c exists between the number three, three for loops can not be used continuously
BMP_Swt
- 此代码集合了swt调用ocx控件以及控件中的函数。并对swt监听等程序的书写,其中监听中的for循环很经典!-This code calls the ocx control swt collection and control functions. Swt monitoring and other procedures and writing, which monitor the for loop is classic!
Java-if-for-explain
- 判断与循环语句视频-《java开发实战经典》 -Judgment and loop video- java development combat classic
Factorial
- Java Application程序,分别用do-while和for循环计算1+1/2!+1/3!+1/4!...的前20项和。本人原创。-Java Application procedures, respectively, do-while and for loop calculation of 1+ 1/2!+1/3+1/4 ... the top 20. I original.
Time
- 简单的一个万年历制作,使用for循环,简单的switch判断-A simple calendar produced using a for loop, a simple switch to judge
calculator
- 模仿windows计算器,通过for循环实例化按钮,设置BoxLayout,通过if控制记录被运算数和运算数。通过if控制求导运算、开根号运算、删除键-Mimic the windows calculator for loop to instantiate button, set the BoxLayout operands and operands, if control records. If control of the derivative operator, the square ro
for
- for 循环的执行流程:初始化表达式-循环条件-循环体-递增表达式-For the execution of the loop processes : initialization expression- loop condition-- increment the loop body expression
The-application-of-for-cycle
- for循环的几个应用,常见于各种Java面试中,包括99乘法表和星形排列-several applications for the cycle, is common in a variety of Java interview, including 99 multiplication tables and star arrangement
Test
- For循环嵌套实现打印以下复杂三角形:由*——和空格元素组成 * * * * * _* * * * __* * * ___* * ____*(For loops are nested to print the following complex triangles: * * * * * _* * * * __* * * ___* * ____*)