搜索资源列表
高校通用排课管理信息系统的设计与实现
- 在分析以往一些排课软件的基础上,提出一个通用的排课管理信息系统的设计方法,并对一些具体的技术问题作出相应安排-analysis of the past, some of the Course Scheduling software, based on a common course arrangement management information system design methods, as well as some specific technical problems to mak
用VC 6.0实现串行通信的三种方法
- 用VC 6.0实现串行通信的三种方法 本文介绍了在Windows平台下串行通信的实现机制,讨论了根据不同的条件用 Visual C++ 设计串行通信程序的三种方法,并结合实际,实现对温度数据的接收监控。 -VC 6.0 of the three serial communication method is introduced in the Windows platform to achieve the serial communication mechanism discus
用VHDL语言在CPLD_FPGA上实现浮点运算
- 用VHDL语言在CPLD/FPGA上实现浮点运算的方法-in VHDL CPLD / FPGA achieve floating-point computation methods
315M无线通信模块
- 315M的无线通讯模块,用VC编写(1) 串口初始化,如何设置波特率,串口的四种工作方式。 (2) 串口查询、中断方式发送程序编写方法 (3) 串口查询、中断方式接收程序编写-- 315M wireless communications modules, prepared with VC (1) serial port initialization, how to set up a baud rate, Serial four methods of work. (2) Serial inquir
P87LPC778-01_cn
- 此款单片机的内容及其使用方法,操作程序编写的基本操作,还有就是部分典型事例-Cixin MCU content and the use of methods, procedures prepared by the basic operation, there is some typical examples
chalt_source
- 该聊天程序包括服务器和客户端两部分,使用是MFC的CSOCKET类。它可以使多个人聊天,其工作方式类似于网上聊天室。客户端可以选择谈话对象,有32种动作,可以设置字体颜色,也可以悄悄地对某人说,对信息进行过滤。服务器端可以“踢“人,并可以防止用户名称的重复-the chat program, including server and client two parts, the use of MFC CSOCKET category. It will enable more individuals
java实现服务器和客户机通讯的的方法
- 本文介绍一种用Java的Socket和ServerSocket实现服务器和客户机通讯的的方法。原理是在服务器端建立ServerSocket端口并监听,接收到客户端的连接请求时建立Socket,得到Socket的输入输出流。在客户端新建Socket并获得输入输出流。服务器和客户端的输入输出流建立后使用writeLine()和println()方法彼此发送和接收数据。为提高代码效率,建立两个类clientAgent和serverAgent。 -This article introduces a
VC-COM
- 用VC++6.0实现PC机与单片机之间串行通信的方法.doc-VC 6.0 PC and SCM serial communication between the methods. Doc
05041062
- 1.产生(0-1)分布随机数的方法:z i =(16807zi-1 +1)mod(pow(2,32)).被主函数调用. 2.产生U(0-1)分布利用公式:x1=sqrt(-2lnU1)cos(2PiU2), x2=sqrt(-2lnU1)sin(2PiU2) 3.产生瑞利分布,用两个独立同分布的正态分布值,用公式 x= sqrt(Y1*Y1+Y2*Y2)产生瑞利随机数. 4泊松分布-1. 20 (0-1) random number distribution methods : i
encoder_and_viterbi_decoder_for(213)_convolutional
- 压缩包内为本人写的(2,1,3)卷积码编码器和维特比(viterbi)译码器.编码器和译码器分别封装在一个类中,每个类的方法和变量均有注解-compressed I write for the (2,1,3) convolutional code encoder and Viterbi (Viterbi) decoder. Encoder and Decoder were packaged in a category, each class methods and variables have
ofdmvsQAM
- 该程序包括了ofdm和qam两种调制的matlab仿真程序,并对两种调制方式进行了对比分析并仿真。-the program includes two QAM OFDM modulation and the Matlab simulation program, and two modulation methods for comparative analysis and simulation.
1100jiaotongdeng
- 1.学习在单片机系统中扩展简单I/O接口的方法。 2.学习数据输出程序的设计方法。 3.学习模拟交通灯控制的方法。 4.学习双色灯的使用。 -1. Learning in the expansion of SCM system simple I / O interface methods. 2. Study data output process design methods. 3. Simulation study of traffic lights
SmsComm
- 利用AT命令发短信,采用com方式生成dll,外部调用方法。-use AT commands to send text messages using com generation dll way, the external call methods.
8051clizi
- 8051编程例子讲解 一些基本使用方法通过例子有详细说明 -8051 programming examples to explain some of the basic methods through the use of detailed examples
ClassCom
- 该程序介绍了Vc++中各类(视图类、文档类、框架类)之间的数据调用方法。-the procedures of the various Vc (Views category, file type, the framework) between the data call methods.
modulation
- 包括了无线通信中频繁使用的一些基本的信源编码方式,如QPSK,MASK等.-including wireless communications frequent use of some of the basic source coding methods, such as QPSK, such as MASK.
tongyuankeshe
- 信号经过两个独立的信道传输,两个信道的信道复增益分别为 和 。 是独立同分布的复高斯随机变量,实部虚部独立、均值为0,实部虚部的方差都是1。采用某分集技术后输出的信噪比为 ,其中 是常数, 是在 之间均匀分布的随机变量。请就不同的 、 ,用仿真的方法画出 的累积分布函数。-signal after two independent Channel Tunnel, Channel 2 Channel Minute respectively, and gain. Independence is the
sttc
- 在ofdm系统中空时格状码编译码方式,与ofdm结合性能的比较-in OFDM systems hollow when trellis coding - decoding methods, combined with OFDM Performance Comparison
VCPP--process-of-mutual-methods
- VC++中进程间相互通信的十一种方法,为了能在两个进程之间进行通讯,由本文几种方法可供参考- in the process of mutual communication of the eleven methods
DLL-Injection-methods
- DLL注入的方法及通讯(LoadLibrary 全局钩子、呼出 全局钩子、消息 任意窗口置顶[应用实例])-DLL injection methods and communication (LoadLibrary global hooks, exhaled global hooks, arbitrary message window set-top [applications])
