-
SVM多分类 机器学习示例源码(MachineLearning)
SVM多分类 机器学习示例源码(MachineLearning)
- 2019-03-31下载
- 积分:1
-
android 仪表盘/波浪形进度条控件以及示例源码
android 仪表盘/波浪形进度条控件以及示例源码
- 2018-08-23下载
- 积分:1
-
RatingBarSample
Android RatingBar投票条实例,玩Android手机的朋友可能就见到过,用手机访问门户网站经常会见到投票功能,投票之后用彩条来显示投票的结果,这个实例就是实现投票彩条,有兴趣的不妨下载源码一试。(The Android RatingBar Voting instance friends play Android phone may have seen, often using mobile phones to access the portal will see the voting function, after the voting, with the color bar to display the results of the vote, this instance is to achieve voting color bar, interested may wish to download the source code a try.)
- 2013-04-09 19:08:54下载
- 积分:1
-
HttpOptions
HTTP OPTIONS method Source Code for Andriod.
- 2013-11-11 09:40:24下载
- 积分:1
-
TweenAnimation
说明: 学习TweenAnimation动画让一张图片360度旋转(Learn TweenAnimation animation to make a picture rotate 360 degrees)
- 2020-06-11 08:48:26下载
- 积分:1
-
省、市、县级联选择Android改进版
Android盛市、县三级选择菜单,这是一个改进版,不过外观样式上还是需要再完善的,外观样式这个因人而好吧,自己美化,可融到自己的APP中使用。这款菜单同样是从外部调用的省市县(区)菜单内容,Android端实现了选择框并加载这些内容,最终实现的用户选择盛市县功能。
- 2022-03-11 03:57:26下载
- 积分:1
-
pinyin4jandroid-
pinyin4j Android拼音处理工具类,带文档,用于Android通讯录排序处理,实现按字母排序的功能,在通讯录中,要实现查找联系人按26个英文字母排序的功能,使用pinyin4j就可以很方便的实现此功能。(pinyin4j Android phonetic processing tools with documentation for Android address book sorting processing, sorting alphabetically functions in the address book, find the contact you want to achieve the sort function by 26 letters of the alphabet, you can easily use pinyin4j to achieve this functionality.)
- 2014-04-21 09:35:10下载
- 积分:1
-
Android 演示开关灯效果
Android 演示开关灯效果,单击按钮后开灯,再次单击则关灯,很逼真的演示了开关灯特效,开灯后灯光点亮的效果很逼真哦。主要是添加按钮事件,改变图片的状态,设置程序状态的方法:
public void setBulbState(boolean state){//true on false off
//设置图片状态
ImageView iv=(ImageView)findViewById(R.id.ImageView01);
iv.setImageResource((state)?R.drawable.bulb_on:R.drawable.bulb_off);//设置图片状态
//设置ToggleButton状态
ToggleButton tb=(ToggleButton)this.findViewById(R.id.ToggleButton01);
tb.setChecked(state);//设置ToggleButton状态
- 2023-05-07 10:05:02下载
- 积分:1
-
Treeview
是一个显示树型结构的控件
- 2022-01-25 16:38:30下载
- 积分:1
-
指纹支付系统
服务端采用qt5, 客户端为Android,核心采用c++编写,jni调用。
- 2023-06-02 06:45:05下载
- 积分:1