-
lesson-2
C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针的变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的原文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC Appwizard生成的工程奠定了良好基础。(Classical syntax and application of C++, class preparation and application of the constructor and destructor, function overloading, class inheritance, function coverage, the base class and the derived class constructor, destructor has invoked the order, how in the derived class The parameters passed to the constructor of the base class constructor, the this member variable of the insider type conversion, virtual functions and polymorphism, difference between reference and pointer variables in common. VC compiler theory and engineering process, the different classes in the project is split into the original file, and each class by one. H. Cpp file jointly, header files define the solution of the problem is repeated, cultivate good students programming habits, but also laid a good foundation for later analysis the MFC Appwizard generated engineering.)
- 2012-08-26 00:37:01下载
- 积分:1
-
一个简单的SIP协议栈,但基本的功能已经实现。是osip的第二选择...
一个简单的SIP协议栈,但基本的功能已经实现。是osip的第二选择-a simple SIP protocol stack, but the basic function has been achieved. Osip is the second choice
- 2023-02-08 14:15:04下载
- 积分:1
-
asp to learn some relevant examples 5
asp学习相关的一些例子5-asp to learn some relevant examples 5
- 2022-10-03 04:35:03下载
- 积分:1
-
Detection-localization-master
说明: 基于TOA测量和DOA测量的目标节点定位可以比RSS测量获得更高精度的位置参数(The location of target nodes based on TOA and DOA measurement can obtain higher precision position parameters than RSS measurement)
- 2020-01-14 15:24:58下载
- 积分:1
-
libpcap
基于libpcap的网络封包截获程序。-libpcap-based network packet interception procedures.
- 2023-06-13 09:55:19下载
- 积分:1
-
EST_Test_Multi_input
圆度误差分离界面 双通道 模拟数据输入 (Roundness error separation simulation data input interface)
- 2009-07-14 13:12:55下载
- 积分:1
-
libxl_注册机
LibXl 的注册机代码,可以注册目前最新版的LibXl,使用方式 创建 BookHandle 以后,调用 xlBookSetKeyW(BookHandle , key, code)(The registration machine code of LibXl can register the latest version of LibXl, and call xlBookSetKeyW (BookHandle, key, code) after creating BookHandle.)
- 2017-12-21 09:37:29下载
- 积分:1
-
gametheory_zhangweiying
博弈论中的经典书籍,张维迎的pdf版本,对完全信息博弈、不完全信息博弈都有详细的论述,是学习博弈论必备的书籍。(The classic game theory book, Zhang Weiying the pdf version of the game of incomplete information, incomplete information game are discussed in detail, it is necessary to study game theory books.)
- 2009-07-17 11:10:40下载
- 积分:1
-
阻塞率
说明: 呼叫阻塞率的计算和仿真:在时间轴上考虑。无论阻塞与否,下一呼叫到达时刻为当前呼叫到达时刻加上服从参数为1/λ的指数分布的呼叫间隔时间。一个呼叫到达时只需要判断呼叫的到达时刻和各个信道服务完成时刻的先后:如果前者比后者中任意一个大,说明至少有一个信道服务完成时刻比此呼叫到达时刻早,即此信道空闲,此时呼叫成功,应该先把此信道下一个服务完成时刻置为当前呼叫到达时刻,再加上服从参数为μ的指数分布的服务时间;反之,如果前者比后者中全部都小,说明所有信道在此呼叫到达后才会结束服务,即当前忙,此呼叫被阻塞掉了(call blocking probability calculation and simulation : the time frame to consider. Whether or not blocked, the next call arrived at the present moment to call time arrived with a subordinate parameters/ index distribution of the call interval. A call arrived only judgment call and the arrival time each channel service has completed a moment : If the former than the latter an arbitrary, and at least one channel is completed service calls than this moment arrived moments earlier, that this channel is idle, call this success, should first get here Channel a moment of complete services for the current call home arrival time, coupled with the parameters obey the exponential distribution services; Conversely, if the former than the latter, all small, with all the Channel call arrived only aft)
- 2005-11-05 23:39:50下载
- 积分:1
-
student0
一个简易的班级成绩统计系统,可以在此基础上做一个完善的统计处理系统.(a simple statistics system, we can complete a integrated statistics processing system )
- 2005-05-20 17:58:57下载
- 积分:1