-
网址管理工具的源程序:是用vc开发的一个网址管理工具的程序....
网址管理工具的源程序:是用vc开发的一个网址管理工具的程序.-Web site management tools of the source : vc development is a Web site management tools procedures.
- 2023-08-01 17:50:03下载
- 积分:1
-
遗传算法求解装箱问题
本文将展示混合分组遗传算法(HGGA)为解决分组问题,如使用GALEX库装箱提出Falkenauer的实现。
装箱问题属于类NP难问题,像在以前的文章中讨论的其他人。的任务是包的一组不同尺寸的物品的入固定大小的方式使得最小数量的箱是用来回收箱。根据要求,装箱可以是单维(1D)或多维(2D,3D...)遗传算法在这篇文章中描述是专为解决一维装箱问题。
- 2022-02-05 10:19:30下载
- 积分:1
-
这VB6代码时钟。
This the VB6 code for Clock.-This is the VB6 code for Clock.
- 2022-09-16 14:10:03下载
- 积分:1
-
关于支撑向量机的代码实现方式
关于支撑向量机的代码实现方式-on Support Vector Machine code Realization
- 2022-05-07 07:12:27下载
- 积分:1
-
整数因子分解问题C++
该程序实现的是整数因子分解问题,对于给定的整数n,计算n共有多少种不同的分解式。程序是基于VC++6.0实现的。
- 2022-06-28 12:06:27下载
- 积分:1
-
K-7121S_DEMO
K-7121S_DEMO,完整实现K-7121S通讯功能,实现CAN消息发送和接收,并具有表格显示CAN消息记录,记录可保存
- 2022-06-19 20:10:49下载
- 积分:1
-
can easily pair of Chinese Word, the ability to understand robot programming is...
可以容易地对中文进行分词,对于机器人的理解能力编程有很大的帮助-can easily pair of Chinese Word, the ability to understand robot programming is a great help
- 2022-08-07 06:15:41下载
- 积分:1
-
例1
例1-1 假设有A,B,C,D,E五个系进行田径对抗赛,各 系的单项成绩均已存入计算机,并构成一张表,表中每一行的形式为项目名称性别 系名 成绩 得分
编写算法,处理上述表格,以统计各系的男、女总分和团体总分,并输出。
-Example 1-1 assume that A, B, C, D, E Department of track and field five teams, each department have been deposited in the individual grade computers, and constitutes a table, each row in the table for the preparation of the form of algorithms, treatment the above table, the statistical departments of the men" s and women" s scores and group scores, and output.
- 2022-03-15 21:26:43下载
- 积分:1
-
这是一个打字输入的例子
这是一个打字输入的例子-This is an example of the importation of typing
- 2023-03-17 11:15:03下载
- 积分:1
-
用vc++mfc做的时钟
#include "stdafx.h"#include"windows.h"#include "clock.h"#include "clockDlg.h"#include"math.h"#ifdef _DEBUG#define new DEBUG_NEW#undef THIS_FILEstatic char THIS_FILE[] = __FILE__;#endif/////////////////////////////////////////////////////////////////////////////// CAboutDlg dialog used for App Aboutclass CAboutDlg : public CDialog{public: CAboutDlg();// Dialog Data //{{AFX_DATA(CAboutDlg) enum { IDD = IDD_ABOUTBOX }; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CAboutDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL// Implementationprotected: //{{AFX_MSG(CAboutDlg) //}}AFX_MSG DECLARE_MESSAGE_MAP()
- 2022-08-21 22:08:38下载
- 积分:1