double k; Numbertest num=new Numbertest(); System.out.println("所要求解的一元二次方程为:"+ "a*Y*Y+b*Y+c=0"); System.out.println("a,b,c为常数,Y为自变量,请依次输入a,b,c的值"); Scanner in= new Scanner(System.in);
2021-12-20 19:51:27 2KB java
1
讲述android 中通过jni 调用java里的接口,以及java调用C++接口实例。
2021-12-15 16:07:58 20.26MB android java jni
1
Java写的一个简单的数字计算器代码,界面说不上漂亮,不过挺简洁,易于操作,功能方面,仅是实现了基本的数字运算,主要是加减乘除计算,和Windows的计算器有点像。
2021-12-13 10:07:03 2KB Java源码-初学实例
1
不依赖任何第三方类库,自己实现一个JAVA版的最简单RPC框架。对理解dubbo,thrift原理有所帮助
2021-11-27 18:20:51 23KB RPC JAVA SOCKET
1
用java实现的一个聊天小软件。涵盖了j2se的大部分基础知识,适合java初学者和准备复习java知识的人学习。
2021-11-22 02:38:27 119B java chat 聊天
1
适合初学java者的联系内容,不过给的是包,要运行跑起来的话环境是要自己建好的。
2021-11-14 14:41:38 3KB BankTransaction
1
简单基于Java+mysql数据库的网上书城管理系统……
2021-11-13 23:42:14 3.9MB Java mysql 网上书城 毕业设计
1
Today we all are aware of the need of creating dynamic web pages i.e the ones which have the capability to change the site contents according to the time or are able to generate the contents according to the request received by the client. If you like coding in Java, then you will be happy to know that using Java there also exists a way to generate dynamic web pages and that way is Java Servlet. But before we move forward with our topic let’s first understand the need for server-side extensions. Servlets are the Java programs that runs on the Java-enabled web server or application server. They are used to handle the request obtained from the web server, process the request, produce the response, then send response back to the web server.
2021-11-12 23:03:22 75KB java web servlet h2
1
主要为大家详细介绍了如何简单实现Java通讯录系统,具有一定的参考价值,感兴趣的小伙伴们可以参考一下
2021-10-21 19:14:18 35KB Java 通讯录
1
根据kotlin的协程设计简单实现java的协程设计,并且提供kotlin版本和java版本
2021-10-14 20:41:43 71KB Android开发-Kotlin开发
1