-
GooglePAndroidcode
全部内容基于Android SDK 随书附赠400多分钟的详细教学视频,286段示例代码 从事一线开发的作者团队提供在线答疑.(GoogleAndroidDevelopment and Practice)
- 2013-11-19 14:12:36下载
- 积分:1
-
【开源框架】异步加载网络图片
android高效加载图片,android照片墙的实现,使用ImageLoader实现图片异步加载,内带详细说明,编译环境eclipse,下载解压导入就能用,非常方便,例程都在里面
- 2023-05-23 04:05:04下载
- 积分:1
-
voice-mouse
Voice operated mouse that can connected with java server
- 2013-08-19 12:53:43下载
- 积分:1
-
在 jsp 文件上传
下面的下面的 HTM 代码创建上传器窗体。以下是记下了一些重要问题:
窗体方法属性应设置为POST方法和 GET 方法不能使用。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-07-06 09:37:30下载
- 积分:1
-
java中用正则表达式来检测IP地址是否合理,简单又好用。
java中用正则表达式来检测IP地址是否合理,简单又好用。-detect you ip address is valid or not.
- 2023-04-18 22:40:03下载
- 积分:1
-
standard--exam-system
该程序是针对考试系统所开发的,有兴趣的++(this program is aimed at exam system for somebody who interesting it!)
- 2011-12-09 15:03:05下载
- 积分:1
-
sehtor
一个不错的Java guestbook,可以自己在里面添加内容,(A good Java guestbook, can add content in the inside,)
- 2017-06-27 23:56:03下载
- 积分:1
-
Java语言规范11
说明: java语言规范se11版,官方版文件针对java11(Java language specification se11)
- 2020-06-19 16:00:02下载
- 积分:1
-
普林斯顿算法课作业1
普林斯顿算法作业1,开始于2017年暑期,非常有利于基础数据结构的掌握,可以帮助你更好的提升代码能力。主要内容涉及Unio-find并查集算法,通过perculation api填充,加深你对于并查集的理解,甚至能提升工程能力,一举两得,童叟无欺,老少皆宜。
- 2022-04-18 09:47:59下载
- 积分:1
-
Lex Bell Laboratories of the United States with C language developed by a lexica...
Lex是美国Bell实验室用C语言研制的一个词法分析程序自生成工具。它的基本原理就是使用正则表达式扫描匹配文本,并为每一个匹配模式定义一些操作,当用C语言作宿主语言时,这些操作都由C语言实现。一种匹配的正则表达式可能会包含相关的动作。这一动作可能还包括返回一个标记。当 Lex 接收到文件或文本形式的输入时,它试图将文本与正则表达式进行匹配。它一次读入一个输入字符,直到找到一个匹配的模式。如果能够找到一个匹配的模式,Lex 就执行相关的动作(可能包括返回一个标记)。-Lex Bell Laboratories of the United States with C language developed by a lexical analysis tool generated from the process. Its fundamental principle is to use a regular expression matching text scanning, and for every definition of a matching model for operation, when the C language of the host language, these operators by C language. A match of which is likely to contain expressions related to the moves. This action may also include the return of a marker. When Lex reception of the document or text input, it is trying to text and is a regular expression matching. It read an input into the characters, until they found a matching pattern. If they can find a matching model, Lex on the implementation of the action (which may include a return of markings).
- 2022-02-09 15:55:49下载
- 积分:1