代码搜索:Problem
找到约 10,000 项符合「Problem」的源代码
代码结果 10,000
www.eeworm.com/read/448535/7531366
m karmarker.m
function x = karmarker(A,c)
%
% Implement a Karmarker-type algorithm for linear programming
% to solve a problem in "Karmarker standard form"
% min c'x
% subject to Ax=0, sum(x)=1, x >=0
www.eeworm.com/read/447244/7555789
m qpsk_modulation.m
%QPSK Implemenatation
clear;
%This is the first part of the problem where we are first generating a
%random input of size 6 bits, which results in 3 QPSk sysmbols;
Input = round(rand(1,6));
%Conv
www.eeworm.com/read/446156/7584980
c panic.c
/*
* linux/kernel/panic.c
*
* (C) 1991 Linus Torvalds
*/
/*
* This function is used through-out the kernel (includeinh mm and fs)
* to indicate a major problem.
*/
#include
www.eeworm.com/read/439811/7701508
m ip_01_08.m
% MATLAB script for Illustrartive Problem 8, Chapter 1.
clear
ts=0.001;
Fs=1/ts;
t=[0:ts:10];
x=cos(2*pi*47*t)+cos(2*pi
www.eeworm.com/read/436800/7762443
cpp saoropt.cpp
#include
#include
#include "Problem.h"
#include "Solution.h"
#include "fairSAControl.h"
#include "Random.h"
/*
orOpt.cpp
Program with the implementation of the function orOpt(),
www.eeworm.com/read/434781/7801988
java finaloverridingillusionex.java
// reusing/FinalOverridingIllusionEx.java
// TIJ4 Chapter Reusing, Exercise 20, page 269
// Show that the @Override annotation solves the problem in ths section
import static net.mindview.util.Prin
www.eeworm.com/read/398337/7993693
m exmulticlass1.m
%
% example of multiclass problem
% This is the one that can be found in
% Lin & Wahba Tech Rep
%
%
%
% 22/08/2002 AR
clear all
close all
n=100;
nbtest=500;
nbiter=10;
for i=1:nb
www.eeworm.com/read/247181/12675834
m replay_instant.m
function replay_instant(mesh,t,times,solv,sole,step,filename)
% Rendering of nodal/edge element solution for
% transient Maxwell problem in a cavity
% at a particular instant t of time
N = length(tim
www.eeworm.com/read/246726/12706965
c knapsack.c
/*
Author: Pate Williams (c) 1997
Solution of the subset problem using LLL
reduction. See "Handbook of Applied
Cryptography" by Alfred J. Menezes et al
pages 120 - 121.
*/
#inclu
www.eeworm.com/read/333003/12712191
java finaloverridingillusionex.java
// reusing/FinalOverridingIllusionEx.java
// TIJ4 Chapter Reusing, Exercise 20, page 269
// Show that the @Override annotation solves the problem in ths section
import static net.mindview.util.Prin