-
带通配符的字符串匹配算法源代码 vc源代码
带通配符的字符串匹配算法源代码 vc源代码-the vc source code of string matching with wildcard.
- 2022-01-26 06:56:58下载
- 积分:1
-
基于随机波束形成的多
针对基于随机波束成形的多用户MIMO下行系统提出了三种调度算法:后端比例公平门限调度算法,后端最大值调度算法和后端比例公平最大值调度算法。通过仿真表明,这三种算法相比其他调度算法,在基本保持系统性能的前提下,能够降低反馈率,且有各自的特点和适用性:后端比例公平门限调度算法随着小区内用户数目的增多,反馈率越小,适合用户数较多的情况;后端最大值调度算法和后端比例公平最大值算法在用户数目较多的情况下,系统性能基本保持不变,且随着子信道数目增加,反馈率越小,适合天线数和用户数都较多的情况。-Based on random beamforming for multi-user MIMO downlink system proposed three kinds of scheduling algorithms: back-end proportional fairness scheduling algorithm threshold, the maximum back-end and back-end proportional fairness scheduling algorithm for the maximum scheduling algorithms. The simulation showed that the three kinds of algorithms compared with other scheduling algorithms, the basic premise of maintaining system performance, can reduce the feedback rate, and have their own characteristics and applicability: the back-end proportional fairness scheduling algorithm with the threshold number of users within a cell increases, the smaller the response rate for the number of users are more situation back-end and back-end ratio of the maxi
- 2022-08-22 09:52:42下载
- 积分:1
-
使用宏汇编 ( MASM ) 写的一个计算器, 能进行 加 和 减 操作.
使用宏汇编 ( MASM ) 写的一个计算器, 能进行 加 和 减 操作.-Use Macro Assembler (MASM) write a calculator that can be " plus" and " cut" operations.
- 2022-01-26 07:09:51下载
- 积分:1
-
WinCE下有名Event事件编程源码
WinCE named event 在进程之间信息传递方法代码
CreateEvent 工程代码
OpenE...
WinCE下有名Event事件编程源码
WinCE named event 在进程之间信息传递方法代码
CreateEvent 工程代码
OpenEvent工程代码-WinCE programming under well-known events Event Source WinCE named event in the process of information transmission method between the CreateEvent engineering code code code OpenEvent works
- 2022-03-22 15:02:37下载
- 积分:1
-
这是一个关于用IIR滤波的方法实现信号滤波的程序源代码。
这是一个关于用IIR滤波的方法实现信号滤波的程序源代码。-This is a code for a programe of IIR.
- 2022-05-23 19:30:31下载
- 积分:1
-
简单的Java聊天室系统
C/S实训开发模拟
运用Java程序编程聊天室,实现简单的聊天功能。它是以图形界面,线程,数据流等技术的综合应用。其界面主要采用了java.awt包,java.swing包以及java.util包等。程序实现了聊天室的基本功能,其中有:
1. 启动服务器;
2. 进入客户端界面;
3. 登录聊天室;
4. 发送信息(发送按钮);
5. 关闭服务器(关闭按钮)。
要实现用户与服务器相连接,就要用到Java网络编程的知识。当客户需要通信时,它们可以通过使用socket类建立套接字对象并连接在一起,当客户端对象建立后,客户端socket对象可以使用方法getInputStream()获得一个输入流,这个出入流的源和服务器的一个输出流的目的地刚好相同,所以,客户端用输入流可以读取服务器写入到输出流中的数据,客户端Socket对象使用方法getOutputStream()获得一个输出流,这个输出流的目的地和服务器端的一个输入流的源刚好相同,因此服务器用输入流可以读取客户写入到输出流中的数据。为了能使客户成功地连接到服务器,服务器必须建立一个ServerSocket对象,该对象通过将客户端的套接字对象和服务器端的一个套接字对象连接起来,从而达到连接的目的。当服务器的ServerSocket
- 2022-03-23 13:31:03下载
- 积分:1
-
windows下摄像头capture测试程序
摄像头capture测试程序,windows环境c++代码,完整可编译工程
- 2022-04-20 23:36:50下载
- 积分:1
-
LED显示
LED显示-LED Display
- 2022-11-25 15:10:03下载
- 积分:1
-
来自国外的一个完整的下载程序,好就好在它支持代理服务器,并且实现了断点续传!是一个不可多的的好东东!很好的参考。 在这基础上在继续发展,可以做出一个很棒的下载程...
来自国外的一个完整的下载程序,好就好在它支持代理服务器,并且实现了断点续传!是一个不可多的的好东东!很好的参考。 在这基础上在继续发展,可以做出一个很棒的下载程序。一般的下载程序都支持了多线程,今后,我们也会加入关于VB编写多线程的示例。-from abroad a complete download, it is good because the proxy server support, and achieved a HTTP! It is not a good number of Eastern! Good reference. On this basis the development, can make a great download. Download the general support of multithreading that in the future we will join the preparation of multi-threaded VB examples.
- 2022-03-22 17:09:07下载
- 积分:1
-
用C语言编写的,实现一个能进行稀疏矩阵基本运算的运算器。...
用C语言编写的,实现一个能进行稀疏矩阵基本运算的运算器。-writen in C language, implemented calculator which can execute basic operator of sparse matrix.
- 2022-01-28 09:52:54下载
- 积分:1