搜索资源列表
TaskManager_for_6600_source
- S60下的任务管理器!可以实现应用程序切换,结束进程,压缩内存,重启手机,手机系统信息,进程信息,视图切换等功能.-S60 under the Task Manager! Applications can be achieved switch, the end of the process, reducing memory and rebooting the phone, the phone system information, process information, view switch
java_serial
- 用java程序从串口读数据 在这个通讯程序中使用了一个简单的协议,既不同的消息之间用星号 * 作为分隔。这个 程序中的问题是ReadSerial进程和WriteSerial进程不能够同时启动,出错信息是不能够 打开串口,因为同样一个串口不能够同时被打开两次(在ReadSerial中声明了FileReader 和在WriteSerial中声明了FileWriter)。这样是不能够实现全双工通讯的。不知道有没有 做过的大侠能够讲讲处理的办法。 -with readi
ACE-5.5.tar
- ACE自适配通信环境(ADAPTIVE Communication Environment)是可以自由使用、开放源码的面向对象(OO)框架(Framework),在其中实现了许多用于并发通信软件的核心模式。ACE提供了一组丰富的可复用C++ Wrapper Facade(包装外观)和框架组件,可跨越多种平台完成通用的通信软件任务,其中包括:事件多路分离和事件处理器分派、信号处理、服务初始化、进程间通信、共享内存管理、消息路由、分布式服务动态(重)配置、并发执行和同步,-Adaptive Comm
TazkMan
- 嵌入式任务管理器的简单实现,能够查看系统进程已经杀死选择的进程,能够重启或者关闭机器-Embedded task management for the simple realization, to see your selection process has been killed in the process. to restart or shut down
xiaoxitongxun
- 基于消息的通讯系统设计 本设计的目的:是通过设计和调试一个基于消息的通讯系统,来实现进程之间的间接通讯,
串口实现类
- 一个可以代替mscon的类,包含一个实际的例子。 类中使用了守护进程,实现了消息驱动。-mscon one can replace the category contains an actual example. Category daemon used to achieve a news-driven.
ComTimer
- 多线程串口数据发送,采用Windows高精度时间搓实现,精度可以达到1毫秒,可以任意设置进程优先级别和线程优先级别-Multi-threaded serial data transmission, the use of Windows to achieve high-precision time twist, the accuracy can reach 1 ms, which could be set process priority and thread priority
UART
- windows下串口编程,从磁盘读取一特定格式的TXT文件,提取出其中的数据,通过串口发送,并接收返回数据。多进程实现。MFC-a c++ program of uart,the program read a .txt file from the disk and send the information by the UART port,MFC,multi process
android-binder-shenruqainchu
- android 深入浅出 binder 机制,由浅入深详述了android进程间通信实现机制-android layman binder mechanism, Deep detailing the android to achieve inter-process communication mechanism
MyDroidTemplate
- 一个经典的Android项目开发模板,包括MVC模式的数据库层,多种对话框实现方式,多种信息提醒方式,Tab页面布局,后台运行进程,关于界面等等,有助于快速开发Android项目。-Android project development of a classic template, including the MVC pattern database layer, a variety of dialog implementation, a variety of information to re
java
- 手机游戏开发实现窗口切换的老办法,适合比较大型的开发,小规模的只需要在同一个进程里反复切换一些初始化过的东西
MobileManage
- 开发环境为Embedded Visual C++,运行环境为WINCE,实现了手机进程管理-Development Environment for Embedded Visual C++, operating environment for WINCE, achieved a mobile process management
Presetup2
- symbian v3\v5下实现安装过程对其它进程的控制,顺序安装-Symbian v3 \ v5 installation process to realize the control of other processes, installation
ProcessTest
- 实现 symbian 当前 进程列表的取得,c/s架构的后台监控,进程提取和杀死等-implement the symbian current process list and c/s arctacher and so on
gpssh_queue
- 用GPSS/H实现了《仿真建模与分析》的T2.22。模拟各种进程按优先级是否抢占的CPU开销和队列等待时间。-Implemente a simulation model about CPU and processes with preempting and without preempting by GPSS/H.
InterfaceProgram
- 使用进程实现的串口通讯,可以在两串口之间实现接收与发送功能。且可以添加自己的通讯协议在里面。-Process to achieve serial communication between two serial receiving and sending
AndroidMedia
- MediaPlayer Android的MediaPlayer包含了Audio和video的播放功能,在Android的界面上,Music和Video两个应用程序都是调用MediaPlayer实现的,上层还包含了进程间通讯等内容,这种进程间通讯的基础是Android基本库中的Binder机制-MediaPlayer Android s MediaPlayer includes Audio and video playback capabilities, Music and V
shoujijiankong
- 可对PC实现简单的控制(包括非系统进程控制、shutdown等)以及文本通讯-Simple control (including non-system process control, shutdown, etc.), and text communications can be implemented on the PC,
russianblocks
- 俄罗斯方块小游戏的Java源代码,俄罗斯方块的Java 实现,里面包括控制面板类、方格类、游戏控制主类等,方格类是组成块的基本元素,用自己的颜色来表示块的外观,俄罗斯方块游戏控制面板类,继承自JPanel.上边安放预显窗口、等级、得分、控制按钮,主要用来控制游戏进程。 游戏主类,继承自JFrame类,负责游戏的全局控制,内含: 1, 一个GameCanvas画布类的实例引用, 2, 一个保存当前活动块(ErsBlock)实例的引用, 3, 一个保存当前控制
android
- Android的控制层开发,利用Intent实现进程间的通信,利用Intent进行Activity的跳转,以及链接网页信息。-Android development control layer, the use of Intent for communication between processes, the use of Intent conduct Activity jump, as well as links to pages of information.