搜索资源列表
cktx
- 学习串口通信的好资料,内含有创建一个串口,打开串口,读取串口内容,关闭串口,还有多线程串口编程知识-Learning a good serial communication data contains create a serial port, open the serial port, serial port to read the contents, close the serial port, serial ports are multi-threaded programming know
thread
- 线程创建实例,一个板子上的小程序。线程创建实例,一个板子上的小程序。-Examples of thread creation, a small board procedures. Examples of thread creation, a small board procedures.
TankGame3
- 1. 创建一个独立的线程类,优化游戏的状态控制; 2. Random类的应用; 3. 对象数组的应用。 -1. To create a separate thread type, and optimize the control status of the Games 2. Random category of application 3. The application of an array object.
Serial
- 串口间通讯,包括串口的创建,设置等,以及工作者线程的创建应用等-Between serial communications, including serial port creation, settings and applications to create worker thread
JniCallBackDemo
- Android上使用JNI创建native线程,以及回调java层函数的例子-example of creating Thread & Java-function Callback which is used of Android Java Native Interface
clockgood
- 比较实用的,绘制表盘的外观、绘制表盘上的小刻度和大刻度也是值得参考的,表盘分割成60份,将分割点处的坐标存放在数组中,每当小程序重新开始时,首先消灭线程,然后重新开始创建线程。12点各个时针的位置坐标(按新坐标系的坐标)。 Thread 时针=null, 分针=null,秒针=null //用来表示时针、分针和秒针的线程。 //表示时针、分针、秒针端点的整型变量: int hour_a,hour_b,munite_a,munite_b,second_a,secon
directoryTree
- Android文件管理器(增加了文件夹复制移动,下载资源暂停删除等,以及复制过程中的可视化进程)是一个基于Android开发的应用,包含常用文件操作以及文件下载功能,文件操作包括打开文件夹和打开各类的文件(apk、avi、mp3、doc等等),以及文件和文件夹的移动复制,文件夹的创建,文件/文件夹大小查看,日志记录等,文件下载包括,多线程断点续传功能、使用ProgressBar可视化下载进度等。里面附有所有的可执行源码。-Android File Manager (adds folder mov
1FxNaFe
- 与三菱PLC串口通信,有创建线程、关闭线程的功能-With MITSUBISHI PLC serial communication, there are functions to create a thread, to close the thread
SerialPort
- 完成了串口操作的基本功能,包括读写功能、创建线程功能及线程监听等功能-Completion of the basic functions of serial operation, including read and write capabilities, to create threads and thread monitor function and other functions
ClassDuty_gc
- 一款非常不错的班级公差记录应用源码,该应用带有很强大的功能,源码涉及Activity之间的切换和数据传递,线程的使用及线程间的通信,ListView的使用和Listview的更新,android数据库的创建、插入、删除等各种操作,以及菜单的应用等等,并且直接可以编译运行。-A very good class tolerances recording application source code, the application with powerful function, source in
serviceDemo
- 通过Service给服务器实时发送GPS信息,要做一些耗时的操作,同样需要在service中创建线程处理。(Using Service to send GPS information to the server in real-time, you need to do some time consuming operations, and you also need to create thread processing in service.)