Welcome![Sign In][Sign Up]
Location:
Search - log

Search list

[Other resourcediyLogClass

Description: 平时写程序时经常要记录下日志,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
Platform: | Size: 25963 | Author: zhanglibo | Hits:

[Other resourceVisualC++ProjectDevelopeCode

Description: 此为《Visual C++ 项目开发实用案例》书籍配套光盘,该书由“数据库查询工具”、“数据转换工具”、“图像处理系统”、“系统资源监测器”、“HTTP日志解析、分析系统”五个案例构成,光盘资料中提供了所有系统的源程序代码和相关文件。-as the "Visual C projects to develop practical case" books matching discs, from the book "database query tool", "data conversion tools", "Image Processing System", "systematic resource monitoring devices," "HTTP log analysis, analysis system" constitutes five cases, CD-ROM information system to provide all the source code and related documentation.
Platform: | Size: 2398509 | Author: 孙金凤 | Hits:

[Other resourcewwwroot

Description: [编程语言:ASP+SQL]网络考试系统,本人的毕业设计之作,功能强大,系统稳定,安全度高,考虑了许多附加功能,更具人性化,丰富的源代码解释说明,普通用户登录帐号:罗可龙,密码:12345,超级用户登录帐号:徐永刚,密码:12345,登录后可自主修改帐号和密码。 -[programming languages : ASP SQL] network test systems, I graduated from the design of the light and powerful, system stability, security was high, considering the many additional functions, it is more humane, rich explanation of the source code, The average user logged Account : Luo Ke-long, Password : 12345, the super user login account : Yonggang, Password : 12345, log can be amended own account and password.
Platform: | Size: 337957 | Author: bjj | Hits:

[ICQ-IM-ChatJavaChatRoom

Description: Java聊天室程序源 2 需求分析 2.1 业务需求 1. 与聊天室成员一起聊天。 2. 可以与聊天室成员私聊。 3. 可以改变聊天内容风格。 4. 用户注册(含头像)、登录。 5. 服务器监控聊天内容。 6. 服务器过滤非法内容。 7. 服务器发送通知。 8. 服务器踢人。 9. 保存服务器日志。 10.保存用户聊天信息。 2.2 系统功能模块 2.2.1 服务器端 1.处理用户注册 2.处理用户登录 3.处理用户发送信息 4.处理用户得到信息 5.处理用户退出 2.2.2 客户端 1.用户注册界面及结果 2.用户登录界面及结果 3.用户发送信息界面及结果 4.用户得到信息界面及结果 5.用户退出界面及结果 2.3 性能需求 运行环境:Windows 9x、2000、xp、2003,Linux 必要环境:JDK 1.5 以上 硬件环境:CPU 400MHz以上,内存64MB以上 --------------------------------- 有什么问题请和我联系 QQ:281284015 Email:ibm_chen@163.com -Java Chat Room 2 program source needs analysis business needs a 2.1. Chat with the members of chat rooms. 2. Chat with the members of Private Chat Room. 3. Chat can change the content style. 4. Registered users (including Head), logged. 5. Chat server monitoring content. 6. Server filter illegal content. 7. The server sends notice. 8. Server fashion. 9. Preservation of the server log. 10. Chat preserve information users. 2.2 system function module 2.2.1 server one. Handling two registered users. Handle user login 3. Consumer Send information 4. consumer access to information 5. 2.2.2 users from dealing with the client one. Registered users interface and guitarist Fruit 2. User login interface and results 3. Send user interface for information and the results of four. user interface access
Platform: | Size: 1095115 | Author: chenmin | Hits:

[Communication-MobileDoubleBinaryTurbo

Description: 采用 DVB反向链路(DVB-RCS)标准中的双二元Turbo码matlab仿真程序和仿真结果。支持1/2和1/3码率。支持MAP,LOG-MAP解码算法。
Platform: | Size: 48841 | Author: 李明 | Hits:

[Scannerflog_test

Description: 这是本人经常用的检查错误的log程序,在编写的时候将这加入到程序中能查出运行到第几步了 很好用的
Platform: | Size: 3931 | Author: zhangle83 | Hits:

[Hook apiTestDebug

Description: 跟踪监视方案概览 作者:彭春华 当我们对某一目标程序进行API函数的跟踪监视分析时,根据跟踪监视的目标,基本上有以下几种途径实现对API函数的跟踪监视: 写Log记录分析 如果拥有目标程序的源代码,就可以在关键的API函数的入口点和出口点记录API的参数和运行结果。在除错程序中是经常可以看到这种方法的。该方法的缺点就是必须拥有源代码,每次修改Log时必须重新编译源代码。由于该方案和我们要讨论的目标不同,在此不作讨论。 将监视代码注入目标程序 该方案的原理是在目标程序运行时,将监视代码注入到目标程序的进程空间。监视代码通过前期的准备工作,修改目标程序的运行代码,使得目标程序调用指定的API函数时,运行指令会跳转到监视代码中,这样,监视代码就可以记录下API函数的运行参数,然后,监视代码在运行用来的API函数代码。在用来的API函数代码运行完后,再回到监视代码中,将来下运行结果,再返回目标程序。其运行原理图为: 在32位Windows平台上,各进程空间是独立的。要在目标程序中运行监视代码就必须将监视代码注入到目标进程。一种常用的方法就是将监视代码编译成一个DLL,再将该DLL注入到目标进程中。关于将DLL注入目标进程的文章有很多,
Platform: | Size: 35518 | Author: 李泉 | Hits:

[Windows DevelopCalcSolver

Description: 由于源码是由网上收集的(原英文),可能会有少许未能完善之处。但经过测试,大部分基本的运算还是可以的,当然包括常用的函数(三角函数、反三角函数、双曲三角函数、绝对值.......),甚至是一些复杂无比的表达式也能计算,如:ln e + rnd(2) + 3(2)4 * (log(tan (itan 1))) 等。值得一提的是,它还有函数绘图、数据统计和自定义常数等功能。另外,程序经过我汉化(仅在界面上),更易懂。
Platform: | Size: 230887 | Author: 水文 | Hits:

[Otherlog4net

Description: log日志dll组件及其调用方法.十分简单实用
Platform: | Size: 80132 | Author: zmd | Hits:

[Linux-Unixpaco-2.0.3.tar

Description: About: Paco (pacKAGE oRGANIZER) is a simple, yet powerful tool to aid package management when installing programs from source code. It uses the LD_PRELOAD method to track package installations, and provides various options to keep the installed software organized. It s mainly a command line application but it has also an optional GTKMM interface. Release focus: Minor bugfixes Changes: Libpaco-log has been rewritten in C. This prevents a glibc installation failure when building LFS in chapter 6. The option -x|--expand has been removed. Several bugs have been fixed in paco, gpaco, and rpm2paco. Author: David Rosal
Platform: | Size: 387866 | Author: 王磊 | Hits:

[Special Effectsedgedetectionandtracking

Description: 采用了sobel、Log算子完成对图像进行边缘检测的功能
Platform: | Size: 52174 | Author: 张琪 | Hits:

[Communication-Mobileldpc_decoder

Description: 采用Log-BP算法的LDPC码译码仿真程序,给出了不同信噪比下误码率和误包率的统计图,用matlab和C(c-mex)程序分别编写,有详细说明和注释。
Platform: | Size: 78005 | Author: 智钢 | Hits:

[Special Effects18113106242

Description: 程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象
Platform: | Size: 43940 | Author: hyh | Hits:

[OtherLog

Description: Lotus安全性增强软件,是我毕业设计作品。能够监视数据库文档的修改变动。
Platform: | Size: 107652 | Author: 庄明讯 | Hits:

[Other resourcebackup

Description: 1采用了tcp通信。 2实现自由选择主辅库。 backup:数据库监视备份软件(backup.exe,backup.ini,backup.log,sendclient.log)
Platform: | Size: 70002 | Author: judy | Hits:

[Special EffectsEdge_Detection_and_Segmentation

Description: 边缘检测与分割源代码 edgedetect.m, houghtr.m, quadtree.m, regrow.m, sobeledge.m, straightline.m, thresh.m, watersd.m 算法包括Prewitt、Roberts、Log、Canny、Sobel算子实现边缘检测,基于Hough变换的直线检测,4叉树区域分割,分水岭分割。(算法对应源文件名)
Platform: | Size: 6777 | Author: major | Hits:

[Special Effectsxiaobobianhuan

Description: 包括Canny边缘检测算子、罗伯特(Roberts)边缘检测算子、索伯尔(Sobel)边缘检测算子、普瑞维特(Prewitt)边缘检测算子、克瑞斯(Krisch)边缘检测算子和高斯-拉普拉斯(LoG-Laplacian)算子等。
Platform: | Size: 261815 | Author: 楚风云 | Hits:

[Special Effectschap4

Description: 程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象
Platform: | Size: 41150 | Author: kesong | Hits:

[Consoleawk

Description: awk by Cao Siqin, 2007.7.17 awk <Format String> Format string: It may contain following symbols: $x: parameter x will be used here \\t = \\x07 \\n = \\x0A Example: script.txt: C:\\WINDOWS\\a logfile .log C:\\WINDOWS\\b txtfile .txt input this command in a console window: awk notepad.exe $1 $3 < script.txt then following commands will be executed: notepad C:\\WINDOWS\\a.log notepad C:\\WINDOWS\\b.txt
Platform: | Size: 31065 | Author: 孙谨 | Hits:

[Consoleawkprint

Description: 因为 Windows 下执行 awk print ... 效率实在太低,所以引入 awkprint,相当于 awkprint awkprint by Cao Siqin, 2007.7.17 awkprint <Format String> Format string: It may contain following symbols: $x: parameter x will be used here \\t = \\x07 \\n = \\x0A Example: script.txt: C:\\WINDOWS\\a logfile .log C:\\WINDOWS\\b txtfile .txt input this command in a console window: awk notepad.exe $1 $3 < script.txt then following commands will be listed: C:\\WINDOWS\\a.log C:\\WINDOWS\\b.txt
Platform: | Size: 18313 | Author: 孙谨 | Hits:
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »

CodeBus www.codebus.net