-
numeric-trapezium
一个数字梯形,选择k条路线,每条路线从第一层的某个数开始,每次进入下一层到达左下或者右下的数字,直到最后一层为止。每条路线不能经过相同的路径,但是可以经过相同的数字节点。 输出一个整数,表示能得到的最大的k条路径经过的数字之和(A digital ladder, the K route, each route the first layer of a number, each time to enter the next layer to reach the left or right next to the number, until the final layer. Each route can not pass through the same path, but can pass through the same number of nodes. Output an integer representing the sum of the number of the largest K paths that can be obtained)
- 2020-11-19 11:09:38下载
- 积分:1
-
G194-GUN
说明: 使用stm32f103控制电磁炮发射与发射角度,使用器件有舵机,线圈,单片机,按键(STM32F103 is used to control the firing and firing angle of the electromagnetic gun. The components used include steering gear, coil, MCU and key)
- 2020-08-12 15:05:28下载
- 积分:1
-
Five
说明: 一款基于微软VS2019开发的欢乐五子棋小游戏,能够实现人人对战,人机对战,悔棋等功能(Realize everyone to fight, man-machine to fight, regret chess and other functions)
- 2021-01-16 09:10:39下载
- 积分:1
-
简而易懂的CShare 高级图像处理程序实例
简而易懂的CShare 高级图像处理程序实例-simple and understandable CShare advanced image processing examples
- 2022-03-01 03:32:16下载
- 积分:1
-
filter_demo
matlab script for filter design
- 2010-04-14 20:29:36下载
- 积分:1
-
15883828freak
应用最新算法freak算法的一个图像配准代码 c++可实现(Apply the latest algorithm freak algorithm image registration codes c++ can achieve)
- 2015-11-20 09:34:55下载
- 积分:1
-
实现分类的高效算法C4.5
C4.5C++算法是一种高效的分类算法,
- 2022-08-02 21:34:27下载
- 积分:1
-
QP
说明: 二次规划.c,看题目就知道了二次规划
QP(QP QP)
- 2009-09-22 19:59:29下载
- 积分:1
-
cPPpolyfit
多项式拟合,最小二乘法,c++版本实现,运行环境vc6(Polynomial fitting)
- 2013-04-29 10:37:54下载
- 积分:1
-
功能好用的MFC点坐标
使用方法:在我们的程序设计中经常需要对一些参数进行配置,配置好后还要在下一次启动仍然有效,那么一个有效的可行办法就是使用ini文件,也就是Windows初始化文件来保存一些我们的设置,然后让程序启动的时候从这个ini文件中读取相关配置。我们需要做以下的工作。
1.创建此ini文件,Windows对ini文件的操作有专门的函数,我们经常用的就是WritePrivateProfileString()和GetPrivateProfileString()了。那么我们在程序的初始化时首先检查是否存在ini文件,如果不存在则创建一个默认的ini文件。
2. 我们使用CFileFind类查找我们需要的ini文件是否存在,若不存在则创建一个。WritePrivateProfileString()当ini不存在时会自动创建一个ini文件在指定路径。
- 2023-05-11 13:50:03下载
- 积分:1