-
SAOFC
说明: 基于C++语言的改进TSP模拟退火算法.(based on the C language to improve TSP simulated annealing algorithm.)
- 2006-05-03 18:22:56下载
- 积分:1
-
demo
北航图像处理demo,目前集成了从色彩转换、彩色图像处理、灰度图像处理、二值图像处理、阈值分割、边缘检测、数学形态学方法、等多个组件(Northern image processing demo, now integrated from the color conversion, color image processing, gray-scale image processing, binary image processing, thresholding, edge detection, mathematical morphology, and many other components)
- 2014-05-21 19:46:11下载
- 积分:1
-
Keyboard_Sentinel_SW
摇杆键盘控制,键盘扫描,RS485 modbus通信,内置flash存储(keyboard,modbus rtu,flash,stm32f103)
- 2020-06-25 15:20:02下载
- 积分:1
-
Robot-soccer-simulation-game
为了加强足球机器人仿真5V5比赛前场的进攻,文章以增强进攻队员之间的动态协作配合为
出发点,设计了“3+1”的前场进攻队形及其控制算法。
(5V5 soccer robot simulation in order to strengthen the game' s offensive front, the article in order to enhance collaboration between the dynamic offensive player with as a starting point, the design of the “3+1” front offensive formation and control algorithms.)
- 2020-12-05 15:19:23下载
- 积分:1
-
SAT, GPA
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace Assignment_2_1
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void btnCalculate_Click(object sender, EventArgs e)
{
int GPA;
double SAT;
GPA = Convert.ToInt32(txtGPA.Text);
SAT = Convert.ToDouble(txtSAT.Text);
lblResult
txtGPA
txtSAT
btn
if (GPA > 100 || SAT > 1200)
{
MessageBox.Show("GPA > 100 or SAT > 1200 NOT ALLOW", "Input
too large", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
}
else
{
if (GPA > 50)
lblResult.Text = "Admit";
else
{
if (SAT>800)
lblResult.Text = "Co
- 2022-06-30 00:01:29下载
- 积分:1
-
FreeRTOS中文实用教程
学习使用freertos,对学习的新手来说很有帮助,这个资料很全,讲解的也很详细(Learning to use FreeRTOS is very helpful for novice learners. This information is very complete and the explanation is very detailed)
- 2020-06-24 20:20:01下载
- 积分:1
-
RemoteDesktopClient
RemoteDesktopClient
- 2014-11-08下载
- 积分:1
-
Program
PSO ALGORİ THM SOURCE CODE
- 2013-05-16 09:10:06下载
- 积分:1
-
gateway_lora_TTGO
说明: codigo fuente de nodo placa ttgo lora(arduino code for lora ttgo board)
- 2020-06-17 04:00:01下载
- 积分:1
-
最小二乘法
通过c语言编程,实习最小二乘法的功能,求解运算(Through the C language programming, practice the least square method function)
- 2017-10-27 11:12:05下载
- 积分:1