-
本文对数学建模有一些非常好的MATLAB源代码…
这个文件的内容是matlab的一些很好的源程序,供数学建模者参考,希望大家多多支持-This paper is on some very good matlab source code for the mathematical modeling reference, I hope everyone can support
- 2022-04-27 22:20:43下载
- 积分:1
-
- 2022-01-28 02:45:33下载
- 积分:1
-
Used with mklogo. very simple
Used with mklogo. very simple
- 2022-05-05 06:13:03下载
- 积分:1
-
一个c++编写的计算器,实现了一般的计算功能,适合MFC的初学者来阶段性的练笔。...
一个c++编写的计算器,实现了一般的计算功能,适合MFC的初学者来阶段性的练笔。-A calculator written in c++ to achieve the general computing power for MFC beginners to stage Lianbi.
- 2023-04-03 18:15:05下载
- 积分:1
-
windows格式化的源程序
windows格式化的源程序-windows formatting of the source
- 2022-02-11 23:24:59下载
- 积分: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
-
磁盘类型识别,如:本地硬盘,软盘,可拆卸地…
磁盘类型识别,如:本地硬盘,软盘,可移动磁盘-The disk type recognition, such as: local hard disks, floppy disks, removable disks
- 2022-01-25 15:55:09下载
- 积分:1
-
SpringMVC的简单测试
Spring MVC属于SpringFrameWork的后续产品,已经融合在Spring Web Flow里面。Spring 框架提供了构建 Web 应用程序的全功能 MVC 模块。使用 Spring 可插入的 MVC 架构,从而在使用Spring进行WEB开发时,可以选择使用Spring的SpringMVC框架或集成其他MVC开发框架,如Struts1(现在一般不用),Struts2等。
- 2022-02-06 20:15:12下载
- 积分:1
-
详细描述模拟电梯的工作原理,比如上下的流程
详细描述模拟电梯的工作原理,比如上下的流程-A detailed description of the working principle of simulated elevator, for example, flow from top to bottom
- 2022-03-22 06:30:49下载
- 积分:1
-
ATL控件写的,实现二进制,八进制,十进制,hexadecima…
atl写的控件,用于实现二进制,八进制,十进制,十六进制数值转化.-atl controls written for the realization of a binary, octal, decimal, hexadecimal conversion values.
- 2022-03-05 05:24:51下载
- 积分:1