代码搜索:编程问题

找到约 10,000 项符合「编程问题」的源代码

代码结果 10,000
www.eeworm.com/read/101253/15839344

c 迷宫问题.c

#include #define r 64 #define m2 8 #define n2 10 int m=m2-2,n=n2-2; typedef struct { int x,y; //行列坐标 int pre; }sqtype; sqtype sq[r]; struct moved { int x, y; //坐标增量,取值-1
www.eeworm.com/read/100753/15865258

c 灯塔问题.c

//灯塔问题 #include #include #include int sz[11][11],cf=1,k,n,a[20],b[20],c[20]; void shuru(void); void shuchu(void); bool panduan(void); void goujian(void); vo
www.eeworm.com/read/100753/15865292

c 迷宫问题.c

#include #define r 64 #define m2 8 #define n2 10 int m=m2-2,n=n2-2; typedef struct { int x,y; //行列坐标 int pre; }sqtype; sqtype sq[r]; struct moved { int x, y; //坐标增量,取值-1
www.eeworm.com/read/100690/15867005

zip 迷宫问题.zip

www.eeworm.com/read/159249/10675770

txt 最小重量机器设计问题.txt

最小重量机器设计问题 设某一机器由n个部件组成,每一种部件都可以从m个不同的供应商处购得。设w(i,j)是从供应商j处购得的部件i的重量,C(i,j)是相应的价格。 设计一个优先列式分支限界法,给出总价格不超过c的最小重量机器设计。
www.eeworm.com/read/264397/11316457

txt readme.txt

程序用vc++6.0编译,执行. 四个程序用不同的方法讨论了不同的背包问题的算法。
www.eeworm.com/read/200215/15437460

txt 说明.txt

这是作者自己编写的一个图像编程框架 读者可以在此基础上进行图像处理编程 本章所有程序都是在此框架下编写的 作者
www.eeworm.com/read/169323/9865950

htm 编程工具-linux的shell编程.htm

编程工具-Linux的shell编程