搜索资源列表
教学日志统计系统12
- 这是一个有多个同学合作开发的一个很实用的日志系统,涉及数据库操作以及C控件的使用-It is a number of students to develop a very practical log system, which involves database operations and the use of C control
c++文件日志
- C++环境下如何利用文件进行日志的操作,这个代码在解决日志方面提供了很好的借鉴作用-C environment how to use log files, the operation of the code in resolving the log provided a good reference
TextLog-0.0.2
- 方便的进行日志文件输出的类,可以添加在任何C++工程里面-convenient for the log file output types, can be added in any engineering inside
Ace_LogHandler
- 一个利用ACE的日志设施编写的日志处理类,使用时,直接生成对象,就可以利用里边的公共接口,对用C++写跨平台日志程序的同学很有帮助-a log using the ACE facilities to prepare the log class, when used directly produce objects Inside they can use the public interface to C write cross-platform log procedures helpful st
diyLogClass
- 平时写程序时经常要记录下日志,C++的cout类很好用吧,呵呵, 以前写了个类似的类 来记录下程序的运行日志 -peacetime procedures often write to record log, the cout Class C with a good bar, Oh, previously wrote a similar category to record the procedures under the operation log
VisualC++ProjectDevelopeCode
- 此为《Visual C++ 项目开发实用案例》书籍配套光盘,该书由“数据库查询工具”、“数据转换工具”、“图像处理系统”、“系统资源监测器”、“HTTP日志解析、分析系统”五个案例构成,光盘资料中提供了所有系统的源程序代码和相关文件。-as the "Visual C projects to develop practical case" books matching discs, from the book "database query tool",
ProManage
- C#写的一个项目日志管理小软件,里面嵌入了个相册
ClassFeeAdmin
- 自己写的一个c语言小程序。用链表实现了班费的收支,查询,和操作日志功能。
Raize.CodeSite4
- Codesite 的主要目的是帮助开发者们查找其代码中的问题。CodeSite 的主要功能是可以让开发者使用代码来发送运行时的详细信息到特殊的接收器。更精确的说,通过 CodeSite 实现的 TCodeSite 类,我们可以打包并发送运行时的信息给 CodeSite Dispatcher(CodeSite 的消息分发器),它可以路由这些消息到一个或多个接收器来察看。缺省的信息接收器是 CodeSite Viewer(消息察看器)。CodeSite 的效率体现在它不同于简单的显示消息的对话框或设
Tiny_Compiler_5r
- 解释器Tiny Compiler(此为第五版)是用c++写的解释器,语法规则类似于C和matlab,支持数组和函数调用,并用mfc做了简单界面。 内附详细说明及例子程序。 第五版新增特性:计算器工具中添加了公式的“立体显示”。 第四版新增特性:添加了语法树的可视化显示。 官方日志:http://wantnon.spaces.live.com/blog/cns!22376C1C5B93C0AD!464.entry-The interpreter(name:Tiny Compiler
sj
- 注意本监视器,能够自动在C:盘下生成PACKLOG.log分析包日志-Note that the monitor can automatically in the C: drive next generation of packet log PACKLOG.log
DiskFilter
- 此驱动默认还原C盘,缓冲文件放D盘(根据inf文件配置)。 此代码为课程设计而写,只实现了最基本的功能,很多细节问题并未考虑。另外, 对读写请求未进行过滤,还原系统盘时,Win7下测试,系统启动后会显示 “正常进入Windows”等选项,系统在关机时应该做了记录日志,被拦截后出 现此提示。-This drive to restore the C drive by default, cache files, put the D disk (inf file configuratio
C-Clear
- C盘垃圾文件清理、网络日志清理、废弃注册表清理等-C clear source
yaolog
- 就C++而言,不少程序员只是简单地用printf来输出日志,或者临时写个日志类,log4cpp等比较“重型”的日志库的使用率反而并不怎么高(至少从我经历的项目而言)。也许是不想为不需要的功能付出额外的学习成本,但无论如何,对于通用类别的工具采取临时手写的方式来应付,从长远考虑,在功能性和健壮性方面是得不偿失的。写这个日志类(yaolog)的最初的想法只是为了实现“输出到文件的带有时间信息的printf”,后来历经不同项目需求的“拷问”,借鉴和引用了很多开源代码(在此对那些作者表示感谢),就成了现
CPPlogger
- 一个基于C++开发的调试日志组件,可以设置日志输出开和关,日志的各种等级输出,可以直接加载到工程里-A C++ based on the development of the debug log component, you can set the log output open and close, the various levels of the log output, can be directly loaded into the project
CoolFormat3.4
- st3 c/c++插件 使用介绍: 1.全新Ribbon界面,操作方便 2.支持全部、部分、批量格式化方式 3.可自定义的代码格式化风格 4.支持代码高亮到网页、博客: 更新日志: 2015年2月25日 V3.4版本 支持作为其他编辑器的插件 2015年1月26日 V3.3版本 增加Objective-C格式化,全新格式化设置界面 2013年3月14日 V3.2版本
os exercise2
- 客户端是一个带有2个参数的程序: *日志服务器的主机名 *日志记录服务器的端口号 启动后,它将连接到服务器并从中读取消息 STDIN。 每条消息都是一个没有0字节的字符串。 消息是 由换行符\ n终止 什么都没有读 不再收到SIGINT或收到SIGTERM,它会关闭 连接并以返回码0终止。(The client is a program that takes 2 arguments: * A hostname of a logging server * A port