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

搜索资源列表

  1. four

    0下载:
  2. 平面4结点有限元方法-Plane four node Finite Element Method
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:31.13kb
    • 提供者:欧阳池毅
  1. utilitaturi

    0下载:
  2. Control of a four-level elevator system using a programmable logic controller
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:63.22kb
    • 提供者:Paulicafarafrik
  1. Four-barlinkage

    0下载:
  2. 与四连杆之分析相同,在任何杆之延伸点上之位移、速度及加速度等亦可利用sldlink()、body()、fb_sld_linits()及drawlinks()等函数进行分析。 利用drawsldpaths()函数则可达到整合的目的。 其呼叫之方式如下: drawsldpaths(r6,th6,r,th1,theta,td2,tdd2,sigma,npts,driver,mode) 输入参数 • r :四连杆之长度,一列向量表示。 •
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:51.05kb
    • 提供者:dony
  1. answeringdevice

    0下载:
  2. 四人抢答器,本设计室根据抢答器的原理,用vhdl语言写的。具有很强的实用价值。-Four Responder, this Responder Design Studio, according to the principle, using vhdl language written. Has a strong practical value.
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:175.04kb
    • 提供者:红儿
  1. Four-kinds-of-classical-algorithms

    0下载:
  2. 四种经典的算法,包括猴子选大王,约瑟夫环,迷宫求解,文本编辑-Four kinds of classical algorithms, including the monkey king of the election, Joseph Wan, maze solving, text editor
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:130.3kb
    • 提供者:liu jian
  1. four-quadrant-diagram

    0下载:
  2. 用Excel制作的能够快速生成二维4象限图的小工具,需要启用宏功能。-Produced using Excel to quickly generate two-dimensional four-quadrant diagram of small tools, necessary to enable the macro function.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:27.02kb
    • 提供者:Albert Zhang
  1. four-phase8Multisim7filmmicro-steppingmotordriveci

    0下载:
  2. 本电路是采用Multisim7模拟的四相八拍微型步进电机的驱动电路。将步进电机的A,B,C,D4相绕组接入电路中的四个输出端,在STEPIN端输入方波信号,根据步进电机的原理可知步进电动机即可旋转。由于由STEPIN输入方波后调整运算后输出信号进行放大后驱动步进电机,所以可以得知旋转的转速与输入方波的频率成正比。 -The circuit is simulated using the four-phase 8 Multisim7 film micro-stepping motor drive
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:22.8kb
    • 提供者:liuxi
  1. four

    0下载:
  2. 以四数求和为例显示鼠标悬浮文字框和计算自动记录在TXT文件中-Example shows a four-number sums and calculations hover text box automatically records in TXT file
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:3.28mb
    • 提供者:杨先生
  1. Four-random-poker-licensing

    0下载:
  2. 先产生52个随机数,然后分为四行,每行13个数,然后命名红桃,方片,黑桃,梅花,四种花色,每种花色为A——K十三张牌,没人发到的牌是52张中的随机13张,而且不能重复,由此牌发完,结束。-Created in the first 52 random numbers, and then divided into four lines, each line number 13, then named hearts, square pieces, spades, clubs, four colors,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1019byte
    • 提供者:刘文龙
  1. the-four-splash-screen-code-in-VC

    0下载:
  2. 运用好启动画面可以给使用者留下一个强烈的印象,起到很好的宣传作用,以上程 序均在Visual C++ 6.0、Windows2000 调试通过。本文是VC中四种启动画面的代码-Make good use of the splash screen can be left a strong impression to the user, played the role of good publicity, the above process in Visual C++ 6.0, Windows
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:75.81kb
    • 提供者:yangyujie
  1. Two-fork-tree-four-operations

    0下载:
  2. windows下,vc++实现,应用的是二叉树来实现四则运算-used the Two fork tree,to make four operations
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-15
    • 文件大小:180.69kb
    • 提供者:陈翔运
  1. C-language-four-trick

    0下载:
  2. [C语言] 编写高效C语言的四大绝招 第一招:以空间换时间 第二招:数学方法解决问题 -[C language] Writing Efficient C language four trick first move: space for time second measure: mathematical methods to solve the problem
  3. 所属分类:CSharp

    • 发布日期:2017-11-24
    • 文件大小:20.78kb
    • 提供者:Bruce
  1. Map-four-staining

    0下载:
  2. 用不多于四种颜色为地图染色,使相邻的行政区不重色,是计算机科学中著名的“四染色”的典型应用,应用这个思想,是以回溯的算法对一幅给定的地图染色。是对数据结构中栈的应用。-With no more than four colors map staining the adjacent borough is not heavy color, typical applications of computer science "stain" the application of this idea, a b
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:177.5kb
    • 提供者:family
  1. four-LED

    0下载:
  2. 4个LED灯跑马灯方式循环点亮 方式:先1个灯点亮,再2个灯点亮,3个灯点亮,4个全亮。-Marquee way cycle of four LED lights lit the way: first, a lamp is lit, then two lamp lights, three lights lit four full brightness.
  3. 所属分类:Other systems

    • 发布日期:2017-11-18
    • 文件大小:717byte
    • 提供者:jemon
  1. four-storey-elevator-control-

    0下载:
  2. 四层电梯控制,已实现,用单片机控制,简单的八位单片机配合简单的外围电路即可哦-Four-story elevator control, has been implemented with single-chip control, simple 8-bit microcontroller with the simple peripheral circuit can Oh
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:4.42kb
    • 提供者:许伟斌
  1. The-four-pupils-computing-system

    0下载:
  2. 小学生四则运算考试系统,也可实现随机生成题库,可以选择难度,题量和数字范围!-Pupils four arithmetic exam system, can also be randomly generated exam, you can choose the difficulty, the amount of problems and the range of numbers!
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-17
    • 文件大小:5.82mb
    • 提供者:wang
  1. the-design-of-Four-band-filter-banks

    0下载:
  2. 四带滤波器组的matlab实现代码,内含正确的仿真结果 及详细标注,新手可以参考。-Four-band filter bank matlab code contains the correct simulation results and detailed labeling, can refer to the novice.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-08
    • 文件大小:13.67kb
    • 提供者:khd
  1. Four-waveform-generator-example

    0下载:
  2. 四个波形产生例子,一个是自己产生正弦波,一个是自己在垂直坐标轴上画直线,另两个是在垂直坐标轴上画随机线,对于学习怎么画波形来说是挺好的例子,值得学习-Four waveform generator example, a generated sine wave, one is the vertical axis draw a straight line, the other two draw random lines in the vertical axis, is a good example
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-09
    • 文件大小:2.13mb
    • 提供者:邹某某
  1. four-arithmetic-operation

    0下载:
  2. 自己编的一个简单四则运算器代码,利用VB控件进行运算-Own a simple the four arithmetic unit code using VB controls operation
  3. 所属分类:CSharp

    • 发布日期:2017-11-08
    • 文件大小:35.52kb
    • 提供者:zy
  1. new-four-operations

    0下载:
  2. 基于visual C,实现功能为四则运算。相比以往的算法,执行效率更高。-Based on visual C functions for four operations. Compared to the previous algorithm, the implementation of more efficient.
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:1.28kb
    • 提供者:kim
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com