代码搜索:计数程序

找到约 10,000 项符合「计数程序」的源代码

代码结果 10,000
www.eeworm.com/read/130696/14177784

cpp 程序设计view.cpp

// 程序设计View.cpp : implementation of the CMyView class // #include "stdafx.h" #include "程序设计.h" #include "DIBAPI.h" #include "程序设计Doc.h" #include "程序设计View.h" #include "Middlevaluelvbo.h" #in
www.eeworm.com/read/130696/14177789

h 程序设计view.h

// 程序设计View.h : interface of the CMyView class // ///////////////////////////////////////////////////////////////////////////// #if !defined(AFX_VIEW_H__B6F0E89F_2BC4_4B20_B014_ADDA5F313E5C__INCL
www.eeworm.com/read/130479/14190594

txt 叶子结点统计程序.txt

/*test5.c*/ #include #include typedef char DataType; /*设数据域类型为字符型*/ typedef struct node{ DataType data; struct node *lchild,*rchild; /*左右链域为指向结点结构的指针类型*/ }BinTNode; /*结点类型*
www.eeworm.com/read/232199/14204546

pdf mcs51子程序.pdf

www.eeworm.com/read/232123/14207935

txt 提升法97经典程序.txt

%%提升法97经典程序 %% 本程序实现任意偶数大小图像第二代双正交97提升小波变换 %% 注1: 采用标准正交方法,对行列采用不同矩阵(和matlab里不同) %% 注2: 为了保证正交,所有边界处理,全部采用循环处理 %% 注3: 正交性验证,将单位阵带入函数,输出仍是单位阵(matlab不具有此性质) %% 注4: 此程序是矩阵实现,所以图像水平分量和垂直分量估计被交换位 ...
www.eeworm.com/read/130015/14212076

txt 电梯控制程序.txt

#include "reg51.h" #include "absacc.h" #define uchar unsigned char #define uint unsigned int sbit dooropen=P1^7; //输出 sbit doorshut=P1^2; sbit liftup=P1^1;