-
Tutorial OpenCV image processing on the processes and functions described in det...
OpenCV教程对图像处理的流程和函数作了详细介绍。-Tutorial OpenCV image processing on the processes and functions described in detail.
- 2022-08-23 14:43:32下载
- 积分:1
-
给出求解线性多目标规划问题弱有效解子集的一种新算法.在不同的条件下,运用此
算法得到了线性多目标规划的弱有效解子集,并在得到的解子集中再次进行寻优,进而得...
给出求解线性多目标规划问题弱有效解子集的一种新算法.在不同的条件下,运用此
算法得到了线性多目标规划的弱有效解子集,并在得到的解子集中再次进行寻优,进而得到
弱有效解集中决策者满意的较优解;同时用VC++语言实现了此算法,并给出了具体算例.
-Given for solving linear multiobjective programming weakly efficient solution of a subset of the new algorithm. Under different conditions, using this algorithm is a linear multi-objective planning for a subset of weakly efficient solution, and in the solution subset of re-optimization, and then weakly efficient solution to be satisfied with the focus on decision-makers better solution at the same time using VC language realize this algorithm, and gives a specific example.
- 2023-05-16 10:55:02下载
- 积分:1
-
VESA编程介绍
VESA编程介绍-VESA Programming Introduction
- 2023-01-17 05:40:03下载
- 积分:1
-
时钟闪烁移动
#include"reg51.h"
sbit SET_K = P1^0; //设置
sbit PLUS_K = P1^1;//左移加1
sbit SHIFT_K = P1^2;//左移
sbit CHANGE_K = P1^3;//切换 年、月、日
bit SecFlag = 0;
bit FlashFlag = 0;
unsigned int Counter = 0;
unsigned char Led0,Led1,Led2,Led3,Led4;
unsigned char Shift;
code unsigned char LedSeg[10] = {0x3f,0x06,0x5B,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
void Time0() interrupt 1 // 0: EX0 1:Time0 2: EX1 3: Time1,4:serial 中断
{
static unsigned int IntCnt;
TH0 = 0xfc;
TL0 = 0x66;
if(++IntCnt > 1000)
{
IntCnt = 0;
SecFlag = 1;
}
switch(++Counter%5) //显示功能
{
case 0:
- 2022-03-02 21:20:39下载
- 积分:1
-
如何定制对话框系统菜
如何定制对话框系统菜 -how customization dialog system customization dialog how vegetable dishes system
- 2022-03-14 02:38:16下载
- 积分:1
-
讲了传输线的原理、理论和应用技术,有详细的公式推导。
讲了传输线的原理、理论和应用技术,有详细的公式推导。-stresses the transmission line theory, the theory and application of technology, a detailed formulas.
- 2022-08-11 07:47:17下载
- 积分:1
-
Keil C51 Chinese tutorial is a good learning materials for beginners
Keil C51的中文教程,是初学者的很好学习材料-Keil C51 Chinese tutorial is a good learning materials for beginners
- 2022-12-19 01:30:04下载
- 积分:1
-
关于MFC编程的电子书
its a ebook about MFC Programing
- 2022-04-28 09:04:43下载
- 积分:1
-
MFC程序员的WTL指南+程序+示例。希望对初学者有用。
MFC程序员的WTL指南+程序+示例。希望对初学者有用。-WTL for MFC Programmers Guide+ Procedures+ Sample. Hope useful for beginners.
- 2022-01-25 19:13:27下载
- 积分:1
-
c#学习源码,第一个例子。教你入门
c#学习源码,第一个例子。教你入门-learning source, the first example. Teach your entry
- 2022-02-01 06:39:09下载
- 积分:1