-
24
- 2005-11-23 10:19:33下载
- 积分:1
-
glut
一个关于OpenGL的初学者代码,包含了漫游、简单碰撞检测,物体移动,旋转等功能,利用了纹理映射,显示列表等内容。(A beginner on OpenGL code, including roaming, simple collision detection, object moving, rotating, and other functions, including the use of texture mapping, display list and so on.)
- 2020-07-02 02:20:02下载
- 积分:1
-
rxjh
热血江湖服务端C++源代码vs8应用程序向导已为您创建了这个 GameServer 应用程序。
此文件包含组成 GameServer 应用程序
的每个文件的内容摘要。
(RXJH_source)
- 2009-05-18 00:25:08下载
- 积分:1
-
EEPROM
基于51系列单片机的eeprom例程,其中包括c,hex及其相关文件,硬件电路图,相关芯片介绍。(Based on 51 series MCU eeprom routines, including c, hex and its associated files, hardware schematics, related chip introduced.)
- 2013-07-21 18:25:09下载
- 积分:1
-
wpf 拖拽示例源码下载
wpf 拖拽示例源码下载
- 2014-03-25下载
- 积分:1
-
demo
NiosII的C代码,包括网卡,lcd,usb,串口,按键.(NiosII C code, including network cards, lcd, usb, serial, key.)
- 2013-07-19 11:17:29下载
- 积分:1
-
energypick1
segy地震数据显示,及剖面能量提取!其中包括的二进制数据读取,双缓冲图像显示!舍不得啊。我的宝贝!(segy seismic data, and extract the energy profile! These include binary data read, double-buffer image display! Reluctant ah. My Darling!)
- 2007-03-21 10:30:23下载
- 积分:1
-
maze
迷宫求解一般采用“穷举法”,逐一沿顺时针方向查找相邻块(一共四块-东(右)、南(下),西(左)、北(上))是否可通,即该相邻块既是通道块,且不在当前路径上。用一个栈来记录已走过的路径栈是限定仅在表尾(top)进行插入或删除操作的线性表。(Maze solving generally use the " exhaustive" one by one to find adjacent blocks in a clockwise direction (a total of four- East (right), South (down), West (left), North (on)) whether to pass, that the both channel blocks adjacent blocks, and not in the current path. Use a stack to record the path traversed stack is limited only in the tail (top) to insert or delete a linear form.)
- 2013-12-13 17:55:45下载
- 积分:1
-
autosar xcp上位机源码
autosar xcp上位机源码
- 2020-12-10下载
- 积分:1
-
四轴飞行器
读取陀螺仪 加速度计数据
/*
********************************************************************************
** 函数名称 : void READ_MPU6515(void)
** 函数功能 : 读取MPU6515
********************************************************************************
*/
int16_t T_X,T_Y,T_Z,A_X,A_Y,A_Z; //X,Y,Z轴
void READ_MPU9255(void)
{
//int16_t T_X,T_Y,T_Z,A_X,A_Y,A_Z; //X,Y,Z轴
//int16_t A_X,A_Y,A_Z;
I2C_SelectSlave(0x68);
BUF[0]=IIC_RdReg(GYRO_XOUT_L);
BUF[1]=IIC_RdReg(GYRO_XOUT_H);
T_X=(BUF[1]
- 2023-06-26 21:25:02下载
- 积分:1