搜索资源列表
sndrpr.zip
- sndrpr.zipRepeat Easily 1.0 版 程序说明这个小软件是用来练习英语听力用的,有下列几个特点:1.安全。无需安装,也不需要其他的任何支持系统,直接运行,决不会对你的操作系统造成任何的损害,不要的时候,直接删掉就行了。2.界面设计简单,直观,使用方便。其实,训练听力只需要一个重复的功能就足够了,大多数人都不会愿意花上大量的时间来研究复杂的使用说明书,而这个小软件几乎是一看就会用,所以,我就不介绍用法了,你自己试一试就会了。3.开放源代码(用VC7编写的)。喜欢编程的人可以对
c++_asm混合
- c++和汇编语言的混合编程例子。 在VC6,vc7集成环境下调用汇编语言函数,使用变量,结构等方法的例子。-c and assembly language programming examples of mixed. The VC6, vc7 integrated environment called assembly language function, the use of variables, such as the structure of examples.
FastDown1.1
- 软件主页: www.gfastdown.com 文件说明: FastDownActiveX.zip ActiveX版 FastDownCB6.zip C++ Builder6 静态库 FastDownVC6.zip VC++ 6 静态库 FastDownVC7.zip VC++ 7 静态库 TestFastDown.zip 测试程序 TestFastDownSrcVC6.zip 测试程序源代码(VC版) TestFastDownSrcVB
test_sort
- 插入排序的测试例程,采用vc7编译实现。-insertion sort of test routines, the compiler used vc7 achieve.
transfer_char_to_key
- VC7.1中如果将char*作为key的话需要重载关于char*的hash_compare函数 可是我怎么都没法搞定 只好将char*转为int,反正指针地址总是唯一的,然后重载关于 int的hash_compare函数,使用时将char*强制转为int即可我想除了用STLPort外,应该还有更好的方法吧 -VC7.1 which will char * key as the need for heavy char * has h_compare function but I h
jsj(VC7.0)
- 用vc编写的很经典的计算器原代码,学习的好资料,简单明了,值得一下-vc with the classic preparation of the original code calculators, learning good information, straightforward, it is worth about
VC8.0ToVC6.0
- 能够把VC7.0-8.0的工程转换到VC6.0的工程
xml1_demo
- Very fast parser for parsing XML files. It is template based and writen in C++. Tested for VC6 and VC7. The parsing is handeled by one class. Working with the class is very easy, but the internal code is complicated. Demo, helpfile and sourc
VcprojToDsw
- .vcproj是不太普遍的vc7的工程文件,这个程序的功能是将vcproj格式转换为dsw格式
把VC7的工程转换成vc6的工程vc7tovc6
- 把VC7的工程转换成vc6的工程-put the project into the project vc6
webprint4
- WebPrint4.0是由以前的WebPrint3.1和ePrint3.0这两个产品合并而成的,合并后的产品以WebPrint为名,慢慢废弃不用ePrint作名称,在WebPrint4.0的产品包中还是清楚地分为:一个实现html table的直接打印功能(即原来的WebPrint3.1),一个实现web套打功能(即原来的ePrint3.0)。 WebPrint是一个全面强大的web打印的解决方案。它可以直接在IE浏览器中可视化的设计各种复杂的打印模版, 轻松解决Web套打问题。也可以
vc6.0-vc2008
- 在VC6的编译器中,这样的代码是没有问题的,因为VC6的编译器为了兼容旧的Microsoft C/C++编译器,没有严格按照C++标准执行,但是从VC7开始,VC的编译器开始遵守C++标准,所以就会出现“变量i没有定义的错误”。解决的方法也很简单,按照Jim Hyslop 和 Herb Sutter的经典对话系列的第四篇中的方法-VC6 compiler, this code is no problem, because VC6 compiler for compatibility with o