搜索资源列表
VisualC++highlevelprogrammingandsourcecode
- Visual C++高级编程技术与实例源代码
datalist
- C++环境下数组的使用实例,有详细的注释,适合初学者研究
listcheng
- C++环境下矩阵乘法的实现使用实例,有详细的注释,适合初学者研究
vpmotion_game
- vega prime与C++混合编程实例,模拟第一人称游戏运动,可以左转右转向前向后,类似CS运动模式,能精确调整速度,加速度等数值,可以用键盘和鼠标互动。-This sample illustrates the use of the game motion model (vpMotionGame). It defines the class myApp, which is derived from vpApp, and overrides the vpApp::onKeyInput() me
C200
- 附随盘使用说明 本附随盘包含了书中介绍的所有实例的源程序文件,共计200个。使用本附随盘时应注意以下几点: 1. 盘中所有实例的源程序文件按篇分类,均包含在相应目录下,例如,p2-107.cpp文件在cp2目录下。 2. 所有实例源程序文件名与书中所给出的实例程序名对应一致。例如,p2-102.cpp文件对应于第2篇的实例102。 3. 本盘上给出的所有程序实例均在Microsoft Visual C++ 6.0开发环境中调试通过。 4. 读者可按本书附录A的介绍
juyuwang
- 通过对局域网的屏幕的监控 来做的, 用visual c++做的课程设计,很好的一个实例-LAN through the screen of the monitor to do with visual c++ to do the curriculum design, an example of good
FFT
- 本程序中包含一个可以通用的头文件,它能够实现DFT,FFT,IFFT,conv,这些函数根据信号处理C语言程序集编写,为了方便理解与调用,我在程序中使用了一些实例,大家可以通过它们做深入理解!-This procedure can include a generic header, it can be achieved DFT, FFT, IFFT, conv, these functions according to the signal processing assembly C langu
vpmotion_ufo
- vega prime与C++混合编程实例,模拟飞碟运动,不受惯性重力影响,可以左转右转,加速减速,突然加速、停止等功能,可以用键盘和鼠标控制。-This sample illustrates the use of the UFO motion model (vpMotionUFO). It defines the class myApp, which is derived from vpApp, and overrides the vpApp::onKeyInput() method to a
vpmotion_walk
- vega prime与C++混合编程实例,模拟步行运动,可以实现左转右转,前进后退等功能,遇到障碍物会碰撞,可以调节身高速度等数值,可以用键盘和鼠标互动。-This sample illustrates the use of the walk motion model (vpMotionWalk) and a user defined collision detection position strategy. It defines the class myApp, which is deri
jihefugai
- 求解集合覆盖。给定一个实例I = (X , F),X为一个有限集合,F为X的子集的集合,使得X中的每个元素至少属于F中的一个元素,则认为子集F覆盖了X的元素。 集合覆盖问题就是,找出含X的子集个数最少的子集C属于F,使得C覆盖了X中的所有元素。 -For set covering. Given an instance of I = ( X, F ), X is a finite set, F X a subset of the set, so that every element in
Sun_Xin_Lesson05
- 孙鑫学习C++第5课,CDC的文字处理, 有实例源代码和ppt,对照视频学习非常方便-The lesson 5 of Study C++, Sun Xin. The text process of CDC, the source code and ppt
LuaTest
- C++调用Lua的实例,包括了类的封装和库类文件。非常不错。-The C++ calling Lua instance.Very good.
yaml
- yaml类型数据的处理实例,c++语言编写-the yaml data types processing instance, c++ language to
bayes_net_ex
- 根据dlib18 的C++代码库,利用VS2010进行了里面的实例测试,测试成功了,并对里面的代码进行了针对性的注释。 dlib18具有很强大的数据挖掘功能,我这里只是针对贝叶斯网络进行了实例验证,验证的贝叶斯网络也就是dlib原本给定的例子,只不过原本给定的只有cpp文件,这里提供的是一个工程。希望有兴趣的同学下载参考。-According to the C++ code library of dlib18, VS2010 instance inside test, the test
Csharp
- C#初学者实例代码,包括计算器等小程序代码,能较快的掌握C#基础知识。-Beginners C# code examples, including calculators and other small program code, C# basic knowledge can quickly grasp.
Sqam-CPP-Matlab
- 在c++中调用matlab编译产生的动态连接库实例-c++ call Matlab‘functions
Console
- 这是一些使用C#进行控制台编程的实例源代码,这些小程序主要有传值调用、数组前后对比、阵列列前后对比、输出欢迎信息、输出参数、利用控制台进行常规计算、静态变量的使用等方面的内容,面向c#新手,编译环境vs2005。-This is some of the console in C# programming source code examples, these small programs are called by value, the array before and after compar
10.17.6
- opencv+c++在VS2012平台上,关于基本绘图函数和文字函数的实例程序-opencv+c++ in VS2012 platform, on the basic drawing functions and text functions of the sample program
demo
- 关于C++类实例化时带括号和不带括号的区别-About C++ class is instantiated with brackets and without parentheses difference
19
- 一个用C#编写的控制台客户端/服务器实例-C/S Example with C#