-
HeartbeatMonitor
这是关于安卓手机端通过蓝牙采集人心电信号,然后通过解码,滤波,心电信号显示的程序文件。(This is the end of Android phones via Bluetooth signals collected people, and then decoding, filtering, ECG display program files.)
- 2013-12-27 20:58:35下载
- 积分:1
-
task9
说明: 自己制作了一个日历,是用calendarView写的,可以添加事务。但由于我没写数据库,所以还不能保存事务,只是给大家写了一个模板吧,大家可以连本地数据库,也可以链接云端。(I made a calendar to add transactions. But because I did not write the database, so I can not save the transaction, just write a template for you, you can connect to the local database, you can also link to the cloud.)
- 2020-06-21 14:20:02下载
- 积分:1
-
jbpm的一个简单例子,是一个比较好的的入门例子,希望能够好好使用!...
jbpm的一个简单例子,是一个比较好的的入门例子,希望能够好好使用!-jBPM s a simple example of this is a better example of the entry, hoping to make good use of!
- 2022-12-06 13:55:03下载
- 积分:1
-
练习好代码-9
可以用来练习的代码,非常经典,值得下载查看
- 2023-04-14 17:20:03下载
- 积分:1
-
Java与模式 源代码,阎宏那本书的。经典,不用说了吧
Java与模式 源代码,阎宏那本书的。经典,不用说了吧-model with Java source code, Yan Hong of the book. Classic Needless to say, all right
- 2022-05-15 20:01:17下载
- 积分:1
-
Javascript中文参考手册
Javascript中文参考手册 中文版 很详细 方便查阅(The Chinese version of Javascript Chinese Reference Manual is very detailed and easy to consult.)
- 2020-06-22 17:00:02下载
- 积分:1
-
java counter, although the relatively rough interface, but the basic functionali...
java计数器,虽然界面比较粗糙,但基本功能还算是比较完善的,对于热爱java图形编程的朋友是个不错的例子。-java counter, although the relatively rough interface, but the basic functionality is still relatively perfect for the java-loving friend of graphical programming is not a bad example.
- 2022-05-22 09:42:20下载
- 积分:1
-
Y.asyncScrollLoader
Y.asyncScrollLoader是分屏展示、图片按需加载、按需执行JS、按需解析HTML、标签按需加载所必需的插件。(Y.asyncScrollLoader Webpage split screen display, picture on-demand loading, according to the need to perform JS, according to the needs analysis of HTML, the label on-demand loading required plug-ins.)
- 2014-11-27 15:00:46下载
- 积分:1
-
定期利率
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Scanner;
public class test {
public static void main(String [] args){
System.out.println("通过Java语言编程实现银行定期存款的结息算法");
System.out.println("请输入存入日期———存款时间(三个月--半年--一年--三年--五年)————定期金额");
String a[]=new String[2];
double b[]=new double [2];
b[0]=0;
int c[]=new int[5];
//double d[]=new double[5];
String d[]=new String[5];
/**
* 本程序可以计算定期利息
* 可以提前支取 或者到期支取
*
* */
double huoqi=0.003/360;//定期利息
double three=0.135;//定期利息
double harf=0.155;//定期利息
double titi=0.175;//定期利息
double vivi=0.225;//定期利息
double fifi=0.275;//定期利息
double sum=0;//本金剩余金额
double sum0=0;//最终余额
Scanner time=new Scanner(System.in);
Scanner timeout=new Scanner(System.in);
Sca
- 2022-08-10 06:28:22下载
- 积分:1
-
shopCar
j2ee 编写的购物车系统,有简单的购物,可登录,选择图书,购买,购物车,下定单等功能~~~(Shopping cart system, a simple shopping, you can log in, choose books, buy, shopping cart, place an order, etc. ~ ~ ~)
- 2013-11-09 15:22:17下载
- 积分:1