资源列表
hannuota
- 使用C++语言解决了汉诺塔问题(三柱),可以依次拓展到多柱(The use of C++ language to solve the problem of Hanoi , which in turn may be extended to multiple columns)
ch09类
- 面对对象:面对将系统看成通过交互作用来完成特定功能的对象的集合。每个对象用自己的方法来管理数据。也就是说对象内部的代码能够操作对象内部的数据。(Facing the object: facing the collection of objects that regard the system as a specific function through interaction. Each object manages the data in its own way. That is to say
ch11重载
- 在实际开发中,有时候我们需要实现几个功能类似的函数,只是有些细节不同。例如希望交换两个变量的值,这两个变量有多种类型,可以是 int、float、char、bool 等,我们需要通过参数把变量的地址传入函数内部。在C语言中,程序员往往需要分别设计出三个不同名的函数,其函数原型与下面类似:(In actual development, sometimes we need to implement several similar functions, but there are some detai
函数ch06
- 函数是一组一起执行一个任务的语句。每个 C++ 程序都至少有一个函数,即主函数 main() ,所有简单的程序都可以定义其他额外的函数。(A function is a set of statements that perform tasks together. Every C++ program has at least one function, that is, the main function main (). All the simple programs can define ot
project_manage
- 有关项目进度管理需要掌握的知识有如下一些: (1)项目进度管理的过程有哪一些。 (2)活动定义与WBS(Work Breakdown Structure,工作分解结构)的定义,有关WBS的一些专业术语理解,如检查点、里程碑、基线、工作包、活动等。 (3)活动定义采用的一些工具和技术,如分解、模板、滚动式规划、专家判断等。 (4)掌握前导图法(即单代号网络图)和箭线图法(双代号网络图),会作图、看图,会找关键路径,掌握虚路径的概念,理解术语并会计算ES、LS、EF、LF、FF、TF,并能对
FarsiTools
- convert calendar persian islamic
BackgroundWorkerDemo
- BackgroundWorker C# code
MATLAB的S-Function编写指导
- s函数编写指导 还不错还不错还不错还不错还不错还不错(guide for sFunction in Matlab g good PDF)
multiObjectTracking
- 该程序是用混合高斯建模+卡尔曼滤波实现,结果依赖于前景检测效果,结果效果较好,但背景干扰较多。(The program is to use mixed gaussian modeling + kalman filter implementation, the result depends on the foreground detection results, the effect is better, but more background interference.)
verilog2vhdl
- Verilog2C++ translates a C++ class of a Verilog design using a cycle-accurate representation of each nets and registers. Verilog2C++ is about 10 times faster than other commercial simulators, but has only simple functions.
k均值聚类算法
- 根据k均值聚类的原理,实现一些数字的聚类,但是具体类别数需要自己设置(Clustering of some numbers by K mean clustering)
winwordtestapp
- Word control in winforms