代码搜索:Algorithm
找到约 10,000 项符合「Algorithm」的源代码
代码结果 10,000
www.eeworm.com/read/349622/10813672
m contents.m
% Higher-Order Spectral Analysis Toolbox.
% Version 2.0.3 (R12 compliant) 27 Dec 2000
%
% New Features.
% Readme - Important release information about the HOSA Toolbox
%
www.eeworm.com/read/349325/10835521
readme
README file for ant-based clustering as described in the paper
Handl, Knowles and Dorigo (2004) Ant-based clustering and topographic
mapping. Technical report TR-IRIDIA-2004-09.
To install (under L
www.eeworm.com/read/419342/10873206
java controlpanel.java
/* ControlPanel class */
import java.awt.*;
import java.applet.*;
import java.io.*;
import java.net.*;
import java.util.*;
/**
* This class extends the java.awt.Panel class to form
*
www.eeworm.com/read/348596/10881744
txt 1704.txt
#include"iostream.h"
#include"algorithm"
using namespace std;
int main()
{int t,n,a[1001],m,key,b,i,h;
cin>>t;
while(t--)
{cin>>n;
key=n%2;b=1;m=0;
for(i=0;i>a[i];
sort(&a[0],
www.eeworm.com/read/348596/10882030
txt 1740.txt
#include
#include
int a[10];
int main()
{
int n,i,key;
while( 1 )
{
scanf("%d",&n);
if( n == 0 ) break;
for( i=0; i
www.eeworm.com/read/348596/10882272
txt 2436.txt
#include"iostream.h"
#include"algorithm"
const int size=10010;
int dis[1010];
int main()
{
int d,k,i,n,b,j,c,ans;
cin>>n>>d>>k;
for(i=0;i>b;
for(j=0
www.eeworm.com/read/348596/10882344
txt 1323.txt
#include
#include
int main()
{
int i, j, n, m, a[100], ans, k=1;
while(1)
{
scanf( "%d %d", &m, &n );
if( n == 0 && m == 0 )break;
for( i=0; i
www.eeworm.com/read/273093/10927308
m linprog.m
function [x,fval,exitflag,output,lambda]=linprog(f,A,B,Aeq,Beq,lb,ub,x0,options)
%x=linprog(f, A, b)求解线性规划
% min z = f'x, Ax ≤ b;
%x=linprog(f, A, b, Aeq, beq)求解线性规划:
% min
www.eeworm.com/read/418056/10966613
html example1.html
The Sorting Algorithm Demo (1.1)
The Sorting Algorithm Demo (1.1)
www.eeworm.com/read/417848/10974119
readme
GENERAL INFORMATION ON FISTGEN
FiST (File System Translator) is a language for describing stackable file
systems. Fistgen is the FiST language code translator. This package
includes sourc