-
2214(485)
phillip公司的arm芯片的应用,有485功能,是一个实际用的程序.(Arm application about 485 .It is made from phillip. )
- 2009-07-12 05:29:17下载
- 积分:1
-
calendar
用51单片机实现万年历,时钟,闹钟的功能(Calendar, clock, alarm clock function with 51)
- 2012-07-23 20:18:12下载
- 积分:1
-
chenggongchengxu
rgb to HSV,很有用,调试成功,可以应用(rgb to HSV,#include "stdafx.h"
#include <iostream.h>
void main(float R, float G, float B, float& H, float& S, float&V)
{
// r,g,b values are from 0 to 1
// h = [0,360], s = [0,1], v = [0,1]
// if s == 0, then h =-1 (undefined)
float min, max, delta,tmp
tmp = R>G?G:R
min = tmp>B?B:tmp
tmp = R>G?R:G
max = tmp>B?tmp:B
V = max // v
delta = max- min
if( max != 0 )
S = delta/max // s
else
{
// r = g = b = 0 // s = 0, v is undefined
S = 0
H = 0
return
}
if (delta == 0){
H = 0
return
}
else if(R == max){
if (G >= B)
H = (G- B)/delta // between yellow & magenta
else
H = (G- B)/delta+ 6
}
else if( G == max )
H = 2+ ( B- R )/delta // between cyan & yellow
else if (B == ma)
- 2011-12-02 10:09:24下载
- 积分:1
-
lightproof-1.4.1
说明: LanguageTool, a proof-reading tool for English, German, Polish,
Chinese, French, Dutch, Russian, Italian, Danish, Tamil and more languages
- 2019-02-11 11:02:01下载
- 积分:1
-
RadarDataDisp
雷达数据显示与分析,包括雷达P显和E显两种方式,同时还可设置雷达量程、指定目标航迹数据显示等,该代码实用,值得参考。(Radar data and analysis, including radar and E P were significantly in two ways, but can also set the radar range, specify the target track data display, the code useful as reference.)
- 2020-11-17 15:29:39下载
- 积分:1
-
yy-LPD6803
说明: led点阵控制的代码,经过验证可以使用。
(LED MATRIX CONTROL SOURCE, CAN USEING FREE.)
- 2011-03-01 23:48:14下载
- 积分:1
-
0672323699
Tricks of the windows game programming gurus 2nd edition
- 2014-10-30 06:55:08下载
- 积分:1
-
TestCalculatorDemo
这是自己编写的一个简易计算器,用于加减乘除计算,还有百分比和平方。(I have written a simple calculator for arithmetic calculations, as well as percentages and square.)
- 2013-11-16 20:02:17下载
- 积分:1
-
伙伴系统
伙伴系统的一些基本功能实现
包含分配内存函数及回收操作(Some basic functions of the buddy system are implemented.
Contains allocated memory functions and recovery operations.)
- 2017-10-08 14:18:54下载
- 积分:1
-
compluxModeling
复杂形体建模与绘制的离散方法研究【浙大博士学位论文】,对于图形学研究具有很高的参考价值(complex physical modeling and rendering of discrete method [PhD thesis-- Zhejiang University, For graphics, which is very high reference value)
- 2007-04-18 07:47:24下载
- 积分:1