代码搜索:编程问题
找到约 10,000 项符合「编程问题」的源代码
代码结果 10,000
www.eeworm.com/read/308157/13707133
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/308157/13707167
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/304390/13795213
m 商旅问题.m
function [bestpath,minpath]=IATSP(TSPMatrix,CM,Popsize,TC,Pc,Pm)
%使用免疫算法解决旅行商问题
path=Initpath(TSPMatrix,Popsize);%初始化路径
MemoryLab=InitLab(TSPMatrix,CM);%初始化记忆库
[ktjqhl,ktyqhl]=qinheliCalculate(pat
www.eeworm.com/read/238589/13873092
cpp 跳马问题.cpp
int map[12][12], status[12][12],kp;
int c[8][2]={{2,1},{2,-1},{1,2},{1,-2},
{-2,1},{-2,-1},{-1,2},{-1,-2}};
void prt(int a[][12]) /* 打印棋盘状态 */
{int i,j,i2,j2;
printf("\n"
www.eeworm.com/read/151133/5685927
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/151133/5685961
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/117500/6101696
txt include问题.txt
从taglibs.jsp里第一行cut出来的。
------------------------------------
从taglibs.jsp里最后一行cut出来的。
要是不c
www.eeworm.com/read/312379/6277943
doc 装箱问题.doc
www.eeworm.com/read/494755/6374830
cpp 背包问题.cpp
#include
using namespace std;
int max(int a, int b)
{
return a >= b ? a : b;
}
int main()
{
int i, j;
int N, C;//输入数量和容量
cin >> N >> C;
int **a = new int *[N+1];
www.eeworm.com/read/489260/6477258
txt 乱码问题.txt
1,在ubuntu8.04下面整个界面都是乱码,这不是程序的问题,而是由于在ubuntu 8.04里uming.ttf变成了uming.ttc,而ubuntu里java默认的中文字体就是uming.ttf,所以只要获得它就可以了,可以运行如下命令:
sudo ln -s /usr/share/fonts/truetype/arphic/uming.ttc \
/usr/share/font