-
科学计算器,用鼠标点击,可以进行加减乘除,正弦余弦,开平方等计算...
科学计算器,用鼠标点击,可以进行加减乘除,正弦余弦,开平方等计算-Scientific calculator, click with the mouse can be carried out calculation, sine cosine, square root calculation, etc.
- 2023-07-25 09:00:03下载
- 积分:1
-
windows编程中的字体定义和应用
windows编程中的字体定义和应用-the definition and application of fonts
- 2022-09-14 00:15:02下载
- 积分:1
-
by calling Windows API Simulation System mouse and keyboard, a typical example.
Windows下通过调用API模拟系统鼠标,按键的典型例子.-by calling Windows API Simulation System mouse and keyboard, a typical example.
- 2023-05-10 22:00:02下载
- 积分:1
-
openconfigurator
如果您是首次发布代码,建议先参考别人作品。
发布前可先搜索下是否有人已发布相同代码,以免重复,审核无法通过。
标签应尽可能短,请勿包含其他标点符号。
源码描述中如有代码片段,请点击编辑器中的“插入程序代码”按钮插入代码并选择相应的编程语言,以便代码片段被正确语法着色。
请勿上传非程序相关文件。
代码上传后,会在24小时内完成审核,审核通过后,会邮件通知您。
- 2022-11-05 13:05:06下载
- 积分:1
-
C语言编译,有链表的方法建立substr函数
C语言编译,有链表的方法建立substr函数-C language compiler, a list of methods to establish substr function
- 2023-02-22 07:20:04下载
- 积分: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
-
多
多线程。buffer。读者写着,利用队列实现。-Multi-threading. buffer. The reader wrote, the use of queues to achieve.
- 2022-03-05 13:16:51下载
- 积分:1
-
similar for the development of EXCEL
类似EXCEL的开发库-similar for the development of EXCEL
- 2022-06-12 10:17:17下载
- 积分:1
-
matlab中极坐标函数的改进,坐标轴刻度可以为负数,输入参数见注释,有问题email联系,可在matlab命令行中直接运行,如:
my_polar2([0...
matlab中极坐标函数的改进,坐标轴刻度可以为负数,输入参数见注释,有问题email联系,可在matlab命令行中直接运行,如:
my_polar2([0,20,30]*pi/180,[-10,0,10], -r ,-20,30)-Matlab polar coordinates function improved, axes calibration can be negative, the input parameters, see Notes email problems can be contacted in Matlab command line direct operations, such as : my_polar2 ([0,20,30]* pi/180 [-10,0,10],- r,-20,30)
- 2022-02-04 23:29:00下载
- 积分:1
-
利用HOOK API技术替换wsock32.dll中的connect函数,达到类似sockscap的功能...
利用HOOK API技术替换wsock32.dll中的connect函数,达到类似sockscap的功能-HOOK API using technology to replace wsock32.dll in the connect function, to achieve similar functionality SocksCap
- 2023-03-03 14:55:04下载
- 积分:1