-
Android-api-in-chinese
android的中文API文档,翻译得挺好。(android API documentation in Chinese, translation was very good.)
- 2011-06-23 23:35:26下载
- 积分:1
-
HTML_DEVL
HTML开发案例,提供经典HTML开发素材(HTML Development Case)
- 2012-07-24 20:54:44下载
- 积分:1
-
安卓客户端和服务端交互(socket)
安卓客户端和服务端交互(socket)
- 2017-03-28下载
- 积分:1
-
阿凡达更多粉丝是打发打发
资源描述发射点法士大夫发生发射点反对反对撒反对
- 2023-07-16 00:45:02下载
- 积分:1
-
七彩云浏览器
一款可以看全网vip电影电视剧的软件,绝对可用,破解全网各大平台VIP。(buhuiyingwensuoyiluanxiede)
- 2020-06-19 17:40:02下载
- 积分:1
-
教你将Android手机变成蓝牙无线示波器
说明: 实现蓝牙实时接收数据并以波形的形式显示在手机屏幕上,绘图采用sufaceView(use surfaceview to make buletooth link)
- 2020-12-24 11:29:06下载
- 积分:1
-
android 图片预览 例子源码
android 图片预览 例子源码
- 2014-11-29下载
- 积分: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
-
java platform netbeans 模块化开发
Java代码实现了模块化开发 有导航树 有sheet表格,点击左边可实现右面的事件。可自定义增加树的节点,也可删除树节点。可修改sheet表格
- 2022-03-24 05:27:41下载
- 积分:1
-
9yuan9_014
义乌饰品简单商城网站管理系统,保证完整无错,检测无病毒木马,百分百开源,全功能开放,绝无任何限制。免费提供给大家使用。
频道包括首页,商品中心,购物指南,客户留言,代理批发,联系我们,汇款方式等。
头部在top.asp文件里修改 底部自动调用。
后台地址 http://你的网站名/admin/
后台用户名:admin密码:admin888(Yiwu Jewelry Mall simple website management system, to ensure the integrity of the wrong detection, no trojan virus, 100 percent open source, full-featured open, there is no limit. Free for everyone to use.
Channel includes home page, commodity center, shopping guide, customer message, agent wholesale, contact us, remittance, etc..
Head in the top.asp file to modify the bottom of the automatic call.
Background address http:// your site name /admin/
Background user name: admin Password: Admin888)
- 2017-01-24 23:18:46下载
- 积分:1