CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 最佳

搜索资源列表

  1. .net报表设计源代码

    0下载:
  2. 此源码包括cell报表模板设计器.net代码示例,Cell产品订购单的asp.net+C#+XML代码示例,从数据库取数到Cell表单上展示的asp.net代码示例等。 Cell 产品分Cell 组件和Cell 插件两个姐妹产品。Cell 组件、插件(ActiveX控件)是北京用友华表公司在长期开发实践的基础上推出的功能强大、技术成熟的报表二次开发工具,是国内技术领先拥有广泛客户群的商业报表组件,有700多个编程接口,实现报表自定义,报表显示、打印预览、打印,图表,公式,自定义函数、资源本地化
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-09-17
    • 文件大小:1987389
    • 提供者:uf2080728
  1. 最佳适应算法 信安 陆华锋 20022638

    0下载:
  2. 最佳适应算法是动态内存分区分配算法的一种。所谓“最佳”是指每次为作业分配内存时,总是把能满足要求、又是最小的空闲分区分配给作业,避免“大材小用”。为了加速寻找,该算法要求将所有的空闲分区按其内容以从小到大的顺序形成一空闲分区链。这样,第一次找到的能满足要求的空闲区,必然是最佳的。-best adaptation algorithm is a dynamic memory allocation through an algorithm. The so-called "best"
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:37186
    • 提供者:快乐人儿
  1. 凡人网络购物系统jsp版(JspShop) v1.2

    0下载:
  2. 凡人网络购物系统jsp版(JspShop) v1.2,学习JSP编程的最佳资料,作完一个购物系统,数据库,java编程了然于胸!-FangRen Web-shopping Platform in Jsp v1.2,the code should be the best file for you to learning JSP,espcially in the aspects of database and Java programming!
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:696747
    • 提供者:姚华
  1. students-java

    0下载:
  2. 最新的学生选课源代码,用购物车实现的,SESSION的编译方法,是学生课程设计的最好材料,最佳参考-The newest student enrollment source code: implemented with shopping cart and session compile method. This is the best materials and reference for student project development.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:273542
    • 提供者:df
  1. 用matlab实现多次最佳一致的函数逼近

    0下载:
  2. 用matlab实现多次最佳一致的函数逼近,算法由本人独立完成,经过实践检验-using Matlab best to achieve the same number of function approximation algorithm independent, I will be completed through the test of practice
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1248
    • 提供者:邹璇
  1. 运动员最佳匹配问题

    0下载:
  2. 数值算法中的运动员最佳匹配问题解法,比较经典的算法之一。-numerical algorithm of the best athletes matching method to compare the classical algorithm.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2252
    • 提供者:刘径舟
  1. 解决最佳生产的经典算法

    0下载:
  2. 解决最佳生产的经典算法-production of the classic algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2234
    • 提供者:王萌
  1. 通信当中的最佳编码

    0下载:
  2. 通信当中的最佳编码源程序-communication among the best source coding
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2159
    • 提供者:王萌
  1. 最佳基带系统的Pe-EbN0曲线,

    0下载:
  2. 最佳基带系统的Pe-Eb/N0曲线,滚降系数0.5,取样时间偏差Ts/4.-best baseband system Pe-Eb/N0 curve, roll-off factor of 0.5, sampling time warp Ts / 4.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:1316
    • 提供者:陈旭
  1. 最佳升余弦滚降系统的多径传输

    0下载:
  2. 最佳升余弦滚降系统的多径传输. 滚降系数0.5, 取样时间无偏差.-best Raised Cosine system multipath transmission. Roll-off coefficient of 0.5, sampling time without deviation.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:1412
    • 提供者:陈旭
  1. Desktop

    0下载:
  2. 调度问题的回溯算法,算法中的经典问题。问题描述:假设有n个任务由k个可并行工作的机器完成。完成任务i需要的时间为ti。试设计一个算法找出完成这n个任务的最佳调度,使得完成全部任务的时间最早。-Scheduling problem backtracking algorithm is the classic problem. Problem Descr iption: Suppose there are n-task by the k-parallel machine can be complete
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:16015
    • 提供者:pactric
  1. memory

    0下载:
  2. 内存管理实验 1. 实验目的: 用高级语言编写和调试一个内存管理程序,以加深对内存的分配、回收以及空闲块管理的理解。 2. 实验内容: 编写一个模拟程序,完成内存可变分区分配的模拟,要求采用最佳适应法、最坏适应法、首次适应法或下次适应法之一。 实验具体包括:首先确定分配内存块管理的数据结构、空闲块的数据结构,然后完成内存分配、内存回收、空闲块管理等程序代码 最后编写模拟分配和回收过程的主函数,上机实验并取得结果数据。 -Memory management in Exper
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:1194
    • 提供者:Jun
  1. OS_source_code

    0下载:
  2. 计算机操作系统实验——动态分区分配方式的模拟:采用首次适应算法和最佳适应算法。-Computer Operating System Experiment- Simulation of dynamic partitioning distribution: The first-fit algorithm and the best-fit algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:2303
    • 提供者:Splendid Sun
  1. Park

    1下载:
  2. 公园导游图 数据结构 本系统实现: 1.公园内任两景点之间最短路径的查询 2.输出公园景点分布 3.最佳路径(很多程序里面都没有这个,是本人熬夜将一C++程序改为C,并数据结构化。)-The system implementation: 1. Park, the shortest path between any two spots query 2. Output of the distribution of three park attractions. The best pa
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:184647
    • 提供者:Eruler
  1. C~C++程序员实用大全——C~C++最佳编程指南

    0下载:
  2. C~C++程序员实用大全——C~C++最佳编程1指南C~C++程序员实用大全——C~C++最佳编程1指南C~C++程序1员实用大全——C~C++1最佳编1程指南(C~C++ program1mer practical da-c ~C++ best progra1mming gu1ideC~C++ programmer practical da-c ~C++ best programm1ing guideC~C++ 1programmer practical da-c ~C++ best prog
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:43472896
    • 提供者:27薄荷糖
  1. 最佳答案 问答悬赏 V2.0

    0下载:
  2. 本插件结合论坛帖子实现问答采纳模式,被采纳的会员会获得系统奖励的积分,有效提高会员回答积极性,参与性。插件界面美观大方,兼容各类模板。(The plug-in combines the forum post to implement the question answering model, and the accepted members get the bonus points of the system, which can effectively improve the enthusia
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:54272
    • 提供者:羞涩老僧
  1. 新建文件夹

    0下载:
  2. 一个二元信号最佳接收机的程序,将信号进行检测调制,使得恢复原始信号与初始信号比较(A program of optimum receiver for two element signal, which detects and modulates the signal, makes the original signal recovered and compared with the original signal)
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:fengqiji
  1. 最佳置换算法

    0下载:
  2. 该代码实现了操作系统中的最佳置换算法,相关代码可以实现功能的拓展,代码只提供最基本的思路和实现(The code implements the best replacement algorithm in the operating system,the related code can realize the expansion of function,Code provides only the most basic ideas and Implementation)
  3. 所属分类:其他

    • 发布日期:
    • 文件大小:1024
    • 提供者:wwwssh
  1. Python自动化运维 技术与最佳实践

    1下载:
  2. 中级python学习必看,对个人在编程上获取更大进步(Intermediate Python learning is required to make greater progress in programming.)
  3. 所属分类:Windows编程

    • 发布日期:2018-03-14
    • 文件大小:34294784
    • 提供者:ldfgaar
  1. 2函数逼近与离散数据拟合—最佳平方逼进法

    0下载:
  2. 使用matlab编写了最佳平方逼进法的函数,里面有题目,可直接运行计算得到结果。(Matlab prepared using the best square approximation function, which is the problem, can be directly run the calculated results.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:76800
    • 提供者:jeff1130
« 12 3 4 5 6 7 8 9 10 ... 38 »
搜珍网 www.dssz.com