搜索资源列表

  1. U51asm

    0下载:
  2. 交通灯: 1. 因为本设计是交通灯的控制,所以要先了解实际交通灯的变化规律。假设一个十字路口为东西南北走向。初始状态0为东西红灯,南北红灯。然后转状态1南北绿灯通车,东西红灯。过一段时间转状态2,南北绿灯闪几次转亮黄灯,延时几秒,东西仍然红灯。再转状态3,东西绿灯通车,南北红灯。过一段时间转状态4,东西绿灯闪几次转亮黄灯,延时几秒,南北依然红灯。最后循环至状态1。 2. 双色LED是由一个红色LED管芯和一个绿色管芯封装在一起,公用负端
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2191
    • 提供者:孙菱蔚
  1. 以曲线或柱状图实时显示数据的控件代码

    0下载:
  2. 这是一款可以以曲线或柱状图的形式实时动态显示数据的控件。 主要特点是:支持显示浮点数、负数,显示数据范围大、可以自定义显示范围也可自动选择范围,还可锁定显示范围。-This a can of a curve or column in the form of real-time dynamic display of data control. The main features are : support shown float, neg
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:6591
    • 提供者:陈修
  1. 模拟退火源码

    0下载:
  2. 模拟退火算法 模拟退火算法(Simulated Annealing,简称SA算法)是模拟加热熔化的金属的退火过程,来寻找全局最优解的有效方法之一。 模拟退火的基本思想和步骤如下: 设S={s1,s2,…,sn}为所有可能的状态所构成的集合, f:S—R为非负代价函数,即优化问题抽象如下: 寻找s*∈S,使得f(s*)=min f(si) 任意si∈S (1)给定一较高初始温度T,随机产生初始状态S (2)按一定方式,对当前状态作随机扰动
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:55205
    • 提供者:qianyg
  1. 已知两点求第三点的双字节无符号定点插值算法

    0下载:
  2. 两个点的线性插值定点数算法 说明:1、基本公式 y=( y2-y1 ) ( x-x1 ) / ( x2-x1 ) + y1 2、根据直线斜率的正负、内插外插的不同,分为6种情况。 3.参见文件夹中的“插值算法的6种情况”一图。-two points of linear interpolation algorithm for determining points : one, the basic formula y = (y2
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:16289
    • 提供者:马良
  1. putty_0.58.orig.tar

    0下载:
  2. putty源代码,无平台限制的telnet\\ftp等程序,极负参考价值-putty source code, non- platform limit procedure and so on telnet\\ftp, extremely negative reference value
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1567268
    • 提供者:lsw
  1. 报警信息查询系统

    0下载:
  2. 报警信息查询系统VB+ACESS 根据某啤酒厂出现故障不同(如系统错误、负亟接地、操作错误等)计算机系统进行报警-alarm information inquiry system VB Acess under a different breweries failure (such as system error, negative urgent grounding, operational errors, etc.) for the
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:6730236
    • 提供者:张三
  1. Positive-and-negative-triangle

    0下载:
  2. 大学课本中常见的一个题,用C#写程序输出*组成的一个正反三角形状。-University textbooks in common a title, written in C# program output* consisting of a positive and negative triangular shape.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-22
    • 文件大小:23552
    • 提供者:李秋萍
  1. photonic-crystal-negative-refraction

    0下载:
  2. 提出并优化了由单排渐变介质波导构成的二维空气孔型光子晶体负折射平板透镜表面的减反层,改善了成像 质量-Proposed and optimized by a single row of two-dimensional gradient dielectric waveguide consisting of negative refraction of air hole photonic crystal slab lens surfac
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:189440
    • 提供者:张江
  1. Gaussian-negative-balance

    0下载:
  2. 大地测量中高斯正反算程序,实现投影过程中大地坐标到平面坐标的转换,很实用-Geodetic positive and negative Gaussian computer program, the process of realization projection plane coordinates to geodetic coordinates conversion, it is practical
  3. 所属分类:GPS编程

    • 发布日期:2024-05-22
    • 文件大小:3072
    • 提供者:舒宝
  1. Negative-Selection-Algorithm

    0下载:
  2. 否定选择算法是1994年Forrest等人提出的一种人工免疫算法。它只需要利用有限数量的正常样本便能检测出无限的异常数据。-Negative selection algorithm is an artificial immune algorithm 1994 proposed by Forrest et al. It only requires the use of a limited number of normal samples
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:125952
    • 提供者:skiller
  1. Negative-selection-algorithm

    0下载:
  2. 该代码是自己利用实际的大气污染数据编写的否定选择算法例程,验证否定选择算法的分类效果-The code is their actual air pollution data using negative selection algorithm written routines to verify the effect of negative selection algorithm classification
  3. 所属分类:matlab例程

    • 发布日期:2024-05-22
    • 文件大小:6144
    • 提供者:蝈蝈
  1. negative-voltage

    0下载:
  2. 运放产生负电压。 Multisim 12.0。-op Amp generates negative voltage。
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:1699840
    • 提供者: 王南
  1. lm35-negative-temp-sensor

    0下载:
  2. avr base lm35-negative-temp-sensor with dsn & hex code
  3. 所属分类:汇编语言

    • 发布日期:2024-05-22
    • 文件大小:27648
    • 提供者:suniladroja1919
  1. number-of-negative

    0下载:
  2. 统计负数个数以及找出真值数最大与最小的数字输出-Statistical negative number and find out the true value of the maximum and minimum number of digital output
  3. 所属分类:汇编语言

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:jenny
  1. Convert-image-to-negative-grayscale-threshold

    0下载:
  2. Converting RGB image to negative, gray scale and threshold image.
  3. 所属分类:控制台(字符窗口)编程

  1. positive-and-negative-earth

    0下载:
  2. 大地问题正反算,椭球参数可选,可以进行正反算,精度较高-Problems considered positive and negative earth
  3. 所属分类:C#编程

    • 发布日期:2024-05-22
    • 文件大小:2048
    • 提供者:Ray
  1. Positive-or-negative-number

    0下载:
  2. Positive or negative number c-Positive or negative number c++
  3. 所属分类:文件格式

    • 发布日期:2024-05-22
    • 文件大小:98304
    • 提供者:Juan
  1. Positive-and-negative-pulse-width

    0下载:
  2. 1、在掌握可控脉冲发生器的基础上了解正负脉宽数控调制信号发生的原理。 2、熟练的运用示波器观察实验箱上的探测点波形。 3、掌握时序电路设计的基本思想 -Positive and negative pulse width modulation signal generator design
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-22
    • 文件大小:133120
    • 提供者:漆广文
  1. NEGATIVE_FREQUENCY

    0下载:
  2. NEGATIVE FREQUENCY CONCEPT
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:10240
    • 提供者:allari
  1. Negative C++

    0下载:
  2. The code will count the number of Positive, Negative and Zero Number given by the user
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:103424
    • 提供者:sags
« 1 2 34 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org