CSDN专家博客精华版

为人民服务!
  首页  :: 新随笔  :: 管理
上一页 1 ··· 318 319 320 321 322 323 324 325 326 ··· 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)

摘要: /**//* 标题:>应试编程实例-[递推算法程序设计] 作者:成晓旭 时间:2002年09月14日(18:20:00-20:18:00) 实现“装箱”问题的贪婪算法实现函数 时间:2002年09月14日(22:00:00-23:18:00) 实现“装箱”问题的贪婪算法实现函数 时间:2002年09月14日(18:20:38-2... 阅读全文

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

摘要: /**//* 标题:>应试编程实例-[递推算法程序设计] 作者:成晓旭 时间:2002年09月14日(18:20:00-20:18:00) 实现“装箱”问题的贪婪算法实现函数 时间:2002年09月14日(22:00:00-23:18:00) 实现“装箱”问题的贪婪算法实现函数 时间:2002年09月14日(18:20:38-2... 阅读全文

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

摘要: 虚拟团队虽然不同于传统的公司,但是必要的体制,有助于团队的协调,作为虚拟团队核心的智冠锦程本身是一家注册公司,公司董事会理所当然的成为团队的决策层,并且吸纳优秀虚拟团队成员成为非持股的董事,PMO则起到了协调组织的作用,是团队的执行层,整个团队项目的分配、财务的管理均由PMO在监督下进行,公平、公开、公正的原则基本上可以很好的保障。从管理制度上,并没有太繁琐的规章,我们只是在强化PMO的基础... 阅读全文

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

摘要: // BTree.cpp : Defines the entry point for the console application./* 作者:成晓旭 时间:2001年7月2日(9:00:00-14:00:00) 内容:完成二叉树的创建、前序遍历、中序遍历、后序遍历 时间:2001年7月2日(14:00:00-16:00:00) 内容:完成二叉树的叶子节点访问,交换左、右孩子*/#incl... 阅读全文

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

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