您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Visual Assist X

  2. 增强Microsoft开发环境下的编辑能力。   Visual Assist X具有强大的编辑特色,提高了生产效率,可以完全集成到您的Microsoft开发环境中,升级了您的IDE,在不改变编程习惯的同时就可以感受到Visual Assist X为您带来的好处。   Visual Assist X是一款非常好的Microsoft Visual Studio 2005和Visual Studio .NET插件,支持C/C++,C#,ASP,Visual Basic,Java和HTML等语言,能自
  3. 所属分类:C++

    • 发布日期:2011-05-04
    • 文件大小:13631488
    • 提供者:yxxnewstar1
  1. matlab在遗传算法中的应用

  2. 遗传算法matlab程序(2009-04-14 18:25:19)转载标签: 遗传算法二进制编码if杂谈 遗传算法程序: 说明: fga.m 为遗传算法的主程序; 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作! function [BestPop,Trace]=fga(FUN,LB,UB,eranum,popsize,pCross,pMutation,pInversion,options) % [BestPop,Trace]=fmaxga
  3. 所属分类:制造

    • 发布日期:2011-05-05
    • 文件大小:1048576
    • 提供者:goodluck207
  1. org.htmlparser包

  2. Packages org.htmlparser org.htmlparser.beans org.htmlparser.filters org.htmlparser.http org.htmlparser.lexer org.htmlparser.nodes org.htmlparser.parserapplications org.htmlparser.parserapplications.filterbuilder org.htmlparser.parserapplications.fil
  3. 所属分类:Java

    • 发布日期:2011-05-05
    • 文件大小:287744
    • 提供者:ghostjoey
  1. 对链表中的数字排序

  2. 通过用户从图形界面输入数字,使用链表来存储这些数据,但不重复存储相同的数字,按钮"Sort","Shuffle","Reverse"分别对应链表线性表的排序,打乱,颠倒顺序
  3. 所属分类:Java

    • 发布日期:2008-04-13
    • 文件大小:3072
    • 提供者:zyx_programmer
  1. vs2005代码

  2. http://download.csdn.net/sort/tag/vc
  3. 所属分类:C#

    • 发布日期:2008-04-14
    • 文件大小:975
    • 提供者:hey0011
  1. STL中的常用的vector,map,set,Sort用法

  2. c程序必备的辅导材料,新手必需品,详细介绍了map,set的用法
  3. 所属分类:C/C++

    • 发布日期:2011-05-06
    • 文件大小:8192
    • 提供者:suxing0938
  1. C排序源代码设计几种排序算法

  2. 该程序包含了几种算法,读者可对此进行试验
  3. 所属分类:C

    • 发布日期:2011-05-07
    • 文件大小:1024
    • 提供者:blueskyyt
  1. 历届中级程序员的经典题集,给需要学习的朋友们

  2. 给需要学习的人,或者需要参加考试的朋友! A database system gives us a way of __A__ together specific pieces or lists of __B__ that are relevant to us in our jobs or our lives. It also provides a way to __C__ and maintain that information in a central place. The first c
  3. 所属分类:数据库

    • 发布日期:2011-05-10
    • 文件大小:70656
    • 提供者:hm125
  1. 策略模式的实现源代码实例

  2. Java API中的Collections有一个sort方法, sort(List list, Comparator c) 其中Comparator是比较算子。通过实现Comparator接口可以定义满足个各种需要的排序方式。 这个例子是通过一个Student的ArrayList,然后分别输出按照学生姓名字典排序结果和按照分数由高到低的排序结果。 是策略模式运用的一个很好实例!
  3. 所属分类:其它

    • 发布日期:2011-05-12
    • 文件大小:6144
    • 提供者:feichexia
  1. Java 排序算法源代码

  2. Java 排序算法源代码 BubbleSort.java InsertionSort.java MergeSort.java QuickSort.java SelectionSort.java ShellSort.java Sort.java Sorter.java
  3. 所属分类:Java

    • 发布日期:2011-05-15
    • 文件大小:9216
    • 提供者:kurtchen83
  1. RainbowCrack for GPU

  2. Introduction -------------------------------- This package includes RainbowCrack software with GPU computing support. rcrack_cuda.exe program is included. Rainbow tables can be generated with the rtgen.exe program in RainbowCrack software, and then
  3. 所属分类:网络攻防

    • 发布日期:2011-05-16
    • 文件大小:794624
    • 提供者:ranger_td
  1. 跟我一起写Makefile

  2. 跟我一起写Makefile 概述 —— 什么是makefile?或许很多Winodws的程序员都不知道这个东西,因为那些Windows的IDE都为你做了这个工作,但我觉得要作一个好的和professional的程序员,makefile还是要懂。这就好像现在有这么多的HTML的编辑器,但如果你想成为一个专业人士,你还是要了解HTML的标识的含义。特别在Unix下的软件编译,你就不能不自己写makefile了,会不会写makefile,从一个侧面说明了一个人是否具备完成大型工程的能力。 因为,ma
  3. 所属分类:其它

    • 发布日期:2011-05-17
    • 文件大小:585728
    • 提供者:shaoguangleo
  1. C++算法设计分析会场安排问题

  2. 算法设计与分析课后程序实现会场安排。 // 会场安排问题 // #include #include #include using namespace std; int greedy(int n,int *a,int *b) //贪心选择 { int sum=0,curr=0,i,j,k; int *x; x=new int[2*n]; for(i=j=0;i<n;i++,j+=2) { x[j]=a[i]; x[j+1]=b[i]; } sort(a,a+n); //排序
  3. 所属分类:C/C++

    • 发布日期:2011-05-17
    • 文件大小:787456
    • 提供者:lee22901
  1. java 四种简单排序算法讲解和代码

  2. //冒泡 Bubble bubble=new Bubble(); bubble.sort(arr); print(arr);//打印结果 //选择 Select select=new Select(); select.sort(arr); print(arr);//打印结果 //插入 Insert is=new Insert(); is.sort(arr); print(arr);//打印结果 //快速 Quick qs=new Quick(); qs.sort(0,arr.length-1,
  3. 所属分类:Java

    • 发布日期:2011-05-17
    • 文件大小:3072
    • 提供者:badapple2kk
  1. Shellbrowser Component Suite v7.3 Full Source

  2. V7.3 Released on 14 Apr 2011 • New Feature: TJamFileList and TJamShellList now include a context menu for the column headers that allows turning on or off certain columns. • New Feature: TJamDriveList has the new properties “WarnLevelPercent” and “E
  3. 所属分类:Delphi

    • 发布日期:2011-05-17
    • 文件大小:331776
    • 提供者:kl608
  1. Linux Networking Clearly Explained

  2. The book begins with the most important sort of networking: dialup connectivity to an Internet service provider (ISP) via a dialup connection with KPPP for the K Desktop Environment (KDE). Later chapters focus on sharing resources--including the KPP
  3. 所属分类:Linux

    • 发布日期:2011-05-18
    • 文件大小:5242880
    • 提供者:eddieonrobot
  1. 插入排序和归并排序的实现java

  2. 给初学者学习算法用,用java实现的排序算法,包括二路归并和插入排序。
  3. 所属分类:Java

    • 发布日期:2011-05-18
    • 文件大小:13312
    • 提供者:xunileida
  1. 从硬盘上读取一文本文件(一篇英语文章)

  2. 从硬盘上读取一文本文件(一篇英语文章),将这篇文章的内容使用适当的数据结构保存起来,能够方便的统计出各个单词出现的频率、和查询特定的单词。 在主函数中实现下列控制命令 openfile display 显示文件单词统计结果 find quit 对于执行失败的命令,给出相应的提示信息。 操作过程: 1) 打开文件 command: openfile 2) 显示文件统计结果 command: display 输出结果:显示各个单词出现的频率并且降序排列: 3) 查询单词 cmmand:
  3. 所属分类:C/C++

    • 发布日期:2011-05-19
    • 文件大小:646144
    • 提供者:yuanyuan_520
  1. 学生成绩管理系统(C++集中上机实验)

  2. 学生成绩管理系统 1.有5个学生,每个学生有2门课成绩,从键盘上输入以上数据(学生信息包括学号、姓名,以及2门课成绩),保存在一个文本文件中。2.计算出每个学生的总成绩,并将学生数据(包括学生2门课的总成绩)按总分由高到低排序后,保存到磁盘文件sort.txt中。3.统计平均成绩,不及格比例,及格比例、优良中所占比例。
  3. 所属分类:C/C++

    • 发布日期:2011-05-24
    • 文件大小:3072
    • 提供者:yuqian162914
  1. 排序算法总结——最全、最新的排序算法

  2. 里面包括了1插入排序(Insertion Sort)、2选择排序、3冒泡排序(BubbleSort)、4快速排序(Quick Sort)、5堆排序(Heap Sort)
  3. 所属分类:C++

    • 发布日期:2011-05-25
    • 文件大小:62464
    • 提供者:alizee1025
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »