-
FETIMX6UL
IMX6UL 开发板原理图,带DDR3,NAND FLASH,ETH,UART,USB等丰富的外部接口。(SCH OF IMX6UL DEMO BOARD)
- 2017-07-19 09:12:30下载
- 积分:1
-
牛客独家春招实习备战手册-技术篇
说明: 牛客春招指南,里面包含了很多的干货,包括春招介绍,简历建议,以及公司真题等。(Niuke spring recruitment guide, which contains a lot of dry goods, including spring festival recruitment introduction, resume suggestions, as well as the company's real topic.)
- 2020-12-04 16:01:03下载
- 积分:1
-
exercises1
Exercisesfor tet purpose
- 2019-04-30 03:33:16下载
- 积分:1
-
fluent python
流畅的python,mobi+pdf两种格式(fluent python.mobi+pdf two formats)
- 2017-11-08 11:23:56下载
- 积分:1
-
实时视频跟踪源码,CV++.NET编程环境
实时视频跟踪源码,CV++.NET编程环境-Real-time video tracking source, CV++. NET programming environment
- 2022-03-21 18:30:10下载
- 积分:1
-
C# 设置屏幕分辨率
C# 改变屏幕分辨率,功能仿windows 的屏幕分辨率设置,改变滑块改变分辨率大校本例可学习一下滑块的用法。源代码如下:
long RetVal = 0;
DEVMODE dm = new DEVMODE();
dm.dmSize = (short)Marshal.SizeOf(typeof(DEVMODE));
dm.dmPelsWidth = dWidth;//宽
dm.dmPelsHeight = dHeight;//高
dm.dmDisplayFrequency = 85;//刷新率
dm.dmFields = DEVMODE.DM_PELSWIDTH | DEVMODE.DM_PELSHEIGHT | DEVMODE.DM_DISPLAYFREQUENCY | DEVMODE.DM_BITSPERPEL;
RetVal = ChangeDisplaySettings(ref dm, 0);
- 2023-03-16 15:00:04下载
- 积分:1
-
src
利用芯片sha204a进行加密的程序包,程序都在里面(Using the chip sha204a to encrypt the package, the program is inside)
- 2017-08-02 15:35:04下载
- 积分:1
-
untitley
说明: 倍频SPWM方式下的单相全桥逆变电路仿真(Simulation of Single-Phase Full-Bridge Inverter Circuit in Frequency Doubling SPWM Mode)
- 2019-04-12 08:38:44下载
- 积分:1
-
svc_txy
支持向量聚类demo,l利用matlab实现支持向量聚类,代码简单(Support vector clustering)
- 2018-04-23 01:06:01下载
- 积分:1
-
Qt5开发及实例(第二版)
Qt is a well-known cross-platform C++ visual development platform. Qt open source version provides the same functions as the commercial version. Qt 5 Development and Instance (2nd Edition) inherits the popular Qt 5 development and examples from the market.At the same time (Q1 5.4.0), QT application development is more systematic and more readable.This book is divided into two parts: The first part is the traditional Qt Widget programming. Each chapter introduces the Qt 5 application in a small example based on a brief introduction to the development environment.The development techniques of the program are generally introduced and explained through examples.
- 2020-06-20 14:00:02下载
- 积分:1