-
caculation-of-PI
通过c++实现对pi的多位计算,该程序是基于基本对话框的编程应用,其中pi的算法值得学习(Through the c++ implementation of a number of the calculation of pi, the program is based on the basic dialog box programming applications, the algorithm should be one of Learn pi)
- 2009-03-30 21:35:51下载
- 积分:1
-
A
说明: Execution cmd.rarExecution cmd.rarExecution cmd.rarExecution cmd.rarExecution cmd.rarExecution cmd.rar
- 2013-12-12 22:11:11下载
- 积分:1
-
wcf 通过header 验证用户名密码例子源码(无须证书)
wcf 通过header 验证用户名密码例子源码(无须证书)
- 2015-01-05下载
- 积分:1
-
0829-Binary-Tree
二叉搜索树的生成和查找节点,北大《数据结构与算法》教材的习题(The generation and find nodes of a binary search tree, Peking University, " Data Structures and Algorithms" textbook exercises)
- 2012-11-28 14:51:01下载
- 积分:1
-
streamer
C++ 上位机原程序,测试USB3.0 和 FPGA 之间流传输速度。包含所有源代码。速度传输稳定,显示实时速度(The C++ host computer program tests the streaming speed between USB3.0 and FPGA. Contains all source code. Speed transmission is stable, showing real-time speed)
- 2020-07-19 23:18:49下载
- 积分:1
-
two-dimensional-integral
变步长辛卜生二维积分具体函数的源代码可用(Variable step size Simpson two-dimensional integral specific function of the source code is available)
- 2016-05-24 21:37:43下载
- 积分:1
-
用不同的方式实现PWM输出
- 2022-02-07 16:36:38下载
- 积分:1
-
DrawBezier
说明: 采用C++编写的实现了贝塞尔曲线图形化,使用软件vs2017(Graphization of Bessel Curve Written in C++ Language,Using software vs2017)
- 2019-01-07 21:38:05下载
- 积分:1
-
四路寻迹
#include
#define CAR_SPEED_MAX 10 //最大速度
sfr P4=0xe8;
sbit PWM_R=P1^7; //PWM输出
sbit PWM_L=P1^2;
sbit Moto_RA=P1^6;
sbit Moto_RB=P1^5;
sbit Moto_LA=P1^4;
sbit Moto_LB=P1^3; //左右电机驱动
unsigned char Moto_Speed_R; //右轮速度
unsigned char Moto_Speed_L; //左轮速度
unsigned char Moto_Speed_Num; //PWM调速
sbit INF_R0=P4^3; //循迹 右侧内传感器
sbit INF_R1=P4^2; //循迹 右侧外传感器
sbit INF_L0=P4^1; //循迹 左侧内传感器
sbit INF_L1=P4^0; //循迹 左侧外传感器
unsigned char Car_Sta; //电机启动速度
/***********************************
*函数名称:void Delay(unsigned char num)
*函数功能:延时
*参数说明:num 延时时间 数值最大255
*返回说明:无
*其它说明:不精准延时
***********************************/
//void Delay(unsigned char num)
//{
// unsi
- 2023-04-27 18:20:04下载
- 积分:1
-
源程序都是在Windows Server 2003下开发的,程序测试环境为Windows Server 2003。用户只有在Windows Server 200...
源程序都是在Windows Server 2003下开发的,程序测试环境为Windows Server 2003。用户只有在Windows Server 2003下正确配置程序所需的运行环境后,软件开发平台如下:
操作系统:Windows Server 2003;
数 据 库:SQL Server 2000、SQL Server 2005、Access 2003;
开发环境:Microsoft Visual Studio 2005;
分 辨 率:最佳效果1024×768;-?
- 2022-05-27 10:43:11下载
- 积分:1