搜索资源列表
find_coefficients
- 诊断系数搜寻代码。在m文件中循环倒入文件,调用simlink模型,多重循环加特定算法计算系统的诊断系数。-coefficient search diagnosis code. M paper recycling into the document, called simlink model multiple cycle specific algorithm increases the coefficient of diagnosis.
P_system
- 以一个小型公司的人员信息系统为例,用基类的指针数组来处理不同的派生类对象,从而实现拉多态性调用。使用动态数组类模板Array来代替C++预定义的数组类型。-to a small company personnel information system. use the base class pointer array to handle different types of derived objects, thereby realizing Rafah called polymorphism.
Linux_systerm_call
- 《LINUX下增加系统调用的二种方法》 摘要: 在分析LINUX系统调用机制的基础上通过修改内核源代码和插入内核模块实现二种增加系统调用的方法。 关键词: LINUX系统调用操作系统-"Linux system call to increase the two methods" Abstract : Analysis of the Linux system call mechanism adopted on the basis of amendments to the
columnsrc
- 我想利用本月的专栏描述一个有趣的应用程序,这个程序是用本期我的一篇文章:“使用 ManWrap 库在本机 C++ 代码中调用.NET”所讨论的 RegexWrap 库生成的。RegexForm 是一个基于正则表达式的MFC窗体有效性验证系统。为了实现这个程序,我首先实现了 RegexWrap。但因为许多细节与正则表达式本身无关,所以感觉在这里描述 RegexForm 更好些。
xitongdiaoyong
- 有关于操作系统 系统调用的综合应用 和用户调用具有一定的区别
os
- 本程序为二级文件系统,同时实现基本的功能。用户通过本文件系统所提供的系统调用实现对文件的操作。最基本文件操作用:创建文件、上出文件、读文件、写文件。本文件系统可分为三个层次,其最底层是对象及其属性;中间层是对对象进行操纵和管理的软件集合;最高层是文件系统提供给拥护的接口。本程序基本实现功能如用户登陆、列举文件目录、创建/删除文件、创建/删除子目录等。
WhoUseFile
- 该例子调用系统API,获取当前谁在使用该文件。
读取当前目录下ini文件的类
- 读取当前目录下的Ini文件类 CIiniFile功能:系统提供的WriteProfileInt()等函数,写到注册表或系统ini文件,调用比较麻烦,而且会占用注册表资源,下载了网上的ini类用起来又不太顺手,所以参照写了一个读取当前目录下ini文件的类。程序有详细的注释,欢迎批评指正-read in the current directory Ini document CIiniFile functional categories : the system provides WriteProfi
LogTest
- 该日志系统包括七个 C++ 类:CLog, CFuncLog, IStoreLog, CWinLog, CFileLog, CAutoCritic, CLogSimpleLock。CLog 是所有日志模块中最主要的一个类,在大多数情况下,这个类在应用程序中最好是单实例的。但并不是必须的。重要性其次的一个类是 CFuncLog,这个类用于对函数调用的进入和退出进行记录。当然开发人员也可以使用这个类对任何数据进行日志记录。-The log system includes seven C++ type
sysTime
- 调用windoos API获取系统的时间, 拷贝删除文件-Windoos API calls to get the system time, copies of deleted files
E-Language-read-and-write-any-sector
- 这个易语言程序源码可读写硬盘任意扇区,调用系统自带API。附带一个常用API模块-This program can read and write any sector calls the system API.This compressed package with a common API module.
FileBackUp
- 调用系统自带的文件拷贝工具robocopy,结合windows计划任务,实现制定文件夹定时备份,自定义备份个数,自动删除多余备份等-Call the system s own file copy tool robocopy, combined with a windows scheduled task to develop a folder timed backup, custom backup number, automatically delete redundant backup
FATFs
- 完全免费开源的FAT和文件系统模块,可以用以文件的读写操作,只需要调用文件系统就可以了,简单实用,而且完全是开源的,你可以看的到源码哦!-Completel free open source of FAT and file system
fileopenV1.0.0.6
- 自己用 VB.net 编的文件启动器(类似软件助手),可以用来将一些相关的文件或可执行程序,或文件夹路径进行关联。 编译环境为VS 2010 包含:ini文件的读写,系统文件API调用等-File compiled using VB.net launcher (similar software assistant), can be used to associate file or executable program or folder path.
fk
- 饭卡记录系统 需要调用Xp窗体.ocx,请自行下载哦-Fanka recording system needs to call the Xp form ocx, please download Oh
FileMon
- 基于ATL COM组件实现的文件系统监控功能,有调用示例-ATL Component for file system monitor
PlayWavDemo
- 调用系统API打开WAVE文件并播放功能,VC6.0 调试通过!-WAVE file system API calls to open and play functionality, VC6.0 debugging through!
pltest
- pltest代码分析工具主要功能是静态分析和动态测试。 1 静态分析 包括“函数信息分析”、“指标信息分析”、“代码质量分析”,“数据流分析”、“复杂度分析 ,”循环分析“并生成doc格式的报告。报告主要包括“代码信息统计”、“编码标准违反情况统计”、“注释信息统计”、“复杂度及数据流信息”,“Halsteads信息”等内容。 2 动态测试 系统对选定的文件进行“插桩”、“编译链接”、“动态执行”,“动态分析”等操作。动态测试报告的内容包括:函数调用返回信息、对语句覆盖率、分
1234
- 完成一个目录复制命令mycp,包括目录下的文件和子目录, 运行结果如下: beta@bugs.com [~/]# ls -l sem total 56 drwxr-xr-x3 beta beta 4096 Dec 19 02:53 ./ drwxr-xr-x8 beta beta 4096 Nov 27 08:49 ../ -rw-r r 1 beta beta128 Nov 27 09:31 Makefile -rwxr-xr-x1 beta beta 5705 Nov
yuyinlangdu
- 用C语言简单的实现了朗读文本文件的功能,调用了windows系统地语音库,程序可以识别中文,自动将中文符号去除,以免朗读出现问题-Simple implementation of the function to read a text file with the C language, the windows system calls to voice library, the program can recognize Chinese, Chinese symbol automatically