-
UDP-CHAT发包聊天工具
一个简单的基于UDP的聊天工具,用MFC编程。对于sock编程的初学者来说无疑使很好的学习工具!
- 2022-01-27 09:47:13下载
- 积分:1
-
picture
这个源代码原创,利用MFC编程,可以实现人头检测,通过分类器检测。如果运行有问题,可以联系我,我可以提供相应boost分类器。(It s a program detecting huamn face using adaboost, with the help of MFC.)
- 2021-03-05 18:59:30下载
- 积分:1
-
TextView_VC6_Project
Sample Visual Studio C++ 6 source code for building a text file viewer named, TextView. May be used as a replacement for Microsoft s Notepad utility.
- 2014-05-07 11:42:19下载
- 积分:1
-
extended_reciever
Bit Error Rate analysis of an Extended Receiver for Rectangular PAM.
The performance of a digital communication system in the presence of additive white Gaussian noise (AWGN) can be assessed by the measurement of the bit error rate (BER). The Simulink model provided is a rectangular polar pulse amplitude modulation (PAM) baseband system with an AWGN channel and an extended sample and hold receiver with a low pass filter.
An extended receiver has an odd number of sample and hold circuits. What remains to be answered is if such a receiver would provide a more desirable BER than that of a simple S/H receiver.
- 2010-02-01 03:26:22下载
- 积分:1
-
WFS_DrivingFunctions
声场合成的驱动函数,是基于瑞利积分,非常实用( WFS_DrivingFunctions.m
calculates wfs-array driving functions based on the 2 1/2 D Rayleigh I-Itegral )
- 2014-02-14 09:39:14下载
- 积分:1
-
ofdm
ofdm 仿真 ofdm 仿真 ofdm 仿真 ofdm 仿真(ofdm simulation ofdm simulation ofdm simulation ofdm simulation of)
- 2020-07-02 02:40:02下载
- 积分:1
-
guangxi
一个简单的使用Spring框架实现MVC的例子(use a simple framework for achieving Spring MVC example)
- 2007-03-14 08:50:07下载
- 积分:1
-
ns2_static_routing.tar
Static routing is very simple. Each node has a routing table where each entry has the destination and the next node. On receiving a packet, a node find the entry corresponding to the packet s destination, and forwards it to the next node. If there is no entry, the node drops the packet. That s it.
While writing the static routing protocol in ns2 is easy, we have to set a routing tables at every node. This can be done by writing an external program. For example, when you generate a topology, you can set up routing table with the shortest path metric.
Source codes
In this project, we are going to write new source codes (static_routing_pkt.h, static_routing.h, and static_routing.cc) and new script (static.tcl), and modify existing codes (packet.h, queue.cc, ns-lib.tcl, ns-mobilenode.tcl, and ns-packet.tcl)
The source codes of this project is available here.
- 2015-09-27 11:42:45下载
- 积分:1
-
定义类IntChar Exercise-1-IntChar
定义类IntChar,实现用一个整数保存一个长度不超过4的字符串。假设一个字符长度是1个字节。
* 例如:"ABCD",用一个整数保存,其二进制形式为:0100 0001 0100 0010 0100 0011 0100 0100
* 长度不足四个字符的串,剩下部分用0补足。
*
*
* 自己根据需要类IntChar的属性和方法,但需满足以下要求:
* 1. 在类IntChar中,不能用C++语言中的string类型来定义任何属性(变量)。
* 2. 对于定义的类IntChar,在main函数中,能用以下方式使用类IntChar:
*
* void main()
* {
* IntChar IC("Love")
* IC.ASC_Print() // 以字符串形式显示对象IC中保存的内容
* IC.Binary_Print() // 以二进制形式显示对象IC中保存的内容
* IC.Int_Print() // 以整数形式显示对象IC中保存的内容
* }(Custom class IntChar, save a length not exceeding 4 string with an integer. Suppose a character length is 1 byte.* For example: " ABCD" , kept by an integer, binary form: 0,100,000,101,000,010 0100 0011 0100 0100* length of less than four characters of the string, the rest of complement with 0. The*** the need class IntChar of the properties and methods, but must meet the following requirements:* 1. In class IntChar, can not use the string type the C++ language to define any attributes (variables).* 2. Defined class IntChar, the main function can be used following ways IntChar:** void main () {IntChar IC (" Love" ) * IC.ASC_Print () // in characters string displayed in the form saved in the object IC* IC.Binary_Print () // save the contents of the object IC* IC.Int_Print () in binary form // integer saved in the object IC*})
- 2013-05-11 22:10:57下载
- 积分:1
-
Cplusplus
C++程序设计编程,贝尔实验室著,电子版PDF(C++ program design programming, with Bell Labs, the electronic version in PDF)
- 2013-10-28 14:01:15下载
- 积分:1