-
PD-Radar
PD雷达抗速度欺骗干扰的计算机仿真及应用说明(PD Radar )
- 2012-04-14 17:27:40下载
- 积分:1
-
mfc42d
MFC42d.DLL
在使用VISUAL C++软件时,必须安装在系统中使用的。。。(When MFC42d.DLL in using VISUAL C++ software must be installed in the system. . .)
- 2012-11-29 20:58:31下载
- 积分:1
-
solar
VC++和OPENGL所做的太阳系行星运行模拟,有九个行星及其卫星,行星轨道,纹理等一律俱全,是学习相关知识的很好的材料(VC++ and OPENGL run simulations done planets, there are nine planets and their satellites, planetary orbits, texture and taste of all, is to learn the knowledge of good material)
- 2013-07-08 13:54:35下载
- 积分:1
-
PIC CCP例
#include
#define uchar unsigned char
#define uint unsigned int
__CONFIG(0x3B31);
uint CCPDE;
const uchar table[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
void delay(uint x)
{
uint j,i;
for(i=x;i>0;i--)
for(j=110;j>0;j--);
}
uchar temp;
void init();
void display();
void xianshi(uchar num1,uchar num2,uchar num3,uchar num4);
void main()
{
uchar a1=0,a2=0,a3=0,a4=0;
init();
while(1)
{
a1=CCPDE/1000;
a2=CCPDE%1000/100;
a3=CCPDE%100/10;
a4=CCPDE%10;
xianshi(a4,a3,a2,a1);
}
}
void init()
{
TRISB=0X00;
PORTB=0x06;
TRISC=0x0f;
CCP1IE=1;
T1CON=0X01;
CCP
- 2022-12-15 00:15:03下载
- 积分:1
-
《王道论坛计算机考研机试指南》
王道论坛的考研上机指南,对于算法初学者是很好的资料。(a guidance to coding of wangdao bbs,which can help algorithm learner)
- 2018-05-12 10:51:52下载
- 积分:1
-
stm32f103rct6_template
说明: stm32f103rct6 IAR工程环境,使用IAR 8.x(stm32f103rct6 project)
- 2020-06-16 20:00:01下载
- 积分:1
-
CIZHIHUIXIAN
一个新的画磁滞回线的方法,matlab,可以参考(A new method of drawing hysteresis loop, matlab, you can refer)
- 2020-08-03 19:08:34下载
- 积分:1
-
VC-Excel
VC++读写Excel文件,经本人证实成功了的(VC to read and write Excel files, after I confirmed the success of)
- 2011-10-20 16:19:10下载
- 积分:1
-
C++ 二维码识别
C++ 二维码识别
- 2015-01-07下载
- 积分:1
-
wfrp
this file contains the header file and the c++ file for wireless sensor network
- 2011-04-10 15:53:44下载
- 积分:1