代码搜索结果
找到约 10,000 项符合
K 的代码
bessel_k.c
/* specfunc/bessel_k.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Gen
k_algorithm.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
k_algorithm.plg
Build Log
--------------------Configuration: k_algorithm - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\J
k_algorithm.dsp
# Microsoft Developer Studio Project File - Name="k_algorithm" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x8
k_algorithm.c
#include
#include
#include
#include
int vectornum;
int vectorsize;
float * datafield;
float * tempcenter;
struct GROUP
{
k_waybm.txt
K_WayBM.cpp运行结果:
1 2 3 4 5 6 8 9 11 12 13
k_waybm.cpp
//K路平衡归并K_WayBM.cpp
#include
#include
//初始归并段个数
const int k=5;
const int m=4;//初始归并段中最多关键字个数
const int MAXKEY=999;//段结束标志
//二维数组b起磁盘文件作用
int b[k][m]={{3,5,13,MAXKEY},{4,