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

搜索资源列表

  1. msTheToolExporter-1_0.zip

    0下载:
  2. TheTool is highy customizable map editor(based on QT) which can be extended via LUA scr ipts. A first implentation is ready and can be published to the public. The editor is the perfect tool who wants to design some 3d games but don t have time to wr
  3. 所属分类:编辑器/阅读器

    • 发布日期:
    • 文件大小:40950
    • 提供者:
  1. treestore

    0下载:
  2. Tree views are capable of storing hierarchical data, which isn t intuitively serialized. The TreeStore sample is an MDI application which shows a view based on CTreeView and demonstrates loading and saving the content of the control with MFC s CArchi
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:42049
    • 提供者:陈伟
  1. cuteftp_key

    0下载:
  2. 破解程序 破解程序 破解程序 破解程序 - Explains the procedure to explain t he procedure to explain the pro cedure to explain the procedure to explain t he procedure to explain the procedure to e xplain the procedure to explain the procedure to explain the procedu
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:49186
    • 提供者:马一群
  1. T-Cmd_source_Delphi_version

    0下载:
  2. T-CMD 是一款用 C++ 编写的后门程序,网上已有 C++ 源码发布。 在本人学习 C++ 的时候,顺便把他翻译成了 Pascal 源码,突然感觉以前感到高深莫测的 C++ 也不那么可怕了。-T-CMD paragraph C is prepared by the back door proceedings, online C source code has been released. I learn C in the time, and take him to translat
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:11691
    • 提供者:解放
  1. SelGateA.F.T

    0下载:
  2. SelGateA.F.T代码此代码有一定的价值哦呵呵喜欢传世的朋友可以拿去研究下啦-SelGateA.F.T code this code there is a value-huh oh masterpieces like the friends Canal to study under Matata
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:283034
    • 提供者:xjl
  1. T-Cmd

    0下载:
  2. 服务级后门T-Cmd源代码,功能有待改善,同志们共同努力
  3. 所属分类:磁盘编程

    • 发布日期:2014-01-17
    • 文件大小:4822
    • 提供者:w
  1. T-Kernel_Specification

    0下载:
  2. T-Kernel Specification 源码公开的嵌入式实时操作系统T-Kernel的规范标准
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1058205
    • 提供者:xiao
  1. A.T.M

    0下载:
  2. A.T.M自动取款机原理,一个利用VBA模拟ATM的取款原理
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:155415
    • 提供者:wangjian
  1. T-Engine-sh7727-sample1

    0下载:
  2. 运行于T-Engine(使用T-Kernel操作系统)的实例源码,该T-Engine采用处理器为sh7727
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:64782
    • 提供者:阿飞发
  1. Wrox.Professional.Assembly.Language

    0下载:
  2. 这是关于AT&T汇编的书,即Linux上使用的汇编格式,这一类的数很少,一份不错的学习资料.-This is a compilation of AT & T on the book, that is, the use of Linux on the compilation format, very few of this kind, a good learning materials.
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:1867894
    • 提供者:chyxion
  1. tkernel.1.02.04.tar

    0下载:
  2. T-Engine源代码 基于ARM9平台,日本和嵌入式业界最流行的操作系统之一。-T-Engine source code based on the ARM9 platform, Japan and the embedded industry, one of the most popular operating system.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:432485
    • 提供者:usewn
  1. T-SQL

    0下载:
  2. 所属分类:Delphi VCL

    • 发布日期:2017-04-13
    • 文件大小:2507
    • 提供者:hfm
  1. ITU-T-85097-zh.pdf

    0下载:
  2. 关于电信安全的若干议题综述 及相关ITU-T建议书应用简介-On a number of telecommunications security and related issues Summary of ITU-T Recommendation Application
  3. 所属分类:Editor

    • 发布日期:2017-05-11
    • 文件大小:3022881
    • 提供者:zheng
  1. T-and-F-analysis

    0下载:
  2. 说明三个分段相连的信号的傅里叶变换和时频分析,注,在该程序中,用到了子程序tfstft.m, 还要用到显示程序 tfrqview及其他程序,-analysis of T and Frequency
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-26
    • 文件大小:613
    • 提供者:黄宇
  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
    • 文件大小:9355
    • 提供者:chivas
  1. yufafenxiqi

    0下载:
  2. 能够对表达式进行自上而下语法分析,判断表达式中是否有非法字符,这类表达式的文法为: E->TE’ E’->+TE’| ε T->FT’ T’->*FT’| ε F->(E)|i-this program can analysize the express in a top-down analysis.It can tell us whether there are illegal chars in the express.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:189615
    • 提供者:xujiaoxian
  1. dvb

    1下载:
  2. DVB-T 2K Transmission The available bandwidth is 8 MHz 2K is intended for mobile services
  3. 所属分类:编辑器/阅读器

    • 发布日期:2017-04-30
    • 文件大小:1122
    • 提供者:sssss
  1. T-CMD_Delphi_Version

    0下载:
  2. Delphi 版 T-Cmd 源码。 T-CMD 是一款用 C++ 编写的后门程序。 自动为远程/本地主机创建服务级后门,无须使用任何额外的命令,支持本地/远程模式。 重启后,程序仍然自动运行。监听端口20540/tcp。 远程安装/卸载时,需提供管理员权限(Admin)的用户名及密码,若密码为空,请用"NULL"代替。-Delphi version of the T-Cmd source. T-CMD is a written in C++ backdoors. Automat
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-04
    • 文件大小:13111
    • 提供者:philzheng
  1. the-awe-and-mystery-of-T-Norm_eurospeech03_tnorm.

    0下载:
  2. about test normalization(t-norm) which is applicable for speaker verification score normalization
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-02
    • 文件大小:151906
    • 提供者:Azeb wub
  1. MA-T

    0下载:
  2. 用于滑动t检验,主要是针对气象数据的突变检验-this is a ma program
  3. 所属分类:assembly language

    • 发布日期:2017-12-04
    • 文件大小:789
    • 提供者:Henry
« 12 3 4 5 6 7 8 9 10 ... 38 »
搜珍网 www.dssz.com