-
仿照WINDOWS的扫雷程序,做的不好,有BUG 大家可以自己修改。
仿照WINDOWS的扫雷程序,做的不好,有BUG 大家可以自己修改。-WINDOWS modeled on de-mining program, did a poor job, there are BUG we can modify their own.
- 2022-03-02 21:47:15下载
- 积分:1
-
qpsk
说明: 载波同步是QPSK信号相干解调的一项关键技术。(Carrier synchronization signal coherent QPSK demodulation is a key technology.)
- 2008-10-07 10:12:23下载
- 积分:1
-
GridPasswordView-master
说明: People ask you for the Wi-Fi password. Answer quickly. macOS only. Windows version.
- 2020-10-14 08:59:44下载
- 积分:1
-
Java common methodology include input and output streams, java basic knowledge o...
Java的常用方法说明 包括 输入输出流,java网络的基本知识,Java与图像,Java数据库连接(JDBC) ,Java与多媒体 ,Java Swing基础-Java common methodology include input and output streams, java basic knowledge of networks, Java and image, Java Database Connectivity (JDBC), Java and multimedia, based on the Java Swing
- 2022-01-25 19:39:29下载
- 积分:1
-
ADENET-master
说明: 利用该编码对声源位置进行了“端到端的深度学习:从音频信号到声源位置坐标”的定位(By using this code, the "end-to-end deep learning: from audio signal to sound source location coordinate" is carried out)
- 2020-01-14 15:34:33下载
- 积分:1
-
here is a generation of the data definition packet content used in a byte array...
这里是一段关于生成数据是定义数据包中内容时用到的一个byte数组的定义和合并方法-here is a generation of the data definition packet content used in a byte array to the definition and method of merger
- 2023-05-23 15:55:03下载
- 积分:1
-
IP地址合法性判断,在VISUA C++6.0下运行通过
IP地址合法性判断,在VISUA C++6.0下运行通过-IP address to determine the legality of, at VISUA C++6.0 run through
- 2022-03-23 07:51:40下载
- 积分: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
-
(利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:
(利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF-LZW压缩算法压缩率较好,且我已想出VB语法下高效GIF-LZW压缩/解压算法。 四、使用“有序抖动”算法进行 色彩量化。理由:“有序抖动”处理的结果具有一定规律性,有助于LZW类算法压缩。-(using GIF_LZW algorithm) picture transmission network ~~~~~~~~ a technical features, the use of TCP to transmit data. Reason : good stability. Two, the use of byte data stream for transmission, reasons : A : VB String exist automatically Unicode conversion, the impact speed; B : can directly send eight bytes of data and do not need to use Base64 encoding, thereby reducing the coding time. 3, the use of GIF- LZW compression algorithm for image compression. Reason : A : itinerary coding, Huffman compression algorithm compression rate is too low; B : JPEG compression algorithm needs much-bit computing, and large amount of computation (with MMX spe
- 2022-05-19 18:52:33下载
- 积分:1
-
SlidingMenu
slidingView的实现,点击右边按钮显示右边的view,点击左边的按钮显示左边的view(slidingView realization, click on the right button to display the right of the view, click the left button to display the left view)
- 2013-11-20 10:12:17下载
- 积分:1