-
学生管理系统(选课)app源码
【实例简介】
管理系统实现的功能主要是:学生、教师的注册登录,和选课,以及修改学生的成绩等基本简单的功能。
- 2021-05-18 10:33:55下载
- 积分:1
-
OrmLite 数据库操作 实例源码下载
OrmLite 数据库操作 实例源码下载
- 2014-07-17下载
- 积分:1
-
android 与 JS 交互 例子源码下载
android 与 JS 交互 例子源码下载
- 2013-09-10下载
- 积分:1
-
stm32 无刷电机控制板
stm32f103c8t6 做主控 自制无刷电机(bldc )控制板,支持有感和无感两种模式。可通过硬件切换。内部包含原理图和源代码及照片,原创资料。
- 2020-05-26下载
- 积分:1
-
android 滑动菜单SlidingMenu 示例源码下载
android 滑动菜单SlidingMenu 示例源码下载
- 2013-10-23下载
- 积分:1
-
障碍检测和路径规划的MATLAB仿真
可以根据当前所在位置的图像,给出坐标。判断出障碍物的个数和给出最优的可以路线 实现简单的路径规划功能
- 2019-04-26下载
- 积分:1
-
android 自定义时间段选择dialog 实例源码下载
android 自定义时间段选择dialog 实例源码下载
- 2015-05-15下载
- 积分:1
-
android 扫描二维码 并 生成二维码实例源码下载
android 扫描二维码 并 生成二维码实例源码下载
- 2015-03-26下载
- 积分:1
-
远程视频监控
【核心代码】 public interface CameraSource { static final String LOG_TAG = "camera"; /** * Open the camera source for subsequent use via calls to capture(). * * @return true if the camera source was successfully opened. */ boolean open(); /** * Close the camera source. Calling close on a closed CameraSource is * permitted but has no effect. The camera source may be reopened after * being closed. */ void close(); /** * The width of the captured image. * * @return the width of the capture in pixels */ int getWidth(); /** * The height of the captured image. * * @return the height of the capture in pixels */ int getHeight(); /** * Attempts to render the current camera view onto the supplied canvas. * The capture will be rendered into the rectangle (0,0,width,height). * Outstanding transformations on the canvas may alter this. * * @param canvas the canvas to which the captured pixel data will be written * @return true iff a frame was successfully written to the canvas */ boolean capture(Canvas canvas); boolean saveImage(String savePath, String fileName); }
- 2013-12-04下载
- 积分:1
-
读书类的APP,简单的DEMO
简单的txt浏览器,感觉还算好用吧。喜欢的下载吧
- 2015-01-21下载
- 积分:1