-
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++基础概念的理解,超实用
对C++面向对象的一些性质对比表述的非常清楚,是初学者难得的资料。对于C++重构、继承等概念及类与C中结构体的区别,以及C++中的结构体较C中的结构体的区别进行了非常直接的对比,通过简单明了的代码,让初学者对C++的基本性质和面向对象编程的理念有清楚的认识,是个难得的资料。
- 2022-03-01 15:42:14下载
- 积分:1
-
BatCmdRun
实现windows下的管道通信,可以通过管道实现cmd的命令交互,比如应用程序中需要通过ADB命令和设备通信,可以通过参考代码实现(Pipeline communication under windows can be achieved through the pipe CMD command interaction, such as applications need to communicate through the ADB command and equipment, you can achieve through reference code)
- 2017-06-29 16:48:31下载
- 积分:1
-
P2P文件组件开发说明
P2P语音组件开发说明
文件和词语说明:
zhFileOcx.ocx: 文件传输控件,此组件可以不可见,也可以可见,可以穿越防火墙进行P2P连接,速度根据网络不同而不同,一般在15KB-70KB之间。
P2PServer.exe:P2P连接服务器,此服务器用于协助组件进行P2P连接,P2PServer.exe 可以对75%以上网络进行P2P直连接,数据无需要经过服务器。25%左右的网络会通过服务器中转。
用户ID:以下例子中所用到的10001号或者10002号,是语音组件的标志,每个组件需要一个ID号来区别,每个语音组件连接P2PServer时需要告知自己是谁和需要连接谁。
- 2022-08-10 11:15:52下载
- 积分:1
-
Recusive-Drawing
Recusive Drawing for a star, it depends on the angle between the edged of the star, also the user sets to witch level he wants the star to be recusivly drawn.
- 2015-01-03 17:27:36下载
- 积分:1
-
Matlab编写的程序生成EXE可执行文件的方法
说明: Matlab编写的程序生成EXE可执行文件的方法(The Method of Generating EXE Executable File by Program Written in MATLAB)
- 2020-07-04 09:00:02下载
- 积分:1
-
stm32控制nandflash传输数据,利用DMA方式
利用NANDFLASH存储数据,DMA方式传输。控制写入指令为:0xdd 0xaa 0xf9 0x23, 控制读出指令为:0xf1 0xf2 0xf3.配合串口助手使用。
- 2022-04-16 05:39:19下载
- 积分:1
-
STM8S_ADC例程 STVD工程
STM8S103/STM8S105/STM8S903系列代码,本代码实现利用ADC模块采样多路模拟信号功能,ST单片机包含单次、连续、扫描等多种AD采集方式,STVD完整工程。
- 2022-07-16 02:06:10下载
- 积分:1
-
Kalman
GPS_SINS integrated navigation Calman filtering algorithm, loose coupling, VC++ programming, MFC interface.(Calman filter algorithm for GPS_SINS integrated navigation)
- 2020-11-24 20:39:34下载
- 积分:1
-
Camera-driver-master
说明: ov5640驱动,基于linux v4l2框架,可供参考,不建议完全依赖(Ov5640 driver, based on Linux v4l2 framework, for reference, not recommended to rely entirely on)
- 2020-07-01 16:40:02下载
- 积分:1