-
注释齐全
说明: MIMO线性预编码的ZF,MMSE算法,程序可以直接运行并且注释齐全,大胆放心下载吧(ZF, MMSE algorithm of MIMO Linear Precoding)
- 2021-04-07 15:09:01下载
- 积分:1
-
视频源码 视频源码 视频源码
视频源码 视频源码 视频源码-Video source video source video source video source video source
- 2023-07-17 05:30:03下载
- 积分:1
-
TDMA接入方式的性能研究
研究TDMA接入方式的性能研究,包含吞吐量与传输时延、传输速率(TDMA suhdiuah shduah9hiisahid)
- 2018-05-09 09:05:26下载
- 积分:1
-
在制作安装程序或在运行新程序之前相关配置,利用该代码创建IIS服务器。...
在制作安装程序或在运行新程序之前相关配置,利用该代码创建IIS服务器。-Installed in the production process or in the running before the new procedures related to configuration, use the code to create IIS server.
- 2022-05-07 23:31:39下载
- 积分:1
-
PSAT
PSAT(电力系统分析软件)编写者提供的软件介绍PPT,以及版本2.16的软件详细说明,值得拥有!(PSAT (Power System Analysis Software) software provided by authors introduce PPT, and a detailed description of the software version 2.16, worth having!)
- 2013-11-02 15:29:08下载
- 积分:1
-
16to10100
写一个函数,输入一个十六进制数,输出相应的十进制数。程序提示:输入时将十六进制数作为一个字符串输入,然后将其每一个字符转换成十进制数并累加(Write a function, enter a hexadecimal number, the output corresponding decimal number. Prompts: Enter the hexadecimal number will be entered as a string, then each character into a decimal number and cumulative)
- 2016-02-14 04:43:38下载
- 积分:1
-
DFIM_VC
自己做的一个双馈电机的矢量控制,可以跑,PI参数和电机系数可以自行修改修改,波形会更好。(This is a DFIM FOC simulation program based on MATLAB simulink.It contains the SVPWM program.)
- 2016-12-29 17:27:12下载
- 积分:1
-
VB_yufa
VB入门, 语法精讲与精炼,简单易懂,可以用来做入门快速扫盲用。(VB entry, grammar succinctly and refining, easy to understand and can be used to make data entry quick literacy use.)
- 2013-11-06 15:50:45下载
- 积分:1
-
本人刚刚从其他网站上找到的局域网语音文字聊天系统的源代码。...
本人刚刚从其他网站上找到的局域网语音文字聊天系统的源代码。-from other Web sites to find the words LAN voice chat system"s source code.
- 2023-09-08 11:50:03下载
- 积分:1
-
ReverseSubstring
Problem Statement
You are given a string input. You are to find the longest substring of input such that the reversal of the substring is also a substring of input. In case of a tie, return the string that occurs earliest in input.
Definition
Class: ReverseSubstring
Method: findReversed
Parameters: string
Returns: string
Method signature: string findReversed(string input)
(be sure your method is public)
Notes
The substring and its reversal may overlap partially or completely.
The entire original string is itself a valid substring (see example 4).
Constraints
input will contain between 1 and 50 characters, inclusive.
Each character of input will be an uppercase letter ( A - Z ).
Examples
0)
"XBCDEFYWFEDCBZ"
Returns: "BCDEF"
We see that the reverse of BCDEF is FEDCB, which appears later in the string.
1)(Problem Statement You are given a string in put. You are to find the longest substring of proficient ut such that the reversal of the substring is als o a substring of input. In case of a tie. return the string that occurs earliest in input . Definition Class : ReverseSubstring Method : findReversed Parameters : string Returns : Method signature string : string findReversed (string input) (be sure yo ur method is public) The Notes and its substring reversal may overlap partially or completely. The entire original string is itself a valid sub string (see example 4). Constraints will input contain between 1 and 50 characters, inclusive. Each character of input will be an up percase letter (A-Z). Examples 0) "XBCDEFYWFE DCBZ "Returns : "BCDEF" We see the reverse of that is)
- 2007-04-08 00:00:21下载
- 积分:1