代码搜索:预置数
找到约 10,000 项符合「预置数」的源代码
代码结果 10,000
www.eeworm.com/read/341100/12108758
cpp l7_3.cpp
//用邻接矩阵实现无向图的深度优先搜索遍历
#include
const int n=8; // 图中顶点数
const int e=10;
typedef int elemtype; // 图中边数
struct graph
{
elemtype v
www.eeworm.com/read/341005/12114182
txt 状态文件.txt
总样本数:10 当前聚类数:3
///////////////////////////////////////////////////////
第1类样本信息:
类中心:1.00 1.00
类标准方差:2.01 1.37
样本数:3
样本号:样本特征向量 1: 0.00 0.00
3: 2.00 2.00
www.eeworm.com/read/341005/12114185
txt 中间状态文件.txt
总样本数:10 当前聚类数:3
///////////////////////////////////////////////////////
第1类样本信息:
类中心:1.00 1.00
类标准方差:2.01 1.37
样本数:3
样本号:样本特征向量 1: 0.00 0.00
3: 2.00 2.00
www.eeworm.com/read/151936/12160263
c 22.c
#define N 9 /*魔方阵阶数*/
#include
main()
{
int i,j,k,a[N][N];
for(i=0;i
www.eeworm.com/read/250239/12421751
txt 2.txt
//最小二乘法曲线拟合
typedef CArrayCDoubleArray;
BOOL CalculateCurveParameter(CDoubleArray *X,CDoubleArray *Y,long M,long N,CDoubleArray *A)
{
//X,Y -- X,Y两轴的坐标
//M -- 结果变量组数
//N
www.eeworm.com/read/148705/12439026
cpp p3-148.cpp
#include
#include
#include
//main()函数的定义
void main( void )
{
double y;
int N;
//输入一个大于等于0的数
do {
coutN;
www.eeworm.com/read/233457/14150415
vhd seg.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
entity seg is
Port (
seg :out std_logic_vector(7 downto 0); --输出到数
www.eeworm.com/read/233105/14169264
c 平方根.c
#define Epsilon 1.0E-6 /*控制解的精度*/
#include
#include
main()
{
float num,pre,this;
do
{
scanf("%f",&num);/*输入要求平方根的数*/
}while(num
www.eeworm.com/read/128256/14308164
cpp p3-148.cpp
#include
#include
#include
//main()函数的定义
void main( void )
{
double y;
int N;
//输入一个大于等于0的数
do {
coutN;
www.eeworm.com/read/227639/14418748
c 平方根.c
#define Epsilon 1.0E-6 /*控制解的精度*/
#include
#include
main()
{
float num,pre,this;
do
{
scanf("%f",&num);/*输入要求平方根的数*/
}while(num