CSDN专家博客精华版

为人民服务!
  首页  :: 新随笔  :: 管理
上一页 1 ··· 317 318 319 320 321 322 323 324 325 ··· 521 下一页

2007年12月17日

摘要: // Sort.cpp : Defines the entry point for the console application./* 作者:成晓旭 时间:2001年6月29日(09:09:38-10:30:00) 内容:完成选择排序算法函数,冒泡排序算法 时间:2001年10月4日(21:00:38-21:30:00) 内容:完成选择排序算法函数,冒泡排序算法,插入排序算法(数组实现) 时... 阅读全文

posted @ 2007-12-17 10:32 csdnexpert 阅读(158) 评论(0) 推荐(0)

摘要: //自然数的组合数处理头文件//组合数的回溯算法/* 作者:成晓旭 时间:2001年10月9日(10:00:38-10:20:00) 内容:完成组合数的回溯算法 时间:2001年10月7日(21:09:38-22:09:00) 内容:完成二叉树的前,中序遍历(非递归) 时间:2001年10月8日(10:09:38-11:29:00) 内容:完成查找二叉树的静,动态查找(非递归)*/#inclu... 阅读全文

posted @ 2007-12-17 10:32 csdnexpert 阅读(345) 评论(0) 推荐(0)

摘要: // BackPack.cpp : Defines the entry point for the console application.//背包问题处理头文件//背包问题的算法/* 作者:成晓旭 时间:2001年10月12日(18:02:38-18:12:00) 内容:完成背包问题的程序 时间:2001年10月9日(14:00:00-15:00:00) 内容:完成“皇后”问题的程序序言部分... 阅读全文

posted @ 2007-12-17 10:32 csdnexpert 阅读(101) 评论(0) 推荐(0)

摘要: // Detach.cpp : Defines the entry point for the console application.//#include "stdafx.h"#define MAXN 64int array[MAXN+1][MAXN];int main(int argc, char* argv[]){ int twon1,twon2,i,j,m,k; printf("指定n... 阅读全文

posted @ 2007-12-17 10:32 csdnexpert 阅读(105) 评论(0) 推荐(0)

摘要: // JieCheng.cpp : Defines the entry point for the console application./* 作者:成晓旭 时间:2001年10月3日(17:00:00-18:30:00) 内容:完成用长整数求取普通整数的阶乘*/#include "stdafx.h"#include "stdlib.h"#define MAXLEN 100/*void Ge... 阅读全文

posted @ 2007-12-17 10:32 csdnexpert 阅读(102) 评论(0) 推荐(0)

摘要: // Layout.cpp : Defines the entry point for the console application./* 作者:成晓旭 时间:2001年10月11日(11:35:38-12:35:00) 内容:完成插花问题的“动态规划法”算法及注解*/#include "stdafx.h"#include "string.h"#define MAX(A,B) ((A) > ... 阅读全文

posted @ 2007-12-17 10:32 csdnexpert 阅读(124) 评论(0) 推荐(0)

摘要: // LongInt.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include "string.h"#define MAXLEN 50/**//*function InputLongInt()长整数输入函数*/int InputLongInt(int *a,char... 阅读全文

posted @ 2007-12-17 10:32 csdnexpert 阅读(170) 评论(0) 推荐(0)

摘要: //国际象棋“皇后”问题处理头文件//国际象棋“皇后”问题的回溯算法/**//* 作者:成晓旭 时间:2001年10月9日(17:35:38-18:00:00) 内容:完成“皇后”问题的程序序言部分 时间:2001年10月9日(14:00:00-15:00:00) 内容:完成“皇后”问题的程序序言部分 ============================... 阅读全文

posted @ 2007-12-17 10:32 csdnexpert 阅读(130) 评论(0) 推荐(0)

摘要: //质数填表问题处理头文件//质数填表问题的回溯算法/**//* 作者:成晓旭 时间:2001年10月9日(15:00:38-16:00:00) 内容:完成质数填表问题的回溯算法 =================================================== 问题描述: 在9(3*3)个方格的方阵中填入数字1-N(N>=10)... 阅读全文

posted @ 2007-12-17 10:32 csdnexpert 阅读(172) 评论(0) 推荐(0)

摘要: // search.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include "LinkTable.h"#define MAX_KEY 500//------------------------------数组实现部分----------------------... 阅读全文

posted @ 2007-12-17 10:32 csdnexpert 阅读(192) 评论(0) 推荐(0)

上一页 1 ··· 317 318 319 320 321 322 323 324 325 ··· 521 下一页