代码搜索:Text
找到约 10,000 项符合「Text」的源代码
代码结果 10,000
www.eeworm.com/read/199264/7873960
cpp text.cpp
#include
#include
int main(void)
{
int driver=DETECT,mode;
int NUM;
initgraph(&driver,&mode,"d:\\tools\\tc3.0\\bgi");
registerbgidriver(EGAVGA_driver);
regis
www.eeworm.com/read/434282/7878119
h text.h
// Text.h: interface for the CText class.
//
//////////////////////////////////////////////////////////////////////
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CText :pu
www.eeworm.com/read/434282/7878137
sbr text.sbr
www.eeworm.com/read/434282/7878179
obj text.obj
www.eeworm.com/read/434282/7878284
cpp text.cpp
// Text.cpp: implementation of the CText class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "MyDraw.h"
#include "Text.h"
#ifdef _DE
www.eeworm.com/read/434213/7880767
txt text.txt
L型组件填图问题
1.问题描述
设B是一个n×n棋盘,n=2k,(k=1,2,3,…)。用分治法设计一个算法,使得:用若干个L型条块可以覆盖住B的除一个特殊方格外的所有方格。其中,一个L型条块可以覆盖3个方格。且任意两个L型条块不能重叠覆盖棋盘。
例如:如果n=2,则存在4个方格,其中,除一个方格外,其余3个方格可被一L型条块覆盖;当n=4时,则存在16个方格,其中,除一个方格外,其 ...
www.eeworm.com/read/399193/7881622
lst text.lst
1 .file "text.c"
2 __SREG__ = 0x3f
3 __SP_H__ = 0x3e
4 __SP_L__ = 0x3d
5 __CCP__ = 0x34
6
www.eeworm.com/read/399193/7881625
o text.o
www.eeworm.com/read/399193/7881659
h text.h
#include"config.h"
#include"LCD.h"
//显示文本函数
void Print_text(uint8 x, uint16 y,uint8 size, uint16 bm ,uint16 color,uint16 b_color) ;
//X坐标 Y坐标 字模大小 字符 字体颜色
www.eeworm.com/read/399193/7881663
c text.c
#include "gui.h"
#include "FAT.h"
extern uint16 SectorsPerClust;//每簇扇区数
extern WORD BytesPerSector; // Bytes per sector 每扇区字节数
extern uint8 FAT32_Enable;
void disp_sector_data(uint8 *da)