-
XAudio2技术在地铁列车驾驶模拟器中的应用
说明: 论文:论述Audio2在地铁模拟器中的应用(Thesis: discuss the application of Audio2 in subway simulator)
- 2019-11-15 17:39:53下载
- 积分:1
-
RainyNight
说明: 使用 C++在画布上实现城市的雨夜动态效果图。(Realizing the Dynamic Effect Map of Rain Night in the City)
- 2020-06-18 05:40:02下载
- 积分:1
-
U8门户开发
使用C#二次开发的程序很好地和U8产品集成在一起,通过vs.net建立一个项目类型为类库的项目(U8 Portal use C#,UFIDA.U8.Portal.NetProductSample)
- 2020-06-16 23:00:02下载
- 积分:1
-
用C++实现二叉树的建立
利用C++实现二叉树的建立。首先通过建立节点类、然后通过递归算法建立整个二叉树,有增加、删除、查找等算法,有利于初步学习二叉树。
- 2022-03-04 04:17:05下载
- 积分:1
-
四旋翼 (简单可飞)
#include
#include "newtype.h"
#include "delay.h"
#include "Clock.h"
#include "timer.h"
#include "pwm4.h"
#include "uart1.h"
#include "uart2.h"
#include "I2C.h"
#include "spi.h"
#include "spi2.h"
#include "adc1.h"
#include "adc2.h"
#include "capture1.h"
#include "control.h"
#include "rc.h"
#include "IMU.h"
/*
u8 key_scan(void)
{
static u8 key_down=0;
if(key_down==0 && (P2IN & BIT1==0 || P1IN & BIT1==0))
{
key_down=1;
delay_ms(10);
if(P2IN & BIT1==0)
return 1;
if(P1IN & BIT1==0)
return 2;
}else if(P2IN & BIT1==1 && P1IN & BIT1==1) key_down=0;
return 0;
}
*/
u8 key_flag=0;
u8 key_start=0;
extern u8 updown;
u8 i;
void System_I
- 2022-03-23 19:11:42下载
- 积分:1
-
VFD
VFD................................................
- 2022-06-12 08:36:08下载
- 积分:1
-
wwwroot
高尔夫购物网站源码,属于精品源码,在毕业后和朋友一起研究的,但是由于推广不当,且销售对象国外,项目搁浅。前台js效果不错,支付功能完善,下单邮件提醒,注册邮件提示,购物车自动结算,优惠券自动结算,后台采用模板,基本功能完善。但有不完善的地方在后台,各位可基本参考,然后各自修改。(Golf shopping website source code, is a fine source, study with friends after graduation, but due to the improper promotion, sales the object abroad, project ran aground. The front desk js pay featured, order mail alert registered e-mail alerts, automated clearing cart, coupons automatically settlement, as background templates, improve the basic functions. However, there are imperfections in the background, you can be the basic reference.)
- 2020-09-27 17:37:46下载
- 积分:1
-
基于单片机的智能计算器
说明: 基于51单片机的简易计算器,能够实现简单的的加减乘除操作(A simple calculator based on 51 single chip computer can realize simple operation of addition, subtraction, multiplication and division.)
- 2020-06-20 20:40:01下载
- 积分:1
-
VC_programming_bitmap_transparent_brush_code
VC编程实现位图透明画刷经典代码VC programming bitmap transparent brush classic code
(VC programming bitmap transparent brush classic code
)
- 2010-09-09 11:50:08下载
- 积分:1
-
particleFilterTrackTest
通过粒子滤波来跟踪目标 可以在vs2008下直接运行(Through the particle filter to track the targets can be run directly under vs2008)
- 2010-06-22 20:57:07下载
- 积分:1