-
ypqhhk
Network and Communication ComTes()
- 2017-11-09 17:48:08下载
- 积分:1
-
Large-scale-terrain-rendering
OPENGL 大规模地形渲染,有LOD代码在里面。老外.NET环境开发(The OPENGL large scale terrain rendering LOD code inside. Foreigners. NET environment for the development)
- 2012-08-14 11:07:34下载
- 积分:1
-
VC_Program_Example
Vc编程实例参考,个人的好手册,但是要说明,这个适合初学者,非常不错!大家可以好好参考!(VC handbook about program examples, personally, it is a good handbook, but i should tell you, it is helpful to freshman, very good, you can take it as a reference!)
- 2011-06-04 11:59:30下载
- 积分:1
-
data_whitening
蓝牙物理层data whitening编码,数据白噪声化,目的是对数据进行离散化操作。(bluetooth PHY data whitening)
- 2015-01-19 13:47:41下载
- 积分:1
-
mars
毕业设计中做得无速度测速模型搭建毕业设计中做得无速度测速模型搭建(The graduation project is done without speed speed modelThe graduation project is done without speed speed model)
- 2017-04-01 21:06:46下载
- 积分:1
-
jisuanqi
C++普通计算器的功能,实现整数、小数的加减乘除的算法,有退格、清空的功能。(Common calculator functions)
- 2014-03-20 16:23:25下载
- 积分:1
-
车辆模型
用于数据学习,汽车模型的建立,三自由度的车辆模型(used to data learning)
- 2017-07-21 16:46:02下载
- 积分:1
-
Detailed.Cpp.language.commands.(Second.Edition)
C++ 语言命令详解(第二版)
全书由两大部分及四个附录和一个词汇表构成,第一部分介绍
C++的基本概念以及C++程序设计方法,这部分从C++最基本的概念讲
起,覆盖最新C++标准中的所有概念并重点介绍类及其有关的函数和
运算符.第二部分可以用于C++编程的参考,分别详细介绍数据类型,
运算符,类型转换,关键字,预处理指令以及库函数和库类.四个附录
分别介绍C/C++的区别,ANSI 及C++成员的速查表.本书最后有C++术
语及概念的词汇表.本书可以用作学习C++的标准教材,也可成为高
级程序员的有价值的参考书.(Detailed C++ language commands (Second Edition))
- 2010-10-17 21:29:32下载
- 积分:1
-
meshsimplification
网格简化程序基于3D三角网格简化,代码简单实用,而且非常有效的节省时间(meshsimplification is a C++ library and set of utilities for input, output, and basic manipulation of 3D triangle meshes. The goals of the code are ease of use and efficiency, possibly at the expense of some generality.)
- 2015-03-01 00:49:53下载
- 积分:1
-
fenzhi
#include <iostream.h>
int main()
{
int i(0),sum(0)
while (i<=100)
{
sum=sum+i
++i
}cout<<"sum="<<sum<<endl
return 0;
}
- 2009-12-11 22:03:44下载
- 积分:1