-
Source code adopted by the VC compiler, object
源代码经VC编译通过,面向对象C语言的一种比较简单的实现方法,简称ooc-s-Source code adopted by the VC compiler, object-oriented C language to achieve a relatively simple method, referred to as ooc-s
- 2022-02-26 20:13:24下载
- 积分:1
-
网络聊天程序源代码
网络聊天程序源代码-Internet chat program source code
- 2022-01-26 16:23:48下载
- 积分:1
-
网络相关,c++编程实现,网络的连接等等。
网络相关,c++编程实现,网络的连接等等。-Network-related, c++ programming, network connection and so on.
- 2022-03-17 11:28:42下载
- 积分:1
-
the procedures for multilateral splitting shape of the cutting, used by the cutt...
本程序实现多边开边形的裁剪,采用逐边裁剪的思想,值得新手一看。-the procedures for multilateral splitting shape of the cutting, used by the cutting edge thinking, it is worth a look at newcomers.
- 2022-02-25 13:14:17下载
- 积分:1
-
I used to write a SOCKS5 proxy server, containing source, the current version 0....
我用VC6写的一个SOCKS5代理服务器,内含源码,目前版本0.0....01,只实现了Connect模式而且还有问题,Bind和UDP未实现.全API,使用了WinSock2中的完成端口模型。长期目标是完全实现三种模式,作成NT系统服务(为了调试协议,现在采用的控制台模式).-I used to write a SOCKS5 proxy server, containing source, the current version 0.0 .... 01, only achieved Connect mode but also, Bind and UDP unrealized. All API, the use of the completed WinSock2 port model. Long-term goal is to achieve three models, make NT system services (for debugging agreement, the console mode).
- 2022-03-01 09:24:29下载
- 积分: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
-
windows GUI,人工非mfc界面,可以录制视频,要学习摄像头编程和界面编程的都来学习。...
windows GUI,人工非mfc界面,可以录制视频,要学习摄像头编程和界面编程的都来学习。-non-mfc interface, can record video.
- 2022-05-17 03:49:54下载
- 积分:1
-
完整的日历,带有文本框显示功能,对于一般开发没有问题。...
完整的日历,带有文本框显示功能,对于一般开发没有问题。-Full calendar, with a text box display, there is no problem for the general development.
- 2022-10-27 23:20:04下载
- 积分:1
-
模拟Pos收银机
1.收银员功能
1) 新增明细(F2 )
2) 删除明细(F3)
3) 收银(F4)
4) 挂单(F5)
5...
模拟Pos收银机
1.收银员功能
1) 新增明细(F2 )
2) 删除明细(F3)
3) 收银(F4)
4) 挂单(F5)
5) 取单(F6)
6) 撤单(F7)
7) 退货(F8)
8) 退出(F9)
2.管理员功能
1) 商品管理
"1:商品查询",
"2:库存查询",
"3:添加商品",
"4:修改商品信息",
"0:返回主菜单"
2) 帐户管理
"1:查询账户",
"2:添加账户",
"3:修改账户信息",
"0:返回主菜单"
3) 销售记录查询
"1:按销售日期统计",
"2:按收银员统计",
"0:返回主菜单"
0) 退出
-Simulation Pos cash register 1. Cashier function 1) Add Details (F2) 2) delete the details of (F3) 3) cash register (F4) 4)挂单(F5) 5) get a single (F6) 6) cancellation (F7) 7) Return (F8) 8) exit (F9) 2. administrator function 1) commodity management
- 2022-04-23 04:14:03下载
- 积分:1
-
GL learning paradigm: a 3D billiards game of three
GL学习范例: 一个3D台球游戏三维引擎-GL learning paradigm: a 3D billiards game of three-dimensional engine
- 2022-02-03 13:52:26下载
- 积分:1