Welcome![Sign In][Sign Up]
Location:
Search - qk

Search list

[File Operateqk

Description: 将一个文件切成n多个块,主要学习文件指针定位问题,p2p文件传输切块问题
Platform: | Size: 3526 | Author: 张群艺 | Hits:

[File Operateqk

Description: 将一个文件切成n多个块,主要学习文件指针定位问题,p2p文件传输切块问题-A file into n number of blocks, mainly focuses on studying the problem of file pointer, p2p file transfer cut problem
Platform: | Size: 3072 | Author: 张群艺 | Hits:

[OS programhide[QK]

Description: Windows XP系统中如何屏蔽 Ctrl+Alt+Del、Alt+Tab以及Ctrl+Esc键序列-Windows XP system, how to screen Ctrl+ Alt+ Del, Alt+ Tab and Ctrl+ Esc key sequence
Platform: | Size: 94208 | Author: 谢凯 | Hits:

[Driver Developqk

Description: QP(量子换程序设计)内核~可抢占式的~占用空间小-QP (quantum change program design) may be preemptive kernel ~ of ~ a small footprint
Platform: | Size: 9216 | Author: Moses | Hits:

[Other DatabasesQK

Description: 快捷菜单,增加,删除,恢复.小弟是菜鸟,来学习学习大师们的精彩-Shortcut menu, add, delete and restore. Brother is a rookie, to learn from the wonderful masters
Platform: | Size: 245760 | Author: 陈威 | Hits:

[JSP/JavaNEWCOMER.ch01.qk

Description: good introduction to web services in java
Platform: | Size: 155648 | Author: kul | Hits:

[GPS developTGO-Proc-Adj-calib-qk-guide

Description: GPsurvey quickstart - from Trible GPS survey
Platform: | Size: 24576 | Author: Pham Quang | Hits:

[CSharpQK

Description: about grab some motel info to local database
Platform: | Size: 142336 | Author: david | Hits:

[matlabMATLAB

Description: qr基本法求解矩阵的特征值 算法说明 [qk,rk]=qr(Ak) Ak+1=rk*qk-qr Basic algorithm for solving the eigenvalue that [qk, rk] = qr (Ak) Ak+1 = rk* qk
Platform: | Size: 1024 | Author: yeah | Hits:

[OS programqpc_4.5.02

Description: QP量子编程最新源码 QP: Quantum Programming QP是一个通用的事件驱动框架,面向MCU,面向并发的层次式状态机模型。 QP包含了1个轻量级的QK(Quantum Kernel)。 QEP:Quantum Event Processor是一个通用的,可移植的,可重用的状态机引擎。 QEP允许你直接把UML样式的状态图映射为代码。 QEP提供了传统的简单平面状态机和层次式状态机。QEP可以直接操作事件队列和事件分发机制。 QF是一个通用的,事件驱动的应用框架,面向嵌入式系统。 QF被设计成和QEP,RTOS协同工作。 QF包含了事件队列,活动对象,事件遍历等。 QK是一个极小的,按RTC习惯的,执行独立任务的内核。 QK必须和QF版本相匹配。 QS是一个的实时跟踪设施。 -QP quantum programming latest source QP: Quantum Programming QP is a generic event-driven framework for the MCU, for the concurrent hierarchical state machine model. QP includes a lightweight QK (Quantum Kernel). QEP: Quantum Event Processor is a versatile, portable, reusable state machine engine. QEP allows you to directly to the state diagram of UML style is mapped to the code. QEP provides a simple flat state machines and hierarchical state machine. QEP can directly manipulate the event queue and event distribution mechanism. QF is a generic event-driven application framework for embedded systems. QF has been designed into and QEP, RTOS to work together. QF contains the event queue, activities, objects, events, and traversal. QK is a very small, and habits according to the RTC and the kernel to perform independent tasks. QK and QF version must match. QS is a real-time tracking facilities.
Platform: | Size: 4489216 | Author: hhh | Hits:

[SQL ServerQK

Description: Quick Knowledge商务网站的数据库存储过程-Stored Procedures
Platform: | Size: 1024 | Author: 黄宇 | Hits:

[.netcard

Description: 计算每副牌的分值:每副牌有个原始大小(即排除对子,顺子,金花,顺金,筒子的大小),再 每张牌的分值为一个2位数,不足2位的补前导0,例如 A :14,‘10’:10,’2‘:’02‘,’k‘:13,’7‘:07 将3张牌按点数大小排序(从大到小),凑成一个6位数。例如’A27 :140702,‘829’:090802,‘JK8’:131108,‘2A10’:141002 例外,对于对子要将对子的位数放在前两位(后面会看到为什么这么做)。例如‘779’:070709,‘7A7’:070714,‘A33’:030314 现在的分值是一个6位数,将对子设为一个原始值加上10*100000的值,现在为一个7位数。例如‘779’:1070709,‘7A7’:1070714,‘A33’:1030314 对于顺子,将结果加上20*100000.。例如‘345’:2050403,‘QKA’:2141312,‘23A’:2140302 对于金花,将结果加上30*100000。例如‘Spade K,Spade 6,Spade J :3131106 因为顺金的时候其实是金花和顺子的和,所以顺金应该是50*10000。 例如‘Spade 7,Spade 6,Spade 8 :5080706 对于筒子,将结果加上60*100000。例如’666‘:6060606,’JJJ‘:6111111 3“ 比较两幅牌的大小(用所计算的分值来比较) 就这么简单-Scores calculated for each of the cards : Each of the cards have the original size ( ie excluding pairs, straights , Jinhua, Shun-Jin , cheese the size ) , and then         The score of each card a 2-digit , less than two s complement leading 0, for example A : 14, 10 : 10, 2 : 02 , k : 13, 7 : 07         The three cards in descending order according to points ( descending ) , make up a six digits. For example A27 : 140702, 829 : 090802, JK8 : 131108, 2 A10 : 141002         Exception to the pair on the first two pairs of digits ( you ll see later how to do so ) . For example 779 : 070709, 7 A7 : 070714, A33 : 030314       Now the score is a six-digit , it will set an original value plus the sub- 10* 100000 value , is now a seven digits. For example 779 : 1070709, 7 A7 : 1070714, A33 : 1030314       For the straight , the result plus 20* 100000 . For example 345 : 2050403, QK
Platform: | Size: 1024 | Author: 刘朝阳 | Hits:

[Embeded-SCM Developqpc4.0.00

Description: 本文档是UML事件驱动状态机介绍文档,基于量子编程的qp状态机,qpc4.0.00.zip是源代码。可以使用它来取代RTOS和前后台系统。实时性完全可以和RTOS媲美。了解它之后肯定会对你的编程思想有很大启发。了解过cc2530 z-stack协议栈的人看到它会非常亲切,因为z-stack协议栈和qp非常类似(This document is an introduction to a UML event driven state machine, a QP state machine based on quantum programming, and a source code for qpc4.0.00.zip. It can be used to replace the RTOS and the front and back platform systems. Real time can be as good as RTOS. After understanding it, it will certainly be a great inspiration to your programming ideas. People who have learned about the CC2530 Z-stack protocol stack will see it very kind, because the Z-stack protocol stack and QP are very similar)
Platform: | Size: 10519552 | Author: taoking_lhkf | Hits:

CodeBus www.codebus.net