资源列表
disige
- 还是一样的额别看,反正都是那些,他不让我下东西烦啊以后补上一地噢-Although the amount is still the same, anyway, are those, he will not let me under烦啊after things to补上一Oh
new
- super market billing system
ver1.0
- Shutdown of the UC1842 can be accomplished by two methods either raise pin 3 above 1 V or pull pin 1 below a voltage two diode drops above ground. Either method causses the output of the PWM comparator to be high (refer to block diagram). The PWM
duoxiangshiqiudao--
- 多项式求导,主要用于一些简单的式子的求导,求使用好,对于一些复杂的不行哟 - this is about many things
PC
- 特征空间自适应波束形成器,主分量方法波束形成器-eigen space responsive beamformer, Principal Component beamformer
ele_con
- get element number in abaqus explict
gaoshelvingboost
- 设计高频斜坡型数字参数均衡器,对高频斜坡均衡的实际值与理论值进行仿真-The design of a high frequency ramp type digital parametric equalizer for high frequency slope balanced the actual value of the simulation and theoretical values
3
- /编写一个程序,输入N个学生数据,包括学号、姓名、成绩,要求输出这些学生数据并计算平均分。 //要求: //设计一个学生类Stud,除了包括no(学号)、name(姓名)和deg(成绩)数据成员外,有两个静态变量 // sum和num,分别存放总分和人数,另有两个普通成员函数setdata()和disp(),分别用于给数据成 // 员赋值和输出数据成员的值,另有一个静态成员函数avg(),它用于计算平均分。在main()函数中 // 定义了一个对象数组用于存储输入的学生
ds18b20
- 单片机485驱动,内容简练,容易懂的,不可多得的学习材料-MCU 485 drives, content, concise, easy to understand, and rare learning materials
zoom
- 图形放大程序,用于c++控件中的实时绘图中的图形放大-a C++ file zooming a picture
VC++6.0_xpstyle
- VC++6.0实现应用程序软件界面XP风格
cpp1
- 定义一个钟表类,包括三个私有成员,分别为小时、分钟、秒,在此基础上,请重载自增运算符(++)和自减运算符(--)为类的成员函数,使得钟表类的对象能进行基于秒数的时间变化,注意自增运算符和自减运算符有前缀运算和后缀运算两种。同时要求定义带参数的构造函数,定义时间设置函数和时间显示函数。-Define a class watches, including three private members, namely hour, minute, second, on this basis, please