代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/429797/8788359
m tablegui.m
function out = tableGUI(varargin)
% TABLEGUI - Spreadsheet like display and edition of a generic 2D array. By generic it is
% mean that the array can be a numeric MxN matrix or a MxN cell array
www.eeworm.com/read/372108/9521462
cpp 37-1.cpp
//
// Example from ESTL Item 37
//
#include
#include
#include
#include "ESTLUtil.h"
int main()
{
using namespace std;
using namespace ESTLUtils;
const i
www.eeworm.com/read/372108/9521523
cpp 37-3.cpp
//
// Yet more from ESTL Item 37
//
#include
#include
#include
#include
#include
#include
#include "ESTLUtil.h"
using namespace std;
www.eeworm.com/read/164297/10119546
java datawin.java
import java.awt.event.*;
import java.awt.*;
// Display an array of numeric data.
class DataWin extends Frame {
TextArea dataTA;
DataWin(double[] data) {
addWindowListener(new
www.eeworm.com/read/278099/10572389
c scanfrac.c
/* +++Date last modified: 05-Jul-1997 */
/* function scanfrac - scan an input string for a numeric value.
**
** Written in ANSI C and contributed to the public domain by
** Thad Smith III, Bould