代码搜索:减速算法

找到约 10,000 项符合「减速算法」的源代码

代码结果 10,000
www.eeworm.com/read/396587/8099363

cpp 进程调度算法.cpp

#include "stdio.h" #include #define getpch(type) (type*)malloc(sizeof(type)) #define NULL 0 struct pcb { /* 定义进程控制块PCB */ char name[10]; char state; int super;
www.eeworm.com/read/332410/12759501

dsp 遗传算法.dsp

# Microsoft Developer Studio Project File - Name="遗传算法" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Cons
www.eeworm.com/read/332410/12759504

cpp 遗传算法.cpp

#include #include #include #include #include #include int distance(int *s,int matrix[20][20]){ // 求路径的距离 int dis; int i,j,
www.eeworm.com/read/332410/12759507

dsw 遗传算法.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################
www.eeworm.com/read/332410/12759509

plg 遗传算法.plg

Build Log --------------------Configuration: 遗传算法 - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\ADMINI~1
www.eeworm.com/read/332410/12759512

opt 遗传算法.opt

www.eeworm.com/read/332410/12759513

ncb 遗传算法.ncb

www.eeworm.com/read/245852/12777215

txt 作业排序算法.txt

完整的代码(C语言): #include #include int FIND(int *parent,int i) {//查找含有元素i的树根,使用压缩规则去压缩由i到根j的所有结点 int j,k,t; j=i; while(parent[j]>0
www.eeworm.com/read/143969/12826264

ncb k均值算法.ncb