代码搜索:键盘程序
找到约 10,000 项符合「键盘程序」的源代码
代码结果 10,000
www.eeworm.com/read/326053/13169191
cpp 程序6.10:类作用域.cpp
/* 程序6.10:类作用域.cpp:*/
#include //包含头文件
using namespace std; //使用名字空间std
class Add //声明一个类Add
{
private:
int iNumb1,iNumb2; //声明私有成员变量
public:
int iDate1,iDate2; //声明公共成员变量
vo
www.eeworm.com/read/326053/13169201
cpp 程序6.14:使用构造符.cpp
/* 程序6.14:使用构造符.cpp:*/
#include //包含头文件
using namespace std; //使用名字空间std
class Calculator //声明一个类Calculator
{
private:
int iNumber1,iNumber2,iTotal;//声明私有变量
public:
Calculator()
www.eeworm.com/read/326001/13171245
txt pls的迭代算法程序.txt
function [B,p,w,b]=pls1(x,y,A);
%[p,w,b]=pls1(x,y,maxnum) is a program by using pls1 algorithm to build a PLS model.
%x is a n*m matrix,where m is wavelength number and n sample number.
%y is a
www.eeworm.com/read/325859/13180155
txt pic-延时程序集.txt
PIC-延时程序集
;**********************************************************
; 脉冲延时程序
;**********************************************************
DELAY
MOVLW 1FH ;CLK时序廷时
MOVWF F7
DECFSZ
www.eeworm.com/read/139076/13189461
doc 原程序基阵信号.doc
www.eeworm.com/read/138878/13206187
vbw 触摸屏监控程序.vbw
Frm_main = 44, 44, 355, 396, , 22, 22, 333, 374, C
Frm_Set = 88, 88, 399, 440, Z, 132, 132, 443, 484, C
进程API = 66, 66, 377, 418,
自定义进程函数 = 0, 0, 311, 352,
Frm_Find = 88, 88, 399, 440, , 66, 66,
www.eeworm.com/read/138878/13206198
vbp 触摸屏监控程序.vbp
Type=Exe
Form=Frm_main.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINNT\system32\STDOLE2.TLB#OLE Automation
Object={FD7EECEF-93A4-46C6-82C3-7AFDA12DE89E}#1.0#0; VsNetMenu.ocx
www.eeworm.com/read/325197/13220454
txt 此程序注意事项.txt
由于85S51内置的看门狗是S系列独有的功能
所以SST89E564芯片不能支持对89S51看门狗的硬件仿真
www.eeworm.com/read/325192/13220684