-
Android 开启指定名称和密码的 Wifi热点 实例源码下载
Android 开启指定名称和密码的 Wifi热点 实例源码下载
- 2014-08-26下载
- 积分:1
-
Source
某公司安装了电子门,要设计门禁系统:
公司的雇员可以凭借密码、胸卡或指纹进入公司
计算机根据雇员的验证方式对其身份进行验证
管理员在监控室可以通过按钮直接开启电子门
访客可以按门铃请求进入,由管理员为其放行
管理员可以为新职员设置密码
(A company to install an electronic gate, to design access control systems: the company' s employees can rely on passwords, badges or finger into the company computer, authentication of the employee to verify their identity can be an administrator in the control room directly through the button to open electronic gates that visitors can rang the doorbell of the request to enter an administrator can be released by the administrator of its staff to set a password for the new)
- 2009-09-09 08:40:07下载
- 积分:1
-
ProgressBarTest
进度条显示,可以改变进度条的显示样式。可以自定义图片为进度条的按钮样式。(Progress bar shows the progress bar can change the display style. You can customize the picture as the progress bar button style.)
- 2013-06-26 11:23:06下载
- 积分:1
-
PhoneGap
PhoneGap.zip,方便快捷开发Android,IOS客户端的开发(PhoneGap.zip, convenient and efficient development of developing Android, IOS clients)
- 2014-02-19 10:37:55下载
- 积分:1
-
java开发的图片分割软件
java开发的图片分割软件源代码
可将用户指定图片分成3x3个块
jre7下运行通过
- 2022-08-11 11:01:46下载
- 积分:1
-
The Shortest Circuit of a Non-Oriented Graph
package Extend_Floyd;
import java.io.*;
import java.util.Scanner;
public class Extend_Floyd {
/**
* @param args
*/
static final int INF=666666666;//注意INF可能溢出,慎用!
static final int MAXN=100+10;
static int nnum,mnum,cnt,minn;
static int path[],fa[][],cur[][],dist[][];
static void init()
{
path = new int[MAXN+1];
fa = new int[MAXN+1][MAXN+1];
cur = new int[MAXN+1][MAXN+1];
dist = new int[MAXN+1][MAXN+1];
for(int i=1;i
- 2022-09-18 01:15:03下载
- 积分:1
-
图书管理系统(源码+数据库+截图)
账号:2 密码:77778888
- 2021-05-06下载
- 积分:1
-
Dom Proj Web Project
Dom Proj Web项目
- 2023-07-29 13:50:05下载
- 积分:1
-
简单的登录 增删改查
简单的登录 增删改查
- 2014-05-14下载
- 积分:1
-
java五子棋(支持 人机对战、双人对战)
java五子棋(支持 人机对战、双人对战)
- 2020-06-11下载
- 积分:1