函数分库函数和用户自定义函数两类: 库函数(又称系统函数)是高级语言软家中提供基础功能的函数。库函数文件以h为文件后缀,如C语言的stdio.h文件包括了printf(), scanf (),Open(),close()。C语言中主函数要使用某库函数:#include<库函数文件名>
上传时间: 2014-01-04
上传用户:sy_jiadeyi
簡易筆記本,一般功能(Open source)
标签:
上传时间: 2013-12-24
上传用户:钓鳌牧马
數字排序,用泡沫排序法製作,可秀出數字大小(Open source)
标签: 排序
上传时间: 2013-12-13
上传用户:希酱大魔王
MPI stands for the Message Passing Interface. Written by the MPI Forum (a large committee comprising of a cross-section between industry and research representatives), MPI is a standardized API typically used for parallel and/or distributed computing. The MPI standard is comprised of 2 documents: MPI-1 (published in 1994) and MPI-2 (published in 1996). MPI-2 is, for the most part, additions and extensions to the original MPI-1 specification. The MPI-1 and MPI-2 documents can be downloaded from the official MPI Forum web site: http://www.mpi-forum.org/. Open MPI is an Open source, freely available implementation of both the MPI-1 and MPI-2 documents. The Open MPI software achieves high performance the Open MPI project is quite receptive to community input.
标签: comprising MPI Interface committee
上传时间: 2013-12-22
上传用户:爺的气质
Hardware and firmware for a DSP based digital audio MP3 player with USB pen drive funtionality, using a 16-bit fixed point Texas Instruments TMS320 C55x DSP and CompactFlash card. This is an Open source and Open hardware MP3 player project.
标签: funtionality Hardware firmware digital
上传时间: 2017-02-19
上传用户:bibirnovis
这个是我调通的在2410下运行文件系统的程序. 用2410驱动sd卡来实现fat文件系统. 欢迎大家来测试. 用法很简单, 如下 FILE *fp // 文件指针 unsigned char temp[24]="3.wav" // 文件明需要放在数组里 while(!initialize_media()) // 初始化sd卡 { Uart_Printf("sd initializing....\n") } Uart_Printf("sd ready\n") fp=fOpen(temp, READ) // 打开文件就可以用了, 函数和标准c中的一样,所以不能加载stdio.h if(!fp) { Uart_Printf("Open file wrong\n") while(1) } Uart_Printf("Open file successed\n")
上传时间: 2013-12-30
上传用户:xlcky
适合初学j2me开发的程序员,带你走入移动的世界.J2ME Open out.
上传时间: 2014-01-25
上传用户:fnhhs
说明: GR(M)-87目前只能应用于WINCE5.0版本中,其它版本用不了。 1.该软件是用来检测GPS的COM以及GPS信号的软件,应用广泛 2.mGpsCmd是PPC(WINCE系统)用的,GpsViewer 1.5是PC和PPC的安装程序,考到SD卡上就可以直接用! 用法1:搜索COM口,连上GPS,点SCAN,如果提示找到FOUNDGPS,那么就是对应的COM口 3..在WINDOWS XP/2000系统使用,安装USB_driver -V2.1.0.exe 驱动程序,串口也通用。 4.安装GpsViewer 1.5.exe。安装完后,打开进入界面,COM Port 不用选择,会自动扫描,见GPS1的图片;Baudrate:4800. 然后按Scan...进行扫描到串口后,再按Open GPS,即可会自动找到卫星,从图上或下面的显示可以看到。见GPS2图片。 5.GPS天线必须放在室外才有效。 6.GpsViewer, mGpsCmd软件不会自动刷新,请一会按下最小化,一会再点弹出来,手动刷新。
上传时间: 2017-03-05
上传用户:四只眼
Control your PC with Mobile Phone-it controls your pc using mobile phone from anywhere in the world. A command can be send by mobile phone through sms.Based on the command ur pc performs tasks such as shut down,Open file,play music etc.
标签: your Phone-it controls anywhere
上传时间: 2017-04-13
上传用户:四只眼
电路由AT89C52,4个数码管,两个按键构成。两个按键用来实现密码的输入,并在数码管上显示输入的数字。输入数字正确,数码管显示Open,错误时数码管全部显示0。连续3次错误,熄灭数码管同时报警3秒,3秒之后恢复到初始状态。
上传时间: 2017-04-14
上传用户:gxmm