经典数据结构中较难的平衡二叉排序树的操作,考虑到较多同学都需要,特此上传,c++实现,需要做异质树的自行把struct改为Class既可。
Class="time">上传时间: 2016-02-17
Class="username">上传用户:cxl274287265
抽奖系统,需要在Class同目录下加入config.sflower文件--用于配置初始化信息(奖项信息),用户操作时,首先导入参与抽奖人信息,点击开始进行抽奖。
Class="tags">标签:
Class="time">上传时间: 2016-02-22
Class="username">上传用户:thesk123
26.编写一个具有如下样式的类模板tmplt,用于实现所谓的反序输出问题,其中使用了类型参数T(使所处理的元素类型可变化)以及普通参数n(元素个数也可变化): template <Class T, int n> Class tmplt { T arr[n] // n个T类型的数据存放于数组arr之中 public: void dataIn() //从键盘输入n个T类型数据放入arr数组中 void reverseOut() //将arr数组中的数据按输入的相反顺序输出 } 而后编制主函数,将类模板实例化为某个具体的类并说明类对象,之后通过对象调用其负责输入数据的成员函数,再通过对象调用另一成员函数按反序输出那些输入数据。
Class="time">上传时间: 2014-01-07
Class="username">上传用户:xiaoxiang
博客管理系统。安装说明: 1、在SQLSERVER中创建blog数据库并创建登陆帐号blog:blog,然后在SQL Server查询分析器中运行doc目录下db.sql创建所有表; 2、将工程导入Eclipse; 3、部署工程; 4、运行tomcat; 5、进入tomcat管理web后台, 在Tomcat->Service->Host->Context(blog)->Resources->Data Sources中添加 Data Source URL: jdbc:jtds:sqlserver://${dbhost}:1433 DatabaseName=blog JDBC Driver Class: net.sourceforge.jtds.jdbc.Driver User Name: blog Password: blog 6、done!
Class="tags">标签: blog SQLSERVER 博客 管理系统
Class="time">上传时间: 2013-12-14
Class="username">上传用户:虫虫虫虫虫虫
最新的java反编译工具,支持目录级的反编译,也支持双击.Class文件就可查看源文件
Class="time">上传时间: 2014-08-02
Class="username">上传用户:aysyzxzm
At the heart of Java technology lies the Java virtual machine--the abstract computer on which all Java programs run. Although the name "Java" is generally used to refer to the Java programming language, there is more to Java than the language. The Java virtual machine, Java API, and Java Class file work together with the language to make Java programs run.
Class="tags">标签: the Java technology abstract
Class="time">上传时间: 2013-12-14
Class="username">上传用户:离殇
/*目的:使一個複數可顯數出來,可做+-/*,還要可以做>>跟<<的功能 題目:定義一個複數的Class叫Complex,a(實部)與b(虛部)為double的型態,i表示根號-1, 1.必須包含一個建構子有兩個參數(double型態),能被用來設定物件中的變數為任意值 2.包含一個建構子只有一個參數(double型態),呼叫參數的實部且定義為"實部+0i" 3.包含一個預建構子可把物件初始化為0+0i 4.overload以下的operator以致於可以正確的執行:+ - * / << >> */
Class="tags">标签:
Class="time">上传时间: 2013-12-27
Class="username">上传用户:lindor
这个工具集提供以下结构化分析和UML分析中所用的图形化绘图工具:ER-diagrams, data and event flow diagrams and state-transition diagrams,Class-diagram editor, a use-case diagram editor and an activity diagram editor
Class="tags">标签: state-transition ER-diagrams and diagrams
Class="time">上传时间: 2014-12-09
Class="username">上传用户:qunquan
简易学生信息管理系统 程序实现思路: 先创建一个学生元素类,用于存放学生的各种数据。然后创建一个堆(heap)类,把数据以堆的形式存储,可便进行堆排序及各种操作。最后再用一个类(Class priQueue)包装了heap类,以方便主函数调用。本程序中比较核心的技术就是用到了堆排序,将学生按优先级(高的排前面,低的排后面)的大小进行有序排列。堆排序的时间复杂度较一般排序(如:冒泡,选择等)来得低,可使程序显示数据时效率更高。
Class="time">上传时间: 2014-01-14
Class="username">上传用户:l254587896
多项式曲线拟合 任意介数 Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as a template Class, using vector<FloatType> parameters. Added a method to handle some EMathError exceptions. If do NOT want to use this just call PolyFit2 directly. usage: Call PolyFit by something like this. CPolyFit<double> PolyFitObj double correlation_coefficiant = PolyFitObj.PolyFit(X, Y, A) where X and Y are vectors of doubles which must have the same size and A is a vector of doubles which must be the same size as the number of coefficients required. returns: The correlation coefficient or -1 on failure. produces: A vector (A) which holds the coefficients.
Class="tags">标签: Least-squares arbitrary Purpose Builder
Class="time">上传时间: 2013-12-18
Class="username">上传用户:宋桃子