代码搜索:errors
找到约 10,000 项符合「errors」的源代码
代码结果 10,000
www.eeworm.com/read/425933/7215537
m errors.m
function errores = errors
source = evalin('base','source');
decout = evalin('base','decout');
N = evalin('base','N');
errores = sum(abs(source - decout));
www.eeworm.com/read/461789/7219890
js errors.js
var infoList = new Array();
var warnList = new Array();
var errorList = new Array();
function updateError(type) {
with (document.options) {
switch (type) {
case 0:
if (info.checked) p
www.eeworm.com/read/461789/7220107
js errors.js
var infoList = new Array();
var warnList = new Array();
var errorList = new Array();
function updateError(type) {
with (document.options) {
switch (type) {
case 0:
if (info.checked) p
www.eeworm.com/read/461277/7230262
py errors.py
"""
Convex optimization modeling for cvxopt.
"""
# Copyright (C) 2006-2008 Jacob Mattingley and Stephen Boyd.
#
# This file is part of CVXMOD.
#
# CVXMOD is free software; you can redistribute it an
www.eeworm.com/read/457103/7334163
h errors.h
#ifndef ERRORS_H
#define ERRORS_H
const int ERROR_LEX = 1; //词法错误
const int ERROR_SEMANTIC = 2; //语法错误,预测表项为空
const int ERROR_DEDUCTION = 5; //推导错误,栈满
const int ERROR_REIDNAME = 21; //标号名重复
www.eeworm.com/read/450411/7484250
h errors.h
/* known errors */
#define ERR_ILLCHAR 1
#define ERR_NEEDCHAR 2
#define ERR_NEEDCONST 3
#define ERR_FPCON 4
#define ERR_IDEXPECT 5
#define ERR_IDENTEXPECT 6
#define ERR_UNEX
www.eeworm.com/read/444086/7618235