搜索资源列表
d_Chapter4_ReliableSessionsQueuesAndTransactions.z
- WCF的DEMO,关于Session保存以及可信任连接的问题。-Reliable Sessions Queues And Transactions
7lkSiteProxy
- C#开发的TCP加密转发服务,有队列,原用于转发网站订单注册等事件信息到本地服务器-C# development of TCP encryption forwarding services, there are queues, the original orders for the forwarding site registration event information to the local server
CardGameAided
- 基本完成了一个网页游戏的多开、队列、定时操作和一些辅助工具。-Basically completed the game to open a web page, queues, timing operations, and some aids.
MSMQ_TEST
- windows 消息队列的基本使用源码,采用C# 2008开发,调试前请看下代码,安全消息队列,建个与程序里一致的队列名-the basic use of windows message queue source code, using C# 2008 development, see the following code before debugging, security, message queues, and program build a name in the same queue
VxWorksDemosProject
- vxworks演示程序包括信号量,管道,队列,看门狗等等。-vxworks demo program, including semaphores, pipes, queues, watchdog.
LINK_Stack_Queue
- 栈和队列 栈的概念,存储结构及其基本操作 队列的概念、存储结构及其基本操作 栈与队列的应用举例 -The concept of the stack stacks and queues, queue storage structure and its basic operation concept, structure and basic operation of the storage stack and queue Application examples
yuyan
- 魔王语言翻译 数据结构的课程设计的题目 利用栈道和队列进行语言翻译-Beelzebub language translation data structure curriculum design topics and queues using the plank language translation
Chain-queue
- 链队列的基本操作实现,以及源程序,可能有warning-The basic operations are implemented chain queues, and procedures.
stack
- 运用C语言的数据结构部分,关于栈和队列的学习资料。-Part of the data structure, stacks and queues on learning materials.
paiduiwenti
- 使用队列模拟理发馆的排队现象评估连续营业T小时的理发店的营业情况,设其有N把理发椅,求顾客在理发店内平均等候时间和平均逗留时间。-Using cohort simulation barber shop, the queues to assess T-hour continuous operating conditions barber shop business, it has established the barber chair N, seeking customers in the ba
homework
- 将两个分别从小到大排列的有序数组a和b复制合并到第3个有序数组c中。m和 n分别是数组a和b的元素个数,结果c的元素个数为k。例如,a和b数组分别为{1,2, 2,3,8}和{3,4,7,8},则结果数组c的值是:{1,2,2,3,3,4,7,8,8)。算法是:将a、b两个数组看成两个队列,比较队首的两个元素,将较小者放入c队列尾部,如果队首的两个元素相等,则先选择a队列首部元素加入c队列尾部。循环执行以上过程,直到a或b队列之一为空,然后将另一个非空队列拷贝到c队列尾部。注意:不允许使用其它算
BinarySearchHeapConstruction
- Binary Search Heap Construction-Read the statement of problem G for the definitions concerning trees. In the following we define the basic terminology of heaps. A heap is a tree whose internal nodes have each assigned a priority (a number) such that
