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

搜索资源列表

  1. muscle3.7_src

    0下载:
  2. unix,linux下编译。用于蛋白质,DNA序列比对,支持双序列或多序列比对。 -unix, linux under the compiler. For protein, DNA sequence alignment to support the dual-sequence or multiple sequence alignment right.
  3. 所属分类:生物技术

    • 发布日期:2013-10-22
    • 文件大小:247832
    • 提供者:limiaoji
  1. unrarsrc-3.7.6.tar

    0下载:
  2. RAR源码相关,用于编写压缩算法-RAR-related source for the preparation of compression algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:129934
    • 提供者:
  1. Dev7.3.5

    0下载:
  2. 所属分类:CSharp

    • 发布日期:2017-06-12
    • 文件大小:19763269
    • 提供者:xuefeng
  1. Client_example

    0下载:
  2. 基于qt2.3.7的客户端网络程序,在rehat9下用交叉编译器2.95.3编译通过,可以直接使用-Qt2.3.7 client-based network program, in rehat9 using cross compiler 2.95.3 compiler passed, can be directly used
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-02
    • 文件大小:61803
    • 提供者:陈剑
  1. Server_example

    0下载:
  2. 基于qt2.3.7的服务器端网络程序,在rehat9下用交叉编译器2.95.3编译通过,可以直接使用-Based on the server-side network qt2.3.7 procedures rehat9 using cross compiler 2.95.3 compiler is passed, can be directly used
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-16
    • 文件大小:62617
    • 提供者:陈剑
  1. DijkstraTest

    0下载:
  2. Dijkstra算法及demo实现,目前10万点,20条边,平均搜索时间为3.7秒.-Dijkstra algorithm and the realization demo now 100,000 points, 20 edges, the average search time of 3.7 seconds.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:63812
    • 提供者:anywind
  1. ipc-3.7.10.tar

    0下载:
  2. IPC库是一个高效的基于网络的进程通讯库。支持published/subscribe和client/server模式。-IPC library is an efficient web-based process communication library. Support published/subscribe and client/server model.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:506929
    • 提供者:Media Sheep
  1. SSiFun-V1.3.0.1

    0下载:
  2. SSiFun通过设计一个通用、简便的数据接口,来封装Windows进程间函数调用的技术实现细节,提高开发效率。一个Dll同时适用于调用者和服务提供者(即客户端和服务端),避免了服务端、客户端的协议兼容和版本问题。SSiFun提供标准WIN32 API接口,适用于各类编程语言(包括VC++、Delphi、VB、C#等)调用。SSiFun.dll 采用VC++ 7.1(VS2003)编制,提供了 SSiFun.dll、SSiFun.lib、SSiFun.h,可直接加入到VC++项目中调用。 支持
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:92501
    • 提供者:李群巍
  1. longest

    0下载:
  2. Problem B:Longest Ordered Subsequence A numeric sequence of ai is ordered if a1 < a2 < ... < aN. Let the subsequence of the given numeric sequence (a1, a2, ..., aN) be any sequence (ai1, ai2, ..., aiK), where 1 <= i1 < i2 < ... &l
  3. 所属分类:Algorithm

    • 发布日期:2016-12-25
    • 文件大小:1024
    • 提供者:hzf
  1. bootsplash-3.0.7

    0下载:
  2. 美化linux的kernel启动画面的程序,可以替换经典的小企鹅的启动画面,可以模拟Fedora的启动效果。-Landscaping linux startup screen of the kernel process, you can replace the classic Little Penguin startup screen, you can simulate the effect of Fedora startup.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:157516
    • 提供者:
  1. 7

    0下载:
  2. 用个开关作为表决器的7个输入变量,输入变量为‘1’时表示“赞同”;输入变量为‘0’时表示不赞同。输出接到一二极管上,灯亮表示通过,灯不亮表示不同。采用行为描述的设计,用一变量count表示选举通过的总人数,即7个开关中按下的总数,如果count>3,则表示通过。-Using a switch as a voting machine seven input variables, input variables for the 1, said agree input variables
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:5064
    • 提供者:chenyanli
  1. CRC

    0下载:
  2. 通过对于模2除法的研究 可以得到如下方法: 1. 把信息码后面加上p-1位的0,这个试验中p是6位,即在输入的信息码后面加上“00000”。把这个17位的被除数放入input中。 2. 在得到被除数input之后,设计一个在被除数上移动的数据滑块变量d,把input中的最高位开始逐次复制给变量d。 3. 如果d的最高位为1,由变量d和变量p做异或运算;如果d的最高位为0则不运算或者做多余的异或‘0’的运算。 4. 把滑块变量d往后滑动一位。 5. 循环步骤(3,4)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:6033
    • 提供者:lijq
  1. FOUR

    0下载:
  2. 1、 采用原始变量法,即以速度U、V及压力P作为直接求解的变量 2、 守恒型的差分格式,离散方程系对守恒型的控制方程通过对控制容积作积分而得出的,无论网格疏密程度如何,均满足在计算区域内守恒的条件; 3、 采用区域离散化方法B,即先定控制体界面、再定节点位置 4、 采用交叉网格,速度U、V与其他变量分别存储于三套网格系统中; 5、 不同的项在空间离散化过程中去不同的型线假设,源项采用局部线性化方法;扩散——对流项采用乘方格式(但很容易转化为中心差分、迎风差分或混合格式);街面上的
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1702
    • 提供者:tanglincn
  1. DigitalImageProcessing3

    0下载:
  2. 3.1 概述 3.2 可分离图像变换 3.3 离散傅里叶变换和性质 3.4 快速傅里叶变换 3.5 离散沃尔什变换 3.6 离散余弦变换 3.7 小波变换 -3.1 overview 3.2 detachable image transform 3.3 Discrete Fourier Transform and Fast Fourier Transform 3.4 Properties 3.5 Discrete Walsh Transform 3.6 Discret
  3. 所属分类:Document

    • 发布日期:2017-05-30
    • 文件大小:13244686
    • 提供者:wnl
  1. xunhuanma

    2下载:
  2. (7,3)循环码的编码和译码,还可以纠错一位,检错两位。在ketang-(7,3) cyclic code encoding and decoding, error correction can also be one of two error. In ketang
  3. 所属分类:Compiler program

    • 发布日期:2016-05-14
    • 文件大小:2115
    • 提供者:sony
  1. gh

    0下载:
  2. 5 概率论与数理统计(二) 3 6 离散数学(一) 4 7 数据结构(一) 3 数据结构(一)... 6 概率论与数理统计 4 概率论与数理统计(二) 3 7 数据结构(含实验实习) 4 数据结构(一)(含实践-5 Probability Theory and Mathematical Statistics (b) 3 6 Discrete Mathematics (a) 4 7 data structure (a) 3 data structure (a) ... 6 Probability
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:290596
    • 提供者:lin
  1. DepotManagementSystem

    0下载:
  2. 项目要求:1. 仓库基本信息的输入。 2. 按仓库名称查询仓库的基本信息。 3. 对报废的仓库信息进行删除。 4. 根据仓库名称修改仓库信息。 5. 显示全部仓库记录。 6. 按仓库名称从小到大显示记录。 7. 按仓库面积由大到小的顺序显示 -The project s requirements: 1. Warehouses basic information input. 2. By the name of inquiries warehouse storage
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-09
    • 文件大小:24070
    • 提供者:benny
  1. 3

    0下载:
  2. 本程序实现计算任意长整数的加法运算,大致过程为显示提示信息-->用户输入—>显示结果。 程序中字符集限定为’1’ ’2’ ‘3’ ‘4’ ‘5’ ‘6’ ‘7’ ‘8’ ’9’ ‘0’ ’,’ ‘ ’ ,长整数的长度不予限制。 利用双向循环链表实现长整数的存储,每个结点含一个整型变量。任何整型变量的范围是-(215—1)~(215—1)。输入和输出形式:按中国对于长整数的表示习惯,每四位一组,组间用逗号隔开。-This procedure to achieve t
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:351020
    • 提供者:斜阳
  1. Expression

    0下载:
  2. 算术表达式的转换为逆波兰式后求值,只处理一位整型数的运算,如:3*(7-5)+(4+8)/3#-Arithmetic expression is converted to Reverse Polish-style, after evaluation, only one integer arithmetic, such as: 3* (7-5)+ (4+ 8)/3#
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:2218
    • 提供者:sara
  1. 01

    0下载:
  2. qt实例!24小时学习其他的东西!已经调试ok!用的qt2.3.7哈-qt examples! 24 hours to learn other things! Has debug ok! Kazakhstan used qt2.3.7
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:10502
    • 提供者:侯仁志
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 ... 50 »
搜珍网 www.dssz.com