-
UE4.7源码 引擎 资源全套
UE4.7 虚幻4游戏引擎源代码,使用云盘链接下载。(this is unreal engine source code)
- 2019-01-05 00:17:41下载
- 积分:1
-
单片机gpio初始化 gpio.c
#include "GPIO.h"u8 GPIO_Inilize(u8 GPIO, GPIO_InitTypeDef *GPIOx){ if(GPIO > GPIO_P5) return 1; //¿Õ²Ù×÷ if(GPIOx->Mode > GPIO_OUT_PP) return 2; //´íÎó if(GPIO == GPIO_P0) { if(GPIOx->Mode == GPIO_PullUp) P0M1 &= ~GPIOx->Pin, P0M0 &= ~GPIOx->Pin; //ÉÏÀ׼˫Ïò¿Ú if(GPIOx->Mode == GPIO_HighZ) P0M1 |= GPIOx->Pin, P0M0 &= ~GPIOx->Pin; //¸¡¿ÕÊäÈë if(GPIOx->Mode == GPIO_OUT_OD) P0M1 |= GPIOx->Pin, P0M0 |= GPIOx->Pin; //¿ªÂ©Êä³ö if(GPIOx->Mode == GPIO_OUT_PP) P0M1 &= ~GPIOx->Pin, P0M0 |= GPIOx->Pin; //ÍÆÍìÊä³ö } if(GPIO == GPIO_P1) { if(GPIOx->Mode == GP
- 2022-03-01 23:33:04下载
- 积分:1
-
bbMPEG1.24Beta16cn
bbMPEG,很好视频编解码、视频转换库
中文版(bbMPEG, a good video codec, video converter library Chinese version)
- 2008-06-13 23:12:33下载
- 积分:1
-
使用ES7P169产生正弦波程序
使用ES7P169产生正弦波程序,使用两路PWM进行全桥切换,即可以作为正弦波程序的参考,也可以作为ES7P169产品开发的参考
- 2022-03-14 01:04:42下载
- 积分:1
-
遍历AutoCAD各种实体类
objectarx编程参考,可以遍历AutoCAD中各种实体、表的结构信息,对objectarx编程有很大帮助
- 2022-03-18 09:08:17下载
- 积分:1
-
STM8S-LED
STM8S运行LED程序和讲义
流水灯是单片机初学者入门首先学习的一个例程,其作用与地位就如同学习
编程语言时学写“Hello,World”程序一样。流水灯例程的编写就是对 I/O 口的
简单操作, 当知道怎么点亮一盏 Led 灯的时候,恭喜你,你已经能够简单地控制
一款芯片了!(STM8S running water lights LED program and handouts are microcontroller beginners first learn a routine, its role and position is like learning to write to learn programming language " Hello, World" program like. Light water routine is to write I/O port of a simple operation, when you know how lit a Led lamps, congratulations, you have been able to easily control a chip up!)
- 2013-09-11 11:14:14下载
- 积分:1
-
tcp-ip三卷合集
TCPIP 经典案例,三次握手,四次分手,握手协议,入门经典(The minute you think of giving up, think of the reason why you held on so long)
- 2017-07-25 10:29:05下载
- 积分:1
-
gppwcv5
模型多角度视图的界定,界面时尚新颖,可控参考,(The definition of multi-angle view of the model, the interface is fashionable and novel, controllable reference,)
- 2018-12-24 03:35:17下载
- 积分:1
-
C++ Sql server 高校学生管理系统
针对于高校学生的管理系统,包括学籍管理、课程管理、成绩管理、教师管理、选课管理等系列操作,本系统采用C++编写,外加SQL SERVR 2000数据库进行数据管理,完美的通过课程设计评选。希望能帮助你们
- 2022-04-10 10:07:17下载
- 积分:1
-
databaseViewerForAutocad2006
一个用来显示Autocad内部数据结构的极佳工具. Autocad2006二次开发人员必备!(used to indicate an internal data structure Autocad an excellent tool. Autocad2006 Secondary Development staff required!)
- 2007-05-06 22:53:44下载
- 积分:1