-
CharSample的VS2019工程版本
说明: CharSample的VS2019工程版本,经过了整理和调试,包含了代码、工具、实验截图。(A full VS2019 solution for the CharSample driver, which include code, tool and the screenshot for the experiment. The code provided is tested.)
- 2020-06-18 00:00:04下载
- 积分:1
-
wenjian
汽车油耗计算(C实现)对于家用经济型小轿车来说,统计油耗是经常做的一件事。本题目要求根据汽油单价、每次加油所用钱数,以及该次加的油所跑里程数计算出该车的百公里油耗,并进行保存,根据需要给出统计数据。(Vehicle fuel consumption calculation (C implementation) for the household economy cars, the fuel consumption statistics is often one of the things. The questions asked based on gasoline price, amount of money each fuel used, and the second oil added to calculate the mileage run car 100 km fuel consumption, and save, according to the need to give statistics.)
- 2011-12-15 16:45:12下载
- 积分:1
-
RTD2270-
RTD2270 源程序,RTD2270V10_NEWCODE_Public_0110822_NEW(RTD2270 源程序RTD2270V10_NEWCODE_Public_0110822_NEW)
- 2020-11-17 20:09:39下载
- 积分:1
-
代码模版
用于嵌入式系统开发中,程序员写代码时的代码模板规范(Code template specification for programmers to write code for the development of embedded systems)
- 2017-12-06 13:23:35下载
- 积分:1
-
开发板程序
STM32的AD采集程序,用于STM32FR103系列的单片机使用
- 2022-11-27 10:00:03下载
- 积分:1
-
TP800_vc6
该例程给出了VC调用振中动态链接库的DEMO程序。示范了如何实现振中动态链接库COMDLL.DLL,以及动态链接库中各种功能的使用。开发环境为VC++6.0(This routine gives the VC call vibration in the dynamic link library DEMO program. Demonstrates how to implement vibration in the dynamic link library COMDLL.DLL, as well as various functions in the dynamic link library use)
- 2011-10-24 10:01:54下载
- 积分:1
-
GPSPos
导入RENIX文件,通过卫星导航电文计算卫星的位置,并与精密星历做对比。(RENIX import files via satellite navigation data to calculate the position of the satellite, and with precise ephemeris do comparison.)
- 2014-12-13 00:13:27下载
- 积分:1
-
distributed power system .zip
MATLAB分布式电力系统状态估计完整程序.用于分布式光伏电站并网(MATLAB distributed power system state estimation complete program for distributed photovoltaic power station grid connected)
- 2020-11-04 19:49:52下载
- 积分:1
-
8x8snake
while(1)
{//if(keyenable==1){P1=0x00 P2=0xff }else{P1=0xff P2=0x00 }
for(i=3 i<SNAKE+1 i++)x[i]=100 for(i=3 i<SNAKE+1 i++)y[i]=100 //初始化
x[0]=4 y[0]=4 //果子
n=3 //蛇长 n=-1
x[1]=1 y[1]=0 //蛇头
x[2]=0 y[2]=0 //蛇尾1
addx=0 addy=0 //位移偏移
//k=1
while(1){if(keyenable)break timer0(1) }
while(1)
{timer0(e)
if(knock()){e=SPEED break } //判断碰撞
if((x[0]==x[1]+addx)&(y[0]==y[1]+addy)) //是否吃东西
- 2011-07-09 23:00:46下载
- 积分:1
-
裁剪图像
这是一个代码在眼底图像裁剪图像。通常我们需要裁剪图片成小的作物来帮助重要特征提取的其他方法,如 kmeans,支持向量机,等等。如今,机器学习方法是很热,所以这段代码是一种数据预处理。
- 2022-04-09 18:27:27下载
- 积分:1