搜索结果
找到约 158 项符合
Infra-red 的查询结果
其他 PNG开放源接口 The interface has been designed to be as simple and intuitive as possible. It supports plo
PNG开放源接口 The interface has
been designed to be as simple and intuitive as possible. It supports plotting and reading in the RGB (red, green,
blue), HSV (hue, saturation, value/brightness) and CMYK (cyan, magenta, yellow, black) colour spaces, basic
shapes, scaling, bilinear interpolation, full ...
Linux/Unix编程 1994年
1994年,Young和Mark Ewing创建了Red Hat公司,并创造了全球使用最广泛的Red Hat Linux套件,为Linux的普及立下了汗马功劳,笔者也是跟随着Red Hat的带领下走进Linux世界的。Red Hat取得了辉煌的成绩,甚至许多Linux发行公司还采用了许多Red Hat Linux的代码,如Mandrake、SOT Best、Connectiva、Abit和Kondara。可以说,Re ...
其他 PlotSphereIntensity(azimuth, elevation) PlotSphereIntensity(azimuth, elevation, intensity) h = Plo
PlotSphereIntensity(azimuth, elevation)
PlotSphereIntensity(azimuth, elevation, intensity)
h = PlotSphereIntensity(...)
Plots the intensity (as color) of a number of points on a unit sphere.
Input:
azimuth (phi), in degrees
elevation (theta), in degrees
intensity (optional, if not provided, a gree ...
其他 This model simulates a six-degrees-of-freedom variable mass equations of motion with Simulink and Ae
This model simulates a six-degrees-of-freedom variable mass equations of motion with Simulink and Aerospace Blockset. This
model has been color coded to aid in locating Aerospace Blockset blocks. The red blocks are Aerospace Blockset blocks, the orange blocks are subsystems containing additional Ae ...
嵌入式/单片机编程 由于找不到安装 红旗需要的文件
由于找不到安装 红旗需要的文件,所以只有用RED HAT LINUX中的文件
电子书籍 Programming PHP, Second Edition is the authoritative guide to PHP 5 and is filled with the unique kn
Programming PHP, Second Edition is the authoritative guide to PHP 5 and is filled with the unique knowledge of the creator of PHP (Rasmus Lerdorf) and other PHP experts. When it comes to creating web sites, the PHP scripting language is truly a red-hot property. In fact, PHP is currently used on mor ...
Linux/Unix编程 看n2实例 #Create a simulator object set ns [new Simulator] #Define different colors for data flows
看n2实例 #Create a simulator object
set ns [new Simulator]
#Define different colors for data flows
#$ns color 1 Blue
#$ns color 2 Red
#Open the nam trace file
set nf [open out-1.nam w]
$ns namtrace-all $nf
set f0 [open out0.tr w]
set f1 [open out1.tr w]
#Define a finish procedure
proc finish {} ...
Linux/Unix编程 Linux入门讲解
Linux入门讲解,以Red Hat Linux x_86作为例子进行讲解。
Oracle数据库 留言簿架构 oracle 9i + jsp + struts 留言簿基本功能: 1 、客人签写留言 2 、基本的UBB支持
留言簿架构
oracle 9i + jsp + struts
留言簿基本功能:
1 、客人签写留言
2 、基本的UBB支持,如[url]http://www.lunji.com[/url],[color="red"]红色字[/color]
3 、ctrl+enter可提交留言
4 、搜索留言
5 、悄悄话功能
安全:
1 、解决了连串字母将表格撑大问题
2 、用户名与留言内容不能太长或为空
3 、用户不能冒充版 ...
单片机开发 51单片连tcs230的源程序
51单片连tcs230的源程序,绝对原创,可以记忆颜色。
#define uchar unsigned char
#include <reg52.h>
#include<math.h>
sbit S0=P1^7
sbit S1=P1^0 //端口定义
sbit S2=P1^1
sbit S3=P1^2
sbit OE=P1^3
sbit OUT=P3^4 //频率从TO口输入
sbit key0=P1^5
sbit LED=P1^6
sbit a=P3^0
sbit b=P3^1
uchar color //1: ...