-
92421039VC-CALL-matlab.m
vc调用matlab中自定义的.m函数,对于混编简单的例子(Vc call custom in matlab. M function,For simple example mixed)
- 2013-09-23 09:31:41下载
- 积分:1
-
DS18B20
单总线温度DS18b20程序,适用于AVR单片机。(Single-bus temperature DS18b20 procedures applicable to the AVR microcontroller.)
- 2013-12-20 17:00:36下载
- 积分:1
-
定义类IntChar Exercise-1-IntChar
定义类IntChar,实现用一个整数保存一个长度不超过4的字符串。假设一个字符长度是1个字节。
* 例如:"ABCD",用一个整数保存,其二进制形式为:0100 0001 0100 0010 0100 0011 0100 0100
* 长度不足四个字符的串,剩下部分用0补足。
*
*
* 自己根据需要类IntChar的属性和方法,但需满足以下要求:
* 1. 在类IntChar中,不能用C++语言中的string类型来定义任何属性(变量)。
* 2. 对于定义的类IntChar,在main函数中,能用以下方式使用类IntChar:
*
* void main()
* {
* IntChar IC("Love")
* IC.ASC_Print() // 以字符串形式显示对象IC中保存的内容
* IC.Binary_Print() // 以二进制形式显示对象IC中保存的内容
* IC.Int_Print() // 以整数形式显示对象IC中保存的内容
* }(Custom class IntChar, save a length not exceeding 4 string with an integer. Suppose a character length is 1 byte.* For example: " ABCD" , kept by an integer, binary form: 0,100,000,101,000,010 0100 0011 0100 0100* length of less than four characters of the string, the rest of complement with 0. The*** the need class IntChar of the properties and methods, but must meet the following requirements:* 1. In class IntChar, can not use the string type the C++ language to define any attributes (variables).* 2. Defined class IntChar, the main function can be used following ways IntChar:** void main () {IntChar IC (" Love" ) * IC.ASC_Print () // in characters string displayed in the form saved in the object IC* IC.Binary_Print () // save the contents of the object IC* IC.Int_Print () in binary form // integer saved in the object IC*})
- 2013-05-11 22:10:57下载
- 积分:1
-
定时音乐播放器
本代码实现了本地音乐的播放,同时添加了六个定时播放功能,可以自由选择每个时段要播放的音乐,和播放的时间
- 2023-07-06 03:45:03下载
- 积分:1
-
音频事件检测
音频事件检测,利用GaussianCluster ,模糊高斯聚类的思想完成音频检测系统
- 2022-02-04 22:54:02下载
- 积分:1
-
ADE7878
关于ADE7878的SPI时序读写程序,以及基础的配置过程,可做参考(About the the ADE7878 the SPI timing of read and write procedures, and basic configuration process, do reference)
- 2012-11-29 15:05:55下载
- 积分:1
-
Nokia5110
atmega16操作Nokia5110
编程语言为iccavr(atmega16 operation Nokia5110 programming language iccavr)
- 2013-05-29 10:02:28下载
- 积分:1
-
rvvxqln
这是一款基于vc编写的模拟退火算法,界面简洁易用,并附有源代码,(This is a vc write based simulated annealing algorithm, the interface is simple and easy to use, with source code,)
- 2017-04-24 18:01:48下载
- 积分:1
-
c# 创建桌面快捷方式 开始菜单显示 将网页添加到收藏夹 附完整实例
快捷方式,收藏夹,开始菜单 完整代码
- 2013-07-14下载
- 积分:1
-
STM32的一些简单程序
这是我学习过程中写的一些STM32的一些小程序,是一些初始化程序,只有一点点,很简单的
- 2022-02-22 11:56:25下载
- 积分:1