资源列表
MatrixSerialMultiply1
- c++程序分别从文件1和文件2中读取矩阵A和B,进行相乘之后将矩阵C写到文件3中.-c++ program reads matrix a and b from file1 and file2 distributedly,then run matrix multiply and get matrix c,write the matrix c into file3.
Minitab
- 文件夹的创建,文件夹(文件)的移动改名删除复制等操作。资源文件的释放。-To create the folder, files (documents) mobile renamed remove replication. The release of a resource file.
wenjian
- 一个文件夹下有若干个文本文件,文件名无规律。读取每个文件的内容,提取出文件内容中的时间信息。如果有时间信息,则以时间信息重命名文件。 例如: Hello.txt的文本内容为:中国天气网讯 据中央气象台消息,今年第11号超强台风“凡亚比”于2010年9月19日上午8时减弱为强台风,随后于9时前后在我国台湾省花莲县丰滨乡附近沿海登陆。登陆时中心风力15级,50米/秒,中心最低气压940百帕。 则可将文件重命名为2010-9-19.txt -A folder with a num
Test_DownLoad
- (c++ 基于MFC的)一个简单的文件下载程序-(C++ based on MFC) for a simple file download
MakeCoe_Mif
- 把keilc编译的hex文件格式转成coe文件格式的一段c程序-The keilc compiled hex file formats into coe format
FileBinder
- 暗组的文件捆绑器,界面非常的友好,功能叶比较的强大-Dark set of files tied up, the interface is very friendly, powerful compare functional leaf
3
- 无线传感器网络的节点覆盖的研究,覆盖度可达到100 -Wireless sensor network node covered by the study, up to 100 coverage
FileManage
- 文件批处理系统 主要实现了批量复制、剪切文件及文件夹、批量重命名文件、批量删除文件及文件夹、搜索文件及文件夹、批量压缩及解压文件、分割及合并文件。-Batch file system is mainly to achieve a bulk copy, cut files and folders, batch rename files, batch delete files and folders, search for files and folders, batch file compre
FileEncry
- 本程序通过加密文件夹的方法防治文件被打开,以保护用户的机密文件-This program through encryption method of prevention and cure folder file is open to protect the user s confidential documents
AdvancedCLanguageSourceProgram
- C语言高级程序的源代码示例,包括动态内存分配、文件操作、双机通讯、菜单、鼠标控制、C/S、窗口等等源代码。-advanced C language source program,many advanced C language example.
VC_Word
- 用VC++编写的一个Word插件的源码,很有新意,值得学习。解压密码:hur.cn-Written by VC++ source code for a Word plug-in, very innovative and worth learning.
filesystembegin
- 1. 设计和实现一个简单的文件系统,要求包括目录、普通文件和文件的存储 2. 文件系统的目录结构采用类似Linux的树状结构; 3. 要求模拟的操作包括: a) 目录的添加、删除、重命名; b) 目录的显示(列表) c) 文件的添加、删除、重命名 d) 文件和目录的拷贝 4. 用户进入时显示可用命令列表;用户输入help时显示所有命令的帮助文档; 输入某个命令+?时显示该条命令的使用说明 5. 用户输入exit时退出该系统 6. 实验实现基于windows平台