⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 res_en_us.java

📁 排产系统
💻 JAVA
字号:
package com.power.lpsolver.LPSolve;import java.util.*;public class Res_en_US extends java.util.ListResourceBundle {  static final Object[][] contents = new String[][]{	{ "Problem_is_unbounded_", "Problem is unbounded." },	{ "File_does_not_exist_", "File does not exist: " },	{ "File_is_a_directory", "File is a directory name: " },	{ "File_is_unreadable_", "File is unreadable: " },	{ "Error_1_unable_to_get", "Error 1: unable to get objective sense." },	{ "Error_2_unable_to_get", "Error 2: unable to get objective sense." },	{ "Error_3_unable_to_get", "Error 3: unable to get objective sense." },	{ "Error_7_unexpected", "Error 7: unexpected character" },	{ "Error_5_unexpected", "Error 5: unexpected character" },	{ "Error_6_unexpected", "Error 6: unexpected character" },	{ "Error_row_label", "Error: row label expected." },	{ "Error_unexpected", "Error: unexpected string." },	{ "Error_4_unexpected", "Error 4: unexpected character" },	{ "ROWS", "ROWS" },	{ "File_reading_error", "File reading error: \"NAME\" section not found. " },	{ "is_not_defined_", " is not defined." },	{ "Row", "Row " },	{ "Optimal_solution", "Optimal solution found" },	{ "LPSolve2010", "LPSolve2010: the model requires the two-phase algorithm\n" },	{ "LPSolve2020", "LPSolve2020: starting phase I optimization.\n" },	{ "LPSolve2050", "LPSolve2050: the model is not feasible.\n" },	{ "LPSolve2030", "LPSolve2030: starting Phase II optimization.\n" },	{ "Engine2500", "Engine2500: optimization " },	{ "Phase_I", "Phase I" },	{ "Phase_II", "Phase II" },	{ "Iteration_", "Iteration:\t" },	{ "completed_Optimal", " completed. Optimal solution found.\n" },	{ "Engine2600", "Engine2600: building solution object.\n" },	{ "LPSolver2000_Remove", "LPSolver2000: Remove redundant constraint" },    { "Number of Columns", "Number of Columns" },    { "Number of Rows", "Number of Rows" },    { "WritingRows", "Writing Rows" },    { "WritingRHS", "Writing RHS" },    { "WritingColumns", "Writing Columns" },    { "NumberOfVariablesWritten", "Number of Variables Written: " },    { "WritingMPSModel", "Creating MPS Model" },    { "TotalNumberOfConstraints", "Total Number of Constraints: " },    { "TotalNumberOfVariables", "Total Number of Variables: " },    { "FinishedWritingMPSModel", "Finished Writing MPS Model\n" }};  public Object[][] getContents() {    return contents;  }}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -