-
danpianji
单片机C语言程序设计实训100例——基于8051+Proteus仿真(Microcontroller C Programming Language Training 100 cases- based on 8051+ Proteus simulation)
- 2013-08-17 15:55:53下载
- 积分:1
-
基于多属性的加密算法
加密技术是一种众所周知的技术,它可以在因特网和因特网上提供多媒体内容传输的安全性
- 2022-02-04 09:06:58下载
- 积分:1
-
SZZS(andriod_level)
android安卓版水准测量数据记录电子手薄程序,可平差及导出数据,可导入例子数据等功能。(android Andrews version of the standard measurement data recording electronic hand book program, you can export data and adjustment, can import example data and other functions.)
- 2016-04-30 14:28:22下载
- 积分: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
-
发牌游戏
实验2 发牌游戏实验类型:验证性实验目的:掌握Java数组、方法、类的基本定义。实验内容:编写程序,项目名和类名均为PokerGame。描述:共有1幅扑克牌,不包括大王和小王共52张牌。可能有n个人参与扑克游戏,2
- 2022-05-17 11:12:09下载
- 积分:1
-
ANDROID调用c#的webservice
webservice是用c#语言写的,android端利用ksoup开源插件调用weservice
- 2015-01-05下载
- 积分:1
-
java超市收银
Java超市管理,SQL2000+源代码,考验编程者用户界面及数据库操作相关知识,不错的教学范例,大家有刚学Java的,不妨好好学习一下。
- 2022-05-30 10:02:04下载
- 积分:1
-
automatically-send-text-messages
Android自动发送短信,可以让你的手机自动发送短信的代码(Android automatically send a text message that lets your phone automatically send SMS code)
- 2012-07-17 16:07:58下载
- 积分:1
-
java项目 即时聊天系统
java开发即时聊天系统,用户可以群聊、私聊、查询及修改个人信息、查询聊天记录,管理员可以对用户进行增加、删除、修改用户权限、查询用户信息等操作。还包括客户端与服务器端相关代码。
- 2023-06-02 03:35:04下载
- 积分:1
-
PanoramaGL
对于PannoramaGL有滑动效果有很大的改动,使界面滑动不再一直滑动下去。可以随手指的停止而使界面停止。(For PannoramaGL sliding effects are a lot of changes, so that no longer have been sliding down the sliding interface. You can stop leaving the interface with the finger stop.)
- 2020-06-16 06:40:02下载
- 积分:1