资源列表
BCD.~(2).SCHDOC.Zip
- 这是二进制计数器的一部分程序,大家也可以在AD上面看。-This is part of binary counter procedures, we can also see AD above.
THPLC-D
- THPLC-D型变频器调试说明 1、THPLC-D是在THPLC-C的基础上升级开发的,其主要区别是:变频器控制电机部分取代了继电器控制电机部分。其它的没有变动,所以大部分程序都沿用了THPLC-C的程序,只是添加开发了变频器的样例程序。 2、变频器的样例程序存放在bianpintontxun文件夹里,运行GPPW.GSP即可!其它的相同的程序制作备份 用。其中 bianpintontxun.RAR 里面的程序比较好用。 -THPLC-D type converter debu
images
- 源码太简单 2.不是源码 3.缺少文件 4.所选类别和开发环境不对 5.乱写说明或说明不够认真 6.压缩文件有密码 7.源码重复或-2 source code too simple. Rather than source code 3. The lack of documents 4. Selected categories and development environment, not 5. Write without basis or indicate that n
neibu
- 内部排序演示 数据结构课程设计 c语言设计 有源码 有注释-Sort of internal data structure curriculum design presentation c language design annotated source
softreceiver
- 包含软件无线电中软件接收机的信号识别功能,主要是关键参数的数值计算。-Software includes software-defined radio receiver signal recognition function is the key parameters of the numerical calculation.
Hanoi
- 一个Hanoi的小游戏 void Hanoi(int n, char x,char y,char z) { if (n==1) { printf("%c %d %c\n",x,n,z) return } Hanoi(n-1,x,z,y) printf("%c %d %c\n",x,n,z) Hanoi(n-1,y,x,z) }-Hanoi in a game void Hanoi (int n, char x, char
pat7253596
- 电压带隙基准一个在模拟电路中很重的一部分,本文论述了带隙基准的一个高阶补偿方法-Bandgap reference voltage in the analog circuits in a heavy part of this paper, bandgap reference, a high-level compensation
2
- 07年数学建模b题,用C++做的,有一些瑕疵!不过总体说来不错-2007 Mathematical Modeling b title with C++ Do have some flaws! Overall, however good
librarian
- 简单的学生成绩管理,有英语,数学,c++成绩输入存盘,并对总成绩进行排名,还有各科的成绩分布情况统计。-Simple management of student achievement, there are English, Mathematics, c++ Accomplishments input disk, and a total score to rank, as well as the distribution of various statistical results.
IM_DTC
- 异步电动机直接转矩控制模型,改进后的模型,带滞环比较器的模型-Asynchronous motor direct torque control model, the improved model, with comparator hysteresis model
ir
- 透過電腦觀察紅外線和无線波形,有線路圖,自己做-Through the computer to observe the infrared and wireless waveforms, there are circuit diagram, do
Lesson2Code
- C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针的变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的原文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC Appwizard生成的工程奠定了良好基础。-err