-
opencv 着色
const vec3 WHITE(1.0, 1.0, 1.0);
const vec3 BLACK(0.0, 0.0, 0.0);
const vec3 RED(1.0, 0.0, 0.0);
const vec3 GREEN(0.0, 1.0, 0.0);
const vec3 BLUE(0.0, 0.0, 1.0);
const int CIRCLE_NUM_POINTS = 100;
const int ELLIPSE_NUM_POINTS = 100;
const int TRIANGLE_NUM_POINTS = 3;
const int SQUARE_NUM = 6;
const int SQUARE_NUM_POINTS = 4 * SQUARE_NUM;
const int TOTAL_NUM_POINTS = TRIANGLE_NUM_POINTS + SQUARE_NUM_POINTS + CIRCLE_NUM_POINTS + ELLIPSE_NUM_POINTS;
- 2022-01-23 11:02:46下载
- 积分:1
-
integral2
说明: 运用物理光学法和矩量法计算带罩天线的远场辐射。(use of optical physics and Moment Method band antenna covers the far field radiation.)
- 2006-03-31 22:41:43下载
- 积分:1
-
danyuanzuiduan
单源点最短路径问题,这是一个很标准的程序,对于学习算法的同学很有帮助。(Single source shortest path problem, which is a standard procedure, and helpful for students learning algorithm.)
- 2011-06-28 13:46:07下载
- 积分:1
-
C# 语音合成例子源码(TTS微软库)
C# 语音合成例子源码(TTS微软库)
- 2019-02-25下载
- 积分:1
-
Windows-Via
Windows核心编程第五版,英文版,有PDF、word和chm(Windows core programming fifth edition of the English version, PDF, word, and chm)
- 2013-04-13 10:48:57下载
- 积分:1
-
TestVirtual
查看面向对象多态执行流程,如果父类函数为纯虚函数,则会执行子类函数.(look at multy status in executing,if farther s function no execute health, execute child s function)
- 2011-01-31 09:48:25下载
- 积分:1
-
zjtb
ʱ
- 2008-10-02 14:52:17下载
- 积分:1
-
AVR-IO-ports-communications-line
AVR单片机利用定时器普通IO口实现一线通信(AVR microcontroller IO ports using timers to achieve common communications line)
- 2020-10-08 19:27:35下载
- 积分:1
-
梅勒在C #发送电子邮件。
mailer in C# to send emails.
- 2023-02-18 14:05:03下载
- 积分:1
-
C06策略
c06tb套利交易策略源码,源码为人人宽客编写分享(C06tb arbitrage strategy source code, source code for everyone to share quants written)
- 2017-09-22 09:54:00下载
- 积分:1