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

搜索资源列表

  1. RGB_mix

    0下载:
  2. “调色板设计”。三原色红色、绿色、蓝色参数分别可用四个单选按钮选取为:0、80、160、255的其中一个值,三种原色的参数选定后,在编辑框内显示调色后的颜色变化。-"Palette design." Primary colors red, green, blue parameters are available for the four radio buttons to select: 0,80,160,255 one value, the three primary colors of the
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-19
    • 文件大小:5146088
    • 提供者:linyongming
  1. fft

    2下载:
  2. 设计一个按照时间抽取的基2快速傅里叶变换(基2FFT-DIT)。输入倒位序,输出自然顺序-To design a time of extraction according to the base 2 Fast Fourier Transform (base 2FFT-DIT). Input inversion sequence, the output of natural order。
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:17252
    • 提供者:cuiqida
  1. NS-Flyback-DCM

    1下载:
  2. MathCAD file for the design of Discontinuous Conduction Mode (DCM) Flyback Converter
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:565089
    • 提供者:Yu Hu Ming
  1. LFM_WHT

    2下载:
  2. 这是关于LFM信号利用WHT变换估计其参数的仿真代码。程序基于时频分析包,但对其中相应部分做了修改。程序中有算法的详细设计内容。-This is on the LFM signal using WHT transform to estimate the parameters of the simulation code. Procedures based on time-frequency analysis package, but part of which had been amended
  3. 所属分类:其他小程序

    • 发布日期:2013-12-03
    • 文件大小:4891
    • 提供者:Polo
  1. ALU

    0下载:
  2. alu设计,实现三十二位计算,包括加法和减法,以及与,或,异或等-design of alu,alu design, implement 32, including both the addition and subtraction, as well as AND, OR, XOR, etc
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:1577
    • 提供者:xuyajun
  1. heap

    0下载:
  2. 一个用堆实现的优先队列课程设计,包好有一个完整的课程设计文档和源码!-With the realization of a priority queue heap curriculum design, good to have a complete package of curriculum design documents and source code!
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:105349
    • 提供者:ringsd
  1. csv_parser

    0下载:
  2. 这是一个用C++写的读取csv文件的程序,能搞读取四种分隔符格式的csv文件,代码简洁高效。-This is csv parser coded with C++. It can read csv files with four different sparators with concise and efficient design.
  3. 所属分类:Other systems

    • 发布日期:2015-09-25
    • 文件大小:8334
    • 提供者:elm
  1. 自动发牌

    0下载:
  2. 一副扑克有52张牌,打桥牌时应将牌分给四个人。请设计一 个程序完成自动发牌的工作。要求:黑桃用S(Spaces)表示;红 桃用H(Hearts)表示;方块用D(Diamonds)表示;梅花用C(Clubs) 表示。-poker with a 52 card, or bridge will be distributed to four licensing individuals. Please complete the design of a process of a
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:1606
    • 提供者:姚紫欣
  1. clothesdesign

    0下载:
  2. 服装CAD系统的三大模块之一:服装放码模块,它作为服装设计的后续以及服装排版的前提,有着重要的作用,本代码中采用公式编译器解释放码公式,更加智能-clothes design
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-21
    • 文件大小:6430365
    • 提供者:yazi
  1. fangdaqi

    0下载:
  2. 95年电子设计大赛的设计报告,自己训练时写的,实用低频信号放大器的制作-95-year Electronic Design Contest of the design report, written by their own training, practical production of low-frequency signal amplifier
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:119685
    • 提供者:zhangqi
  1. jisuanqi

    0下载:
  2. 一个简单计算器的设计 系统开发环境 Microsoft Visual C++ 6.0 -A simple calculator design system development environment Microsoft Visual C++ 6.0
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:55828
    • 提供者:cheng
  1. Visual C++--通讯录

    1下载:
  2. Visual C++课程设计案例精编--通讯录-Visual C cases intensive curriculum design series-- directory
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-09
    • 文件大小:1663621
    • 提供者:吕布
  1. sql_SJ

    0下载:
  2. 《图书销售管理系统》的数据库课程设计论文,内容完整,结构清晰,是个很好的数据库课程设计实例- Book sales management system thesis database curriculum design, content integrity, structural clarity, the database is a very good example of curriculum design
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:500076
    • 提供者:liuchen
  1. RegextoDFA

    0下载:
  2. 正则表达式转DFA,设计原理:1正则表达式转换为带ε的NFA(Thompson构造法);2ε-NFA转为DFA;3最小化DFA;4DFA状态转换表判断是否接受输入字符串,附有详细文档说明。-Regular expressions turn DFA, design principles: a regular expression is converted to ε of the NFA (Thompson Construction Law) 2ε-NFA to DFA 3 minimal DF
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:85008
    • 提供者:王乾坤
  1. mobanjihe

    0下载:
  2. 多套网页后台模板集合,有js特效在里面,还带设计PSD文件-Several sets of back-page collection of templates, there are js effects inside, but also with the design PSD file
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1622381
    • 提供者:zyc
  1. cube

    0下载:
  2. 基于C++ MFC 的魔方。平常学习的课程设计-Based on C++ MFC' s Cube. Common learning curriculum design
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1910082
    • 提供者:ayianiu
  1. VB_TSG

    0下载:
  2. VB图书管理系统,本系统是用VB+access制作而成的,可用于专科毕业设计!-VB library management system, the system is made of VB+ access can be used for specialist graduate design!
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:363532
    • 提供者:ysj
  1. SH5506

    0下载:
  2. 这是本人在一家公司所设计跑步机的电原理图,protel99格式,部分地方还带有说明文字。-This is a company that I design treadmill electricity principle diagram, protel99 format, part of the place with instructions.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:13814
    • 提供者:yuwei
  1. IDL-Programming-Techniques

    0下载:
  2. IDL程序开发与设计的一本经典书籍,fanning写的。-a classic IDL design and programing book
  3. 所属分类:Other systems

    • 发布日期:2017-06-15
    • 文件大小:23880510
    • 提供者:xiazhiye
  1. baogao

    0下载:
  2. 09大学生电子设计大赛报告样例,给你提供点写报告的样板,很实用-09 university electronic design competition, the report offers you point to write a report template, very practical
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:197991
    • 提供者:lishaozhe
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 ... 50 »
搜珍网 www.dssz.com