-
shudu
C#,数独游戏,带界面,可以查看答案,设置难度等级等(C#, Sudoku, with the interface, you can view the answers, set the difficulty level, etc.)
- 2020-12-08 12:19:19下载
- 积分:1
-
c51tousb
说明: u盘读写模块.C51单片机与USB接口芯片对U盘进行文件读写,支持FAT8,FAT16和FAT32磁盘格式.(reader module. C51 microcontroller with USB interface chip for U-file read and write support FAT8, FAT16 and FAT32 disk format.)
- 2021-03-22 17:39:16下载
- 积分:1
-
siwive-all-book
siwive全介绍 读完这个就拿下siwave了。(siwave all )
- 2013-01-03 17:58:14下载
- 积分:1
-
ToTwo
能够通过读取图片处理出黑色背景下的单一白色规则几何体的坐标(The ability to process the coordinates of a single white regular geometry in a black background by reading the picture)
- 2020-06-22 18:00:01下载
- 积分:1
-
TabView_TabCtr
TabView 具有TabCtrl类似功能的视图类(Tabview class have the function like TabCtrl .)
- 2013-11-30 10:34:05下载
- 积分:1
-
uCOS-II原理 任哲--PPT
说明: 嵌入式实时操作系统μC/OS-II讲解(ppt) 任 哲
一.计算机操作系统的基本概念
二.操作系统中常用的数据结构
三.并发操作系统的概念
四.任务的要素
五. μC/OS-II的任务管理(任务调度)
六. μC/OS-II的中断和时钟
七. μC/OS-II的任务的同步与通信
八. μC/OS-II的存储管理
九.硬件抽象层和测试台(Embedded real-time operating system/os-ii presentation (PPT
The basic concept of computer operating system
Two. The commonly used data structure in the operating system
Iii. Concept of concurrent operating system
Four, the elements of the task
5. Task management of C/ os-ii (task scheduling)
Six. C/ os-ii interrupts and clocks
7. Synchronization and communication of C/ os-ii tasks
8. C/ os-ii storage management
Hardware abstraction layer and test bed)
- 2020-05-04 20:53:34下载
- 积分:1
-
WPF 自定义标题的winform窗体实现源码
两个属性一个事件 WindowStyle="None" 去标题 AllowsTransparency="True" 去边框 MouseMove="TitleBar_MouseMove" 鼠标拖动标题栏 // 支持标题栏拖动 protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e) { base.OnMouseLeftButtonDown(e); // 获取鼠标相对标题栏位置 Point position = e.GetPosition(TitleBar); // 如果鼠标位置在标题栏内,允许拖动 if (e.LeftButton == MouseButtonState.Pressed) { if (position.X >= 0 && position.X < TitleBar.ActualWidth && position.Y >= 0 && position.Y < TitleBar.ActualHeight) { this.DragMove(); } } }
- 2013-10-06下载
- 积分:1
-
RPDP-PCILVDS
买的一块开发板的开发文档、原理图还有PCB板,并且附有PCI9054的驱动程序及上位机测试应用程序,调试时需要安装Windriver。(Development board to buy a piece of the development of documents, there are PCB board schematics, and with the PCI9054 PC drivers and test applications, when the need to install debug Windriver.)
- 2009-06-11 21:24:56下载
- 积分:1
-
SM2 SM3 SM4算法实现
说明: c语言 SM2 SM3 SM4算法实现 ,直接运行(c language SM2 SM3 SM4 implementation)
- 2019-01-02 17:05:15下载
- 积分:1
-
机器启动方法
任何类型的机器为驱动器应用程序启动方法
- 2022-04-02 08:01:20下载
- 积分:1