搜索资源列表
Demo
- 学习C++的最好帮手 最经典的书籍C++ PRIME PLUS
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
C++PRIMER
- c++ Prime 中文版3 + 随书源码-c++ Prime Chinese version 3+ with book source
prime
- 输出用户输入的任意两个整数间的所有素数 输入的大小任意,输出按从小到大的顺序。 C++实现-Output user input between any two integers all prime numbers of arbitrary size of input and output according to the order from small to large. C++ implementation
EX4
- 用Win32所提供的同步对象解决有限缓冲区问题:写一个过线程实现C/C++语言程序:一些线程负责找出某个范围的素数,并放到一个数组中。另一些线程负责将数组中的素数取出,依次显示 -Use Win32 synchronization objects provided by the limited buffer problem to solve: write a thread to achieve than C/C++ Language Program: responsible for a nu
EssentialCplusplus_ch
- essential c++ 配合c++ prime阅读,适合刚入门者-essential c++ with c++ prime reading for beginners
c++
- Fast prime calculator
prime
- 判断一个数是否是素数,注意,运行环境是 c#.net-To determine whether a number is prime, note that operating environment is c#. Net
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
CPPPrimer.EnglishaChinese.4th
- C++ Prime是久负盛名的C++经典教程,其内容是C++大师Stanley B. Lippman丰富的实践经验和C++标准委员会原负责人Josée Lajoie对C++标准深入理解的完美结合,已经帮助全球无数程序员学会了C++。本版对前一版进行了彻底的修订,内容经过了重新组织,更加入了C++ 先驱Barbara E. Moo在C++教学方面的真知灼见。既显著改善了可读性,又充分体现了C++语言的最新进展和当前的业界最佳实践。书中不但新增大量教学辅助内容,用于强调重要的知识点,提醒常见的错误,
prime
- C code for prime problem.
C-P-P-small-questions
- C++ 基本练习小题目,包括求闰年,输出素数等一系列用C++实现的代码。-C++ small questions, the basic practice of small topics, including seeking a leap year, the output of prime numbers, and a series of implementation in C++ code
answer-for-c-primer-plus
- c prime plus 中课后练习的答案-c prime plus the answers to the exercises
c-prime-plus
- c prime plus c prime plus c prime plus-c prime plusc prime plusc prime plusc prime plusc prime plus
C++-Primer-Plus(第五版)编程习题解答
- C++-Primer-Plus(第五版)编程习题解答(C++-Primer-Plus(fifth edition) programming problem to solve)
Prime search
- 素数查找功能的程序,适用于C语言。质数(prime number)又称素数,有无限个。质数定义为在大于1的自然数中,除了1和它本身以外不再有其他因数,这样的数称为质数(The prime search function program is suitable for C language. Prime number, also known as prime number, there are infinite. The prime number is defined as a natural n
uva 583 Prime Factors
- uva 583 Prime Factors solve with C++
c
- 设一个等差数列,首元素为367,公差为186, 现在要求找出属于该等差数列中的第151个素数并输出。(An arithmetic progression, the first element is 367, tolerance is 186, now asked to find belong to the arithmetic sequence of 151st prime numbers and output.)
Prime-Number-before50
- 简易版-找从2到50的质数。只用了余数来判断,没有用到平方根作为判断条件,有待升级。编程软件用的是C-Free 5(The simple version- To find prime number from 2 to 50)
CPrimerPlus6E_code
- CPrimePlus最新版的源码和课后答案(The lastest answer and codes of C Prime Plus 6th Edition)