-
安卓蓝牙通讯协议 demoAndroid-BluetoothKit-master
说明: 蓝牙通讯协议demo,已经通过通讯测试,实测可以正常进行蓝牙协议通讯(Bluetooth Communication Protocol Demo)
- 2020-06-18 01:00:01下载
- 积分:1
-
webview_all
WebView的各个用法,本人总结的Demo文件。(WebView all usage, I have summarized the Demo file.)
- 2011-08-31 20:10:29下载
- 积分:1
-
ScrollViewButtonsAndLabels
Basic scroll view example Source Code for Andriod.
- 2013-11-22 15:13:15下载
- 积分:1
-
AjaxSpringMVC2AnnotationsCode
Example how to use Spring MVC, query and ajax
- 2013-01-09 12:02:15下载
- 积分:1
-
ctci-5th-cPPcode
ctci是一本程序员面试的好书,不过其中内容大部分有java实现,这里提供了全部的c++代码,供C++程序员学习(ctci is a programmer interview books, but most of its contents have java to achieve, there is provided a full c++ code for programmers to learn C++)
- 2016-08-21 18:05:40下载
- 积分:1
-
Java
说明: 设计模式一(单子、工厂、策略模式)练习
1. 假设现在要设计一个贩卖各类书籍的电子商务网站的购物车系统。对所有的教材类图书 实行每本一元的折扣;对连环画类图书提供每本7%的促销折扣;而对非教材类的计算机图书有3%的折扣;对其余书没有折扣。使用策略模式、工厂模式、单子模式进行设计(Design Mode 1 (List, Factory, Strategy Mode) Exercise
1. Suppose we are going to design a shopping cart system for e-commerce websites that sell all kinds of books. All textbook books are discounted at one yuan per book; comic books are discounted at 7% per book; computer books are discounted at 3% for non-textbook books; and other books are discounted at no rate. Design using strategy mode, factory mode and single mode)
- 2020-07-01 06:40:02下载
- 积分:1
-
Day03
说明: 用于基础练习,帮助初学者熟悉java基础代码编写,输出1-100的质数。(For basic exercises, help beginners familiar with java basic code, output 1-100 prime number)
- 2020-11-24 22:07:41下载
- 积分:1
-
jsf_example
一个jsf企业级程序示例实现一些基本功能()
- 2008-07-17 12:52:15下载
- 积分:1
-
regress-85880
Arguments object of g(){f()} should not be null.
- 2014-02-13 12:08:59下载
- 积分:1
-
useftpapplet
Java编写实现一个FTP客户端程序,通过该客户端连接指定的服务器。useFtpApplet 类继承了Applet 类,在init()中实现的是此Applet 的初始化,设置布局和背景,建立文本、标签和文本域。
Connect()方法使用主机地址、用户名和密码作为参数,建立与主机的连接。使用new 生成新的FtpClient 类实例,使用login()方法登录FTP 服务器,调用showFileContents()方法显示文件内容。 (Java prepared to achieve an FTP client program, through which clients connect to the specified server. useFtpApplet class inherits the Applet class, init () is initialized in the realization of this Applet, set the layout and background, the establishment of the text, labels and text fields.
Connect () method uses the host address, user name and password as parameters to establish a connection with the host. Use new FtpClient generate a new instance of the class, using the login () method to log FTP server, call showFileContents () method to display the file contents.)
- 2014-09-23 18:11:27下载
- 积分:1