搜索资源列表
BY2003
- 在程序加载时出现,可以点击画面跳过。 2.登录窗口 只有在输入正确的用户名的密码时,点击登录,才能登录。 3.主体窗口 主体窗口中显示的是当天的话费清单。 4.显示窗口 显示窗口中显示的是当前的各路中断线的状态。 5.打印窗口 可以打印当天的话费清单。 6.退出程序 退出程序。 7.当前费用 可以结算出从当天的00:00:00到些时的费用总和,以及通话时第总和。 -in loading procedures there, click on the pic
erydfery
- 在程序加载时出现,可以点击画面跳过。 2.登录窗口 只有在输入正确的用户名的密码时,点击登录,才能登录。 3.主体窗口 主体窗口中显示的是当天的话费清单。 4.显示窗口 显示窗口中显示的是当前的各路中断线的状态。 5.打印窗口 可以打印当天的话费清单。 -in loading procedures there, click on the picture to skip. 2. Login window only in the correct user name pa
vtsddfedc
- 在程序加载时出现,可以点击画面跳过。 2.登录窗口 只有在输入正确的用户名的密码时,点击登录,才能登录。 3.主体窗口 主体窗口中显示的是当天的话费清单。 4.显示窗口 显示窗口中显示的是当前的各路和。 -in loading procedures there, click on the picture to skip. 2. Login window only in the correct user name password, click on Login can b
skip-list
- skip-list 一种数据结构 一种图的表示方法
Windowsmagic
- 用于软件中一些设置好的不响应控件,比如在软件注册时的那些“下一步”按钮,有了它这些全能跳过。 注:此程序只能以窗体、文本框、按钮、复选框、单选按钮、下拉列表框等标准控件有效。首先你点击“开始工作”,然后激活你要使魔法的窗体,一秒钟后窗体上所有的标准控件都变成可用的了!不信你可以到任意一个程序的“打印”窗口下试一试,试的时候先暂停工作,看看哪几个按钮是不可用的,然后点击开始工作! -Some settings for the software does not respond to
SkipList
- SKiplist是一种概率应用于平衡树的替换数据结构。-Skip list is a probabilistic alternative to balanced trees that provide much of the simplicity of unbalanced trees , togethere with good worst-case expected performance.
skiplist
- 跳跃表Skip List的具体实现,注释详细-Skip List jump table to achieve the specific, detailed comments
Sorted_Link
- Linked lists are among the simplest and most common data structures, and are used to implement many important abstract data structures, such as stacks, queues, hash tables, symbolic expressions, skip lists, and many more. The principal benefit o
skiplist.c.tar
- A skip list is a data structure for storing a sorted list of items, using a hierarchy of linked lists that connect increasingly sparse subsequences of the items. These auxiliary lists allow item lookup with efficiency comparable to balanced binary se
skiplist
- 跳转表,随机化的数据结构.插入logn,查询logn.但是占用空间较大.-skip list
Skip_List
- Skip list implementation vc-Skip list implementation vc++
ConcurrentSkipListMapTest
- Concurrent Skip List Map Test for Andriod.
ConcurrentSkipListSubMapTest
- Concurrent Skip List Sub Map Test for Linux.
ConcurrentSkipListMapTest
- Concurrent Skip List Map Test for Linux v2.13.6.
algorithms-master
- 1. 经典的算法实现 2. 服务器端 3. 正确,易于使用和改造, 一个头文件一个算法,并附带一个demo. 1. 一个算法用一个.h文件表示放到include下.2. 算法演示的demo程序放到src下.3. 程序正确通过后,请发起Pull Requests,代码被验证后入库,并在README中发布新算法实现。 已实现 ( Implemented ): Array shuffle Prime test(trial division) Prime test(Mi
ConcurrentSkipListSubMapTest
- Concurrent Skip List Sub Map Test for Linux.
skip_list
- 跳跃表的C语言实现,此算法用于rt-thread。-Skip list implemented with C. It is used in rt-thread.
project-(2)
- this cpp is about the skip list which is much better than the AVL tree and B tr-this cpp is about the skip list which is much better than the AVL tree and B tree
QT
- this cpp is about the skip list which is much better than the AVL tree and B tr-this cpp is about the skip list which is much better than the AVL tree and B tree
wc_G14
- 跳跃表的实现,其中包括了添加,删除数据;建立跳跃表的结构(the algorithm of Skip List)
