CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - T-0-5

搜索资源列表

  1. JPG图片压缩(纯VB源码)

    2下载:
  2. his project is my trial to make an OCR (Optical Character Recognition) program Before i made this project I v looked at other OCR projects, but in all of them i v seen NNT (Neural Net) and this is VERY COMPLICATED!!! i wan t to make a simple proj
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:82.02kb
    • 提供者:111
  1. cics

    1下载:
  2. CICS简单入门例程 CICS环境构架 1 安装服务器 1) 建立用户CICSTEST(要用超户权) 2)用CICSTEST用户登录 3)安装DB2指定CICSTEST为管理用户 4)安装CICS部件(CICS服务器软件内的SETUP) 安装CICS server->CICS Server Developmnet Ssystem 5)安装Encian部件(CICS服务器软件内的SETUP) 安装Encian Clinet/Server-&g
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:257.26kb
    • 提供者:陈淑明
  1. us_apgxy

    0下载:
  2. zemax源码: This DLL models a standard ZEMAX surface type, either plane, sphere, or conic The surface also demonstrates a user-defined apodization filter The filter is defined as part of the real ray trace, case 5 The filter can be used at th
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:24.87kb
    • 提供者:狄拉克
  1. bootkitbasic

    0下载:
  2. 可在系统引导时工作的RootKit,较简单 1) It s very small.The basic framework is just about 100 lines of assembly code.It supports 2000,XP,2003 2) It patches the kernel at runtime(no files are patched on disk).(basic version has this code removed , so as other
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:71.07kb
    • 提供者:诚然
  1. 51XXMP3

    0下载:
  2. 曲谱存贮格式 unsigned char code MusicName{音高,音长,音高,音长...., 0,0} 末尾:0,0 表示结束(Important) 音高由三位数字组成: 个位是表示 1~7 这七个音符 十位是表示音符所在的音区:1-低音,2-中音,3-高音 百位表示这个音符是否要升半音: 0-不升,1-升半音。 音长最多由三位数字组成: 个位表示音符的时值,其对应关系是: |数值(n): |0 |1 |2 |3 | 4 | 5 | 6 |几分音符: |1 |2 |4
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:3.66kb
    • 提供者:王建军
  1. sgj2

    0下载:
  2. 假定已经有许多应用采用了程序1 - 1 5中所定义的C u r r e n c y类,现在我们想要对C u r r e n c y类 的描述进行修改,使其应用频率最高的两个函数A d d和I n c r e m e n t可以运行得更快,从而提高应 用程序的执行速度。由于用户仅能通过p u b l i c部分所提供的接口与C u r r e n c y类进行交互,-assumption has been used for many applications of the program
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:961byte
    • 提供者:史桂金
  1. exp103

    0下载:
  2. 1、典型连续时间信号波形绘制 1)单边指数信号 要求: (1) 画出t=0,1,2,…,500共501点 (2)在一个坐标系中用三种不同颜色分别绘制如下三种情况下的波形 (a) E=200,X=62.5 (b) E=200,X=125.0 (c) E=200,X=250.0 (3)标出特殊点的坐标,如t=0和 的坐标 代码为此题目的解
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:781byte
    • 提供者:
  1. example4_6

    0下载:
  2. :滤波 fs=400 采样频率,必须大于两倍基带信号最高频率 ts=1/fs 采样时间间隔 T=5 时间窗大小 t=0:ts:T -hf1=zeros(1,N) hf1(f<=B1&f>=-B1)=1 y1=hf1.*fftshift(y) figure subplot(211) plot(f,abs(fftshift(y))/N,f,hf1, r-- ) axis([-fs/2,fs/2,0,1.2]) title( 原信号
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-03
    • 文件大小:598byte
    • 提供者:张红
  1. example4_3

    0下载:
  2. 例3:分析占空比为ta的矩形脉冲频谱 T=1 时间窗大小 ta=0.5 占空比 N=256 t=linspace(-T,T,N) ts=2*T/N fs=1/ts -x=zeros(1,N) x(N/2-round(N/2*ta):N/2+round(N/2*ta))=ones(1,2*round(N/2*ta)+1) y=fft(x,N) figure plot(t,x) title([ 时域信号图 占空比为 ,num
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-24
    • 文件大小:532byte
    • 提供者:张红
  1. LL1

    0下载:
  2. LL分析器 2、 在VC下打开LL1.dsp,阅读工程LL1,LL1为一个加、乘法(适当扩充可为四则)运算表达式的LL1预测语法分析器,规定其文法如下: E->TE’ (1) E’->+TE’ (2) E’->ε (3) T->FT’ (4) T’->*FT’ (5) T’->ε (6) F->(E) (7) F->i (8) 程序设计思路见课本P76,
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:9.14kb
    • 提供者:chivas
  1. T-REC-G.723.1-200605-I!!SOFT-ZST-E

    0下载:
  2. G.723语音编码器是一种用于多媒体通信,编码速率为5.3kbits/s和6.3kbit/s的双码率编码方案。G.723标准是国际电信联盟(ITU)制定的多媒体通信标准中的一个组成部分,可以应用于IP电话等系统中。其中,5.3kbits/s码率编码器采用多脉冲最大似然量化技术(MP-MLQ),6.3kbits/s码率编码器采用代数码激励线性预测技术。-G.723 is a speech coder for multimedia communications, coding rate 5.3kbi
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-06-09
    • 文件大小:16.05mb
    • 提供者:郝芸
  1. VclSkin5.40_FullSource

    0下载:
  2. 一款非常好用的Delphi控件,完整源码 -VCLSkin is a component to create skinnable user interface for Delphi/C++Builder application, It is easy to use, just put one component on mainform, Vclskin will skin whole application without source code modification. Vc
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-24
    • 文件大小:560.83kb
    • 提供者:叶枫
  1. Design-of-operator-precedence

    0下载:
  2. 算符优先分析器设计 给定定义算术表达式的算符优先文法如下: G[E]: (1)E->E+T (2)E->E-T (3) E->T (4)T->T*F (5)T->T/F (6)T->F (7)F->P^F (8)F->P (9)P->(E) (10)P->i 编程实现此文法的算法优先分析器,并设输入的文法的句子为: (i*(i+i)-i )/i^i^i 给出输
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:194.16kb
    • 提供者:浮云
  1. LR-parser

    1下载:
  2. LR分析器设计 给定说明语句的拓广文法G[S ]如下: (0) S ->S (1) S->v I:T (2) I->I,i (3) I->i (4) T->r 其中v代表终结符var,r代表real。 其识别规范句型活前缀的DFA及LR(0)分析表如下: 输入 状态 ACTION表 GOTO表 v i , : r # S I T 0 S2 1 1 acc 2 S4
  3. 所属分类:编译器/词法分析

    • 发布日期:2017-05-24
    • 文件大小:208.17kb
    • 提供者:浮云
  1. 5-pesq

    0下载:
  2. Perceptual Evaluation of Speech Quality (PESQ) - ITU-T Recommendation P.862.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-03
    • 文件大小:102.33kb
    • 提供者:elieserernesto
  1. issrc-5.3.3

    0下载:
  2. 编译通过的Inno setup Inno Setup consists of five projects: Compil32.dpr - This is the GUI front-end for the compiler. Compil32 does not do the actual compilation itself it relegates it to ISCmplr.dll. If the ISCmplr project is changed, you norm
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-26
    • 文件大小:930.13kb
    • 提供者:fuhaoqiang
  1. issrc-5.2.3

    0下载:
  2. Inno Setup consists of five projects: Compil32.dpr - This is the GUI front-end for the compiler. Compil32 does not do the actual compilation itself it relegates it to ISCmplr.dll. If the ISCmplr project is changed, you normally don t need to
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-26
    • 文件大小:901.16kb
    • 提供者:fuhaoqiang
  1. CPPPrimer_The-5-edition-_source-code

    0下载:
  2. 书籍C++ Primer第五版的相关源码,若打不开后缀为.cc的文件,请将后缀改为.c或.c-source code of C++ Primer fifth edition , if you can t open the file suffix .cc, please change the suffix to .c or .cpp
  3. 所属分类:source in ebook

    • 发布日期:2017-04-25
    • 文件大小:467.24kb
    • 提供者:王宇航
  1. Jumpserver_v3.0

    1下载:
  2. Jumpserver是一款由python编写开源的跳板机(堡垒机)系统,实现了跳板机应有的功能。基于ssh协议来管理,客户端无需安装agent。 支持常见系统: 1、redhat centos 2、debian 3、suse ubuntu 4、freebsd 5、其他ssh协议硬件设备-Jumpserver by python is a open source detecting machine (fort) system, realize the detecting f
  3. 所属分类:ELanguage

    • 发布日期:2017-05-21
    • 文件大小:5.81mb
    • 提供者:黄灿奕
  1. indy 10.5.8

    3下载:
  2. indy10.5.8控件, 1.windows的path路径中增加D7的路径 在启用delphi7时,要能加载dclIndyCore70.bpl这个文件 如果是自动安装,这个文件会拷到C:\windows\system32\dclIndyCore70.bpl,所以不用改path(indy10.5.8 compents In the path path of 1.windows, the path of D7 is added to enable Delphi7, to be able to
  3. 所属分类:Delphi控件源码

    • 发布日期:2020-04-10
    • 文件大小:18.11mb
    • 提供者:bjarvin
« 12 3 »
搜珍网 www.dssz.com