-
库存的pb代码,超市管理系统,java代码等待
库存的pb代码,超市管理系统,java代码等待
-pb code
java code
all code of supermarket
- 2022-05-07 10:28:11下载
- 积分: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
-
使用 C# 编写简易 ASP.NET Web 服务器
你是否有过这样的需求 想运行 ASP NET 程序 又不想安装 IIS 或者 Visual Studio
我想如果你经常编写 ASP NET 程序的话 应该或多或少都会碰到这种情况 除了使用 IIS 和 VS 我们还有哪些方式可以运行 ASP NET 程序呢 自己写一个支持 ASP NET 的 Web 服务器怎么样 NO NO NO 如果你只是想找个这样的工具的话 那完全没必要 我们知道使用 VS 可以运行 ASP NET 程序
那么我们就可以找出 VS 所调用的程序 将其拷贝到没有 VS 和 IIS 的环境中运行
就能运行 ASP NET 程序了 安装了 VS 的朋友可以到 C: Program Files Common Files Microsoft Shared DevServer
这个目录里面找找看 这个程序的使用方式如下 ">你是否有过这样的需求 想运行 ASP NET 程序 又不想安装 IIS 或者 Visual Studio 我想如果你经常编写 ASP NET 程序的话 应该或多或少都会碰到这种情况 除了使用 IIS 和 VS 我们还有哪些方式可以运行 ASP NET 程序呢 自己写一个
- 2022-03-15 11:11:47下载
- 积分:1
-
a simple and practical procedure of the notebook, according to the date you, you...
一个简单实用的记事本程序,可以根据日期查找内容,可以增加,删除内容,设定密码等,无需数据库.-a simple and practical procedure of the notebook, according to the date you, you can add, delete, set passwords, without the database.
- 2022-07-10 21:59:40下载
- 积分:1
-
text and image compression of a small good procedures also can use the test
压缩文本和图象的一个小程序还不错的测试能用-text and image compression of a small good procedures also can use the test
- 2022-03-11 13:51:04下载
- 积分:1
-
本人编写的一个反汇编外壳.感觉写得很烂
本人编写的一个反汇编外壳.感觉写得很烂-I prepared a compilation of anti-shell. Written poor-quality feel
- 2022-10-22 20:50:03下载
- 积分:1
-
ShapesLinesText source code for Visual Studio 2005 by VB
VB开发的visualstudio2005的ShapesLinesText源代码
- 2022-12-01 06:15:04下载
- 积分:1
-
excel操作类源码
一个操作excel的类,封装了常用函数,很实用。
描述: 一个好用的操作EXCEL的类:
1,写入
2,读取
3,单元格合并
4,单元格格式操作
5,插入图片
- 2022-08-26 01:35:57下载
- 积分:1
-
图书馆管理系统
有关C++项目开发实例,利用MFC中基于对话框的知识来实现图书馆管理系统;同时也涉及到数据库方面的相关知识。欢迎大家下载!
- 2022-01-26 08:17:43下载
- 积分:1
-
A nice c++ compiler, you can help find many types of errors
一款好用的c++编译,可以帮助查找许多类型的错误-A nice c++ compiler, you can help find many types of errors
- 2022-02-07 08:31:01下载
- 积分:1