-
介绍spice基本操作,属于基础性的入门读物。
介绍spice基本操作,属于基础性的入门读物。-PSpice_training
- 2022-04-21 10:17:53下载
- 积分:1
-
OpenCV是Intel® 开源计算机视觉库。它由一系列 C 函数和少量 C++ 类构成,实现了图像处理和计算机视觉方面的很多通用算法。
重...
OpenCV是Intel® 开源计算机视觉库。它由一系列 C 函数和少量 C++ 类构成,实现了图像处理和计算机视觉方面的很多通用算法。
重要特性
OpenCV 拥有包括 300 多个C函数的跨平台的中、高层 API。它不依赖于其它的外部库――尽管也可以使用某些外部库。
OpenCV 对非商业应用和商业应用都是免费(FREE)的。(细节参考 license)。
OpenCV 为Intel® Integrated Performance Primitives (IPP) 提供了透明接口。 -OpenCV
- 2022-02-02 21:23:43下载
- 积分:1
-
GNU CPP 4
GNU CPP 4
- 2023-08-25 20:25:03下载
- 积分:1
-
Internet_program_JAVA&HTML 需要的人看看吧
Internet_program_JAVA&HTML 需要的人看看吧-Internet_program_JAVAHTML those who need to see it
- 2022-02-01 07:38:15下载
- 积分:1
-
好大啊~吐血啊~不过为了大家我还是传了吧~一个好的程序员和一个初级程序员的区别就在于对待同一个问题的思想的不同。所以这本书的重要性不言而喻
好大啊~吐血啊~不过为了大家我还是传了吧~一个好的程序员和一个初级程序员的区别就在于对待同一个问题的思想的不同。所以这本书的重要性不言而喻-big ah ah ~ ~ vomit blood But to everyone I spread it to a good programmer and a junior programmer is the difference between a deal with the problem of thinking different. So this book is self-evident the importance of
- 2022-01-20 23:58:21下载
- 积分:1
-
dev_c the source of most of them for game dev elopment
the source of dev_c++
most of them for game development-dev_c the source of most of them for game dev elopment
- 2022-08-22 10:55:46下载
- 积分:1
-
组件应用七书籍语言:英语图书分类:体育..
Delphi 7组件应用实例
书籍语言: 简体中文
书籍类型: 程序设计
授权方式: 免费软件
书籍大小: 105 KB
-Delphi Component Application seven books Language : English books categories : program design license : free software books Size : 105 KB
- 2022-01-26 01:43:49下载
- 积分:1
-
Linux内核源代码分析/电子书
Linux内核源代码分析/电子书-Linux kernel source code analysis/e-books
- 2022-09-16 13:30:03下载
- 积分:1
-
good, good c books, we wanted to give some help
很好,不错的c++书籍,希望能给大家有所帮助-good, good c books, we wanted to give some help
- 2022-12-27 11:00:03下载
- 积分:1
-
时钟闪烁移动
#include"reg51.h"
sbit SET_K = P1^0; //设置
sbit PLUS_K = P1^1;//左移加1
sbit SHIFT_K = P1^2;//左移
sbit CHANGE_K = P1^3;//切换 年、月、日
bit SecFlag = 0;
bit FlashFlag = 0;
unsigned int Counter = 0;
unsigned char Led0,Led1,Led2,Led3,Led4;
unsigned char Shift;
code unsigned char LedSeg[10] = {0x3f,0x06,0x5B,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
void Time0() interrupt 1 // 0: EX0 1:Time0 2: EX1 3: Time1,4:serial 中断
{
static unsigned int IntCnt;
TH0 = 0xfc;
TL0 = 0x66;
if(++IntCnt > 1000)
{
IntCnt = 0;
SecFlag = 1;
}
switch(++Counter%5) //显示功能
{
case 0:
- 2022-03-02 21:20:39下载
- 积分:1