搜索:CYAN
找到约 4 项符合「CYAN」的查询结果
结果 4
https://www.eeworm.com/dl/648/454556.html
单片机开发
使用CYAN单片机的ECOG1开发板连接SIM300C的GSM模块开发的短信收发程序.供UART和AT指令编程者参考
使用CYAN单片机的ECOG1开发板连接SIM300C的GSM模块开发的短信收发程序.供UART和AT指令编程者参考
https://www.eeworm.com/dl/534/271829.html
其他
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 ...
https://www.eeworm.com/dl/656/484230.html
Java书籍
第一章JSP简介 例子1(效果如图1.1所示) Example1_1.jsp: < @ page contentType="text/html charset=GB2312" >
第一章JSP简介
例子1(效果如图1.1所示)
Example1_1.jsp:
< @ page contentType="text/html charset=GB2312" >
<HTML>
<BODY BGCOLOR=cyan>
<FONT Size=1>
<P>这是一个简单的JSP页面
< int i, sum=0
for(i=1 i<=100 i++)
{ sum=sum+i
}
> ...
https://www.eeworm.com/dl/619/451809.html
Linux/Unix编程
//颜色初始化 if(!has_colors() || start_color() == ERR){ endwin() printf("Terminal does not su
//颜色初始化
if(!has_colors() || start_color() == ERR){
endwin()
printf("Terminal does not support color.\n")
exit(1)
}
init_pair(1, COLOR_GREEN, COLOR_BLACK)
init_pair(2, COLOR_RED, COLOR_BLACK)
init_pair(3, COLOR_CYAN, COLOR_BLACK)
init_pair(4, COLOR ...