-
vs1307-RW
用普通I/O口模拟I2C通信读写vs1307时钟芯片程序,此程序在MPLAB IDE环境下开发,在PIC16F877单片机上运行通过。(With common I/O port to read and write clock chip vs1307)
- 2010-06-04 17:40:58下载
- 积分:1
-
cvcakf
基于cvca模型的标准卡尔曼程序及误差分析,适用于学生(The standard model based on Kalman cvca procedures and error analysis, applies to students)
- 2009-05-11 11:43:52下载
- 积分:1
-
SIMULINK
说明: 用于介绍Simulink的使用,模块封装,模块搭建等技巧的电子书(Used to introduce the use of Simulink, module packaging, module structures, such as e-skills)
- 2011-02-26 13:37:51下载
- 积分:1
-
demo
说明: 内涵免疫克隆算法,基因算法,免疫网络算法的matlab源码(Connotation of immune clone algorithm, genetic algorithm, immune network algorithm matlab source)
- 2008-09-12 12:42:57下载
- 积分:1
-
wavelet
说明: matlab实现JPEG2000图像标准(to achieve the standard JPEG2000 image using matlab)
- 2011-03-13 11:24:26下载
- 积分:1
-
program
估计Hilbert矩阵的2条件数和矩阵的阶数的关系用Gauss消去,分别用Gauss消去,Jacobi迭代,Gauss-seidel迭代,SOR迭代和共轭梯度法求解,比较结果。(Discuss the 2 condition number of the matrix and the matrix order relations.Using different methods like Gauss,Jacobi,Gauss-seidel,SOR and GS)
- 2013-12-30 22:40:14下载
- 积分:1
-
MATLABtuitor
精通MATLAB—综合辅导与指南 MATLAB 详细说明(Proficient in MATLAB-integrated guidance and detailed guide to MATLAB)
- 2010-06-03 20:14:19下载
- 积分:1
-
Desktop
基于LMS和RLS的自适应滤波器应用仿真(LMS adaptive filter simulation-based applications and RLS)
- 2013-11-26 13:19:43下载
- 积分:1
-
adaptivefilter
这是一本非常实用的关于自适应滤波器的教材的电子书(This is a very useful textbook on adaptive filter e-book)
- 2010-09-23 17:30:24下载
- 积分:1
-
Laba_0
#include "comparer.h"
#include <iostream>
using namespace std
int Comparer::compareByName(Student& s1,Student& s2)
{
return strcmp(s1.m_szName,s2.m_szName)
}
int Comparer::compareBySurname(Student& s1,Student& s2)
{
return strcmp(s1.m_szSurname,s2.m_szSurname)
}
int Comparer::compareByGroup(Student& s1,Student& s2)
{
- 2010-01-21 00:05:09下载
- 积分:1