-
VB制作的自动取款机取款代码,是小弟我自己做的,有许多不足,请多多指教...
VB制作的自动取款机取款代码,是小弟我自己做的,有许多不足,请多多指教
-VB produced automatic teller machine withdrawals code, is the younger, I do for myself, there are many deficiencies, exhibitions
- 2022-01-21 21:02:53下载
- 积分:1
-
管程的实现,用于线程的通讯
管程的实现,用于线程的通讯-way of the realization of communication for threads
- 2022-07-16 06:29:41下载
- 积分:1
-
intel pro/wireless 2000驱动
intel pro/wireless 2000驱动-intel pro/wireless 2000 drive
- 2023-01-03 08:50:03下载
- 积分:1
-
我想你知道一个MRU缓存是什么,否则你不会读这个…
I suppose you know what a MRU cache is, otherwise you wouldn t been reading this.
This is an implementation of a very simple one using only STL.
To implement a cache, derive a subclass from this template class.
As an implementor, you d have to implement two methods:
HandleNonExistingKeyFetch - to handle cache misses. In this method you access the real source of data behind the cache and return the value.
HandleItemRelease - (optional) called when an item is removed from the cache.
The cache class is a template of two types, a key and value (like hash map). The value type is the type of the resource and the key type is the type of the resource address. (this is how you fetch a resource) -I suppose you know what a MRU cache is, otherwise you wouldn t been reading this.This is an implementation of a very simple one using only STL.To implement a cache, derive a subclass from this template class.As an implementor, you d have to implement two methods: HandleNonExistingKeyF
- 2022-11-30 08:45:03下载
- 积分:1
-
使用DLL的源码,可以按照此源码调用其它软件写的DLL。
使用DLL的源码,可以按照此源码调用其它软件写的DLL。-The use of DLL
- 2023-02-22 15:15:03下载
- 积分:1
-
ID protector
这是一个id保护器,使用1个插座自动重新连接。
- 2022-07-12 19:31:08下载
- 积分:1
-
your true feelings and relieve your heart! While leisure, this small program sol...
言中你的情绪,舒缓你的心情!
闲暇之余,以此小程序解解闷、逗逗乐,岂不快哉妙哉?-your true feelings and relieve your heart! While leisure, this small program solution to break up the monotony, challenged music, not Satisfactory plans to?
- 2022-08-03 12:22:24下载
- 积分:1
-
一次作业的源码,功能可能太简单,仅供参考
一次作业的源码,功能可能太简单,仅供参考-One-stop source, function might be too easy, for reference only
- 2022-07-19 01:43:39下载
- 积分:1
-
Description:
对整型有序关键码序列进行折半查找,待排序序列以数组存储。如果找到待查记录,返回找到的位置下标,并删除该关键码记录;如果没找到待查记...
Description:
对整型有序关键码序列进行折半查找,待排序序列以数组存储。如果找到待查记录,返回找到的位置下标,并删除该关键码记录;如果没找到待查记录,返回0,并将待查记录插入到适当位置,即该查找属于动态查找。输出查找过程中每一轮的low,mid,high 值,以及与给定值相比较的关键码值,并输出最后找到的位置,及变化后的数组。
注意:该数组为整型,数组中关键码存储位置为r[1]~r[n],r[0]留作它用,且关键码个数大于4.
Input Format:
第一行输入数组中记录个数n
第二行输入n个有序的整型关键码,以空格隔开
接下来输入三个待查关键码,每个关键码占一行
Output format:
对于每个关键码,分别输出:
找到给定值之前的每一轮的low,mid,high及相比较的待查找序列中的关键码,以空格隔开
接下来一行输出查找到的位置
接下来一行输出变化后的待查找序列
-Description:
The key codes for integers ordered sequence of binary search until the sorting sequence to an array of storage. If you find a complete set of records, returns to find the location of the next standard, and delete the key code is recorded if not find a complete set of records, returns 0, and a complete set of records inserted into the appropriate location, that is, the search was part of search. Find out the process for each one of the low, mid, high value, as well as compared to the value given the key code value and output of the last to find the locat
- 2023-05-15 19:40:03下载
- 积分:1
-
VIA,用于windows控件设置代码
VIA,用于windows控件设置代码-VIA, control settings for the windows code
- 2022-12-02 02:00:03下载
- 积分:1