资源列表
[其他小程序] kindeditor-master
说明:金山编辑器,挺好用的javascr ipt编辑器,javascr ipt编辑器-javascr ipt edit javascr ipt<刘超> 在 2025-10-06 上传 | 大小:7.92mb | 下载:0
[其他小程序] cPPcourse_design
说明:1、【拷贝构造函数】定义一个复数类CComplex class CComplex { private: float real //实部 float imag //虚部 public: CComplex(float x =0.0 , float y = 0.0):real(x),imag(y) {} CComplex(CComplex& c) CComplex operator+(CComplex& c)<红楼飞雪梦> 在 2025-10-06 上传 | 大小:1.71mb | 下载:0
[其他小程序] proyectoadmin
说明:vga controler in fpga spartan 3e witch memory rom.<camlazo> 在 2025-10-06 上传 | 大小:4.59mb | 下载:0
[其他小程序] ADC-and-DAC-example
说明:STM32f4discovery example adc and dac<offowy> 在 2025-10-06 上传 | 大小:2kb | 下载:0
[其他小程序] MotorModelLibrary-quickstartguide
说明:The FOC Simulink Library is a set of Simulink blocks for implementing in Matlab-Simulink environment the functions and the algorithms used in the electric motor control. These blocks can be used either to conceive and to test new electric motor c<ad_il> 在 2025-10-06 上传 | 大小:263kb | 下载:0
[其他小程序] One-yuan-polynomial-multiplication
说明:题目说明: 要求采用链表形式,求两个一元多项式的乘积:h3 = h1*h2。函数原型为:void multiplication( NODE * h1, NODE * h2, NODE * h3 )。 输入: 输入数据为两行,分别表示两个一元多项式。每个一元多项式以指数递增的顺序输入多项式各项的系数(整数)、指数(整数)。 例如:1+2x+x2表示为:<1,0>,<2,1>,<1,2>, 输出: 以指数递<杨旭光> 在 2025-10-06 上传 | 大小:1kb | 下载:0