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

搜索资源列表

  1. solarisy-wxstore-s1-master

    0下载:
  2. 是在solarisy-wxstore-master基础上开发的微信店铺案例、从开卡绑定微信号、到下单操作等-Micro letter shop case in solarisy-wxstore-master developed on the basis of the binding micro signal the open card to single operation
  3. 所属分类:Java Develop

    • 发布日期:2017-06-15
    • 文件大小:22753376
    • 提供者:wang
  1. s1

    0下载:
  2. sammon mapping算法c语言版,亲测有效,课题代码,基于vc++6.0环境-sammon mapping algorithm c language edition, effective pro-test, project code, based vc++6.0 environment
  3. 所属分类:Data Mining

    • 发布日期:2017-04-13
    • 文件大小:1561
    • 提供者:张春
  1. Lab1

    0下载:
  2. Parser Pascal string type: var a, b, c: real d: array [1..6, 6..9] of integer s1: string s2: string [10] -Parser Pascal string type: var a, b, c: real d: array [1..6, 6..9] of integer s1: string s2: string [10]
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-03
    • 文件大小:560859
    • 提供者:Evgeny
  1. S1

    0下载:
  2. 职工信息管理系统,对职工信息进行增删改查操作-Employee information management system, information on employees CRUD operations
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:283914
    • 提供者:黄梅琳
  1. 5-1

    0下载:
  2. 5-1 子集和问题 问题描述:子集和问题的一个实例为<S,t>。其中,S={x1,x2,...,xn}是一个正整数的集合,c是一个正整数 。 子集和问题判定是否存在S 的一个子集S1,使得子集里的元素之和为c 试设计一个解子集和问题的回溯法。 算法设计:对于给定的正整数的集合S={x1,x2,...,xn}和正整数c,计算S的一个子集S1,使得子集里的元素之和为c。 数据输入:由文件input.txt提供输入数据。文件第1行有2个正整数n和c,n表示S的
  3. 所属分类:其他小程序

    • 发布日期:2017-05-03
    • 文件大小:917119
    • 提供者:胡锦涛
  1. one

    0下载:
  2. 第一题 变速流水灯设计 (I/O+外部中断) 1、按键S1控制LED1~LED4、LED10~LED13流水,按下S2暂停流水,再按下S2时,从暂停的位置继续流水; 2、流水灯的速度分为4级(1,2,3,4),按键S3控制加速,按键S4控制减速,加速最高加到4,减速最低减到1。 (提示:定时器实现流水,S2控制定时器运行控制位TR0,S3和S4控制定时中断内的控制变量)-First speed light water design (I/O+ external interrupts
  3. 所属分类:SCM

    • 发布日期:2017-04-29
    • 文件大小:17601
    • 提供者:潇洒今生醉
  1. Excel-2003-

    0下载:
  2. 任意读入一个大偶数(≥4),可以拆分成两个素数之和。编程按“x=s1+s2”的格式输出所有的素数对。 【要求:素数判断由子函数完成。并且结果不能出现两个相同的素数对,例如:输入28,则输出结果为: 28=5+23 28=11+17 若输出结果中还有“28=17+11”就重复了!】-you is me.
  3. 所属分类:assembly language

    • 发布日期:2017-04-29
    • 文件大小:69870
    • 提供者:王海龙
  1. signal

    0下载:
  2. 某信道, 输入为M元逻辑符号x:s0、s1、……sM-1 输出y为实数值 信道中发生如下事件: a=f(x)到实数的一一映射,当x=si时,a=iA,A为一给定的正实数 y=a+n,n为一服从N(0,s2)分布的独立随机变量(与x独立,且每次信道实现时的n均独立) 写出信道转移概率 若输入信道的各符号等概出现,求该信道的互信息量I(X Y) 画出不同信噪比下的互信息量变化的曲线,以M为参数,画一簇曲线(其中加上一条AWGN信道容量曲线作对比) 调整函数a
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1627
    • 提供者:覃云依
  1. similarity

    0下载:
  2. 求字符串s1和s2的最大公共字串,衡量文档的相似度,体现了词的顺序。-The biggest public string for strings s1 and s2, measure the similarity of document, embodies the word order.
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2796
    • 提供者:2442561613
  1. strcpy

    0下载:
  2. Copy string s2 to s1. s1 must be large enough. return s1.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1255
    • 提供者:wanzkvu
  1. bcopy

    0下载:
  2. Copy s1 to s2, always copy n bytes. For overlapped copies it does the right thing.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4420
    • 提供者:zongjqbi
  1. path-util

    0下载:
  2. Concatenate s2 on the end of s1 separated by a (unless s1 is empty). Check for spurious s. s1 s space must be large enough. -Concatenate s2 on the end of s1 separated by a (unless s1 is empty). Check for spurious s. s1 s space must be large
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2259
    • 提供者:dirbgw
  1. acutab

    0下载:
  2. Copy s2 to s1, truncating or null-padding to always copy n bytes return s1.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3321
    • 提供者:naorgyz
  1. memcpy

    0下载:
  2. Copy s2 to s1, always copy n bytes. Return s1.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1222
    • 提供者:jaoqouhie
  1. strdup

    0下载:
  2. returns pointer to a new string which is the duplicate of string pointed to by s1.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4111
    • 提供者:helueym
  1. S1

    0下载:
  2. 这是一个MFC制作的加法器,可以实现浮点型数的加法计算-This is a production of MFC adder can calculate floating-point additions
  3. 所属分类:assembly language

    • 发布日期:2017-05-09
    • 文件大小:1870537
    • 提供者:裴小兵
  1. s1

    0下载:
  2. 人眼提取,并使用libsvm进行睁闭分类的训练和测试-Position the area of eyes.Train and test the state of eyes by libsvm.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:128118
    • 提供者:诸葛晶晶
  1. classBase

    1下载:
  2. 试完成类Sub1和Sub2的定义和操作的实现代码,使之能符合下面程序及在注释中描述的运行结果的要求-main(){Sub1 s1(1000, This is an object of Sub1 ) Sub2 s2(2000, 10) s1.printOn() // 此时显示出: < 1000: This is an object of Sub1> s2.printOn() // 此时显示出: < 10 and 2000> }
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-14
    • 文件大小:3167
    • 提供者:jia792681
  1. STM32-CAN

    0下载:
  2. 将程序分别下载到A板和B板两块DMSTM-L系统板上。 这个是收发一体,不需要分主机从机,都可以执行收发操作。 运行时,均先复位板子,然后: 按下A板的S1——A板发送数据,B板LED灯DS1闪烁,说明B板接收到数据。 按下B板的S1——B板发送数据,A板LED灯DS2闪烁,说明A板接收到数据。-将程序分别下载到A板和B板两块DMSTM-L系统板上。 这个是收发一体,不需要分主机从机,都可以执行收发操作。 运行时,均先复位板子,然后:
  3. 所属分类:Communication

    • 发布日期:2017-04-29
    • 文件大小:323096
    • 提供者:yeguott
  1. Responder-design

    0下载:
  2. 基于51的抢答器设计源码.其中主持人操控S7与S8两个按键。选手共六位,分别操控S1 S6中的一个按键。当主持人按下抢答开始按键S7后,倒计时开始,计时5s。此后最先按下按键的选手号码将显示与数码管上。后来按下的将无显示。-Based Responder source design (51). S7 and S8 which hosts two control buttons. A total of six players were manipulating S1- S6 of a button
  3. 所属分类:SCM

    • 发布日期:2017-05-01
    • 文件大小:18259
    • 提供者:涂华辉
« 1 2 ... 18 19 20 21 22 2324 25 26 27 »
搜珍网 www.dssz.com