-
c++ realized the simple timer to be possible to judge the priority to realize+
c++ 实现简单计时器 可以判断优先级 实现了+ - * / ( )等-c++ realized the simple timer to be possible to judge the priority to realize+-*/() and so on
- 2022-03-20 02:22:53下载
- 积分:1
-
分析:用N进制的方法吧。设一个N个单元的数组,对第一个单元做加一操作,满N进
一。每加一次一就判断一下各位数组单元有无重复,有则再转回去做加一操作,没有则...
分析:用N进制的方法吧。设一个N个单元的数组,对第一个单元做加一操作,满N进
一。每加一次一就判断一下各位数组单元有无重复,有则再转回去做加一操作,没有则说明得到了一个排列方案。
-Analysis: N-band approach with it. A N-unit array, and add a unit to do one operation, over N into one. Add 1 each time you click on an array of modules to determine whether or not duplicate, then go back and have to do is add one operation, then there is no order to be a program.
- 2022-06-20 13:07:53下载
- 积分:1
-
针尖上的WEB服务器,轻量极,可是wince或其它嵌入系统上运行
针尖上的WEB服务器,轻量极,可是wince或其它嵌入系统上运行-tips on the Web server, light pole, but wince or other embedded operating systems
- 2023-02-24 02:00:03下载
- 积分:1
-
网络接收过滤器
资源描述基于Rtp流的DirectShow网络接收过滤器开发,实现对Rtp网络流的接收
- 2022-10-08 16:25:03下载
- 积分:1
-
开发软件的时候需要写ChangeList,要保持所改的文件的目录结构,所以手工建立比较繁琐,该软件就是可以自动往你的changelist中添加改动的代码。非常实...
开发软件的时候需要写ChangeList,要保持所改的文件的目录结构,所以手工建立比较繁琐,该软件就是可以自动往你的changelist中添加改动的代码。非常实用。-Software development when the need to write ChangeList, in order to maintain the change file directory structure, so a relatively cumbersome manual, the software that can automatically go to your add changelist change the code. Very useful.
- 2022-02-14 08:39:21下载
- 积分: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
-
Visual Basic控制MessageBox
Visual Basic控制MessageBox-Visual Basic Control MessageBox
- 2022-03-04 10:02:30下载
- 积分:1
-
C#窗体应用程序:串口助手
VS2010编写的串口助手,仅供入门参考功能:HEX串口数据接收,发送;参数可配置(串口选择,波特率,数据位,停止位,校验位);接收发送计数;
- 2022-07-25 02:00:08下载
- 积分:1
-
进程间通信----匿名管道
匿名管道正因为提供的功能很单一,所以它所需要的系统的开销也就比命名管道小很多,
在本地机器上可以使用匿名管道来实现父进程和子进程之间的通信,
这里需要注意两点,第一就是在本地机器上,这是因为匿名管道不支持跨网络之间的两个进程之间的通信,
第二就是实现的是父进程和子进程之间的通信,而不是任意的两个进程。
然后得话还顺便介绍匿名管道的另外一种功能,其通过匿名管道可以实现子进程输出的重定向, 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-07 18:15:15下载
- 积分:1
-
Designed to improve the existing code
重构--改善既有代码的设计
侯捷译good to read-Designed to improve the existing code
- 2022-03-04 15:17:50下载
- 积分:1