搜索资源列表

  1. LASER

    0下载:
  2. 一个激光谐振腔的稳态过程模拟程序。通过设置波长,腔长等参数可以真实的反映出激光谐振腔的稳定振荡过程。-a laser resonator steady state process simulation program. By setting wavelength, the cavity length parameters can reflect the true laser resonator stability oscillation
  3. 所属分类:其他小程序

    • 发布日期:2024-05-23
    • 文件大小:411648
    • 提供者:丁运鸿
  1. bch_euc

    1下载:
  2. bch 编码、解码程序,可以对任意长度的信息添加纠错码。-BCH encoding, decoding procedures can be arbitrary length of the right information to add error-correcting codes.
  3. 所属分类:DSP编程

    • 发布日期:2024-05-23
    • 文件大小:4096
    • 提供者:Guch Wu
  1. 19997_random

    0下载:
  2. 随机序列号发生器(原代码):这个软件可以产生指定长度的序列号,并且可以格式化该序列号。是Delphi的原代码。 -random sequence generator (source) : The software can produce a specified length of the sequence, and can be formatted to the serial number. Delphi is the origin
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-23
    • 文件大小:228352
    • 提供者:姚紫欣
  1. viterbi-72-9

    0下载:
  2. 截短长度72viterbi约束长度9测试,c++代码。-72viterbi truncated length constraint length of nine tests, c++ code.
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-23
    • 文件大小:5120
    • 提供者:刘鹏
  1. viterbi-soft-9

    1下载:
  2. 软判决功率归一viterbi约束长度9,c++代码。-soft-decision power under a Viterbi constraint length 9, c++ code.
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-23
    • 文件大小:5120
    • 提供者:刘鹏
  1. viterbi-hard-9

    0下载:
  2. 硬判决viterbi约束长度9测试,c++代码.-hard decision Viterbi constraint length 9 test, c++ code.
  3. 所属分类:通讯编程

    • 发布日期:2024-05-23
    • 文件大小:5120
    • 提供者:刘鹏
  1. timedisplay

    0下载:
  2. 一个小的时间显示界面的程序,电子时钟,可显示系统时间.是初学者很好的学习素材-a small length of the interface procedures, the electronic clock, time display system. Beginners is a good learning materials
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-23
    • 文件大小:82944
    • 提供者:韩亚钦
  1. repeat

    0下载:
  2. 最长重复子串问题 .问题描述: 在一个特定字符串str 中,多次出现的子串称为重复子串。如果字符串str 中有多个重复 子串,则其中长度最长的子串称为最长重复子串。例如,str=’abcdacdac’ ,则子串’cdac’ 是str 的最长重复子串。 .编程任务: 给定一个字符串str ,编程计算str 的最长重复子串。-longest repeated substrings probl
  3. 所属分类:C#编程

    • 发布日期:2024-05-23
    • 文件大小:46080
    • 提供者:无翼
  1. fft4

    0下载:
  2. 计算长度为4的整数次幂的序列的DFt的快速算法。运行环境VC++。-calculation of the length of the four integer power of the sequence DFt fast algorithm. Operating environment VC++.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:lvda
  1. jichen

    0下载:
  2. 继承与派生 内容:定义一个点类,包含X,Y的坐标数据成员,显示函数和计算面积的函数成员;以点为基类派生一个圆类,增加表示半径的数据成员,重载显示和计算面积的函数;定义一个直线类,以两个点类对象作数据成员,定义显示、求面积及长度函数。 -inheritance and derived elements : a definition point category, including X, Y coordinates of the
  3. 所属分类:Windows编程

    • 发布日期:2024-05-23
    • 文件大小:13312
    • 提供者:赖雪霞
  1. Scrosspectrum

    0下载:
  2. 两序列x(n)和y(n)的交叉谱分析,ol(0:m)频率,tl(0:m)周期,px(0:m)是x(n)的连续功率谱,py(0:m)是y(n)的连续功率谱,pxy(0:m)协谱,qxy(0:m)余谱,rxy(0:m)凝聚谱,cxy(0:m)位相差谱,lxy(0:m)滞后时间长度谱,rxy951(0:m)凝聚谱F-检验的95%置信上限,rxy952(0:m)凝聚谱Goodman-检验的95%置信上限,其中m=[n/2.]。 -two seq
  3. 所属分类:其他小程序

    • 发布日期:2024-05-23
    • 文件大小:4096
    • 提供者:冯立成
  1. rscode-1.0

    0下载:
  2. 无线通讯中使用的一种揪错算法,rs 1.0 揪错能力可配置 能纠正 (冗余长度)/2-1 个错误 -wireless communications used in a clutch wrong algorithm, rs 1.0 ferret capacity can be configured wrong to be corrected (Redundant length)/2-1 mistake
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-23
    • 文件大小:198656
    • 提供者:getall
  1. PX

    0下载:
  2. oid Reset() //重置"次数", 即比较与移动的效率统计 int BubbleSort(int length, int ls[]) //冒泡排序 int InsertSort(int length, int ls[]) //插入排序 int SelectSort(int length, int ls[]) //选择排序 int QuickSort(int length, int ls[]) //快速排序 i
  3. 所属分类:C#编程

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:Hy
  1. 20060410

    0下载:
  2. 动态时间规整(DTW)算法基于动态规划的思想,解决了说话人不同时期发音长短、语速不一样的匹配问题。-dynamic time warping (DTW) algorithm is based on dynamic programming ideas, Speaker solve the different pronunciation of the length of time, Ma'am not match the same
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-23
    • 文件大小:417792
    • 提供者:陈宗耿
  1. tool_floppy_disk_wr

    0下载:
  2. 写软盘扇区的小程序及ASM源程序,采用ASM编程,直接使用BIOS INT 13H,使用方法,wr sourcefilename 0x115600 0x3000,参数1:被写文件名,参数2:起始逻辑扇区号,参数3:写长度-sector of floppy disks to write small programs and ASM source code, using ASM programming, direct use of the
  3. 所属分类:其他小程序

    • 发布日期:2024-05-23
    • 文件大小:3072
    • 提供者:tonyyang
  1. ppmdCompression

    0下载:
  2. Prediction by partial matching, or PPM, is a finite­ context statistical modeling technique that can be viewed as blending together several fixed­ order context models to predict the next character in the input seq
  3. 所属分类:文件操作

    • 发布日期:2024-05-23
    • 文件大小:47104
    • 提供者:陈伯
  1. rfft2

    0下载:
  2. 实数序列的fft, 输入的参数为变换的数据和数据长度.变换的结果存放在输入中-actual sequence of fft input parameters to transform the data and data length. Transform the results were stored in the importation
  3. 所属分类:Windows编程

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:小何
  1. smscontrol_c

    0下载:
  2. 通过计算机串口收发短信。用WAVECOM和西门子 的GSM MODEM,西门子6688(普通手机+串口数据线),在WIN32系统(WIN98,WIN2000,WINXP)下通过测试。大负荷状态下收发非常稳定,通过了上万条短信的严格测试。其他使用标准AT命令集的手机或GSM MODEM也可使用。该控件内置*和定时发送,不支持广播。增加短信发送成功事件。GSM模块必须支持PDU格式短信。该控件支持中文,英文以及混合中英文短信,中文短信长度
  3. 所属分类:通讯编程

    • 发布日期:2024-05-23
    • 文件大小:460800
    • 提供者:gzqswj
  1. EepromMultiWR1912

    0下载:
  2. SPI接口EEPROM驱动 EEPROMWRITE(绝对地址,数组指针,数据长度) //多字节写 EEPROMREAD(绝对地址,数组指针,数据长度) //多字节读 EEPROMWRITE(绝对地址,数据) //单字节写 (char)数据=EEPROMREAD(绝对地址) //单字节读-SPI EEPROM Driver EEPROMWRIT E (absolute address, the array pointer
  3. 所属分类:DSP编程

    • 发布日期:2024-05-23
    • 文件大小:130048
    • 提供者:liumin
  1. MWINDOW

    0下载:
  2. Routine mwindow: To Obtain Window Function. Input parameters: n : the length of window data. iwindow: window type desired. if : iwindow=1: rectangular window , =2: triangular window , =3: cosin window , =
  3. 所属分类:C#编程

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:汤长春
« 1 2 ... 43 44 45 46 47 4849 50 »

源码中国 www.ymcn.org