-
使用DELPHI编写逐行扫描屏幕传输程序,对了解套接字编程和屏幕传输都有帮助...
使用DELPHI编写逐行扫描屏幕传输程序,对了解套接字编程和屏幕传输都有帮助-DELPHI prepared to use progressive scan screen transfer procedures, the understanding of socket programming and transmission screen help
- 2022-03-07 17:20:08下载
- 积分:1
-
源码,挺有用的。
不过里面是用txt写的,自己在vc里运行一下吧。...
源码,挺有用的。
不过里面是用txt写的,自己在vc里运行一下吧。-Source, quite useless. But there is a txt written to run in vc you.
- 2022-12-10 14:20:03下载
- 积分:1
-
A simple file compiler, to realize the editing saved
一个简单的文件编译器,实现对文件的编辑保存-A simple file compiler, to realize the editing saved
- 2022-04-26 20:03:39下载
- 积分:1
-
基于visual studio 2005平台开发的绘图软件,支持多种绘图功能
基于visual studio 2005平台开发的绘图软件,支持多种绘图功能-a darwing software develop on visual studio 2005. it is good for you if you are a new-learning person
- 2022-02-13 09:47:33下载
- 积分:1
-
本程序为用VC基于对话框开发的小程序,能够列举出四个数计算24点的所有表达式。...
本程序为用VC基于对话框开发的小程序,能够列举出四个数计算24点的所有表达式。-This procedure for the use of VC based on the development of a small dialog box procedure to list the four 24-point calculated by the number of all the expressions.
- 2022-11-27 22:10:03下载
- 积分:1
-
详细设计的目的就是指导编码,明确的说,就是将你的设计拿给不同的人去写编码,写出来的程序处理流程相同.后续的评审或者是有人接替你的工作,只要查看详细设计,就能清楚...
详细设计的目的就是指导编码,明确的说,就是将你的设计拿给不同的人去写编码,写出来的程序处理流程相同.后续的评审或者是有人接替你的工作,只要查看详细设计,就能清楚你当时是怎样设计这些流程的。-The purpose is to guide the detailed design codes, specifically, is that your design showed that different people to write code, written procedures for processing the same. Follow-up assessment or someone to replace your job, as long as View the detailed design, we can clearly understand how did you design these processes.
- 2023-06-15 03:20:03下载
- 积分:1
-
打印日志的类
自己封装的Log类,用于打印日志输出作用,线程安全的!定义了5个不同级别的,可以让使用者灵活使用,代码简单易懂!
- 2023-06-07 06:20:03下载
- 积分:1
-
304_8 kayan_yazi Moving led meseges
304_8 kayan_yazi Moving led meseges
- 2022-04-24 20:32:35下载
- 积分:1
-
这个代码是对鼠标的点的位置进行控制使鼠标的点的位置可以自己随意控制,是你省去很多的点鼠标事件...
这个代码是对鼠标的点的位置进行控制使鼠标的点的位置可以自己随意控制,是你省去很多的点鼠标事件-the code of the mouse for the location of the mouse to control the location of their own arbitrary control, you saved a lot of points mouse events
- 2022-02-10 14:05: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