-
matlab_smooth
matlab中smooth函数平滑处理数据实例(matlab function in smooth smoothed data instances)
- 2015-03-14 10:24:58下载
- 积分:1
-
NJ
说明: 实验停车场管理,用C++,在VC++6.0下运行(Parking management experiment with C++, running under VC++6.0)
- 2014-01-05 22:57:20下载
- 积分:1
-
C_Presentation_Day1
c notes on array, pointer ans some basic programs
- 2020-06-25 18:40:01下载
- 积分:1
-
stepover
晟矽微stepover系列示例代码,非常适合晟矽微单片机学习入门者。简单易学。(Sheng silicon micro stepover series sample code, very suitable for single-chip silicon micro Sheng learning beginners. Easy to learn.)
- 2014-12-26 22:42:43下载
- 积分:1
-
usb串口10通道ad值上传
ADC多通道采集的代码,放到这里数据总是串行,ADC没有重复采集10次,发现采集结果和10次求平均值效果不相上下。
- 2022-08-22 02:18:34下载
- 积分:1
-
VCCallMatlab
使用VisualStudio2008开发的VC调用matlab的示例小程序。matlab具有较强的数据运算能力,而VC可以提供一个较好的界面,因此把两者结合起来进行混合编程。本代码提供一个较好的显示。(VC call matlab using VisualStudio2008 developed sample applet. matlab has a strong computing power, the VC can provide a better interface, so to combine the two mixed programming. This code provides a better display.)
- 2013-05-05 16:53:08下载
- 积分:1
-
linux OS封装好的函数
Linux系统函数2次封装,包括文件操作,网络操作,比如int OSA_queCreate(OSA_QueHndl *hndl, Uint32 maxLen),比较规范,包括头文件和.c文件。int OSA_fileReadFile(char *fileName, Uint8 *addr, Uint32 readSize, Uint32 *actualReadSize)
{
int retVal = OSA_SOK;
Uint8 *curAddr;
Uint32 readDataSize, fileSize, chunkSize=1024*100;
Uint32 userReadSize;
FILE *hndlFile;
#ifdef OSA_DEBUG_FILE
OSA_printf(" [FILE ] Reading file [%s] ... ", fileName);
#endif
hndlFile = fopen(fileName, "rb");
if(hndlFile == NULL) {
retVal = OSA_EFAIL;
goto exit;
}
最近在项目中做了几次代码review,发现代码中经常出现变量函数命名不是很完美的情况。有些变量名字,稍为一看,可以很容易看出它要表达的意思,但一样可以取一个更贴切的名字;而有一些名字,就显得特别别扭了。
- 2023-08-31 15:15:03下载
- 积分:1
-
5flaame0926111
51单片机SCMrtoss源代码,非常好用的能够移植
(51 the microcontroller SCMrtoss source code, very useful to be able to transplant)
- 2012-08-23 20:52:15下载
- 积分:1
-
xydy
校园导游咨询 [问题描述] 设计一个校园导游程序,为来访的客人提供各种信息查询服务。 [基本要求] (1)设计你的学校的校园平面图,所含景点不少于10个。以图中顶点表示校内各景点,存放景点名称、代号、简介等信息;以边表示路径,存放路径长度等相关信息。 (2)为来访客人提供图中任意景(Campus tour guides Advisory [Description of the problem] to design a campus tour guide procedures for visitors, providing information services. [Basic requirements] (1) design your floor plan in schools, which contain not less than 10 scenic spots. Vertex to map the various scenic spots in schools, storage attractions name, code-named, briefings and other information to edge that path, the path length of storage and other related information. (2) to provide visitors map arbitrary King)
- 2008-12-27 09:50:03下载
- 积分:1
-
mp3player.tar
source code for linux
- 2017-02-15 01:48:34下载
- 积分:1