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

搜索资源列表

  1. zmod

    1下载:
  2. Rotating shafts experience a an elliptical motion called whirl. It is important to decompose this motion into a forward and backward whil orbits. The current function makes use of two sensors to generate a bi-directional spectrogram. The method can b
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:62056
    • 提供者:yupenghui
  1. Setjihesuanfa

    0下载:
  2. 用VC编的求集合的交/并/差集,输入S1和S2的元素和插入元素\\插入位置..点击click-VC addendum to the pool for the AC / and / difference. S1 and S2 input elements and insert elements \\ insert location Click click ..
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:33359
    • 提供者:冷雪
  1. real_noise

    0下载:
  2. Adds noise to processes x1(n) and x2(n), at SNR=snr, using seeds s1 and s2.-Adds noise to processes x1 (n) and x2 (n), at SNR = snr, using seeds s1 and s2.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:978
    • 提供者:王海霞
  1. ndsbios

    0下载:
  2. s1 today plugin,for all you need
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:15237
    • 提供者:juice
  1. problem-2479

    0下载:
  2. Given a set of n integers: A={a1, a2,..., an}, we define a function d(A) as below: t1 t2 d(A) = max{ ∑ai + ∑aj | 1 <= s1 <= t1 < s2 <= t2 <= n } i=s1 j=s2 Your task is to calculate d(A).
  3. 所属分类:Windows编程

    • 发布日期:2014-01-16
    • 文件大小:4645
    • 提供者:张磊
  1. s1.m

    0下载:
  2. matlab的一些函数及用matlab作的一些界面程序,可以直接在界面上操作。
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:1393
    • 提供者:吴伟
  1. 05605-19-

    0下载:
  2. 构造哈夫曼树 哈弗曼树中没有度为一的节点,是标准的二叉树,所以有n个叶子结点时,需要一个长度为2n-1的一维数组存储哈弗曼树的结点。 (1)、n个叶子节点只有weight权值,处理非叶子节点,从ht[i](ht[1]~ht[n-1])中找到ht[i].weight最小的两个节点ht[s1]和ht[s2],这就是Select(int n,int &s1,int & s2,HTNode *ht)函数完成的功能。 (2)、调用select函数,并将ht[s1]和ht[s2]作为ht[l]的
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11182
    • 提供者:于洁
  1. dashugaojingyunsuan

    0下载:
  2. 大数高精运算总结 :方法类似于加法 除了这里 s[i+j]+=s1[i]*s2[j] 注意格式的控制 这里得开两个数组
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3960
    • 提供者:your name
  1. os

    0下载:
  2. 本系统的同步机构采用的信息量上的P,V操作的机制;控制机构包括阻塞和唤醒操作;时间片中断处理程序处理模拟的时间片中断;进程调度程序负责为各进程分配处理机。系统中设计了3个并发进程。它们之间有如下同步关系:3个进程需要互斥使用临界资源S2,进程1和进程2又需互斥使用临界资源S1。本系统在运行过程中随机打印出各进程的状态变换过程,系统的调度过程及公共变量的变化情况。
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2215
    • 提供者:liuxin
  1. gsp

    0下载:
  2. 序列模式分析算法GSP的实现 GSP是序列模式挖掘的一种算法。其主要描述如下: l 根据长度为i 的种子集Li 通过连接操作和剪切操作生成长度为i+1的候选序列模式Ci+1;然后扫描序列数据库,计算每个候选序列模式的支持数,产生长度为i+1的序列模式Li+1,并将Li+1作为新的种子集。 l 重复第二步,直到没有新的序列模式或新的候选序列模式产生为止。 l 扫描序列数据库,得到长度为1的序列模式L1,作为初始的种子集 L1&T
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:12292
    • 提供者:huangfei
  1. S1

    0下载:
  2. 图书管理系统,自己写的,真的是自己写的啊,啊啊中
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10567
    • 提供者:imtracy111
  1. mxd1

    0下载:
  2. 系统的同步机构采用信号量上的p、v操作的机制;控制机构包括阻塞和唤醒操作;时间片中断处理程序处理模拟的时间片中断;进程调度程序负责为各进程分配处理机。系统设计3个并发进程,它们之间有如下同步关系:3个进程需要互斥使用临界资源s2,进程1和进程2又需要互斥使用临界资源s1。系统在运行过程中随即打印各进程的状态变换过程,系统的调度过程及公共变量的变化情况。-system synchronization signal used agencies on the volume of p, v operat
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:867
    • 提供者:李乐宁
  1. ADT串的实现

    0下载:
  2. ADT串的实现:主要包括以下操作:§ copy(s1,s2)把串s1复制到s2 § concat(s,s1,s2)连接S1,S2,结果放在S中 § delete(s,i,j)将串s中从第i个字符开始的连续j个字符删除,如果i+j>s.len则一直删除到串尾 § insert(s,s1,i)将串S1插入串S的第i个字符后 -ADT Series achieved : including the following : copy (s1, s2) copied to the string s
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7082
    • 提供者:chen
  1. MyKTV

    5下载:
  2. KTV点歌系统 可以点歌 切歌 北大青鸟s1项目制作-KTV System
  3. 所属分类:CSharp

    • 发布日期:2016-01-22
    • 文件大小:15938560
    • 提供者:米远
  1. s5

    0下载:
  2. 编写一个函数int squeeze(char s1[], const char s2[]),它从字符串s1中删除所有在s2里出现的字符,函数返回删除的字符个数-Write a function int squeeze (char s1 [], const char s2 []), remove it from the string s1 where s2 occurs all the characters, the function returns the number of character
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:852986
    • 提供者:
  1. s1

    0下载:
  2. i am uploading matlab programme for noise estimation
  3. 所属分类:Other systems

  1. HTC_Touch_S1unlook_tools

    0下载:
  2. S1加强版永久解锁工具,请大家试用,不错的工具.-S1 enhanced version of the permanent unlock tool, please try, a good tool.
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-03
    • 文件大小:1307526
    • 提供者:Gary
  1. s1

    0下载:
  2. i am uploading obj_evalution matalb file which is step after noise estimation
  3. 所属分类:Other systems

  1. QQACCP6.0-S1

    0下载:
  2. QQ用户信息管理系统 北大清鸟ACCP6.0 S1.rar\答案-QQ user information management system Beida Qing birds ACCP6.0 S1.rar \ answer
  3. 所属分类:CSharp

    • 发布日期:2017-05-24
    • 文件大小:8421373
    • 提供者:林生
  1. snapdragon-s3-s2-s1-processor-product-specs.pdf

    0下载:
  2. qualcomm snapdragon s3 s2 s1 processor product specs
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:88064
    • 提供者:chris1
« 12 3 4 5 6 »
搜珍网 www.dssz.com