搜索资源列表
ad.c
- 一个AD9851的驱动。用的并行时序。 现在把程序和电路图发上来,大家帮帮我看看问题出在那里。谢谢了。 要是有做成功的能共享一下电路和程序感激! main.c
c++文件源码e1_2.cpp
- //e1_3.cpp #include float area(float r) //定义求半径为r的圆的面积的函数area { return 3.14159f * r * r; } void main() { float r; //定义浮点型变量r,用于存放圆的半径 cout<>r; //从键盘上输入圆的半径送给变量r cout<<"半径为"<<r<<"的圆的面积="<<area(r)<&
学习PROC C
- oracle pro*c 编程 主要用于行业应用 功能 建立c语言与oracle连接-c main programming functions for the industry application language and the establishment of c oracle link
pthread.c
- pthread的例子,可以很好的帮助我们理解Linux多线程的主要函数用法-pthread example, could well help us understand the main function of multi-threaded Linux usage
i2c.c
- I2C总线读写程序-I2C main line read-write procedure
clock.c
- 模拟时钟 12864(ks0108)液晶显示 含protues仿真和程序 包含以下文件 main.c l2864.c 12864.hex -Analog Clock 12864 (ks0108) liquid crystal display with protues simulation and procedures contains the following files main.c l2864.c 12864.hex ...
main
- 一个主要的C程序 用于单片机与以太网之间的通讯-One of the main C program for the MCU and the Ethernet communication between
main
- Code::Blocks 开发的C++项目 对c++初学有帮助,详细请访问第2学堂http://www.d2school.com/-Code:: Blocks development C++ Project c++ Beginner help in detail please visit the No. 2 School http://www.d2school.com/
C++hxbc
- C++核心编程技术本书全面深入地介绍了当今最热门的编程技术,包括COM、ActiveX、Web服务器应用程序,以及Internet上的WinSock、UDP、HTTP、HTML、FTP、SMTP、POP3、NNTP等协议。本书由16章组成,主要内容包括面向对象编程,组件对象模型(COM) ,ActiveX框架,“Type Library”编辑器,创建ActiveX,OLE自动化,使用WinSock,使用FTP控件,使用UDP控件,使用HTTP控件,使用HTML控件,使用SMTP控件,使用POP控
main
- MCP2515通信程序,用C语言编写,通过SPI接口经由dsPIC30F2020控制-dsPIC30F2020 with MCP2515 and MCP2551
main
- 孔明棋求解,采用反推的算法。标准C即可编译。-KungMing Solution
fft
- 2007年全国大学生电子设计大赛,A题音频信号分析仪的全部源程序。 单片机为c8051f120,系统时钟倍频至96MHZ。 main.c是一个包含五级菜单的主函数。 FFT.C是进行fft变换,将时域信号变换成频域信号。 flash.c是读写片外flash存储器的程序,可以将分析结果保存,以备调用. z7290.c是周立功7290键盘芯片的驱动程序. FFT_xgjis.c是对变换后的频谱进行分析和运算. FFT_CodeTable.c是一个正弦表,在F
Freescal_SmartCar
- * 工程名称:SmartCar * 功能描述:结合飞思卡尔16位单片机MC9S12DG128B完成小车自动寻迹,沿黑线行驶功能 * IDE环境: Metrowerks CodeWarrior 4.1 * 组成文件: * main.c * SmartCar.c/PID.c/LCD1620.c/Test.c -* Project Name: SmartCar* Functional Descr iption: combination of Freescale
rfid
- 本程序中有main.c、rfid.h、rfid.c、tty.h、tty.c和makefile六个文件,是在嵌入式linux平台下通过串口对rfid读写器进行操作的源码。-This procedure in main.c, rfid.h, rfid.c, tty.h, tty.c and six documents makefile is in the embedded linux platform through serial rfid reader of the source to opera
main
- 俄罗斯方块基于API函数C语言代码,是大学实训项目理想的参考,简单易懂,有注释说明。-Tetris C-based language code API function is ideal for the University Training project reference, easy-to-read, and notes.
main.c
- a program to convert raw into bpm in c
main.c
- 基于Modbus_RTU_RS485的通信实现(main.c)-Modbus_RTU_RS485-based communications to achieve (main.c)
main.c.tar
- Do-nothing program. To compile just use gcc -o main main.c
main.c
- 使用c语言的WS小世界生成算法,同时计算了网络的最短距离、度分布、聚集系数(WS SMALL WORLD NETWORK GENERATE ALGORITHM BY USING C)
第7章初始化程序(main.c)
- 是Linux内核教程的第7章初始化程序(main.c)(It is the seventh chapter of the Linux kernel tutorial, the initialization program (main.c).)