搜索资源列表
pageflip_v22
- flash中实现翻书效果的源代码,功能完善,可以用鼠标拖拽或双击实现向前或向后翻页,可以设置该页是软页还是硬页,还可以实现页的跳转-flash book to achieve the effect of the source code, complete functions, can double-click or drag the mouse to achieve forward or backward flip, can set the page is soft or hard page p
0193042543333
- 获取当前系统时间,然后向后或向前多少天时间-access to the current system time and then move forward or backward the number of days
palindrome
- 判断输入是否是一个回文串(即向前和向后读都是一样的字符序列)。 每个输入仅为一个字符串序列【即ID】,可以把ID看成任何以一个字母或下划线开头、由字母或者数字组成的字符串,字符串长度不超过50。每个测试数据为一行,要求程序能够一次处理多行测试数据。-Determine whether the input string is a palindrome (ie, read the same forward and backward sequence of characters). Each in
WebBrowser
- 基于Java的浏览器的设计与实现。该浏览器的设计与实现是用Java语言开发的。该设计可以满足用户的需求,用户可以对浏览器进行一系列的操作,如保存网页、前进、后退、添加收藏夹、查看源代码等功能。-Browser-based Java Design and Implementation. The browser s Design and Implementation of Java language is developed. Designed to meet the needs of users,
Calendar
- 国外开发的PHP日历类。功能包括月视图,年视图,指定星期的开始,高亮当今日,向前向后浏览。-This is a PHP calendar class.has the following features: * Month View * Year View * Specify start day of week * Specify start month of year for Year View * Highlight today s date
browser
- 用java实现的一个简易的网页浏览器,该浏览器实现了网页访问、保存,以及操作的前进、后退等功能。是java学习者的理想资料。-Achieved with a simple java web browser, the browser visits a website, preservation, and operation of the forward and backward functions. Is an ideal learner information java.
src
- 简单浏览器,可以前进 、后退、刷新,可以添加网页到收藏夹-Simple browser, you can move forward and backward, refresh, and add pages to Favorites
regularExpression.ppt.tar
- 本ppt详细介绍了正则表达式的实现原理和常用的正则表达式元素,是学习正则表达式的很好的一个入门介绍,当然里面也涉及高级一点的应用,比如:前向引用/后向引用/递归匹配/平衡组-This ppt regular expression described in detail the realization of principles and common elements of regular expressions, is to learn a good regular expressions in
CellphoneReader
- 手机阅读器最基本的功能包括:载入图书、前进、后退、存档、读取书签,以及可中断性阅读。-Reader the most basic features include: load books, forward, backward, archive, read the bookmarks, as well as disruption of the reading.
CS416-HW2-A2460
- Use console input and output. • Instead of hard coding n=50000, you need to get the value of n from user input. • You need to check the value of n and make sure it’s a positive integer. Keep prompting for value of n until you receive
FrameText
- 父窗口调出子窗口,并单击按钮后生成新的子窗口,可以向前向后显示-Bring up a child window parent window, and click the button to generate a new child window, you can forward and backward display
backward-forward
- 在java桌面程序中,输入网址实现前进和后退的功能-In the java desktop program, enter the URL to realize the forward and backward function ~ ~
MO-Java
- The document is the forward backward substitution method procedures, so long as to solve the power flow calculation
OneNightMusic
- 安卓客户端音乐播放器源码,主要实现播放、暂停、前进、后退、歌词下载同步已经主题切换。-Music player andros client source code, mainly realize the play, pause, forward, backward, lyrics download synchronization has theme switch.
plugins.jquery.com-master
- 采用jQuery开发的Lightbox控件。能够根据浏览器窗体大小自动调整展示图片大小。提供向前/向后控制链接。动态加载图片效果。易于定制。-Using jQuery Lightbox controls developed. Able to automatically adjust the display picture size according to the size of the browser form. Provide forward/backward control link. D
jquery_news_ticker
- jQuery News Ticker是一个非常不错的jQuery插件,它能够实现类似于BBC在网页上播报新闻的打字效果。 它可以从无序的列表,RSS,或一个HTML文件中取得要打字的内容。然后一个可以定制的界面中显示。 在显示界面中有向前/向后,播放/暂停控制新闻浏览。-jQuery News Ticker is a very good jQuery plug-in, it can be achieved typing effects similar to the BBC broadcast n
jsor-jcarousel-7bb2e0a
- jCarousel是一个jQuery插件用于控制一个列表项目的水平或垂直顺序,列表项目的内容可以是静态HTML内容或通过AJAX加载的内容。可以向前或向后滚动。-jCarousel is a jQuery plugin is used to control the horizontal or vertical order of a list of items, list items can be static HTML content or loaded via AJAX. You can sc
AnticipateOvershootInterpolator
- An interpolator where the change starts backward then flings forward and overshoots the target value and finally goes back to the final value for Andriod.
Another
- An interpolator where the change starts backward then flings forward for Andriod.
the-student-management-system
- 本篇和大家讨论该“学生管理系统”的核心部分――一个特殊的数据结构。该数据结构的名称为 DLinkedStuCollection 即一个双向的链表,可以完成向前向后的遍列,同时还能在内存中没有数据时自动从 文件系统加载记录,还可以在内存中的数据到达某个极限的时候将某些记录保存到文件了!。-Benpian and we discuss the " student management system," the core part- a special data struct