-
音乐网站源码
是一个简单的音乐网站,前台可以收藏专辑,可以上传和下载音乐。导入elipse即可。修改musicsrcconn .java中的数据库连接用户名密码。SQL文件在DATABASE中
- 2022-03-30 19:13:07下载
- 积分:1
-
slidingmenu
SlidingMenu菜单源码,android 左右滑动菜单。Android滑动菜单左右滑动风格。(SlidingMenu menu source, android slide left menu. Android sliding menu style sliding around.)
- 2013-10-08 17:25:18下载
- 积分:1
-
Hangman游戏,java开发
这是个Hagman小游戏。整个游戏基于JAVA开发,有很好的界面。
里面包含了源代码,和几个包。
这个游戏的界面就是传统的游戏界面。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-07-11 16:17:47下载
- 积分:1
-
不平衡数据分类
不平衡分类问题,是指训练样本数量在类间分布不平衡的模式分类问题.具体地说就是某些类的样本数量远远少于其他类.
- 2022-02-05 14:46:34下载
- 积分:1
-
MySQL Workbench 6.3 CE 汉化文件v0.3
鉴于之前的汉化文件使用后报错,遂用两个小时写了个自动化脚本来汉化文件,亲测可用。时间仓促,若有不足,请在下方教程链接中提意见MySQL Workbench汉化文件,可根据教程完成汉化教程链接:https://blog.csdn.net/weixin_40423737/article/details/80193680
- 2020-05-26下载
- 积分:1
-
wenduji
Android项目源码基于传感器的温度计开发是android应用上的温度计,是通过传感器来感知外面的温度。应该说这个应用太强大了,用到传感器技术,并能时时更新。项目中代码层次分明,大部分方法都加了详细的注释。对于想学习传感器的开发人员来说,简直是福音。(项目采用GBK编码,是studio工程)。(Android project source sensor based on the development of the thermometer is a thermometer on the Android application, it is through the sensor to sense the temperature outside. It should be said that this application is too powerful, the use of sensor technology, and can always update. Items in the code level, most of the methods have added a detailed notes. For developers who want to learn sensor, it is the gospel. (the project uses the GBK code, is the studio project).)
- 2016-05-16 11:37:00下载
- 积分:1
-
微信基础接口实现源码
资源描述
微信基础接口实现源码
public class CrazyDreamService {
public static String getCrazyDream(String str){
String url="http://www.gpsso.com/WebService/Dream/Dream.asmx/SearchDreamInfo";
Map params=new HashMap();
params.put("Dream", str);
/*
0
接口查询成功
【钓鱼】梦见钓鱼,说明你生活不错,因为钓鱼的一个等待的过程,所以梦中钓鱼,也说明了你在寻找。 年轻人梦见钓鱼,你在寻找另一半儿。 商人梦见钓鱼,你在寻找机会,寻找合作者。 女性梦见钓鱼,可能会是胎梦。 如果钓鱼时半天没钓到,或者是咬了鱼饵又跑掉了,说明你对事情有着担心,但也不要介意,许多事情都不是百分百有把握的,努力争取,钓鱼是一个过程,其它也是。
*/
try {
InputStream is=HttpUtil.postUrl(url, params);
SAXReader saxReader = new SAXReader();
Document document = saxReader.read(is);
Element array = document.getRootElement();
Element dream=array.element("DREAM");
String dt=dream.getText();
- 2023-04-21 02:05:03下载
- 积分:1
-
AllShare
android dlna upnp基于cyberlink(android dlna upnp upnp cyberlink)
- 2014-06-11 16:52:48下载
- 积分:1
-
2015全国大学生电子设计竞赛风力摆
脉冲宽度调制是一种模拟控制方式,根据相应载荷的变化来调制晶体管基极或MOS管栅极的偏置,来实现晶体管或MOS管导通时间的改变,从而实现开关稳压电源输出的改变。这种方式能使电源的输出电压在工作条件变化时保持恒定,是利用微处理器的数字信号对模拟电路进行控制的一种非常有效的技术。脉冲宽度调制是利用微处理器的数字输出来对模拟电路进行控制的一种非常有效的技术,广泛应用在从测量、通信到功率控制与变换的许多领域中。(Pulse width modulation (PWM) is an analog control method, which modulates the bias of transistor base or MOS gate according to the change of load, so as to change the turn-on time of transistor or MOS and realize the change of output of switching regulated power supply. This method can keep the output voltage of the power supply constant when the working conditions change. It is a very effective technology to control the analog circuit by using the digital signal of the microprocessor. Pulse width modulation (PWM) is a very effective technology to control analog circuits by using the digital output of microprocessors. It is widely used in many fields, from measurement, communication to power control and conversion.)
- 2020-06-22 16:20:02下载
- 积分:1
-
alipay-sdk-JAVA-3.3.1 (1)
支付宝APP支付demo及源码,仅供参考(Alipay APP pays demo)
- 2018-10-08 15:19:37下载
- 积分:1