Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • de.rar :定义一个简单的Computer类,有私有数据成员芯片(cpu)、内存(ram)、光驱(cdrom)等等, 有两个公有的成员函数run、stop。其中成员cpu为CPU类的一个对象,ram为RAM类的一个对象, cdrom为CDROM类的一个对象,定义并实现Computer类.请添加每个类的带参数的构造函数以及拷贝构造函数,析构函数
  • Annappa.rar ep. // Modules communicating with external circuits should normally be disabled // before entering a sleep mode that will stop the module operation. // Make sure the USART dumps the last message completely before turning it off. while(! ...
  • bisection.rar ... a+b)/2 FP=f(p) Step 4 if FP<TOL or (b-a)/2<TOL then OUTPUT(p) STOP. Step 5 set i=i+1 Step 6 if FA.FP > 0 then set a=p FA=FP else set b=p. Step 7 OUTPUT (‘Method failed after No iteration,No=’, No) STOP.
  • bisection_new.rar ... : while i≤ No do step 3-6. Step 3 set p=(a+b)/2 FP=f(p) Step 4 if FP<TOL or (b-a)/2<TOL then OUTPUT(p) STOP. prepared by Razana Alwee 24 Algorithm Step 5 set i=i+1 Step 6 if FA.FP > 0 then set a=p FA=FP else set b=p. Step 7 OUTPUT ...
  • CPP.rar 1、 定义一个车(vehicl)基类,具有MaxSpeed、Weight等成员变量,run、stop等成员函数,由此派生出自行车(bicycle)类、汽车(motorcar)类。自行车(bicycle)类有高度(Height)等属性,汽车(motorcar)类有座位数(SeatNum)等属性。从bicycle和motorcar派生出摩托车(motorcycle)类,其中包含虚函数,虚基类,多态,综合性较高。
  • Channel-Codes.rar ... low-density parity-check (LDPC) codes. They also present detailed coverage of BCH codes, Reed–Solomon codes, convolutional codes, finite-geometry codes, and product codes, providing a one-stop resource for both classical and modern coding techniques.
  • stop.zip 每按一次开关产生一次中断,在屏幕上显示一次“TPCA Interrupt!”,中断10次后程序退出。
  • jquery.marquee.zip The Marquee using JQuery. Easy start/stop Marquee on Mouse over
  • Warshall-Algorithm.rar ... s Algorithm and output the final matrix. Algorithm: Begin 1. Set a new Matrix A = B. 2. Set i = 1. 3. For all j is A[j, i] = 1 then i = 1,…….,n. Set A[j, k] = A[j, k] + A[i, k]. 4. Add 1 to i 5. If i <= n then goto step 3 Else stop. End
  • Bearing.zip ... GUI before bearingAnalysis_OpeningFcn gets called. An unrecognized property name or invalid value makes property application stop. All inputs are passed to bearingAnalysis_OpeningFcn via varargin. *See GUI Options on GUIDE s ...