-
StringEdit_Demo
I have often found that user input edit boxes on a dialog require much more than the capabilities provided by the basic CEdit control. A common problem I have encountered is the need for an edit control that restricts the characters that can be entered into the box in some manner. Some types of restrictions would include confining input to a specific set if legal characters, excluding characters in an illegal set, limiting text to a maximum length and providing for fixed length strings that may be padded to the right with spaces if they are too short.
- 2007-08-29 13:38:12下载
- 积分:1
-
Recursive_integer_division
递归法求解整数划分。
整数划分,是指把一个正整数n写成如下形式:
n=m1+m2+…+mi (其中mi为正整数,并且1 <= mi <= n),则{m1,m2,...,mi}为n的一个划分。
如果{m1,m2,...,mi}中的最大值不超过m,即max(m1,m2,...,mi)<=m,则称它属于n的一个m划分。这里我们记n的m划分的个数为f(n,m) (Recursive method integer division. Integer division, refers to a positive integer n written as follows: n = m1+m2+ ...+mi (where mi is a positive integer, and 1 < = mi < = n), then {m1, m2, ..., mi} is a division of n. If {m1, m2, ..., mi} does not exceed the maximum value of m, i.e., max (m1, m2, ..., mi) < = m, m n is said that it belongs to a division. Where m is the number of division n our mind is f (n, m) )
- 2014-02-06 14:21:38下载
- 积分:1
-
component
c++通用技能编码能力提升:组件安装管理程序,已测试。(c++ generic skills coding capacity building: Component Installation Manager has been tested.)
- 2013-10-01 15:50:55下载
- 积分:1
-
Archive
4) 创建一个名为Complex的类,进行复数的算术运算。复数的形式为:
realpart+imaginarypart*i
用浮点变量表示类的private数据。提供构造函数,能够对所声明的该类对象进行初始化。在不提供初始化值的情况下,该构造函数应包含默认值。针对以下功能,分别提供一个public成员函数。
(1)两个复数相加;
(2)两个复数相减
(3)用(a, b)的形式打印复数,其中a为实部,b为虚部。
(4) Create a class called Complex, and perform complex arithmetic operations. Plural form: realpart+imaginarypart* i said private data class with floating point variables. Provide a constructor, the object can be declared for the class is initialized. In the case do not provide initialization values, the constructor should contain default values. For the following functions, which provide a public member function. (A) two complex numbers (2) the subtraction of two complex (3) (a, b) in the form of plural printing, where a is the real part, b is the imaginary part.)
- 2013-12-18 15:14:46下载
- 积分:1
-
main
利用参数辨识法提取相关对准参数,从而估计出陀螺漂移和数学平台偏角并进行补偿。仿真结果表明,开路罗经法对准具有较高的对准精度、较好的快速性,能够满足捷联惯导系统在静基座下实现自对准的要求。(Expressions of mathematical platform misalignment angles of the open-loop algorithm are derived and parameter identification method is
used to pick-up the corresponding coefficients from angle measurements in order to identify and compensate gyro drifts and platform misalignment.The simulation results show that the open circuit gyrocompass alignment of SINS can all meet the requirement of SINS initial alignment with high accuracy and quick reaction on static base. thus can meet the high-precision alignment requirement of carrier based inertial navigation system on swinging base.
)
- 2014-02-09 15:52:36下载
- 积分:1
-
butterworth--in-C
matlab中的巴特沃斯滤波器的C语言实现(matlab butterworth filter in C language)
- 2011-10-08 19:15:41下载
- 积分:1
-
88
说明: 一维等离子体的时域有限差分方法的仿真详细步奏(plasma FDTD)
- 2015-04-11 16:26:47下载
- 积分:1
-
2003061810345322317
最短路,用VB开发,作为算法很简便,速度很快.3000点是20分钟能够算完..(The most short-circuit, using VB development, as the algorithm is very simple, fast .3000 is 20 minutes be able to count END ..)
- 2009-03-25 16:17:23下载
- 积分:1
-
siftsurf
siftdemo原码(MATLAB),SURF是C++文件,检测可以使用。(siftdemo original code (MATLAB), SURF is a C++ file。they can be used 。)
- 2015-03-25 15:25:06下载
- 积分:1
-
TSP
说明: 算法仿真,很好用蚁群算法算法仿真,很好用蚁群算法(Algorithm simulation, a good simulation algorithm using ant algorithm, ant colony algorithm with good)
- 2008-10-13 20:23:26下载
- 积分:1