-
Function is indeed a great potential for mobile phones, as long as the developme...
手机功能确实潜力很大,只要开发,就会为我们服务,一款“word”编辑工具问世,可方便办公人员随时随地处理公文需要。-Function is indeed a great potential for mobile phones, as long as the development, will be for our services, a
- 2023-01-07 04:50:03下载
- 积分:1
-
介绍了多种普通元器件的识别判断方法,是一个基础应用手册。...
介绍了多种普通元器件的识别判断方法,是一个基础应用手册。-Introduce a variety of common components to determine the identification method is based on the application of a manual.
- 2023-01-05 10:25:03下载
- 积分:1
-
Net-skyChatServer类似网易聊天室
资源描述
软件名称:Net-skyChatServer类似网易聊天室
软件类型:C源代码
软件大小:38k
软件简介:
Net-Sky ChatServer不同于其他的用PHP,ASP,PERL等脚本语言编写的或其他任何CGI模式的聊天程式,本聊天室程序使用标准C语言开发,独立于任何第三方WEBSERVER而运行,快速,高效,稳定,大容量。程序的设计目标是能在一台普通的PC上同时容纳上万人聊天。经初步测试,完全达标:每个聊天室一道进程,占内存约700K,80人在线时占CPU约0.03% (Pll450)。程序启动即将所有模版一次性载入内存,最大限度减少硬盘的I/O操作(聊天过程没有任何硬盘I/O),最大限度提高性能。这不不并不意味着每次修改配置后要重新启动聊程式,系统提供专门的管理员命令来重载或修改配置,而不须停止或间断服务。(Only For Linux)
|关闭本窗口|
- 2022-04-23 18:15:26下载
- 积分:1
-
实现类似资源管理器功能,可以方便的管理文件
实现类似资源管理器功能,可以方便的管理文件-realize the function of the resource mangager
- 2023-09-05 08:30:03下载
- 积分:1
-
JavaScript主要是针对客服端编程,但是,这个说法是不对的。JavaScript是一门独立的语言,像C一样可以做任何事;但是,我这用JavaScript做...
JavaScript主要是针对客服端编程,但是,这个说法是不对的。JavaScript是一门独立的语言,像C一样可以做任何事;但是,我这用JavaScript做客户端辅佐功能。-JavaScript is mainly aimed at customer-side programming, but this view is wrong. JavaScript is a separate language, like C can still do anything however, I have to use JavaScript to do client-side adjuvant function.
- 2023-08-23 02:55:04下载
- 积分:1
-
将翻盖的位图恰好贴在鼠标点击的方砖上(不论鼠标点击在这个方砖中的什么位置),真正实现翻盖的效果。并且要求和WindowsXP的扫雷程序的雷区部分一模一样。...
将翻盖的位图恰好贴在鼠标点击的方砖上(不论鼠标点击在这个方砖中的什么位置),真正实现翻盖的效果。并且要求和WindowsXP的扫雷程序的雷区部分一模一样。-Flip bitmap will be posted on the mouse just click on the方砖(whether or not the mouse click in this position in方砖), the effect of real flip. WindowsXP and the requirements and procedures for the de-mining part of the same areas.
- 2023-05-08 21:10:03下载
- 积分:1
-
Joomla酒店预订系统
Joomla hotel reservation system
- 2022-02-22 10:44:52下载
- 积分:1
-
实现简单的画图,菜单,启动另一个窗口的程序。
实现简单的画图,菜单,启动另一个窗口的程序。-achieve a simple drawing, menu, start another window procedure.
- 2022-04-29 17:34:53下载
- 积分:1
-
tick tack toe
tick tack toe,是一种游戏,用C++语言在Windows
- 2023-06-16 20:45:04下载
- 积分: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