-
进销存系统
资源描述
本系统采用了当下最流行的技术路线进行开发,基于B/S结构,采用S.S.H框架。开发环境主要使用的是著名的JAVA集成开发环境MyEclipse,采用了大中型企业常用的开源数据库MySQL,使用JSP技术开发前台界面,JAVA语言进行后台业务处理。该系统界面简单、操作方便,容易维护。
- 2022-03-25 06:20:38下载
- 积分:1
-
TP2V1.0
主要掌握什么是变量,变量的基本类型,变量名的命名规则,以及算术运算符(Main master what is variable, the basic types, variable variable naming rules, and the name of the arithmetic operators
)
- 2011-06-03 15:27:03下载
- 积分:1
-
doc
这是在下给初学者提供的一点资料,C++源代码,初学者学习特别好,在下才疏学浅,希望提供的对大家有帮助,谢谢(Visual C++)
- 2015-11-17 21:59:12下载
- 积分:1
-
高速公路仿真程序
资源描述面向对象大作业,高速公路仿真软件,Java语言实现,内附问题描述。
- 2023-03-06 17:10:03下载
- 积分:1
-
JAVA的一些例子,大家可以参考一下
JAVA的一些例子,大家可以参考一下-JAVA some examples, we can take a look
- 2022-03-03 14:02:00下载
- 积分:1
-
phonegap 万圣节摇摇乐实例源码下载
万圣节 摇摇乐
- 2015-02-01下载
- 积分: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
-
WEKA 遗传编程
右边框是状态的 WEKA 状态图标。时,没有进程运行时,这只鸟坐下来,小睡一会儿。旁边的 × 符号数
给出了并发运行进程的数。系统处于空闲状态时,为零,但它作为数目的进程增加而增加。当任何过程
是开始了,那只鸟起床,开始走动。如果站,而是停止移动很长时间,它是病: 有毛病 !在这种情况下你
应重新启动 WEKA 资源管理器。
- 2022-11-27 02:25:04下载
- 积分:1
-
sCREENsIZE
Returns the enum for matching the provided qualifier value.
- 2014-01-13 18:39:28下载
- 积分:1
-
Miller-Rabin_primality_test_(Java)
Miller Rabin:Just like the Fermat and Solovay–Strassen tests, the Miller–Rabin test relies on an equality or set of equalities that hold true for prime values, then checks whether or not they hold for a number that we want to test for primality.
- 2012-12-10 09:31:11下载
- 积分:1