搜索资源列表

  1. assign

    0下载:
  2. 利用Amazon提供的搜索,实现了一个Bookshop,程序中输入关键字,可以搜索到含有关键字的书,以及书的作者,价格,然后可以加入购物篮-use Amazon for the search, achieving a 50,496 procedures input keyword search of a book containing the keyword, and the author of the book, prices, wh
  3. 所属分类:xml/soap/webservice

    • 发布日期:2008-10-13
    • 文件大小:96652
    • 提供者:邬源
  1. crypt111

    0下载:
  2. 测试Linux从2.4内核开始就非常好的支持了网桥,并且还支持生成树协议等高级应用。加入网桥的物理 端口将不分配IP地址,只有网桥虚拟端口可以分配IP ... 4,修改/etc/sysconfig/network-tests from the Linux kernel 2.4 on the very good start to support the bridge, It also support the Spanning Tree P
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1865
    • 提供者:meng
  1. rp-pppoe-3.4.tar

    0下载:
  2. 0. Install the rp-pppoe-software -------------------------------- You should have already done this by the time you re reading this. If not, go back and read README. 1. Set up your Ethernet hardware -----
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:187791
    • 提供者:chensi
  1. movie_cartoon

    0下载:
  2. %电影动画: %1.首先调用moviein函数对内存初始化.创建一个足够大的矩阵来容纳一系列指定的图形(帧) %2.调用getfr a me函数生成每一帧.该函数返回一个矢量,利用这个矢量创建一个电影动画矩阵 %3.调用movie函数按照指定速度进行指定次数的播放 %例子2:演示如何实现快速傅立叶变换(exp(j*2*pi/n))的可视化过程- Movie animation: 1. First transfers
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:867
    • 提供者:龚力
  1. smart111111111

    0下载:
  2. C++通用模板库,详见附件的 Smart.h,例子见test.cpp 包括: 自动指针CAutoPtr『支持多元素,赋值时会完全把右值传给左值』 智能buffer CSmartBuf『用于在堆栈中定义未知大小的buffer,兼具高效和通用性』 快速映射CQuickMap 环形队列CRingQ-C common template library, as detailed in the annex to the Smart.h, test.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:26172
    • 提供者:米兰
  1. assign

    0下载:
  2. 在.net环境中实现多语言无缝集成的程序,对C++编写的代码进行托管包装,与c#编写的程序封装在一起。
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:4871
    • 提供者:王军
  1. spyxx

    0下载:
  2. It may analyze the window structure, the advancement and the window news, has the very greatly auxiliary function to the development work. When we need to study some object, so long as assigns out its search window, driv
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:137059
    • 提供者:fant
  1. cubeKeybroad

    0下载:
  2. 一个随机产生颜色的立方体,按不同的键位完成不同的功能。实现旋转,拉伸,位移, A cube will be colored by random, it can rotate,scaling,shear,translate,if you press the assign key,input your data on command windows
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1845
    • 提供者:陈晨
  1. K-meanCluster

    0下载:
  2. How the K-mean Cluster work Step 1. Begin with a decision the value of k = number of clusters Step 2. Put any initial partition that classifies the data into k clusters. You may assign the training samples random
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2004
    • 提供者:yangdi
  1. Assign

    0下载:
  2. 文档/视结构下,网格控件的使用实例.很好用的一个类
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:285889
    • 提供者:zhengshoujiang
  1. insertTOC

    0下载:
  2. Insert table of contents: Create some pages, assign labels to them and insert a table of contents at the beginning of the document
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1895
    • 提供者:Silver
  1. FPGA_two-way_IO

    0下载:
  2. FPGA Verilog,双向端口的研究,比较全,由ASSIGN和ALWAYS模块组成,测试可用
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:116406
    • 提供者:鲍纯贝
  1. tree

    0下载:
  2. 表达式类型的实现: 1、 一个表达式和一颗二叉树之间,存在着自然的对应关系。 2、 假设算术表达式Expression内可以含有变量(a~z)、常量(0~9)和二元运算符(+,-,*,/,^)。实现一下操作。 (1) ReadExpr(E)——以字符序列的形式输入语法正确的前缀表示式并构造表达式E。 (2) WritrExpr(E)——用带括弧的中缀表示式输出表达式E。 (3) Assign(V,c)——实现对变量V
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:21477
    • 提供者:刘丹华
  1. biaodashi

    0下载:
  2. 1.一个表达式和一个二叉树之间,存在着自然的对应关系。写一个程序,实现基于二叉树表示的算术表达式Expression的操作。 2.假设算术表达式Expression内可以含有变量(a~z)、常量(0~9)和二元运算符(+,-,*,/,^(乘幂))。实现以下操作: ⑴ReadExpr(E)——以字符序列的形式输入语法正确的前缀表达式并构造表达式E。 ⑵WriteExpr(E)——用带括弧的中缀表达式输出表达式E。 ⑶Ass
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:3627
    • 提供者:王莹
  1. FPGA_two-way_IO

    0下载:
  2. FPGA Verilog,双向端口的研究,比较全,由ASSIGN和ALWAYS模块组成,测试可用-FPGA Verilog, bi-directional port studies comparing full-, and ALWAYS by ASSIGN modules, testing available
  3. 所属分类:VHDL编程

    • 发布日期:2024-06-16
    • 文件大小:115712
    • 提供者:鲍纯贝
  1. chap9

    0下载:
  2. 用assign 语句描述的三态门,三态双向驱动器,3-8 译码器,8-3 优先编码器-With the assign statement describing the three-state gate, three-state bi-directional drive, 3-8 decoder ,8-3 priority encoder, etc.
  3. 所属分类:VHDL编程

    • 发布日期:2024-06-16
    • 文件大小:7168
    • 提供者:chencong
  1. quartus-ii-automatically-assign-pins

    0下载:
  2. quartus ii 中自动分配管脚的三种方法-quartus ii automatically assign pins are three ways
  3. 所属分类:VHDL编程

    • 发布日期:2024-06-16
    • 文件大小:12288
    • 提供者:ssss
  1. Assign-alogrithm

    0下载:
  2. 委派工作时的用到的移位按位运算,希望对你有所帮助,谢谢下载-A assign algorithm whenyou assign work to many works,I think it is useful, I hope it can help you
  3. 所属分类:其他小程序

    • 发布日期:2024-06-16
    • 文件大小:750592
    • 提供者:李晓森
  1. 3-8-assign

    0下载:
  2. 此程序采用assign语句实现3-8译码器功能,仿真波形正确。-This program uses the assign statement to realize 3-8 decoder function, simulation waveform is right.
  3. 所属分类:VHDL编程

    • 发布日期:2024-06-16
    • 文件大小:130048
    • 提供者:Dr.Shang
  1. assign operator

    0下载:
  2. this is assign operator example
  3. 所属分类:教育/学校应用

    • 发布日期:2022-10-11
    • 文件大小:335
    • 提供者:prabhu
« 12 3 4 5 6 7 8 9 10 ... 21 »

源码中国 www.ymcn.org