代码搜索:Formula
找到约 2,502 项符合「Formula」的源代码
代码结果 2,502
www.eeworm.com/read/457360/7326934
afl historical volotility scan - 50 day.afl
//------------------------------------------------------------------------------
//
// Formula Name: Historical Volotility Scan - 50 Day
// Author/Uploader: Dennis Skoblar
// E-mail:
www.eeworm.com/read/457360/7327010
afl time left in bar.afl
//------------------------------------------------------------------------------
//
// Formula Name: Time Left in Bar
// Author/Uploader: Ara Kaloustian
// E-mail: ara1@san.rr.com
www.eeworm.com/read/453306/7422711
h cell.h
#ifndef CELL_H
#define CELL_H
#include
class Cell : public QTableWidgetItem
{
public:
Cell();
QTableWidgetItem *clone() const;
void setData(int role, const QVariant &
www.eeworm.com/read/445121/7598866
h cell.h
#ifndef CELL_H
#define CELL_H
#include
class Cell : public QTableWidgetItem
{
public:
Cell();
QTableWidgetItem *clone() const;
void setData(int role, const QVariant &
www.eeworm.com/read/445121/7599134
h cell.h
#ifndef CELL_H
#define CELL_H
#include
class Cell : public QTableWidgetItem
{
public:
Cell();
QTableWidgetItem *clone() const;
void setData(int role, const QVariant &
www.eeworm.com/read/441760/7665774
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/441760/7665818
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/197407/7997310
cpp cstack.cpp
// test formula-based stack class
// with array expansion and reduction
#include
#include "cstack.h"
void main(void)
{
try {
Stack S;
S.Add(6).Add(5).A
www.eeworm.com/read/197407/7997567
cpp jlist.cpp
// test formula-based linear list class
// with right shift
#include
#include "jlist.h"
#include "xcept.h"
void main(void)
{
try {
LinearList L(15);
L
www.eeworm.com/read/197407/7997824
cpp solist.cpp
// test sorted formula-based list
#include
#include "solist.h"
void main(void)
{
SortedList Z(10);
int x;
Z.Insert(2).Insert(6).Insert(4);
cout