-
123
主要用于登录和注册,是以java的基础喂核心的(Mainly used to login and registered,On the basis of the core of Java feed
)
- 2011-11-17 23:47:31下载
- 积分:1
-
android调用摄像头拍摄一段视频并上传
android调用摄像头拍摄一段视频并上传
- 2013-08-14下载
- 积分:1
-
BubleSort 算法
泡沫排序,有时也称为“下沉排序”,是一个简单的算法,通过列表来进行排序,比较每一对相邻的项目和交换,如果它们是错误的顺序。通过列表的传递,直到不需要进行任何交换,这说明列表是排序的。该算法,它是比较排序,被命名为较小的元素“气泡”的顶部的列表。虽然算法简单,但对于大多数问题来说,即使在插入排序的时候,它也太慢和不切实际,如果输入通常是按顺序进行的,它可以是可行的,但有时也会有一些顺序元素几乎处于位置。
- 2022-03-13 01:50:48下载
- 积分:1
-
利用按钮动作控制面板背景色,挺好玩的小程序,适合初学者
利用按钮动作控制面板背景色,挺好玩的小程序,适合初学者-use control panel button moves the background color, very good playing small procedures for beginners
- 2022-04-19 04:54:35下载
- 积分:1
-
Socket-Create-WEBService
使用Socket创建一个WEB服务器,本程序是多线程系统以提高反应速度(Create a WEB server using the Socket, this program is multi-threaded system to improve the response speed)
- 2011-07-22 14:21:16下载
- 积分:1
-
jquery-form.js源码
/*!
* jQuery Form Plugin
* version: 3.50.0-2014.02.05
* Requires jQuery v1.5 or later
* Copyright (c) 2013 M. Alsup
* Examples and documentation at: http://malsup.com/jquery/form/
* Project repository: https://github.com/malsup/form
* Dual licensed under the MIT and GPL licenses.
* https://github.com/malsup/form#copyright-and-license
*/
/*global ActiveXObject */
// AMD support
(function (factory) {
"use strict";
if (typeof define === "function" && define.amd) {
// using AMD; register as anon module
define(["jquery"], factory);
} else {
// no AMD; invoke directly
factory( (typeof(jQuery) != "undefined") ? jQuery : window.Zepto )
- 2022-01-25 22:52:47下载
- 积分:1
-
javacv-examples-master
image processing with opencv
- 2017-05-01 21:54:16下载
- 积分:1
-
document talkin about peer to peer systems
document talkin about peer to peer systems
- 2023-03-11 00:10:04下载
- 积分:1
-
ContactLocaleUtilsTest
ContactLocaleUtilsTest extends AndroidTestCase.
- 2013-12-02 15:37:18下载
- 积分:1
-
关键词提取
TextRank是PageRank在自然语言处理领域的应用,这部分代码对textrank进行了编程实现,现在textrank技术主要是用在关键词提取领域。
- 2022-06-30 13:51:30下载
- 积分:1