-
邮票问题:设一国家发行n种不同面值的邮票,并且每封信至多允许贴m张邮票,对于给定的m,n值,写一个算法求出从邮资1开始在增量为一的情况下可能获得的邮资值的最大连...
邮票问题:设一国家发行n种不同面值的邮票,并且每封信至多允许贴m张邮票,对于给定的m,n值,写一个算法求出从邮资1开始在增量为一的情况下可能获得的邮资值的最大连续区域以及获得这个区域的各种可能面值的集合。如,当 n=4,m=5,若有面值为(1,4,12,21)的四种邮票,则邮资最大的连续区域为1到71。还有其他面值的四种邮票可组成同样大小的区域吗-stamp issue : Let a national issue n different denominations of the stamps and letters each allow up to m stamp affixed, to the m, n, write an algorithm derived from a postage in an increment of the circumstances, may obtain a postage value of the maximum continuous access to this region and regional various denominations could assemble. For example, when n = 4, m = 5, if the values of (1,4,12,21) of the four stamps, postage largest regional consecutive 1-71. There are four other denominations of the stamps can be the same size as the composition of the region? ?
- 2022-02-24 19:12:53下载
- 积分:1
-
航空管理系统的可执行文件,用的VB前台,excel后台,
航空管理系统的可执行文件,用的VB前台,excel后台,-Aviation management system executable file, using the VB outlook, excel background
- 2022-03-20 00:14:01下载
- 积分:1
-
source code for pic16f8877a
这是PIC16F877A的源代码,它使用pwm,pwm是使用调制脉冲宽度,它在电机或扬声器上的应用,它在大学技术,工业中使用;
- 2023-04-27 01:20:04下载
- 积分:1
-
做为一个例子,它是一个很好的学习FLASHMX的例子
做为一个例子,它是一个很好的学习FLASHMX的例子-as an example, it is a very good example of learning FLASHMX
- 2022-01-21 04:42:51下载
- 积分:1
-
二维三角网讲稿,详细讲解如何生成三角网及其主要的引用
二维三角网讲稿,详细讲解如何生成三角网及其主要的引用-Two-dimensional triangulation of the script in detail on how to generate triangulation and its main reference
- 2022-02-21 16:53:00下载
- 积分:1
-
做射线追踪的程序,做起伏地表和单层反射界面的
做射线追踪的程序,做起伏地表和单层反射界面的-doing ray tracing procedures, and so undulating surface reflectance single interface
- 2022-03-16 16:47:59下载
- 积分:1
-
This procedure is to Yuma ephemeris data files into a standard txt convert stand...
本程序是将Yuma的星历数据文件转换成标转换成标准的txt文本格式及第一列位GPS卫星PRN编号,后面为各个卫星的轨道参数-This procedure is to Yuma ephemeris data files into a standard txt convert standard text format and the first GPS satellite PRN numbers faithfully followed for each satellite orbit parameters
- 2022-03-09 13:16:07下载
- 积分:1
-
Given more than ten kinds of relevant OFDM channel estimation methods MATLAB cla...
给出了十余种有关OFDM信道估计方法的MATLAB经典程序-Given more than ten kinds of relevant OFDM channel estimation methods MATLAB classical procedures
- 2023-01-15 12:15:04下载
- 积分:1
-
自己编的一个生物电信号处理平台,包括相干平均、滤波和傅里叶分析等方法。...
自己编的一个生物电信号处理平台,包括相干平均、滤波和傅里叶分析等方法。-Its own series of a biological signal processing platform, including the coherent average, filtering and Fourier analysis methods.
- 2022-01-25 19:58:38下载
- 积分:1
-
DLL in the preparation process. Static and dynamic library of distinction, and t...
动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改编技术对动态链接库输出函数的影响,extern "C"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-DLL in the preparation process. Static and dynamic library of distinction, and the procedure call link static and dynamic library distinction. How to use the tool View DLL exporting the function Depends the use of tools C compiler technology adapted to name DLL function of the output, extern "C" for the usage, use module definition files to resolve the C adaptation of the name. Typedef definitions used at the function pointer type, how to obtain 13-17 Dynamic Link function of the target.
- 2022-10-26 17:15:03下载
- 积分:1