资源列表
ads1115P12864
- 24位AD芯片ADS1252的驱动程序,并包含12864的描点显示程序。-The 24 AD chip ADS1252 driver and display program contains 12864 tracing point
double-buffer-technology-code
- 这是双缓冲技术的代码,经本人调试,可用,供参考-double-buffer technology code, preserve to refer
MakeStandardDll
- 利用假的Link.exe替换原Link.exe。在Link时会中断,此时把OBJ文件拷贝出来,再由本程序调用原Link.exe来制作标准DLL。制作成功后,DLL中的函数可以像API那样声明使用。-Use of fake Link.exe replace the original Link.exe. Be interrupted when Link, the OBJ file copy, called by the program the original Link.exe to create
anglelei
- 三角形类,通过输入三条边的值来判断是不是三角形。还可以就是其面积-Triangle-like is to determine, by inputting the value of the three sides is not a triangle. Can also be its area
POJ_3714
- POJ-3714完整代码,readme及解题报告 -POJ-3714 complete code, readme, and problem-solving report
gaoshi
- 高斯消元法,用于矩阵的化简,在进行矩阵运算中起了特别重要的作用,更是图形学中经常用到的方法-Gaussian elimination for matrix simplification, played a particularly important role in performing matrix operations, more frequently used graphics
sort
- 数据结构中的排序,顺序表。链表等等,实现冒泡法以及最快排序法-Sorting the data structure, sequence tables. Linked lists, etc., to achieve the Bubble Act as well as the fastest sorting method
scyt
- 数值计算中的经典算法三次样条,用于图形学中曲线、曲面的绘制,消除锯齿-Function Qt done a music player, has peels, change shape, and loop playback, random play, etc., can also be custom skin
2-1
- 1. 自定义一个示意性的复数类型complex,其中含有若干个成员函数,使用该类可以完成复数的加法以及对复数的输出。请完成类定义,并编制主函数,说明complex类对象,对定义的各成员函数进行调用。 class complex{ double real //复数实部 double imag //复数虚部 public: complex() //无参构造函数 complex(double r, double i) //2参构造函数 c
sortto
- 用于数据结构中两个顺序表的归并,即将两个顺序表,合拢到一个顺序表中,并将其按升序或降序排序-For the merging of two sequential table data structure, is about two sequence table, close up to an order of the table, and sorted in ascending or descending order
Text1
- 单片机音乐播放器 可以播放固定的一首曲子。代码简单。-AT89C51music player
Recursive-seek-integer-reverse
- 用递归的方法把一个数倒序输出例:输入12345输出:54321-Recursive methods to a number of reverse output Example: enter 12345 Output: 54321