搜索资源列表
VS2008简明教程
- 写在前面:..............................................................................................................................1 第一章:启动软件............................................................................................................
VCPP
- 告诉我们什么是控制台程序,什么事Win程序,什么是GUI程序,C++能干什么,VC和C++的区别是什么-Tell us what is the console program, what Win program, what is the GUI program, C++ can do, VC and C++ What is the difference
windowsCharChatroom
- 本文详细介绍了VC控制台终端模式下网络聊天室程序的实现-This paper describes the VC console terminal mode, the implementation of Internet chat room program
biany
- VC, VS 编译 testProgs中是各种媒体文件的测试程序。 另外一种编译方法是新建一个空的控制台工程,将所有的源码拷贝进去直接编译,这种编译方法的好处是所有源文件在一个工程中,不以库的形式出现,调试和查看代码比较方便。 -VC, VS compiler TestProgs is a media file test procedure.In addition a compiling method is to create a new empty console projec
KalmanFilter
- 实现kalman滤波通用算法,内部包含kalman滤波类以及矩阵运算辅助类,同时包含算法测试的控制台应用程序。均为源代码,可进行编译运行。-kalman filter with VC++6.0