代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/400576/11573455
m knn_optk.m
function k = knn_optk(D,d)
%KNN_OPTK Optimization of k for the knndd
%
% k = knn_optk(D,d)
%
% Optimize the k for the knndd using leave-one-out density
% estimation. D is the distance matrix of the or
www.eeworm.com/read/348208/11605966
java trynestdemo.java
public class TryNestDemo{
public static void main(String []args){
int n=0;
try{
try{
n=24/n; //产生ArithmeticException异常
}catch(NumberFormatEx
www.eeworm.com/read/347848/11632311
java divisionbyzeroexception.java
public class DivisionByZeroException extends Exception
{
public DivisionByZeroException( )
{
super("Division by Zero!");
}
public DivisionByZeroException(String messa
www.eeworm.com/read/261559/11637832
cmd 2-7.cmd
post.out
-a
-image
-zero
-memwidth 8
ROMS
{
Flash: org = 0, len = 0x3000,romwidth = 8, files = {post.hex}
}
www.eeworm.com/read/157801/11662799
readme
BDesktopClock 1.1.2
(C)2005 Bucote Software LLC
http://www.bucote.com/opensource/bdesktopclock/
To install type:
qmake
make
su
make install
The default home directory is /usr/local/bin, if you wish
www.eeworm.com/read/157453/11704200
cpp huffman.cpp
// Huffman tree
#include
#include "minheap.h"
#include "binary.h"
#include "huffman.h"
template
BinaryTree HuffmanTree(T a[], int n)
{// Generate Huffman tree wi
www.eeworm.com/read/259467/11788296
java trynestdemo.java
public class TryNestDemo{
public static void main(String []args){
int n=0;
try{
try{
n=24/n; //产生ArithmeticException异常
}catch(NumberFormatEx
www.eeworm.com/read/156115/11826552
java jlab0701a.java
import java.io.*;
public class JLab0701A{
public static void main (String args[]){
for(int i=0;i
www.eeworm.com/read/155821/11845262
java printvaluebean.java
package com.zero.GenPrint;
/**
* Title: pubjar
* Description: Print value bean
* Copyright: Copyright (c) 2005
* Company: HP
* @author zero
* @version 1.0
www.eeworm.com/read/155821/11845274
java genexlstruct.java
/**
* @FileName: GenExlStruct.java
* @Function: generate Excel file is public struct
* @Date: 2005-10-24
* @Author: zero
**/
package com.zero.genexcel;
import java.util.List;
import