-
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
-
二次开发例程
C N A 全称Cellular Network Administration,它是OSS 系统里面自带的一个软件,用它可以实现几乎所有小区参数的操作,可以使我们的变频,割接,开新站,修改基站参数等工作变的简单而准确。下面我们就分几个方面介绍一些CNA常用的操作。
- 2022-01-30 23:20:47下载
- 积分:1
-
interr_timer0
interruption routine for PIC16F877
- 2009-12-30 00:43:05下载
- 积分:1
-
一个漂亮的界面
一个漂亮的界面,MFC制作的
使用方法
方法一:
ModifyStyle( WS_CAPTION, WS_MINIMIZEBOX, SWP_DRAWFRAME ); //设置图标
方法二:
不用上面的,但是要去掉对话框的title属性
void CPageDlg::OnPaint()
{
if (IsIconic())
{
...
}
else
{
// CDialog::OnPaint(); //一定要去掉该句
CPaintDC dc(this); //对话框的dc
CDC dcMem;
&n
- 2022-03-30 05:13:23下载
- 积分:1
-
whwfu11n
matlab/simmatlab/simulinkSfunctionC文件例子源码ulinkSfunctionC文件例子源码(matlab/simmatlab/simulinkSfunctionC paper documents examples of ulinkSfunctionC example source code)
- 2009-07-09 22:41:31下载
- 积分:1
-
【MFC】ListControl控件实现翻页
实现list翻页。MFC控件,对ListControl实现翻页功能。
Test.h
This is the main header file for the application. It includes other
project specific headers (including Resource.h) and declares the
CTestApp application class.
Test.cpp
This is the main application source file that contains the application
class CTestApp.
Test.rc
This is a listing of all of the Microsoft Windows resources that the
program uses. It includes the icons, bitmaps, and cursors that are stored
in the RES subdirectory. This file can be directly edited in Microsoft
Visual C++.(Test.h
This is the main header file for the application. It includes other
project specific headers (including Resource.h) and declares the
CTestApp application class.
Test.cpp
This is the main application source file that contains the application
class CTestApp.
Test.rc
This is a listing of all of the Microsoft Windows resources that the
program uses. It includes the icons, bitmaps, and cursors that are stored
in the RES subdirectory. This file can be directly edited in Microsoft
Visual C++.)
- 2020-11-06 23:09:50下载
- 积分:1
-
ModbusTCP 连接、写入、读取
C#基于NModbus实现MODBUSTCP字符串、浮点数读写 (Winform与WPF界面)
- 2020-12-12下载
- 积分:1
-
WIFI
用C#制作的WIFI共享程序,可以构建虚拟WIFI,其他设备可以连接并有Internet访问。(C# produced by WIFI sharing program, you can build a virtual WIFI, other devices can be connected and have Internet access.)
- 2013-11-23 15:03:37下载
- 积分:1
-
runtime-TabBar
仿新浪微博的tabbar,有兴趣的可以下载看看(Imitation Sina microblogging tabbar)
- 2016-11-02 13:50:00下载
- 积分:1
-
msp430f5529产生单路/双路spwm正弦波信号
msp430f5529产生单路/双路spwm正弦波信号.但是开关频率高时请酌情设置
- 2022-04-20 13:15:53下载
- 积分:1