-
BOOKCLUBPOINTS
//这个程序显示一个顾客这个月买的书的数量。
- 2022-02-26 18:52:20下载
- 积分:1
-
基于 Java 和 Web 开发的信用贷款管理系统
该信贷系统结合JSP和MySQL数据库的运用,采用JAVA语言开发,JS、HTML5、CSS等辅助前端界面的设计,最终实现了基本的信用贷款业务功能需求。该信贷系统主要分为管理员、业务员、客户经理三种权限登录,管理员登录之后添加部门信息和员工信息,归属员工所属部门和添加员工权限。业务员完成贷款客户信息资料的录入、贷款申请、贷款发放、合同添加、贷款还款、逾期催收等功能。客户经理主要是对贷款申请资料的审核,实现分层审贷的效果,业务员只能对已通过审核的贷款客户发放贷款。
- 2022-07-23 07:00:12下载
- 积分:1
-
borland3.1c platform
borland3.1c++å¹³å°-borland3.1c platform
- 2022-01-25 22:32:47下载
- 积分:1
-
数据结构:图的建立与遍历.使用C语言开发
数据结构:图的建立与遍历.使用C语言开发-Data structure: the establishment and ergodic map. The use of C language development
- 2022-01-25 22:08:10下载
- 积分:1
-
AutoCad regarding the use of vc programmed target groups examples of a type.
AutoCad中关于使用vc++编程操作组对象的一个类实例。-AutoCad regarding the use of vc programmed target groups examples of a type.
- 2022-08-18 19:25:49下载
- 积分:1
-
VB Delay(延时函数)
VB的延时函数,能实现简单的函数等待,时间到了及执行下一步的命令。本延时函数在到达延时时间后会弹出“MsgBox ”,显示“"Time out!!!”。适合初次接触VB延时函数的使用者进行了解学习,也比较简单易懂。
- 2023-03-13 15:50:02下载
- 积分:1
-
利用C++编写的种子填充算法
利用C++编写的种子填充算法-prepared seed filling algorithm
- 2022-01-22 03:15:58下载
- 积分:1
-
一套用windowsAPI底层函数开发的参考资料,主要用VB开发参考
一套用windowsAPI底层函数开发的参考资料,主要用VB开发参考-A set of functions with windowsAPI underlying the development of reference materials, mainly used VB Developer
- 2023-01-20 13:05:03下载
- 积分:1
-
宿舍管理系统
宿舍管理系统,功能较齐全。操作简单
改编于其他地方,可作数据结构等为课程设计
- 2022-01-25 15:21:47下载
- 积分: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