资源列表
src
- 教师业务管理系统采用了Java语言在eclipse中进行开发的,同时后台的数据库是用SQL Server2005进行具体设计的,前台是管理员登录界面。它主要实现了教师管理、课程管理、论文管理以及项目管理四大模块的功能,在每一模块中又涉及到了添加信息、修改信息、查询信息、删除信息、显示信息以及退出模块等功能。初步实现了“教师档案管理系统”软件设计。-Teacher business management system developed using the Java language in ecl
BluetoothActivity
- Android蓝牙接收实时数据并绘制实时动态曲线,简单,方便。-Android bluetooth receive real-time data and real-time dynamic curve drawing, simple and convenient.
Java
- Java sample for rockey4 smart dongle
jsPlumb-master
- javascr ipt绘图库,可绘制流程图,拓扑图-javascr ipt graphics library that can draw flowcharts, topology
Bluetooth
- 蓝牙接收数据并画图,实现接收数据画图的功能。-Bluetooth receiver and the drawing data, the received data to realize the function of drawing.
UserInfomation
- 1.GUI要求:自行设计界面,供用户输入学生的姓名、学号、性别(下拉框)、班级和兴趣爱好(多行文本),并提供“录入”、“查询”按钮。 2.若用户单击“录入”按钮,则检查用户的输入是否存在问题,若无问题则将该学生信息存入文件;若有错,则提示用户修改。 输入需满足的条件为:姓名不能大于多于8个字符(getColums());学号为7位的数字(getColums());班级只能取值“1”、“2”、“3”或“4” paramString();兴趣爱好无特殊要求。 3.若用户单击“查询”按钮,
tree
- 最小生成树算法的动态演示,具有良好的交互性,支持用鼠标绘图和绘点,Prim算法和Kruskal算法两种的动态过程。-Dynamic presentation minimum spanning tree algorithm, with good interaction, support the use of the mouse for drawing and painting point, Prim algorithms and dynamic process of two of Kruskal&
adl
- scorm范例,一个基于Java平台开发的scorm1.2例子,可以实现读取scorm课件的基本功能-scorm example, a Java-based platform development scorm1.2 example, you can achieve the basic functions to read scorm courseware
GPS
- 通过android的gps定位获取所在位置的经纬度,卫星数量及运动速度等。-Get the location of the android gps positioning by latitude and longitude, number of satellites and motion speed.
bankreport
- 一套完整报表系统。struts2+poi导出excel,并且带有sql-bank report
app-find-(1)
- 能够查询当前在线设备的IP地址,具有好高的查询效率,对设备管理具有重要的意义。-Able to query the current IP address of the device online, with good high query efficiency has important implications for device management.
Cracking-the-code-interview-solution-java
- 最新Cracking the Code Interview 所有章节习题答案及范例Java版,助你面试成功!