搜索资源列表
Version-detection
- 版本偵測 用於偵測 當前版本是否為最新的:D 可用於外掛上的更新,或是個人程序的更新通知-Version detection used to detect the current version is the latest: D can be used to plug the update, or a personal update notification program
Ac_tes5
- 实现Broadcast的注册及注销,Broadcast的发送 Broadcast的接受,Notification的推送实现及Notification的点击相应,完整实现整个功能-To achieve the registration and cancellation of Broadcast Broadcast send Broadcast acceptance of Notification of the push to achieve and Notification, click on t
APC
- APC中文叫异步过程调用(APC)是NT异步处理体系结构中的一个基础部分。Alertable IO(告警IO)提供了更有效的异步通知形式,当IO请求完成后,一旦线程进入可告警状态,回调函数将会执行,也就是一个APC的过程。线程进入告警状态时,内核将会检查线程的APC队列,如果队列中有APC,将会按FIFO方式依次执行。如果队列为空,线程将会挂起等待事件对象。以后的某个时刻,一旦APC进入队列,线程将会被唤醒执行APC。-APC called asynchronous procedure call
elsfk
- 代码编写顺序如下: 游戏界面初始化 游戏开始时,右main函数调用一次 void InitGame() { 提示界面 游戏初始化界面 调用CreateBlock函数生成方块 } 左边是游戏区(区域大小10*20),右边是提示区(包括下一个方块的种类,用户得分) 按键提示: space 暂停 上 旋转 左 方块左移一格 右 方块右移一个 下 方块快速下移 ESC 退出 -C
NotificationCenter
- Unity3d的消息机制实现,很好的东西,分享一下(unity3d NotificationCenter)