搜索:Declarations
找到约 13 项符合「Declarations」的查询结果
结果 13
按分类筛选
https://www.eeworm.com/dl/987562.html
技术资料
2401源码
// 包含头文件
//------------------------------------------------------------------------------------
//是模拟 IO, 主 IIC
#include "BasType.h"
#include "RegDefs.h" // SFR declarations
#include "intrins.h"
extern void msec(unsigned int x);
sbit ht2402_data = P2^0 ...
https://www.eeworm.com/dl/513825.html
源码
c#简单计算器
// 学生管理.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
#include "resource.h"
#define MAX_LOADSTRING 100
// Global Variables:
HINSTANCE hInst; // current instance
TCHAR szTitle[MAX_LOADSTRING]; // The title bar text
TCHAR szWindowCla ...
https://www.eeworm.com/dl/513826.html
软件
简单的计算器
// 学生管理.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
#include "resource.h"
#define MAX_LOADSTRING 100
// Global Variables:
HINSTANCE hInst; // current instance
TCHAR szTitle[MAX_LOADSTRING]; // The title bar text
TCHAR szWindowCla ...