搜索资源列表
Randon_Tran08.cpp
- 用c语言编写的Randon变换,可以用来分离上下行波场
c++文件源码e1_2.cpp
- //e1_3.cpp #include float area(float r) //定义求半径为r的圆的面积的函数area { return 3.14159f * r * r; } void main() { float r; //定义浮点型变量r,用于存放圆的半径 cout<>r; //从键盘上输入圆的半径送给变量r cout<<"半径为"<<r<<"的圆的面积="<<area(r)<&
Beginning-Visual-CPP-6-source-code
- 这个是开始学习visual C++的初学者必修的一些代码,很不错,包涵了各种C++类型的程序代码。-This is to start learning visual C++ some code compulsory for beginners, very good, includes the various types of C++ code.
The-Design-and-Evolution-of-CPP
- C++语言的设计和演化英文版Bjarne Stroustrup著-The Design and Evolution of C++
2
- 黑色星期五 源程序名 friday.??? (pas,c,cpp) 可执行文件名 friday.exe 输入文件名 friday.in 输出文件名 friday.out 13号又恰好是星期五真的很特殊吗?也就是说,13号出现在星期五的几率比出现在其它周日的几率小吗?要回答这个问题,写一个程序计算13日出现在星期日,星期一,……星期六的次数(在给定的N年时间中)。这个时间段为1900年1月1日到1900+N-1年12月31日。N为非负整数,不超过400。
cpp-call-cs
- c++ 呼叫c#写的DLL c#的类库注册为COM让C++去调用-cpp-call-cs
Cpp
- c++实验 主要介绍了一些虚函数的内容,觉得有用可以下载-C++study
CPP-to-CSharp-Converter_Source
- Converter C++ to C#. Very useful for combination modules which are writed on different language.
Dev-CPP--(4.9.9.2)-Windows-7-Edition
- Installator C++ for program very good-Installator C++ for program very good....
CPP
- 钱能 第二版C++教程的部分课后习题答案-C++ excercise answer of qianneng
wvirus-CPP
- Virus writing (C++ Version)
CPP-02
- 关于C++编程思想的一套书籍,分四次压缩的,希望对大家有帮助-C++ programming ideas on a set of books in four compression, we want to help
CPP-Program-Idea
- C++ 编程思想 讲解编程思想 浓缩代码精华-C++ programming ideas to explain the essence of programming ideas concentrated code
CPP-dome
- 基础通信框架 C++编写用于底层开发 以及2次开发 -C++ based framework for the preparation of communications
C-CPP
- C语言的简单教程,对于初学者能更快的了解C语言程序-It is good!
CPP
- c语言经典代码 教会你如何使用 让你受益匪浅 只要学什么都是简单的-c language code to teach you how to use the classic to benefit as long as you learn what are simple
Thinking-in-CPP
- Thinking in C++, 2nd ed. Volume 1
cPP
- 很好的c++教程,适合于初学者,希望对大家有用-Good c++ tutorial for beginners, want to be useful
CSharp-use-cPP-DLL
- C#中使用C++DLL的方法示例,希望对大家有所帮助.-C# C++ DLL used in the method example, we want to help others.
C--CPP
- c++里面关于类与对象、对象数组与指针的源程序实例-Examples about classes and objects in c++ source program ,as well as the the array and pointer of objects.
