-
分油问题的求解
分油问题的求解,是学校的一个作业,就是解决小孩子的分油问题,一个小孩子有7的油瓶、一个小孩子有3的油瓶和10的油瓶、两个人要去打10的油,怎么样才能把油平均分成5和5,主要是解决这个问题。做了这样子,也是为了拿一下积分下载其他文件,大家帮帮忙
- 2022-08-13 07:06:22下载
- 积分:1
-
曹晓宇-学生信息管理系统的设计与实现
本学生信息管理系统可以说是一个综合性的学校学生管理系统,它集合了学生学籍管理系统、班级管理系统、学生信息管理系统等多种功能,因而具有较强的实用性和先进性。
- 2022-06-21 06:01:52下载
- 积分:1
-
cc2640点亮led
cc2640入门级的代码,从点亮一个流水灯开始,让你可以简单了解cc264的配置,以及基础程序如何编写
- 2022-07-19 19:11:21下载
- 积分:1
-
小型计算器程序,由汇编编写的,可以进行4则运算
小型计算器程序,由汇编编写的,可以进行4则运算-A small calculator program, written by a compilation of
- 2022-04-08 08:38:20下载
- 积分:1
-
项目名称:acotsp
大师级人物写的蚁群算法解决TSP问题,真的挺不错,你可以下下来看看的.- Program s name: acotsp
Ant Colony Optimization algorithms (AS, ACS, EAS, RAS, MMAS, BWAS) for the
symmetric TSP
Copyright (C) 2004 Thomas Stuetzle
This program is free software you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
email: stuetzle no@spam informatik
- 2023-01-14 12:40:03下载
- 积分:1
-
VC 操控 IE 的使用方式
VC 操控 IE 的使用方式-VC control the use IE
- 2022-11-24 05:40:03下载
- 积分:1
-
如何注销、关闭、重启系统
通过OpenProcessToken来获取进程令牌,并进一步调整令牌权限,最后通过ExitWindowsEx来实现 注销 关闭 重启操作
- 2022-11-03 22:50:03下载
- 积分:1
-
基于opencv和mfc的人脸识别
能够实时的人脸跟踪,检测,识别,基于MFC界面,封装的程序与OPENCV计算机视觉库,可以直接运行。
- 2023-01-29 00:40:12下载
- 积分:1
-
win开发用简易日志软件
简易日志显示软件。
支持显示日志、保存日志到文件、udp方式接收日志,支持显示日志网络来源。
本地调用:任何win软件使用如下函数,即可向该软件发送日志数据,日志软件会显示并保存到指定文件中。
int WriteLog(DWORD LogType, char* lpszFormat, ...)
{
static HWND m_hWndLog = NULL;
if (m_hWndLog == NULL)
{
m_hWndLog = ::FindWindowA(NULL, "Stk1Log");
if (m_hWndLog == NULL)
{
char cCurPath[MAX_PATH];
if (GetCurrentDirectoryA(MAX_PATH, cCurPath) > 0)
{
char cExePath[MAX_PATH];
wsprintfA(cExePath, "%sstk1Log.exe", cCurPath);
WinExec(cExePath, SW_SHOW);
m_hWndLog = ::FindWindowA(NULL, "Stk1Log");
if (m_hWndLog == NULL)
{
// AfxMessageBox("无法找到Stk1Log.exe用于显示日志!");
return -1;
}
}
}
}
else
{
if (IsWindow(m_hWndLog) == FALSE)
{
m_hWndLog = NULL;
m_hWndLog = ::FindWindowA(NULL, "Stk1Log");
if (m_hWnd
- 2022-07-25 17:36:54下载
- 积分:1
-
本文摘要翻译了几篇文章的内容,简单介绍 ATL CAtlRegExp,GRETA,Boost::regex 等正则表达式库,这些表达式库使我们可以方便地利用正则...
本文摘要翻译了几篇文章的内容,简单介绍 ATL CAtlRegExp,GRETA,Boost::regex 等正则表达式库,这些表达式库使我们可以方便地利用正则库的巨大威力,给我们的工作提供了便利。-This paper translated articles the contents of a brief introduction ATL CAtlRegExp, GRETA, Boost : : regex is a regular expression such as library, expression library so that we can facilitate the use of the library is now enormous power of our work to provide the facilities.
- 2023-05-23 14:25:02下载
- 积分:1