代码搜索:Problem
找到约 10,000 项符合「Problem」的源代码
代码结果 10,000
www.eeworm.com/read/136367/13381561
java problem.java
package mtpso;
/**
* 要求解的问题,需要计算适应度
*
* @author qingyun yang //yqy409@tom.com
*/
public abstract class Problem implements java.io.Serializable {
public abstract double evaluate(Particle part
www.eeworm.com/read/320625/13421259
html problem.html
COG 2.0: Problems
Known Problems
match problem
curvature problem
www.eeworm.com/read/318416/13479371
mat problem.mat
www.eeworm.com/read/309344/13673873
txt problem.txt
2002.7.15
ac_simple3.c是根据witten和neal的文章中所给算法(不包括模型建构)进行算术编码的,对witten和neal的例子进行编码所的结果为0011101110(0.233984375),似乎不是正确的答案,不知是程序的错误还是算法存在精度问题?
另:witten和neal的算法似乎并没有给出elias编码保持性问题的解决方法。
ac_simple2
www.eeworm.com/read/123117/6063168
java problem.java
//1.3
import java.util.*;
public class Problem {
public static void main(String[] args) {
Timer timer = new Timer();
timer.schedule(new TimerTask() {
publ
www.eeworm.com/read/105644/6197593
java problem.java
/*
* Problem.java
*
* Created on January 26, 2003, 11:00 AM
*
*
* Copyright (C) 2003 - Edwin S. Peer
*
* This program is free software; you can redistribute it and/or modify
* it under the t
www.eeworm.com/read/494192/6380078
wav problem.wav
www.eeworm.com/read/494192/6380100
wav problem.wav
www.eeworm.com/read/492033/6430530
h problem.h
#ifndef PROBLEM_H
#define PROBLEM_H
class probdesc;
class gtopology;
class mechtop;
class mechmat;
class mechcrsec;
class mechbclc;
class lhsrhs;
class gmatrix;
class problem
{
public:
problem (
www.eeworm.com/read/492033/6430578
cpp problem.cpp
#include
#include "problem.h"
#include "global.h"
#include "probdesc.h"
#include "gtopology.h"
#include "mechtop.h"
#include "mechmat.h"
#include "mechcrsec.h"
#include "mechbclc.h"
#includ