-
gauss.Designer
实现地图加载保存放大缩小全图,以及要素属性框选查询功能(Realize the function of loading, saving, enlarging and reducing the whole map, as well as the function of checking and inquiring the attributes of elements)
- 2020-06-25 08:40:02下载
- 积分:1
-
使用C++技术实现计算器的功能软件使用visual Studio 2008 制作课程作业
CalculatorDlg.cpp
// CalculatorDlg.cpp : implementation file
//
#include "stdafx.h"
#include "Calculator.h"
#include "CalculatorDlg.h"
#include
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CAboutDlg dialog used for App About
class 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
// Implementation
- 2022-05-31 11:25:20下载
- 积分:1
-
addressmanage
地址簿管理系统,visual c++与Access数据库实现(Address book management system, Visual C + + and Access database to achieve)
- 2013-05-07 20:14:04下载
- 积分:1
-
yinyue
单片机控制的音乐播放器的proteus仿真以及源程序,导入单片机通过测试过能正常工作,希望对须要的人有所帮助。(Music player SCM proteus simulation and control of the source code, import the microcontroller through tested to work properly, we want to help people who need.)
- 2015-07-12 17:14:51下载
- 积分:1
-
test_database
利用mfc编程实现acess数据库的存储与访问,对于小型的数据库很实用(Mfc programming using acess database storage and access, the database is very useful for small)
- 2011-11-29 10:27:49下载
- 积分:1
-
SVPWM
这段代码是针对三相电压型逆变器提出的,输入直流电,通过三相全桥得到三相相位互差120度的正弦波电压,控制开关管使用的是SVPWM程序。(This code for 3-phase voltage type inverter is proposed, and the input dc, three phase is obtained by three-phase full bridge phase difference of 120 degrees each sine-wave voltage, control switch tube is used SVPWM program.)
- 2016-10-02 15:36:37下载
- 积分:1
-
电子秤读取小程序
电子秤读取小程序
- 2020-05-12下载
- 积分:1
-
linux OS封装好的函数
Linux系统函数2次封装,包括文件操作,网络操作,比如int OSA_queCreate(OSA_QueHndl *hndl, Uint32 maxLen),比较规范,包括头文件和.c文件。int OSA_fileReadFile(char *fileName, Uint8 *addr, Uint32 readSize, Uint32 *actualReadSize)
{
int retVal = OSA_SOK;
Uint8 *curAddr;
Uint32 readDataSize, fileSize, chunkSize=1024*100;
Uint32 userReadSize;
FILE *hndlFile;
#ifdef OSA_DEBUG_FILE
OSA_printf(" [FILE ] Reading file [%s] ... ", fileName);
#endif
hndlFile = fopen(fileName, "rb");
if(hndlFile == NULL) {
retVal = OSA_EFAIL;
goto exit;
}
最近在项目中做了几次代码review,发现代码中经常出现变量函数命名不是很完美的情况。有些变量名字,稍为一看,可以很容易看出它要表达的意思,但一样可以取一个更贴切的名字;而有一些名字,就显得特别别扭了。
- 2023-08-31 15:15:03下载
- 积分:1
-
Rruiilifenbuua
瑞利分布+杂波雷达信号MATLAB仿真程序源码,希望望对有做雷达信号的朋友有帮助 可直接使用。 已通过测试。
(Rayleigh distribution+ hybrid radar signal MATLAB simulation program source code, I hope to look on the friend of a radar signal to help can be used directly. Has been tested.)
- 2012-07-20 08:40:16下载
- 积分:1
-
j161121243777s
jsp+mysql医院门诊系统源码。admin, doctor, images, patient是是与页面相关的文件夹hospital.jpx是JBuilder工程文件,用来编辑db包
(jsp+mysql hospital outpatient system source code. admin, doctor, images, patient is associated with the page file folder hospital.jpx JBuilder project file, used to edit the db package)
- 2012-08-23 22:21:15下载
- 积分:1