-
Demo_DsoFramer
C#Web开发 使用DSOFramer插件实例。(C# Web developers use DSOFramer plug-in instance.)
- 2013-12-13 17:17:17下载
- 积分:1
-
EE
说明: 该程序计算二维曲线的多重分形维数,可通过变化q的值求不同分维值(The program calculates the multifractal dimension of two-dimensional curve, and can get different fractal dimension values by changing the value of Q.)
- 2018-06-07 20:38:33下载
- 积分:1
-
Doc-Complementar-Comandos-Explicados
Git - Commands Explained
- 2020-06-20 16:20:02下载
- 积分:1
-
Unicode
Unicode编码转换的VB源代码,适合新手(Unicode encoding conversion of the VB source code, suitable for beginners)
- 2010-09-28 12:19:31下载
- 积分:1
-
C#高并发SOCKET源码,
SOCKET,带测试程序,客户端和服务端,支持文件传输
- 2022-02-28 20:39:59下载
- 积分:1
-
procedures on how to run the current machinery access card information.
介绍如何在程序运行时获取当前机器的网卡信息。-procedures on how to run the current machinery access card information.
- 2022-03-25 02:00:18下载
- 积分: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
-
Brinson-Shape-memory-alloys-model
This program can be used to evaluate stress strain response of shape memory alloys at constant stress and with constant material functions based on the Brinson model.
- 2012-11-27 23:00:15下载
- 积分:1
-
udp & NAT(Network Address Translators)& P2P 实例源码下载
首先先介绍一些基本概念: NAT(Network Address Translators),网络地址转换:网络地址转换是在IP地址日益缺乏的情况下产生的,它的主要目的就是为了能够地址重用。NAT分为两大类,基本的NAT和NAPT(Network Address/Port Translator)。 最开始NAT是运行在路由器上的一个功能模块。 最先提出的是基本的NAT,它的产生基于如下事实:一个私有网络(域)中的节点中只有很少的节点需要与外网连接(呵呵,这是在上世纪90年代中期提出的)。那么这个子网中其实只有少数的节点需要全球唯一的IP地址,其他的节点的IP地址应该是可以重用的。 因此,基本的NAT实现的功能很简单,在子网内使用一个保留的IP子网段,这些IP对外是不可见的。子网内只有少数一些IP地址可以对应到真正全球唯一的IP地址。如果这些节点需要访问外部网络,那么基本NAT就负责将这个节点的子网内IP转化为一个全球唯一的IP然后发送出去。(基本的NAT会改变IP包中的原IP地址,但是不会改变IP包中的端口)
- 2017-01-08下载
- 积分:1
-
manual
GTK+ 2.22.1 API reference manual
包含13本手册,对应最新稳定版(2010.11.25)
完全的索引,方便查询各个函数
01. GTK+ Reference Manual
02. GLib Reference Manual
03. GObject Reference Manual
04. ATK - Accessibility Toolkit
05. GDK Reference Manual
06. Pango Reference Manual
07. GDK-PixBuf Reference Manual
08. Cairo: A Vector Graphics Library
09. GIO Reference Manual
10. Libglade - Graphical Interface Description Loader API
11. AT-SPI C Bindings Reference Manual
12. GAIL Reference Manual
13. Glade User Interface Designer Reference Manual(GTK+ 2.22.1 API reference manual
Contains 13 of this manual, corresponding to the latest stable version (2010.11.25) full index, easy access all functions
01. GTK+ Reference Manual
02. GLib Reference Manual
03. GObject Reference Manual
04. ATK- Accessibility Toolkit
05. GDK Reference Manual
06. Pango Reference Manual
07. GDK-PixBuf Reference Manual
08. Cairo: A Vector Graphics Library
09. GIO Reference Manual
10. Libglade- Graphical Interface Description Loader API
11. AT-SPI C Bindings Reference Manual
12. GAIL Reference Manual
13. Glade User Interface Designer Reference Manual)
- 2020-06-29 12:00:01下载
- 积分:1