CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Description

搜索资源列表

  1. fenshutongji

    0下载:
  2. 该文件是关于运动会分数统计的程序。问题描述: 参加运动会的有n个学校编号为1-----n。比赛分成m个男子项目和w个女子项目,项目编号分别为1---m和m+1---m+w。由于各项目参加人数差别较大,有些项目取前五名,得分顺序为7,5,3,2,1;有些项目取前三名,得分顺序为5,3,2。写一个统计程序产生得分报表。 基本要求: 产生总分报表,内容包括校号、男子团体总分、女子团体总分和团体总分。 测试数据: 对于n=4,m=3,w=2,编号为奇数的项目取前五名,编号为偶数的项目取前三名,设计一组实
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:49915
    • 提供者:神龙¤翼
  1. bastChart

    0下载:
  2. 经典绘图 本程序详细的说明了自制控件的创建方法 包括字体,画笔,底色,无闪烁等技术-classic Mapping the procedures detailed descr iption of a self-made control methods include the creation of fonts, brushes, background color, Flicker-free technology
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:43333
    • 提供者:南敏庚
  1. C语言库函数汇总

    0下载:
  2. 较为全面地介绍了C语言的各种库函数,是程序员的好帮手。-more complete descr iption of the C language library functions, the programmer is a good helper.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:28864
    • 提供者:李琳
  1. MATLAB 6_5 辅助神经网络分析与设计_10954899

    0下载:
  2. 本书就使用matlab实现bp神经网络进行了较为详细的说明,书中包含许多具体的实例说明,希望能为大家带来一定的帮助。-book on the use of Matlab bp neural network to achieve a more detailed descr iption of the book contains many specific examples, we hope to bring help to a certain extent.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:6733798
    • 提供者:乐生
  1. 坦克2003(VC源程序)

    1下载:
  2. 环境:windows98/2000/xp,Visula C++6.0,DirectX7.0编译通过.详细说明见里面的文档说明-environment : windows98/2000/xp, Visula C 6.0, DirectX7.0 compile. A detailed descr iption of the documents inside Note
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:820390
    • 提供者:袁慧
  1. socket3

    0下载:
  2. 简单soket c/s通讯示例 采用VC语言,也通过运行,有算法简介。-Simple routine of socket c/s communication based on VC, which pass debug and can run with arithmetic descr iption.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:80161
    • 提供者:王士明
  1. 插入排序的设计实现分析比较

    0下载:
  2. 数据结构中的插入排序分析和比较。有各种插入排序的算法描述。-data structure of the insert sequencing analysis and comparison. Various insertion sorting algorithm descr iption.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:46996
    • 提供者:苏辉
  1. eigenface

    0下载:
  2. 经典的特征脸识别算法 经典的特征脸识别算法 -descr iption: a matlab program that implement the classical face recognition base on eigenface
  3. 所属分类:生物技术

    • 发布日期:2008-10-13
    • 文件大小:1007
    • 提供者:kkxx
  1. v4884_xskjgl

    0下载:
  2. 学生课绩管理系统(升级版) 《学生课绩管理系统》的升级版,采用了sertlet+jsp+javabean+sqlserver,并且做了许多修改! 说明: 数据库连接 在classes目录下的 sqlbean.java中 默认的用户名:1 密码: 1 -courses and scores Management System (upgrade version), "student class performance management systems," an updated
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:384534
    • 提供者:吕鹏
  1. 邮件加密和发送程序

    0下载:
  2. 能够对发送的邮件进行加密和解密,并且能够发送和收取邮件,是很好的学习和说明程序。加密算法使用TEA,发送邮件使用的是JMAIL组建,程序使用Skin++加有皮肤。-able to send mail encryption and decryption, and can send and receive mail, is a very good study and a descr iption of the proceedings. Encryption algorithm used TEA, s
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1233945
    • 提供者:sun
  1. 一元稀疏多项式计数器

    1下载:
  2. 一元稀疏多项式计算器[加法和乘法] 问题描述: 设计一元系数多项式计数器实现两个多项式间的加法、减法。 基本要求: (1) 输入并建立多项式 (2) 输出多项式,输出形式为整数序列:n,c1,e1,c2,e2……cn,en,其中n是多项式的项数,ci,ei分别为第i项的系数和指数。序列按指数降序排列。 (3) 多项式a和b相加,建立多项式a+b,输出相加的多项式。 (4) 多项式a和b相减,建立多项式a-b,输出相减的多项式。 用带表头结点的单链表存储多项式。 测试数据: (1) (2x+5x8
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:37840
    • 提供者:陈宇
  1. C51指令集

    1下载:
  2. C51指令集是一关于8051指令的具体说明 包括了一些基本的程序实例-C51 instruction set is a 8051 directive on a specific descr iption includes some basic examples of procedures
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:125242
    • 提供者:张青永
  1. 35_486_bus

    0下载:
  2. 请注意: 本例的源描述包含文件类型,在学习版上不能编译及模拟, 如果您需要对此描述进行编译及模拟,请与北京理工大学 ASIC研究所联系。 另外,此例与第75例是同一个电路的不同部分的描述,可以 一起参考这两个例子的描述。-Please note : The cases include the descr iption of the source file type, version of the study can not be compiled and simulation, if
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:6147
    • 提供者:撒旦
  1. hnwenxue

    0下载:
  2. 文学网采用飞翔网的内核和界面作了较大程度的修改和美化 主要功能有: 1、界面美化 2、增加网文周榜和推荐作品 3、增加每个栏目图片和栏目的导读 4、增加推荐作品和会员文集 5、增加会员个人管理中心 6、增加站内短信功能 7、增加个人文集名称和简介功能 8、编辑管理和个人管理结合 9、防SQL注入-literary uses to fly the kernel and network interface were higher degree of modification and beautifi
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1993926
    • 提供者:福兴
  1. DomXMLToStruc

    0下载:
  2. 用来处理xml文件的类,读出元数据描述,组织成SelectItemStruc类结构-This is a class used for dealing with XML files. It reads out the data descr iption and formats the SelectItemStruc class structure.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2394
    • 提供者:文秀
  1. sproxy

    0下载:
  2. TCP proxy 首先声明,这段源代码不是我编写的,让我们感谢这位名叫Carl Harris的大虾,是他编写了这段代码并将其散播到网上供大家学习讨论。这段代码虽然只是描述了最简单的proxy操作,但它的确是经典,它不仅清晰地描述了客户机/服务器系统的概念,而且几乎包括了Linux网络编程的方方面面,非常适合Linux网络编程的初学者学习。-TCP proxy statement, this source code is not my preparation, let us thank Carl
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:2043
    • 提供者:bob
  1. config_controller

    0下载:
  2. 用VHDL硬件描述语言实现的对FPGA(Cyclone II)的配置的VHDL源代码。-VHDL hardware descr iption language for FPGA (Cyclone II) configurations VHDL source code.
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:382681
    • 提供者:lsd
  1. matlab常用函数

    0下载:
  2. 函数很全,有详细的分类和用法使用,欢迎大家下载-Function descr iption of matlab. Particular category and using method.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:9181
    • 提供者:李杰
  1. CURSORS.ZIP

    0下载:
  2. 图表类,用于界面开发,进行解压即刻,内服详细说明-chart types for interface development, extracting immediate, detailed descr iption Orally
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:428009
    • 提供者:杨领
  1. 3D_ICONS.ZIP

    0下载:
  2. 界面开发,属于解压即刻,内服详细说明;使用简单,易用。-interface development, belonging to extract immediate, Oral detailed descr iption; Using simple, easy-to-use.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:135485
    • 提供者:杨领
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com