代码搜索:8×8点阵
找到约 10,000 项符合「8×8点阵」的源代码
代码结果 10,000
www.eeworm.com/read/350960/10692516
c 8-8.c
#include"dos.h"
#include"conio.h"
int SetDate()
{
union REGS inregs,outregs;
inregs.h.ah=0x2B;
inregs.x.cx=1983;
inregs.h.dh=8;
inregs.h.dl=14;
intdos(&inregs,&outregs);
return outreg
www.eeworm.com/read/275376/10821671
cpp 8_8.cpp
//8_8.cpp
#include
#include
#include"employee.h"
using namespace std;
int main()
{
manager m1;
technician t1;
salesmanager sm1;
salesman s1;
char namestr[20];
www.eeworm.com/read/274718/10857030
cpp 8_8.cpp
#include
using namespace std;
#include
class CRect
{ int length,width;
public:
CRect(int l,int w) {length=l; width=w; }
void disp() { cout
www.eeworm.com/read/271231/11002422
tif 8-8.tif
www.eeworm.com/read/416453/11024730
c 8-8.c
#include"dos.h"
#include"conio.h"
int SetDate()
{
union REGS inregs,outregs;
inregs.h.ah=0x2B;
inregs.x.cx=1983;
inregs.h.dh=8;
inregs.h.dl=14;
intdos(&inregs,&outregs);
return outreg
www.eeworm.com/read/469562/6931375
bmp 8-8.bmp
www.eeworm.com/read/469046/6984287
m 8-8.m
I = imread('ngc4024m.tif');
X = grayslice(I,16);
imshow(I)
figure, imshow(X,jet(16))
www.eeworm.com/read/289573/7142895
txt 8-8.txt
【例8.8】用主程序EXAM8-8.PRG调用外部过程文件SUB1.PRG和SUB2.PRG。
*程序名称:EXAM8-8.PRG
*功能说明:外部过程调用示例
CLEAR
? "主程序"
DO SUB1 &&调用外部过程
DO SUB2
RETURN
*程序名称:SUB1.PRG
? "子程序1"
RETURN
*程序名称:SUB2
www.eeworm.com/read/454486/7388651
html 8-8.html
百度——全球最大中文搜索引擎
td,p{font-size:12px;}
p{width:600px; margin:0px; padding:0px;}
.ff{font-family:Verdana; font-size:16px;}
#navigation{
margi
www.eeworm.com/read/450886/7475167
c 8-8.c
#include "stdio.h"
#include "stdio.h"
typedef int KeyType; /*假定关键字类型为整数*/
typedef struct node { /*结点类型*/
KeyType key; /*关键字项*/
/*其它数据域,InfoType视应用情况而定,下面不处理它*/
struct node *lchild,*rchild;