-
Least_cost_with_greatest_flow
说明: 题目:求网络的最小费用最大流-C语言
已经经过调试,没有问题!(topics : finding the minimum cost maximum flow-through C language has been tested and no problems!)
- 2006-05-13 17:56:10下载
- 积分:1
-
TestCalculatorDemo
mfc计算器的实现源码 mfc计算器的实现源码 mfc计算器的实现源码(TestCalculatorDemo TestCalculatorDemo )
- 2013-12-19 15:38:58下载
- 积分:1
-
operating system simulation program to achieve a simple scheduling algorithm (fi...
操作系统模拟程序 简单实现作业调度算法(先来先服算法,短作业优先算法,高响应比算法)-operating system simulation program to achieve a simple scheduling algorithm (first-come first-served algorithm, short operating priority algorithm, a high response ratio algorithm)
- 2022-03-09 12:12:53下载
- 积分:1
-
Become.an.Xcoder.pdf
英文版的书籍,使你了解xcode开发工具和相关的知识(English version of the book, so that you understand the xcode developer tools and relevant knowledge)
- 2015-03-31 08:43:27下载
- 积分:1
-
delphi知识收集 我个人的小小收集,平时用的比较多,很基础希望对大家有帮助...
delphi知识收集 我个人的小小收集,平时用的比较多,很基础希望对大家有帮助-knowledge to collect my personal collection of small peacetime, the more that is a member of the foundation help
- 2022-03-13 12:59:16下载
- 积分:1
-
“小鼠迷宫问题;问题描述:一只活老鼠B M 1。鼠标
小鼠迷宫问题« 问题描述:小鼠a 与小鼠b身处一个m×m的迷宫中,如图所示。每一个方格表示迷宫中的一个房间。这m×n个房间中有一些房间是封闭的,不允许任何人进入。在迷宫中任何位置均可沿上,下,左,右4个方向进入未封闭的房间。小鼠a位于迷宫的(p,q)方格中,它必须找出一条通向小鼠b 所在的(r,s)方格的路。请帮助小鼠a找出一条通向小鼠b的道路。« 编程任务:对于给定的小鼠的迷宫,编程计算小鼠a 通向小鼠b的道路。« 数据输入:由文件input.txt 给出输入数据。第一行有2 个正整数m,k,分别表示迷宫的行数和封闭的房间数。接下来的k行中,每行2 个正整数,表示被封闭的房间所在的行号和列号。最后的2 行,每行也有2 个正整数,分别表示小鼠a 所处的方格(p,q)和小鼠b 所处的方格(r,s)。« 结果输出:将计算出的小鼠a 通向小鼠b 的道路输出到文件output.txt。输出文件的每行2 个正整数,表示道路行号和列号,从终点向起点方向列出。如果小鼠a 无法通向小鼠b 则输出“No Solution!”-mice problem laquo maze; Problem description : mouse with a live mouse b m 1 m maze of dummies. Each expressed a box maze of a room. This m n rooms there were some rooms are closed, did not allow anyone to enter. The maze can be any location along the upper and lower, right and left four entered no closed rooms. Mice in a maze of (p, q) box, it must find a leading mice where the b (r, s) box at the road. Please help find a mouse a mouse b leading to the road. Laquo; Programming tasks : to the mice in a maze
- 2022-03-21 12:05:27下载
- 积分:1
-
mcu
本文件包含适合初学者学习51系列单片机的ppt文档,其中有完整的C语言示例代码,比较完整地介绍了51单片机的基本开发方法。(This document contains 51 series is suitable for beginners to learn microcontroller ppt documents, including a complete C-language sample code, a relatively complete introduction to the basic development approach MCU 51.)
- 2010-02-26 10:49:12下载
- 积分:1
-
LED_1S
说明: 用51驱动舵机转动,按键实现舵机改变角度(Use 51 to drive the steering gear to rotate and push buttons to change the angle of the steering gear)
- 2019-07-03 22:01:03下载
- 积分:1
-
Bbeiijingyidoa
背景移动补偿技术的研究,是关于车辆检测期间对于背景移动的情况进进行的补偿技术的改进性的研究,希望对大家有所帮助。 已通过测试。
(Background compensation mobile technology, are about the context of vehicle detection during the moovement for the compensation technique to improve the research, hoping for U.S. help. Have passed the
)
- 2012-05-18 15:55:16下载
- 积分:1
-
C# 带农历 万年历 日历
Visual C#实现显示农历、星期、天干地支等信息的万年历,在这个万年历中,你可以学习到很多关于日期时间的获娶判断等操作:
int GetMonth (DateTime time)获取指定公历日期的农历月份
int GetDayOfMonth (DateTime time) 获取指定公历日期的农历天数,这个值根据大月或者小月取值是1到30或者1到29,
int GetSexagenaryYear (DateTime time) 获取指定公历日期的农历年份的干支纪年,从1到60,分别是甲子、乙丑、丙寅、….癸亥, 比如戊戌变法、辛亥革命就是按这个来命名的。当然算八字也少不了这个。
int GetTerrestrialBranch (int sexagenaryYear) ) 获取一个干支的地支,, 从1到12, 表示子、丑、寅、…今年是狗年
通过自定义函数,响应用户在日历上的操作,显示相关的日历提示信息:
if (e.Button == MouseButtons.Left)
{
Point myPosittion = Control.MousePosition;//获取当前鼠标的屏幕坐标
myPosittion.Offset(intX, intY);//重载当前鼠标的位置
this.DesktopLocation = myPosittion;//设置当前窗体在屏幕上的位置
}
- 2023-08-26 22:50:04下载
- 积分:1