文件名称:AITV_Framework
- 所属分类:
- 进程与线程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 144kb
- 下载次数:
- 0次
- 提 供 者:
- Roger*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
这是一个基于命名管道的进程通信及调度程序框架的试验版本。一个solution中包含3个Project.其中,AppScheduling是进程调度程序(这个是将来可以使用的版本),TestJiuGong和TestPlayer分别是九宫格导航和播放器的简单模拟(将来会被实现真实功能的程序所替换。)
AppScheduling的功能:启动后自动隐藏窗口,启动九宫格导航。九宫格导航按1键后退出,启动播放器;播放器按0键后退出,启动九宫格导航;九宫格导航按0键后退出整个系统(包括AppScheduling)。
进程间通信采用命名管道,为实现多次通信,每次启动一个新的线程。-This is a process of communication based on named pipes and the pilot version of the scheduler fr a mework. In a solution containing 3 Project. Which, AppScheduling is the process scheduler (this is the version used in the future), TestJiuGong and TestPlayer are squared simple navigation and players simulate (in the future will be achieved by replacing the real function of the program. ) AppScheduling features: auto hide windows startup, start squared navigation. Style Box Navigation exit Press 1 to start the player player press 0 to exit, start squared navigation squared navigation press the 0 key to exit the system (including AppScheduling). Inter-process communication using named pipes, for the realization of multiple communications, every time you start a new thread.
AppScheduling的功能:启动后自动隐藏窗口,启动九宫格导航。九宫格导航按1键后退出,启动播放器;播放器按0键后退出,启动九宫格导航;九宫格导航按0键后退出整个系统(包括AppScheduling)。
进程间通信采用命名管道,为实现多次通信,每次启动一个新的线程。-This is a process of communication based on named pipes and the pilot version of the scheduler fr a mework. In a solution containing 3 Project. Which, AppScheduling is the process scheduler (this is the version used in the future), TestJiuGong and TestPlayer are squared simple navigation and players simulate (in the future will be achieved by replacing the real function of the program. ) AppScheduling features: auto hide windows startup, start squared navigation. Style Box Navigation exit Press 1 to start the player player press 0 to exit, start squared navigation squared navigation press the 0 key to exit the system (including AppScheduling). Inter-process communication using named pipes, for the realization of multiple communications, every time you start a new thread.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
AITV_Framework\AppScheduling\AppScheduling.vcproj
..............\.............\ReadMe.txt
..............\.............\AppScheduling.h
..............\.............\AppScheduling.cpp
..............\.............\AppSchedulingDlg.h
..............\.............\AppSchedulingDlg.cpp
..............\.............\stdafx.h
..............\.............\stdafx.cpp
..............\.............\Resource.h
..............\.............\res\AppScheduling.rc2
..............\.............\...\AppScheduling.manifest
..............\.............\...\AppScheduling.ico
..............\.............\AppScheduling.aps
..............\.............\AppScheduling.rc
..............\.............\NamedPipe.h
..............\.............\NamedPipe.cpp
..............\AITV_Framework.ncb
..............\AITV_Framework.sln
..............\AITV_Framework.suo
..............\TestJiuGong\TestJiuGong.vcproj
..............\...........\ReadMe.txt
..............\...........\TestJiuGong.h
..............\...........\TestJiuGong.cpp
..............\...........\TestJiuGongDlg.h
..............\...........\TestJiuGongDlg.cpp
..............\...........\stdafx.h
..............\...........\stdafx.cpp
..............\...........\Resource.h
..............\...........\res\TestJiuGong.rc2
..............\...........\...\TestJiuGong.manifest
..............\...........\...\TestJiuGong.ico
..............\...........\NamedPipe.h
..............\...........\NamedPipe.cpp
..............\...........\TestJiuGong.aps
..............\...........\TestJiuGong.rc
..............\...........\SchedulingClient.h
..............\...........\SchedulingClient.cpp
..............\....Player\TestPlayer.vcproj
..............\..........\ReadMe.txt
..............\..........\TestPlayer.h
..............\..........\TestPlayer.cpp
..............\..........\TestPlayerDlg.h
..............\..........\TestPlayerDlg.cpp
..............\..........\stdafx.h
..............\..........\stdafx.cpp
..............\..........\Resource.h
..............\..........\res\TestPlayer.rc2
..............\..........\...\TestPlayer.manifest
..............\..........\...\TestPlayer.ico
..............\..........\NamedPipe.h
..............\..........\NamedPipe.cpp
..............\..........\TestPlayer.aps
..............\..........\TestPlayer.rc
..............\..........\ProcessCommunication.h
..............\..........\ProcessCommunication.cpp
..............\..........\SchedulingClient.h
..............\..........\SchedulingClient.cpp
..............\说明.txt
..............\AppScheduling\res
..............\.............\Debug
..............\TestJiuGong\res
..............\...........\Debug
..............\....Player\res
..............\..........\Debug
..............\AppScheduling
..............\TestJiuGong
..............\TestPlayer
AITV_Framework
..............\.............\ReadMe.txt
..............\.............\AppScheduling.h
..............\.............\AppScheduling.cpp
..............\.............\AppSchedulingDlg.h
..............\.............\AppSchedulingDlg.cpp
..............\.............\stdafx.h
..............\.............\stdafx.cpp
..............\.............\Resource.h
..............\.............\res\AppScheduling.rc2
..............\.............\...\AppScheduling.manifest
..............\.............\...\AppScheduling.ico
..............\.............\AppScheduling.aps
..............\.............\AppScheduling.rc
..............\.............\NamedPipe.h
..............\.............\NamedPipe.cpp
..............\AITV_Framework.ncb
..............\AITV_Framework.sln
..............\AITV_Framework.suo
..............\TestJiuGong\TestJiuGong.vcproj
..............\...........\ReadMe.txt
..............\...........\TestJiuGong.h
..............\...........\TestJiuGong.cpp
..............\...........\TestJiuGongDlg.h
..............\...........\TestJiuGongDlg.cpp
..............\...........\stdafx.h
..............\...........\stdafx.cpp
..............\...........\Resource.h
..............\...........\res\TestJiuGong.rc2
..............\...........\...\TestJiuGong.manifest
..............\...........\...\TestJiuGong.ico
..............\...........\NamedPipe.h
..............\...........\NamedPipe.cpp
..............\...........\TestJiuGong.aps
..............\...........\TestJiuGong.rc
..............\...........\SchedulingClient.h
..............\...........\SchedulingClient.cpp
..............\....Player\TestPlayer.vcproj
..............\..........\ReadMe.txt
..............\..........\TestPlayer.h
..............\..........\TestPlayer.cpp
..............\..........\TestPlayerDlg.h
..............\..........\TestPlayerDlg.cpp
..............\..........\stdafx.h
..............\..........\stdafx.cpp
..............\..........\Resource.h
..............\..........\res\TestPlayer.rc2
..............\..........\...\TestPlayer.manifest
..............\..........\...\TestPlayer.ico
..............\..........\NamedPipe.h
..............\..........\NamedPipe.cpp
..............\..........\TestPlayer.aps
..............\..........\TestPlayer.rc
..............\..........\ProcessCommunication.h
..............\..........\ProcessCommunication.cpp
..............\..........\SchedulingClient.h
..............\..........\SchedulingClient.cpp
..............\说明.txt
..............\AppScheduling\res
..............\.............\Debug
..............\TestJiuGong\res
..............\...........\Debug
..............\....Player\res
..............\..........\Debug
..............\AppScheduling
..............\TestJiuGong
..............\TestPlayer
AITV_Framework