-
asmack-android-6.jar
smack是一套很好的开源即时通讯api,是基于Xmpp协议的实现,而在Android,则提供了一个asmack的jar包,其功能以及用法跟smack一致。(Smack is a good open source instant messaging api, based on the implementation of Xmpp protocol, while Android provides an asmack jar package, which functions and uses the same as smack.)
- 2020-06-17 22:20:01下载
- 积分:1
-
simple netbeans calculator
导入javax.swing.JOptionPane;
- 2022-03-17 21:14:05下载
- 积分:1
-
Record-Sound
RecordSound源代码,Android录音实例,获取程序界面中的两个按钮,为两个按钮的单击事件绑定监听器,创建保存录音的音频文件,设置录音的声音来源,设置录制的声音的输出格式(必须在设置声音编码格式之前设置),设置声音编码的格式……(RecordSound source code, Android recordings instance, get two buttons in the program interface binding for the two-button click event listener, create audio file of the saved recordings, set recording of the sound source, set the output format of the recorded sound(must be set prior to setting the audio encoding format), set the audio coding format ...)
- 2013-01-22 18:32:39下载
- 积分:1
-
MWC飞控的上位机
资源描述MWC飞控的上位机2.2版,我用过很好用的,可以看到油门、姿态、还可以设置PID参数
- 2022-10-17 12:25:04下载
- 积分:1
-
文档分词且按频次排行
根据文本去除标点等特殊符号,分词,且根据分词出现次数统计词频,并按照词频由高向低排序。以上文本主要使用英文文档。
- 2022-07-16 12:36:40下载
- 积分:1
-
投注系统
1. 修改Conjunction.php里数据库连接的设置. 82,83行
- 2023-02-15 19:15:04下载
- 积分:1
-
URL 缩短 Ruby on Rails
BabyURL-一个很好的 url 缩短服务
要得到这种类型的 url 缩短的服务,您必须安装在您的服务器中的轨道上的红宝石。
然后键入这个命令
ngit clone https://github.com/Mashpy/babyurlrails.git
cd babyurlrails
bundle install
cp config/database.example.yml config/database.yml
rake db:migrate
现在,检查您的网站。
- 2022-05-22 07:49:00下载
- 积分:1
-
Android记事本App
【实例简介】Android记事本App
- 2021-06-16 00:31:12下载
- 积分:1
-
插入排序算法
package Algorithm;
//2013.10.29
import java.util.Arrays;
public class InsertionSort {
public static void insert(int[] a){
for(int n=1;n
- 2023-03-04 11:20:04下载
- 积分:1
-
腾讯视频数据获取爬虫
本爬虫属于原生爬虫,采用httpclient获取html内容,利用jsoup解析,将所需要的内容提取出来存入数据库。这个爬虫架构很好用,希望可以帮助到大家。
- 2022-08-13 11:52:52下载
- 积分:1