搜索资源列表
上传局域网内自动升级程序
- 还是pb的源码,转载别人的。我认为不错,是C/S程序中的点睛之笔,解决程序自动更新问题。编译成exe文件可以独立使用或嵌入到其他平台中调用。-or the source, reproduced people. I think it is true, is C / S process of finishing touch to solve the problem automatically update procedures. Compiled exe files can be used inde
C51源代码
- 这是一片很好的c语言源代码,希望大家能够有用,我是新手,请多只教-This is a very good c language source code, we can hope useful, I greenhorn, please only taught
IniFileNew
- 我们都经常使用配置文件。为此我编写了IniFile文件读写类。使用非常简单,请参见示例程序。 程序采用了两种方法,一种是使用iterator调用,一种是直接使用数组下标,可根据不同情况分别选用。 采用C++STL编写,适用于Windows,Linux,Unix任意平台下的任意开发环境,在此只是用Win平台的CBuilder做个示意。-we are always use configuration files. Therefore, I have prepared a document l
用标准模板库STL实现文件比较
- 用标准模板库STL实现文件比较. 本文讨论如何使用标准模板库(STL),类模板和函数模板,以及其它编程技术来解决实际问题。本文涉及到STL包含的集合和向量,函数模板,类模板,常量检验,出错处理和使用STL的文件I/O。 要阅读本文,你要熟悉C++,熟悉类模板和函数模板。本文汇集了大量有关的信息,指引你逐步阅读。 本文用提问,设计和解决方案引导阅读。希望你能喜欢。 -Standard Template Library STL files comparison. This pa
一个递归删除指定目录和文件的例子
- 使用Visual C++编程久了,编写的工程多了,如果我们没有及时删除工作目录下的Debug或者Release目录,就会有大量的垃圾的中间文件存留在我们的系统中。占用我们大量的硬盘空间。但是,如果我们每次编译完一个工程就手动去删除这些多余的文件,是比较麻烦的一件事情。为了解决这个不便,我花了一点时间写了递归删除指定目录和文件的小工具。 -use Visual C Programming long, the preparation of the works and more, and if w
C语言难点分析整理
- 这篇文章主要是介绍一些在复习C语言的过程中笔者个人认为比较重点的地方,较好的掌握这些重点会使对C的运用更加得心应手。此外会包括一些细节、易错的地方。涉及的主要内容包括:变量的作用域和存储类别、函数、数组、字符串、指针、文件、链表等。一些最基本的概念在此就不多作解释了,仅希望能有只言片语给同是C语言初学者的学习和上机过程提供一点点的帮助。 -this article is to introduce some major review of the C language in the process
MFC3_CObject
- mfc的一些应用,对学习C++的人很有帮助,我也是在网上下的,是为了应对上传的任务-mfc the application of the learning C helpful, I am also in the Internet, in order to meet the mandate upload
fstreamsrc
- 《使用 <fstream> 类进行文件的 I/O 处理》 传统的文件 I/O 库如 Unix 的 <io.h> 和 <stdio.h> ,由于其程序接口的原因,在很大程度上强制程序员进行某些处理,缺乏类型安全和国际化支持。C++ 的 <fstream> 库则在文件的 I/O 方面提供了一个增强的、面向对象的、具有国际化意识的库。该程序介绍如何使用这个库进行文件的 I/O 处理并利用它来编写易于跨平台的代码。 大多数 C++ 程序员都熟悉不止
hhhh
- C语言用va_start等宏来处理这些可变参数。这些宏看起来很复杂,其实原理挺简单,就是根据参数入栈的特点从最靠近第...看了这几个宏,不禁让我再次感慨,C语言太灵活了-using C language, such as Acer va_start to deal with these variable parameters. These Acer looks very complicated, very simple principle, Push is on the basis of the
Data4final
- 移位密码、代换密码的加密及解密 实现移位密码:k表示26个字母向前循环位移的字符个数 加密: 输入:k,以及小写表示的明文字母,输出:大写字母表示的密文 解密:输入: k,以及大写字母表示的密文,输出:小写字母表示的明文 例如,当k=11时 明文:wewillmeetatmidnight 密文:HPHTWWXPPELEXTOYTRSE 实现代换密码 例如输入密匙guangzhouuniversity,则建立字母对应关系: a b c d e f g
FileCutAndEquipment
- 完成文件分割和分割后的文件重新组装起来,为了减少程序尺寸,所有源代码都本人是用纯粹的c/c++编写的,可执行程序只有200K大小。没有用MFC,因此是命令行界面的。但功能绝对强大,不好用你砍我。-completed document segmentation and segmentation of the files reassembled and procedures in order to reduce size, all source code is purely my c / c pre
testwave
- test wave program that debug succesfuled in the visual c++ 6.0 . please try it yourself .-wave test program that debug succesfuled i n the visual c 6.0. please try it yourself.
ChinaChess1012_wf
- 中国象棋的一个小程序 是C编的 大家好好看看 这是我找了好久才找到的啊 谢谢大家下载哈!-Chinese Chess, a small procedure is the C series we look at this is good for a long time, I find the ah thank you Download Ha!
0-1beibao
- 01背包问题题目 有N件物品和一个容量为V的背包。第i件物品的费用是c[i],价值是w[i]。求解将哪些物品装入背包...但它却是另一个重要的背包问题P02最简捷的解决方案,故学习只用一维数组解01背包问题是十分必要的。
C语言编程宝典-原版
- 本人在网络上整理的c语言学习的绝好,东东,很适合各种学习者,该东东是文本文件,您可以继续添加整理,在发上来共享!本人吐血推荐-I on the network finishing c excellent language learning, Dongdong, very suitable for all learners, Wanton is the text files, you can continue to add collating, sharing onto the hair! I r
(2008091211)fenge
- 文件分割与合并功能,支持超大文件分割,利用多线程和文件映像技术,提高分割合并文件的速度,本人原创!-Document segmentation and merge functions, support for large file segmentation, the use of multi-threaded and document imaging technology to improve the segmentation rate of the consolidated document,
C_Ini
- 实现对INI文件的操作,比如INI的读和写。比较规范,辅助用来实现程序中可变化参数的设置。-Implementation of the INI file operations, such as the read and write INI. Fairly standard, auxiliary procedures can be used to achieve changes in parameter settings.
C-language-exam
- 我用c++编写的代码,可以检查两份c语言代码的相似度并且把相似的地方列出来-I with c++ write code, you can check the similarity of the two c language code and lists of similar
WriteDataToFile
- C++数据流,从文件中读入数据或写入文件数据-c++ i/o ,read file or write file
uplytd-very
- mfc的一些应用,对学习C++的人很有帮助,我也是在网上下的,是为了应对上传的任务,-Some application of the MFC, is very helpful for learning c++, I also am in the online, is in response to upload the task,