-
C8051F060-DAC
这个程序输出正弦和余弦波形 使用DAC硬这C8051F060单片机DAC0波形输出 和DAC1 Timer4中断更新的输出DAC.Timer4 ISR的 然后导致了DACs计算的输出,这是下一个中断。 输出波形的频率设定的# define <频率>。 实现定义的精确输出频率<频率>,一个 /使用外部晶体。(This program outputs sine and cosine waveforms using the hardware DACs
// on the C8051F06x microcontroller. The waveforms are output on pins DAC0
// and DAC1.
//
// The output of the DAC is updated upon a Timer4 interrupt. The Timer4 ISR
// then calculates the output of the DACs for the next interrupt.
//
// The frequency of the output waveforms is set by the#define <FREQUENCY>.
// To achieve the exact output frequency defined by <FREQUENCY>, an
// external crystal should be used.)
- 2014-07-03 19:05:12下载
- 积分:1
-
CPPbook
清华大学C++教程电子版,附带源码,需要的可以下载(Tsinghua University, electronic version of C++ tutorial, with source code)
- 2011-05-14 20:38:57下载
- 积分:1
-
conm
含有成员对象的类的构造函数,派生与继承的体现(Contains the constructor of the class members object, derived with the manifestation of the inherited)
- 2012-09-04 12:27:27下载
- 积分:1
-
一个简单的录音放音程序
一个简单的录音放音程序 采用vc++编写 功能适宜(A simple recording and play programme, programed with VC++,with proper function.)
- 2005-05-14 11:45:44下载
- 积分:1
-
ODBCConnectionTest1
1、测试连接Oracle数据库,成功实现了用Oracle.ManagedDataAccess.dll访问Oracle数据库。
2、成功实现了动态SQL语句的的编写和访问Oracle数据库
附:3、测试项目用名ODBCConnectionTest,实际测试没有用odbc的方式连接Oracle。这一点本人说明下,以免界内人士吐槽。(oracle.dataaccess_dll)
- 2018-01-12 11:31:10下载
- 积分:1
-
DelStudent
该代码展示了MFC连接数据库ACCESS的方法,采用的ADO接口,特别适合初学者学习(The code shows the MFC method to connect to the database ACCESS using ADO interface, particularly suitable for beginners to learn)
- 2012-12-17 19:43:02下载
- 积分:1
-
QR
说明: labview调用dll实现QR二维码生成,包含dll说明等,可作为子vi直接使用-LabVIEW(calls the DLL implementation of QR code generation, including DLL, can be directly used as a sub VI)
- 2014-12-29 14:11:59下载
- 积分:1
-
test2
在VC++环境下利用opengl绘制旋转正方体(Use opengl rendering rotating cube in VC++ environment )
- 2014-05-19 10:04:33下载
- 积分:1
-
CoolPicture
基于BREW 2.0 开发的手机图片下载程序,在多款手机上通过测试,是学习BREW网络编程的好的范例。把解压后的文件夹作为BREW模拟器的运行目录即可运行。
(based on the BREW 2.0 development of the mobile phone download pictures, in assorted phone test BREW is learning network programming of good examples. Put the extracted files folder as BREW Simulator directory can be run.)
- 2007-03-24 21:08:42下载
- 积分:1
-
area
定义一个基类MyGraph,要求有一个纯虚函数double Area()=0。从基类派生一个圆类Circle和矩形类Rectangle,再由Rectangle类派生出Square类,分别给出Area()实现。
重载“>>”,实现对图形信息的输入。在主函数中计算三种形状的面积,并显示输出。 (Define a base class MyGraph, requires a pure virtual function double Area () = 0. Derive a circle and a rectangle class Rectangle Circle class from the base class, and then by Square Rectangle class derived class, are given Area () implementation. Reload " > > " to achieve the input of graphical information. Calculate the shape of the three main functions in the area, and display output.)
- 2014-02-07 23:13:19下载
- 积分:1