-
1 knapsack problem with dynamic programming algorithm to achieve.
0-1背包问题,用动态规划算法来实现的.-0-1 knapsack problem with dynamic programming algorithm to achieve.
- 2022-05-26 12:48:06下载
- 积分:1
-
点对点通讯工具,本人自编。
点对点通讯工具,本人自编。-peer-to-peer communication tools, I directed.
- 2023-01-22 19:50:03下载
- 积分:1
-
打小飞机
#include
#include
#include
#include
#define N 35
void print(int [][N]);//输出函数
void movebul(int [][N]);//子弹移动函数
void movepla(int [][N]);//敌机移动函数
void setting(void);//设置函数
- 2022-04-09 18:56:32下载
- 积分:1
-
本程序使用c#编写,可以实现在程序运行时更新状态栏的信息的功能。...
本程序使用c#编写,可以实现在程序运行时更新状态栏的信息的功能。-procedures for the use of the c# preparation, the procedure can be achieved when running status bar updates of the information function.
- 2022-07-25 19:00:24下载
- 积分:1
-
基于dspc5402的集成开发环境,对输入信号进行fft变换,并输出到示波器等观测设备...
基于dspc5402的集成开发环境,对输入信号进行fft变换,并输出到示波器等观测设备-dspc5402-based integrated development environment, the input signal fft transform, and export to other observation equipment Oscilloscope
- 2022-01-26 04:43:25下载
- 积分:1
-
STM32F4
电脑端使用串口调试助手,选择电脑与STM32相连的COM口,设置为115200-N-8-1,
复位开发板,即可接收STM32串口发送给电脑的调试信息。
/*********************************************************************************************/
【*】 引脚分配
EEPROM(AT24C02):
EEPROM芯片的I2C接口与STM32的I2C1相连,且已接上拉电阻。
SCL PB8
SDA PB9
串口(TTL-USB TO UART):
CH340的收发引脚与STM32的发收引脚相连。
RXPA9
TXPA10
- 2023-05-29 08:30:03下载
- 积分:1
-
读取EventLog中所有信息,包括EventLog.Message,Source,事件ID,TimeWritten,MachineName等等。...
读取EventLog中所有信息,包括EventLog.Message,Source,事件ID,TimeWritten,MachineName等等。-EventLog read all the information, including EventLog.Message, Source, Event ID, TimeWritten, MachineName, etc..
- 2023-07-05 06:50:04下载
- 积分:1
-
在sourceforge的一个关于RSS的开源项目。 RSS是现在一个很流行的东西,在Blog还有很多地方都得到广泛使用。下面是它的英文介绍。 (RSS Fee...
在sourceforge的一个关于RSS的开源项目。 RSS是现在一个很流行的东西,在Blog还有很多地方都得到广泛使用。下面是它的英文介绍。 (RSS Feed aggregator & Blog Tool - Newspaper view, Outlook style 3 pane view, Store feeds in Outlook folder. No Outlook overhead, hang or delay. Blog to Wordpress/.Text/Movabletype/B2. Newsgator import. Auto Update. Post to weblog from Outlook folders.)-in sourceforge RSS on the one open-source project. RSS is now a very popular things in the blog there are many areas are widely used. Below is the English introduced. (RSS Feed aggregator Blog Tool-Newspaper view, Outlook style three pane view, Store feeds in Outlook folder. No Outlook overhead, hang or delay. Blog to Wordpress/.Text/Movabletype/B2. Newsgator import. Auto Update. Post to weblog from Outlook folders.)
- 2022-03-24 00:09:02下载
- 积分:1
-
用C#制作的一个连接应用程序,具体实现具体如下:连接到库文件,并对其读取功能...
用C#制作的一个连接应用程序,具体实现具体如下:连接到库文件,并对其读取功能-C# produced a connecting applications, concrete realization as follows : connect to the library and read its function
- 2022-02-01 08:16:50下载
- 积分:1
-
这是源代码贝叶斯分类器进行纹理识别过程
这是一种基于贝叶斯定理的简单概率分类。该项目包含可包含在任何C#项目源文件。贝叶斯分类器能够计算取决于输入的最可能的输出。因此能够在运行时添加新的原始数据,并有更好的概率分类。甲朴素贝叶斯分类假定一类的特定特征的存在(或不存在)是无关的任何其它特征的存在(或不存在),给出的类变量。例如,水果可被认为是一个苹果,如果它是红色的,圆的,并且约4“的直径。即使这些功能依赖于彼此或之上的其他特征的存在,一个朴素贝叶斯分类器考虑了所有这些性能独立作出贡献.
- 2022-01-24 15:33:59下载
- 积分:1