-
android 转盘抽奖程序源码 很容易扩展
android 转盘抽奖程序源码 很容易扩展
- 2014-01-02下载
- 积分:1
-
regress-110286
Multiline comments containing "/" should not be syntax errors.
- 2014-02-13 21:37:04下载
- 积分:1
-
在 java 中的多用户聊天应用
此应用程序使用客户端-服务器模式,roughlyOne 程序,叫做等待 clientto 连接到 itA 客户端连接服务器和客户端交换信息直到他们就做了这客户端和服务器都关闭他们连接的唯一作品背景您需要的信息是: 主机的服务器块有编号为从 0-65535 的端口。服务器侦听一个端口。所以你就不要使用当您编写您自己的服务器保留一些端口号。多个客户端可以与服务器 ona 获得端口进行通信。每个客户端连接分配一个单独的套接字在该端口上。客户端应用程序获得一个端口和插座上的 clientmachine 当他们成功地连接到服务器。
- 2022-08-22 21:37:41下载
- 积分:1
-
tree
判断二叉树是否是完全二叉树,求二叉树宽度1:若无左子女则不应该有右子女2.求二叉树宽度3.二叉树k层叶子结点(Determine whether the binary tree is a complete binary tree, binary tree width 1: children should not be left if no children have the right width 3. 2. binary tree binary tree leaf node k layer)
- 2016-03-18 11:41:22下载
- 积分:1
-
ZXingDemo
实现二维码扫描功能。已经过修改可以直接使用。(To achieve the two-dimensional code scanning capabilities. Has been modified and can be used directly.)
- 2020-09-25 16:17:47下载
- 积分:1
-
阿里星环:为什么业务定制要基于商业能力SDK · 语雀.pdf
业务定制化开发,阿里是怎么做的。框架介绍
- 2021-05-06下载
- 积分:1
-
游戏
package phone;
import javax.swing.JFrame;
public class De
{
public static void main(String[] args)
{
// 创建一个顶层容器f,且设置“删除联系人信息”作为窗口标题
JFrame f = new JFrame("删除联系人信息");
DeletePanel p = new DeletePanel();
f.add(p);//在顶层容器中添加中间容器
f.setSize(400, 300);//设置窗口大小
f.setLocation(350, 250);//设置窗口显示位置
// 设置窗口中右上角的关闭按钮图标的缺省操作事件是关闭程序
f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
f.setVisible(true);//让窗口对象可见
}
}
- 2022-01-25 20:17:11下载
- 积分:1
-
SubjectParser
Subject Parser extends Header Parser Source Code for Andriod.
- 2014-01-13 12:12:38下载
- 积分:1
-
UserDemo2
用struts2+Spring做到一个简单登陆验证,用到数据库(login check)
- 2011-06-22 13:04:47下载
- 积分:1
-
用谓词表示法表示修道士和野人的问题 在河的左岸有三个修道士,三个野人和一条船,修道士想用这条船把所有的人都运到河对岸,但要受到以下条件限制: (1) 修道士和野...
用谓词表示法表示修道士和野人的问题 在河的左岸有三个修道士,三个野人和一条船,修道士想用这条船把所有的人都运到河对岸,但要受到以下条件限制: (1) 修道士和野人都会划船,但船一次只能装运两个人。 (2) 在任何岸边,野人数不能超过修道士,否则修道士会被野人吃掉。 假定野人愿意服从任何一种过河安排,请规划出一种确保修道士安全的过河方案。要求写出所用谓词的定义、功能及变量的个体域。-used predicate said France monks and Savage said the problem in the left bank of the river three monks, and a savage three boats, monks want to use the boat for all the people to go t he other side of the river, but are subject to the following conditions : (a) monks and Savage will be rowed, but only a ship loaded Win two people. (2) In any shore, should not exceed the number of wild monks, the monks would otherwise be eaten Savage. Savage is willing to submit to the assumption that any river, please draw up a security to ensure the monks of the river program. Asked predicate used to write the definition of functions and variables of individual jurisdictions.
- 2022-06-17 02:33:45下载
- 积分:1