代码搜索:Cell
找到约 10,000 项符合「Cell」的源代码
代码结果 10,000
www.eeworm.com/read/284927/8882748
ico cell.ico
www.eeworm.com/read/185763/8986953
opt cell.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/185763/8987025
lnp cell.lnp
"STARTUP.obj",
"main.obj",
"sysinit.obj",
"interrupt.obj",
"function.obj"
TO "cell"
www.eeworm.com/read/185763/8987086
plg cell.plg
礦ision2 Build Log
Project:
E:\Software050731\Software050731\cell20050807\cell.uv2
Project File Date: 07/31/2005
Output:
www.eeworm.com/read/185763/8987092
hex cell.hex
:0300000002021BDE
:0C021B00787FE4F6D8FD75816102026274
:0604C000AAAAAAAAAAAA3A
:0B04A600060900000000000001080033
:10037E00120475120492C2028022200225D2B5D236
:10038E00B4E4F508F50830B505D29143081030
www.eeworm.com/read/185633/8995022
class cell.class
www.eeworm.com/read/185633/8995024
java cell.java
/*
该类实现cell对象.
它的行为与标准按钮类似,用户可以为其设置图片,
在运行过程中改变图片以及将其设置为无效状态等
*/
import java.awt.*;
class cell extends Canvas {
Container pappy;
Image image;
Dimension minSize;
in
www.eeworm.com/read/426757/9000651
h cell.h
#ifndef CELL_H
#define CELL_H
#include
#include
class Cell : public QTableItem
{
public:
Cell(QTable *table, const QString &formula);
void setFormula(const QString &
www.eeworm.com/read/426757/9000674
cpp cell.cpp
#include
#include
#include "cell.h"
Cell::Cell(QTable *table, const QString &formula)
: QTableItem(table, OnTyping)
{
setFormula(formula);
}
void Cell::setFormula(
www.eeworm.com/read/426757/9001322
h cell.h
#ifndef CELL_H
#define CELL_H
#include
#include
class Cell : public QTableItem
{
public:
Cell(QTable *table, const QString &formula);
void setFormula(const QString &