-
本人写的一个简单VCD租赁系统,需JDK1.5.0编译,main()函数在maininterface.java文件中。...
本人写的一个简单VCD租赁系统,需JDK1.5.0编译,main()函数在maininterface.java文件中。-I wrote a simple VCD rental system, the need JDK1.5.0 compiler, main () function in maininterface.java document.
- 2023-05-20 14:05:03下载
- 积分:1
-
检测安卓手机自带传感器详细信息
public class MainActivity extends Activity {
private TextView text;
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
text = (TextView)findViewById(R.id.text);
SensorManager sm = (SensorManager)getSystemService(Context.SENSOR_SERVICE);
List allsensors = sm.getSensorList(Sensor.TYPE_ALL);
text.setText("该手机有"+allsensors.size()+"个传感器,他们分别是:
");
for(Sensor s:allsensors){
String tempString = "
" + " 设备名称:" + s.getName() + "
" +
- 2023-08-04 02:35:04下载
- 积分:1
-
Multiplelinearregressonanalysisprediction
多元线性回归分析预测法针对概率论中的回归预测做了研究,推荐各位大侠阅读(Multiple linear regression analysis prediction for the probability of regression to do the research, recommended reading you heroes)
- 2010-05-14 10:00:49下载
- 积分:1
-
聊天小程序:实现多人聊天室聊天,Socket通信的使用…
聊天小程序:能实现一个聊天室多人聊天,使用socket通信-Chat Applet: to achieve more than a chat room chatting, the use of socket communication
- 2022-01-28 23:56:53下载
- 积分:1
-
JTAPIAppInit_tutorial
Tutorial to design JTAPI applications
- 2014-12-10 07:02:05下载
- 积分:1
-
完整应用.简单工作流程.适用于有一定JAVA开发经验的程序员.想进一步提高JAVA三剑客的读者...
完整应用.简单工作流程.适用于有一定JAVA开发经验的程序员.想进一步提高JAVA三剑客的读者-Complete application. Simple workflow. Apply to have certain experience in JAVA development programmers. JAVA Three Musketeers would like to further enhance the readers
- 2022-09-01 11:10:05下载
- 积分:1
-
可以与多人聊天的程序
多个人同时聊天,尽管是简化版的聊天程序,但是基本上实现了聊天的机制,采用socket编程,适合于初学者,如果想要做的更完善,可以在此基础上加以修改,以得到更好地程序,实现更多的功能。本程序也有不足之处,若发现有不好的地方,请尽量提出来。
- 2023-08-23 00:35:03下载
- 积分:1
-
SQLiteLogin
一个使用Eclipse编写的可使用数据库的登陆注册APP,可检查账号是否已存在。(A login registry APP written using Eclipse that can be used by the database to check if the account already exists.)
- 2017-09-12 20:43:01下载
- 积分:1
-
java和jsp开发的聊天室!
java和jsp开发的聊天室!-development of the chat room!
- 2022-01-24 09:27:22下载
- 积分:1
-
junit 逻辑测试 单元测试
一个java代码逻辑测试, 通过xml配置测试用例,通过ant获取测试报告。
- 2023-01-30 14:25:04下载
- 积分:1