-
用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
-
win32 API小词典,包括查询修改,很有利用价值!
win32 API小词典,包括查询修改,很有利用价值!-win32 API small dictionaries, including the query modification, it is of value!
- 2022-05-13 19:10:38下载
- 积分:1
-
动态对话框的源文件
动态对话框的源文件-the source document
- 2023-03-28 16:00:03下载
- 积分:1
-
Original English Book about Satellite Communication Engineer, supecially suitabl...
经典的英文版卫星通信工程书籍。适合初学者-Original English Book about Satellite Communication Engineer, supecially suitable for beginner.
- 2022-05-21 15:22:33下载
- 积分:1
-
sd card for pxa270 (在bootloader 下)
sd card for pxa270 (在bootloader 下)-sd card for pxa270 (under the bootloader)
- 2022-02-02 18:46:09下载
- 积分:1
-
32 bit cpu designed and simulated
32 bit cpu designed and simulated
- 2022-11-14 14:10:08下载
- 积分:1
-
A*算法解决八数码
题目
The
15-puzzle has been around for over 100 years; even if you don"t know it by that
name, you"ve seen it. It is constructed with 15 sliding tiles, each with a
number from 1 to 15 on it, and all packed into a 4 by 4 frame with one tile
missing. Let"s call the missing tile "x"; the object of the puzzle is to
arrange the tiles so that they are ordered as:
1
2 3 4
5
6 7 8
9 10 11 12
13 14 15 x
where the only legal operation is to exchange "x" with one of the tiles with
which it shares an edge. As an example, the following sequence of moves solves
a slightly scrambled puzzle:
- 2022-02-06 16:32:40下载
- 积分:1
-
这是个操作系统的程序,关于作业进程调度的程序,有界面的!
这是个操作系统的程序,关于作业进程调度的程序,有界面的!-This is a operating system program, about task process attemper,with interface.
- 2023-04-26 12:30:04下载
- 积分:1
-
VFP做的简易计算器,可作为软件组件使用。
VFP做的简易计算器,可作为软件组件使用。-It is a simple calculator designed by VFP.It can
be used with soft component.
- 2022-07-09 00:47:09下载
- 积分: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