代码搜索:Formula
找到约 2,502 项符合「Formula」的源代码
代码结果 2,502
www.eeworm.com/read/242302/13081270
txt 在表头中实现类似于excel的控件.txt
可 以 用 DELPHI中 的 一 个 OCX控 件 : VCI FORMULA ONE LIBRARY。 文 件 名 是 : VCF132.OCX。 它 可 以 达 到 EXCEL那 样 的 效 果 。
www.eeworm.com/read/136959/13351813
c fibo.c
/*
This program demonstrates how to calculate any arbitrary term
of the Fibonacci sequence using phi (the golden number) and
eighteenth century mathematician A. de Moivre's formula.
w
www.eeworm.com/read/321028/13413113
cs salary.cs
using System;
using System.Data;
using System.Data.SqlClient;
using System.Configuration;
using System.Web.Security;
///
/// 工资管理中的方法
///
public class Salary
{
//SQL
www.eeworm.com/read/318852/13470459
inc xlsgerman.inc
//This file is not yet translated - Now it is :)
ErrFileIsNotXLS='Die Datei "%s" ist ung黮tig';
ErrCantReadFile='Konnte DAtei nicht lesen "%s"';
ErrExcelInvalid= 'Fehler beim lesen von Excel
www.eeworm.com/read/318852/13470486
inc xlsromanian.inc
ErrFileIsNotXLS='Fisierul "%s" este invalid';
ErrCantReadFile='Nu pot citi fisierul "%s"';
ErrExcelInvalid= 'Eroare la citirea inregistrarilor Excel. Fisier invalid';
ErrCantWriteOutput='Nu
www.eeworm.com/read/314523/13564957
cpp yacc.cpp
//*************************构造LR1分析表***********************************************//
//*在判断两个状态是否相同时,严格的应该将formula,follow排序,但实际状态生成时是按顺序的,***//
//*所以似乎没影响,复杂情况未检测***//
//**************************
www.eeworm.com/read/309649/13666986
c fibo.c
/* +++Date last modified: 05-Jul-1997 */
/*
This program demonstrates how to calculate any arbitrary term
of the Fibonacci sequence using phi (the golden number) and
eighteenth centu
www.eeworm.com/read/303513/13813757
m expr.m
function str=expr(S)
%EXPR Scalar function eval expression.
% EXPR(S) returns the expression for the scalar function S
% to be evaluated.
%
% See also FORMULA, SIZE.
% Copyright (c) 200
www.eeworm.com/read/303513/13813829
m expr.m
function str=expr(V)
%EXPR Vector function eval expressions.
% EXPR(V) returns the expressions for the vector function V
% to be evaluated.
% The output is a string matrix with three rows.