代码搜索:Problem
找到约 10,000 项符合「Problem」的源代码
代码结果 10,000
www.eeworm.com/read/476982/6743737
java scheduler.java
/*
* (C) Copyright 2005 Davide Brugali, Marco Torchiano
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published
www.eeworm.com/read/476907/6754311
m il4_8fun.m
% The function needed in Illustrative Problem 8, Chapter 4.
function f=il4_8fun(x,p)
f=1/sqrt(2*pi)*exp((-(x-p).^2)/2).*log2(2./(1+exp(-2*x.*p)));
www.eeworm.com/read/476907/6754313
m ip_01_01.m
% MATLAB script for Illustrative Problem 1, Chapter 1.
clear
n=[-20:1:20];
x=abs(sinc(n/2));
stem(n,x);
www.eeworm.com/read/476907/6754318
m ip_07_11.m
% MATLAB script for Illustrative Problem 11, Chapter 7
clear
echo on
num=[0.01 1];
den=[1 1.01 1];
[a,b,c,d]=tf2ss(num,den);
dt=0.01;
u=ones(1,2000);
x=zeros(2,2001);
for i=1:2000
x(:,i+1)
www.eeworm.com/read/476907/6754361
m ip_04_04.m
% MATLAB script for Illustrative Problem 4.4.
clear
echo on ;
a=[-10,-5,-4,-2,0,1,3,5,10];
for i=1:length(a)-1
y(i)=centroid('normal',a(i),a(i+1),0.001,0,1);
echo off ;
end
www.eeworm.com/read/476268/6764694
bak fenji.v.bak
//this module is the fenji ,if out is 1 fenji have problem,if out is 0 fenji have no problem
module fenji(
clk,
rst,
in,
out
);
www.eeworm.com/read/476268/6764695
v fenji.v
//this module is the fenji ,if out is 1 fenji have problem,if out is 0 fenji have no problem
module fenji(
clk,
rst,
in,
out
);
www.eeworm.com/read/410380/11289316
readme-alpha
This is a test release of this package. Bugs are now handled through
bug-inetutils for both released and unreleased versions of this
package.
If you see a problem that you've already reported, feel
www.eeworm.com/read/263943/11336697
cpp dnw.cpp
#define STRICT
#define WIN32_LEAN_AND_MEAN
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/408622/11379099
m ispanneal.m
%function [e,f]=ISPanneal(L,s,t,dt,lamda,w,N)
%
%独立集问题(Independent Set Problem)的退火算法
%设有图G=(V,E),要找V的最大独立集,即找最大的V'属于V,
%满足其中的任意两点都不关联
%
%N为问题规模,即节点个数;w为权矩阵
%e为以0、1为元素的数组,来表示两个子集
%lamda是一个大于1的罚