代码搜索:Problem
找到约 10,000 项符合「Problem」的源代码
代码结果 10,000
www.eeworm.com/read/152244/7139483
m cp3_4a.m
%%%%%%%%%% Comprehensive Problem 3.4(a) %%%%%%%%%
% Discrete-Time Control Problems using %
% MATLAB and the Control System Toolbox %
% by J.H. Chow, D.K. Frederick, & N.W. Chbat
www.eeworm.com/read/152244/7139485
m cp3_1.m
%%%%%%%%%%% Comprehensive Problem 3.1 %%%%%%%%%%%
% Discrete-Time Control Problems using %
% MATLAB and the Control System Toolbox %
% by J.H. Chow, D.K. Frederick, & N.W. Chbat %
www.eeworm.com/read/152244/7139498
m cp3_2.m
%%%%%%%%%%% Comprehensive Problem 3.2 %%%%%%%%%%%
% Discrete-Time Control Problems using %
% MATLAB and the Control System Toolbox %
% by J.H. Chow, D.K. Frederick, & N.W. Chbat %
www.eeworm.com/read/456193/7354799
m fm_opfsdr.m
function fm_opfsdr
%FM_OPFSDR solve the OPF-based electricity market problem by means of
% an Interior Point Method with a Merhotra Predictor-Corrector
% or Newton direction techniq
www.eeworm.com/read/453443/7420568
cpp winexception.cpp
/**
@file
Implements the Win::Exception class.
*/
#include "WinException.h"
using namespace Win;
char const Exception::msgFormat[]=
"Problem: %s\noperating system tells us: %s";
v
www.eeworm.com/read/449371/7507706
readme
Traveling Salesman Problem Solver for unix
Copyright (C) 1997 K. L. Dunn
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General P
www.eeworm.com/read/449082/7518891
cs program.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
namespace DPH_Multidimensional_Knapsack_Problem
{
static class Program
{
///
www.eeworm.com/read/448932/7521819
cpp 4568174_ce.cpp
////////////////////////////////////
// Problem ID:1036 User Id:Epic
// Memory 32K Time:200MS
////////////////////////////////////
#include
#include
#include
us
www.eeworm.com/read/446823/7564287
spgrid
SPGRID - grid network generator for shortest paths problem.
SPGRID generates a network with grid skeleton. In simplest cases
all the arcs belong to grid. However, for more complicated networ
www.eeworm.com/read/445437/7595522
c jacobi_omp.c
/*
* Sequential program that solves the steady-state temperature
* distribution problem using the Jacobi method.
*
* Compile on Belief:
* export PATH=/opt/SUNWspro/bin:$PATH
* cc -xO3