-
移动公司的话费详单看得晕晕乎乎的,做个程序自己统计一下了...
移动公司的话费详单看得晕晕乎乎的,做个程序自己统计一下了-mobile calls to request the pleasure to see the butterflies and become a procedure own statistics about the
- 2023-09-09 10:50:03下载
- 积分:1
-
filtering
用JAVA写的带通滤波代码,实现思路很简单,没有采用各种数字滤波的方法。而是通过傅里叶变换到频域,将要求外的频率均置0,再逆傅里叶变换得到的。效果还不错。(Written using JAVA bandpass filtering code to achieve the idea is very simple, without using a variety of digital filtering approach. But through the Fourier transform to the frequency domain, the frequency requirements are set to 0, then the inverse Fourier transform. Results were pretty good.)
- 2021-01-15 00:08:46下载
- 积分:1
-
LDA主题模型的代码
LDA主题模型的代码,实现最简单的lda模型
- 2022-07-04 17:53:15下载
- 积分:1
-
蓝牙传输教程源码
蓝牙开发,初学者的福音,内容简单,详细的讲述了蓝的基础及构造
- 2022-06-02 17:35:37下载
- 积分:1
-
teshuqipanfugai
特殊棋盘覆盖问题的Java脚本文档,采用递归的思想解决(Special chessboard coverage of Java script files, using recursive thinking to solve)
- 2014-04-26 17:50:24下载
- 积分:1
-
coolweather
简易的天气预报app,基于as平台下开发(app for offering you weather information)
- 2018-03-07 12:17:33下载
- 积分:1
-
j2ee et la liaison avec une base de donnée ace
j2ee et la liaison avec une base de donnée ace-j2ee et la liaison avec une base de donnée acess
- 2022-03-10 09:55:33下载
- 积分:1
-
my-news
基于Java的新闻发布系统,所用的技术包含Struts,Spring,Hibernate,包含人员,角色,新闻主题,新闻文章以及文章评论等功能(Java based news publishing system, the technology used in Struts, Spring, Hibernate, including personnel, role, news topics, news articles and article reviews and other functions)
- 2015-12-12 15:25:30下载
- 积分:1
-
微信朋友圈查看
rror:Unable to start the daemon process.
This problem might be caused by incorrect configuration of the daemon.
For example, an unrecognized jvm option is used.
Please refer to the user guide chapter on the daemon at https://docs.gradle.org/2.14.1/userguide/gradle_daemon.html
Please read the following process output to find out more:
-----------------------
Error occurred during initialization of VM
Could not reserve enough space for 1572864KB object heap
Error:(28, 0) Could not find method android() for arguments [build_64c8r9i4wsxu2qkkysm35880b$_run_closure3@74aaa5] on root project "imagepicker" of type org.gradle.api.Project.
Open File
- 2022-05-22 14:22:56下载
- 积分:1
-
糗事百科本地
package com.jeremyfeinstein.slidingmenu.lib.app;
import com.jeremyfeinstein.slidingmenu.lib.SlidingMenu;
import android.os.Bundle;
import android.preference.PreferenceActivity;
import android.view.KeyEvent;
import android.view.View;
import android.view.ViewGroup.LayoutParams;
public class SlidingPreferenceActivity extends PreferenceActivity implements SlidingActivityBase {
private SlidingActivityHelper mHelper;
/* (non-Javadoc)
* @see android.app.Activity#onCreate(android.os.Bundle)
*/
@Override
public void onCreate(Bundle savedInstanceState) {
mHelper = new SlidingActivityHelper(this);
super.onCreate(savedInstanceState);
mHelper.onCreate(savedInstanceState);
}
/* (non-Javadoc)
* @see android.app.Activity#onPostCreate(android.os.Bundle)
*/
@Overri
- 2022-02-25 08:01:17下载
- 积分:1