CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - loop

搜索资源列表

  1. SqlPageClass

    0下载:
  2. 利用SQL语句进行分页,效果极佳。使用示例: set mypage = new sqlpage mypage.sql = 执行查询的Sql语句 mypage.orderby = \"id desc,date desc\" mypage.pagesize = 20 每页20条 rs.open mypage.newsql,conn,1,1 do while not rs.eof .... .... Loop rs.close mypage.sho
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:2298
    • 提供者:蓝冰
  1. daobaixitong

    0下载:
  2. 倒摆系统演示,倒摆闭环系统在整体上可以达到较为理想的动态性能。-inverted pendulum demonstration, inverted pendulum in the overall closed-loop system can be quite satisfactory dynamic performance.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:1056
    • 提供者:wenney
  1. Nr-loop

    0下载:
  2. 利用牛-拉法做的一个潮流计算,用java写的。。。本科时作的,虽然有点繁琐,但是也不失为一种方法。具体解释见程序。-use of cattle-Rafah done a trend basis, using java writes. . . At the undergraduate, though a bit tedious, but they are also a means to an end. See detailed explanation procedures.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:15466
    • 提供者:宁雨
  1. MediaPlayer(java)

    0下载:
  2. MediaPlayer代码,部分代码,合适请用: import java.awt.* import java.awt.event.* import javax.swing.* import javax.media.* import java.io.* import java.util.* //为了导入Vector //import com.sun.java.swing.plaf.windows.* public class MediaPlayer
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:8425
    • 提供者:benson
  1. While

    0下载:
  2. 是一个编译原理的课程设计,有具体的说明,是实验报告,做得比较好,是用LR法的循环语句翻译-compiler is a principle of curriculum design, a specific note, the report is an experiment, done in a better way, is to use the LR Act loop is the translation
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:13441
    • 提供者:冷清雪
  1. toto.zip

    0下载:
  2. this is a loop antennas pd
  3. 所属分类:ASP源码

    • 发布日期:2010-11-05
    • 文件大小:249152
    • 提供者:nyahhunt
  1. 商家点评插件有地图版插件for UCHome 1.5

    0下载:
  2. 将文件拷贝到UCH安装目录(不会覆盖任何UCH文件). 其中config.shop.inc.php文件需要有写权限(linux). 运行shop_install.php 打开shop.php文件。将 $_SC['GoogleAPI']='ABQIAAAAIl6BzjiDCz90JrLDCFco6xRsRMjB2wv1Y7bZb-CPY4a_zZ8tAhQljtAew1TctFXLCYxRjkaGoD8jzA';替换成您的Google KYE。如您在本地调试,可以直接用以上K
  3. 所属分类:PHP源码

  1. StringTest.rar

    0下载:
  2. 编写一个Java应用程序,实现如下功能:   1)判断两个字符串是否相同,s1=”you are a student”,s2=”how are you”;   2)判断字符串”22030219851022024”的前缀、后缀是否和某个字符串”220302”相同;   3)按字典顺序比较两个字符串”你”和”我”的大小关系;   4)将数字型字符串”100”和”123.678”转换为数字;   5)将字符串”FEDCBA”存放到数组中,调用for循环读出数组数据显示在屏
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-03-30
    • 文件大小:752
    • 提供者:Allan
  1. jsp-player

    0下载:
  2. jsp播放器,可播放音频,视频文件,可循环播放,可自动播放-jsp player, can play audio, video files, you can loop, auto play
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-22
    • 文件大小:27307
    • 提供者:wyt
  1. images_view

    0下载:
  2. Java写的图片幻灯片切换特效 很牛哦,用纯JAVA写的图片幻灯片循环播放功能,每张切换时候的特效是不一样的,很漂亮,相信对学习有用处哦。 -Java to write the picture slide switch effects are cattle Oh, by pure JAVA written Loop picture slideshow function, when the effects of each switch is not the same, very beaut
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:204594
    • 提供者:lidongzheng
  1. MP3Player

    0下载:
  2. mp3的播放,单曲播放,循环播放、顺序播放、随机播放-mp3 player, single player, Loop, the order of play, random play
  3. 所属分类:Java Develop

    • 发布日期:2017-05-04
    • 文件大小:1193723
    • 提供者:zst
  1. for-while-dowhile

    0下载:
  2. 通过三个程序演示Java循环语句的使用方法。-Programs are three demonstrations of the use of Java loop method.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:723
    • 提供者:Fafire
  1. 服务器与客户间通过套接口Socket(TCP)连接

    1下载:
  2. 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法 -Between server and client through the socket Socket (
  3. 所属分类:JSP源码/Java

    • 发布日期:2012-11-24
    • 文件大小:903674
    • 提供者:张进
  1. javaicq0

    0下载:
  2. 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法接受客户程序的连接-Between server and client through the socket Soc
  3. 所属分类:JavaScript

    • 发布日期:2017-04-07
    • 文件大小:947301
    • 提供者:yangbaoxing
  1. Flash.programming.code.image.effects.loop.switch.r

    0下载:
  2. Flash编程实现图片循环切换特效代码一个不错的代码-Flash programming code image effects loop switch
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-03-24
    • 文件大小:542864
    • 提供者:jiang
  1. In-three-loop-statement-for-n

    0下载:
  2. 用三种循环语句求n!绝对真是的!!!课程学习必要的,广大学生必备-In three loop statement for n! Absolutely really! ! ! The course of study is necessary, the majority of students essential! ! !
  3. 所属分类:JavaScript

    • 发布日期:2017-11-10
    • 文件大小:2413
    • 提供者:杨振宁
  1. java-Branch-loop

    0下载:
  2. 这是简单讲述分支语句和循环语句的例子,对java newcomer 有用-Branch loop
  3. 所属分类:Java Develop

    • 发布日期:2017-05-04
    • 文件大小:1182892
    • 提供者:jack
  1. loop

    0下载:
  2. public calss loop public static void main(String[] args) { for(int i=0 i<2147483647 i++) { System.out.println( Hello, World! ) } }-public calss loop public static void main(String[] args) { for(int i=0 i<2147483647
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-27
    • 文件大小:1837
    • 提供者:smarttou
  1. loop

    0下载:
  2. 一种图像滚动播放的javascr ipt代码(A kind of loop view pictures javascr ipt code)
  3. 所属分类:WEB开发

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:曹操123
  1. tostring

    0下载:
  2. 建立main函数,建立tostring方法,并练习for loop(Add a toString() method in the Dog class, such that this method provides a String representation of the Dog object. This method should return all the Dog attributes in a String. ii) Write a new test program called Do
  3. 所属分类:Java编程

    • 发布日期:2018-01-07
    • 文件大小:1024
    • 提供者:sone07
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com