-
CPE程式運算
sample input
125 5
30 3
80 2
81 3
sample output
125 25 5 1
Boring!
Boring!
81 27 9 3 1
讀取INPUT檔案 第一位數MOD第二位數 如餘數非0 顯示Boring! 如餘數為0 顯示其結果
- 2022-03-17 23:22:19下载
- 积分:1
-
这是一个GPS相关的程序,用于GPS的数据分析
这是一个GPS相关的程序,用于GPS的数据分析-This is a GPS-related procedures, for GPS data analysis
- 2022-04-08 14:56:34下载
- 积分:1
-
Debug.x : Packaging, but SEH role : the procedural anomalies occurred untreated,...
Debug.x:封装SEH 作用:在程序发生未处理的异常时,利用SEH获得异常时刻的信息,并将信息显示或存储到文件。 相关:pe文件操作 Stack操作-Debug.x : Packaging, but SEH role : the procedural anomalies occurred untreated, but SEH use was unusual moment of the information and information display or storage of the document. Related : pe file manipulation operations Stack
- 2022-07-15 04:14:31下载
- 积分:1
-
QT4.6实践编写串口调试助手(原创全源码),
包括使用qextserial,包括可在linux和windows两种环境下识别通讯方式,和硬件接口识别。非常...
QT4.6实践编写串口调试助手(原创全源码),
包括使用qextserial,包括可在linux和windows两种环境下识别通讯方式,和硬件接口识别。非常适合初学者学习,建议下载QT_Create最新版本 -QT4.6 practice, the preparation of serial debugging assistant (original full source code), including the use of qextserial, including linux and windows in the two kinds of environments identify means of communication, and hardware interface identification. Very suitable for beginners to learn, it is recommended to download the latest version of QT_Create
- 2022-02-05 05:42:53下载
- 积分:1
-
Interval coverage of the realization of the algorithm description: In this paper...
区间覆盖问题的算法实现
问题描述:给出x轴上N条线段的坐标,从中选出一些线段来覆盖区间【0,M】,要求所用线段数目最少
-Interval coverage of the realization of the algorithm description: In this paper, x-axis N be the coordinates of line segment, selected to cover a number of line segments [interval 0, M], requirement by the number of segments at least
- 2022-12-22 05:20:03下载
- 积分:1
-
80C51的串行通信口是一个功能强大的通信口,而且是相当好用的通信口,用于显示驱动电路再合适不过了,下面我们就根据这种需要设计一个用两个串行通信口线加上两根普通...
80C51的串行通信口是一个功能强大的通信口,而且是相当好用的通信口,用于显示驱动电路再合适不过了,下面我们就根据这种需要设计一个用两个串行通信口线加上两根普通I/O口,设计一个4位LED显示电路。当然只要再加上两根I/O口线即可轻易实现8位LED的显示电路。
-80C51 Serial Communications mouth is a powerful communications mouth, but is very handy communications mouth, for the display driver circuit could not have been more appropriate, Now we need to design the basis of this one with two serial communication lines with two general I/O Hau, Design of a four LED display circuit. Of course if coupled with two I/O lines I could easily achieved eight LED display circuit.
- 2023-05-28 00:15:03下载
- 积分:1
-
VC++ 6.0简单屏幕画笔源代码
VC++ 6.0简单屏幕画笔源代码 ,可以让用户直接在屏幕的任意地方写字,仿画图的功能,不过这个不是在指定的画图窗口中才能画出图形,而是打开后,在屏幕的任意地方都可以。而且还可以设置画笔的颜色,有四种颜色可选,还可设置画笔粗细等功能。以下请看画笔的设置部分代码:
void CMyWnd::OnRed()//选中绿色
{
ColorX=255;
ColorY=0;
ColorZ=0;
}
void CMyWnd::OnYellow()//选中黄色
{
ColorX=255;
ColorY=255;
ColorZ=0;
}
void CMyWnd::OnGreen() //选中绿色
{
ColorX=0;
ColorY=255;
ColorZ=0;
}
void CMyWnd::OnBlue() //选中蓝色
{
ColorX=0;
ColorY=0;
ColorZ=255;
}
void CMyWnd::OnAdd() //增加画笔大小
{
ADxy+=1;
}
void CMyWnd::OnDec() //增加画笔大小
{
if (ADxy!=1)
ADxy-=1;
}
void CMyWnd::OnAbout() //增加画笔大小
{
//AfxMessageBox("你好");
//显示关于对话框
CLjxDlg dlg;
int xxx=dlg.DoModal();
}
- 2022-11-18 14:20:03下载
- 积分:1
-
神奇幻方问题原代码
神奇幻方问题原代码-God mysterious side issues- source
- 2022-09-18 12:15:03下载
- 积分:1
-
domino的一个小系统 ,记录许多日常使用的信息和审批流程
domino的一个小系统 ,记录许多日常使用的信息和审批流程-domino
- 2022-01-23 10:18:46下载
- 积分:1
-
Nobel Prize Winner's Paper
Nobel Prize Winner s Paper-Nobel Prize Winner"s Paper
- 2023-03-06 19:40:03下载
- 积分:1