#include
#include
#include
#include
#include
static int flag=0;
/* run this program using the console pauser or add your own getch, system("pause") or input loop */
void print_bin(unsigned int n,int m)//字符转为8位2进制 ,1行显示16位或24位
{
int l = sizeof(n)*8;//总位数。
int i=7;
/*if(i == 0)
{
printf("0");
return;
}
for(i = l-1; i >= 0; i --)//略去高位0.
{
if(n&(1
利用MATCOM可以实现VC++与MATLAB的混合编程,本例子实现了独立与具体开发环境的绘图的方法
(MATCOM can be achieved using VC and MATLAB mixed programming, The example of the independence and achieve specific development environment mapping methods)
用vc实现邮件传输功能,主要采用winsock实现传输过程。有利于熟悉网络编程。(achieved using vc mail functionality, mainly winsock achieve transfer process. Help familiar with network programming.)
TMS320C6678 FFT源代码,TMS320C6678是TI公司推出的一款8核DSP,具有强大的并行处理能力,FFT代码底层使用汇编编写,使用C语言调用,模块化功能,便于使用(TMS320C6678 FFT source code, TMS320C6678 is TI has introduced an 8-core DSP, a powerful parallel processing capabilities, FFT underlying assembler code written in C language calling, modular functionality, ease of use)
针对被控对象存在的大惯性、纯滞后的特点,采用了模糊控制方式的控制策略,设计了一种高精度温度控制算法,并以STC89C52单片机为核心, 以及测温元件、转换电路等构成闭环温度控制系统。(object against the great inertia, pure hysteresis characteristics, fuzzy control the control strategy, design a high-precision temperature control algorithm, and STC89C52 microcontroller core, and the temperature components, conversion circuits comprise a closed-loop temperature control system.)