资源列表
edxgui
- windows你仔细听哦哦1哦哦烤鸡腿哦哈哈哈哈哈啊哈哈还是挂哈哈哈哈哈哈哈(This is a windows and if you are my son you will leave me and son.)
sqli-labs-master
- 注入联系平台(Injection platform)
ch07数组
- 数组(array)由一系列类型相同的元素构成。数组声明(array declaration)中包括数组元素的数目和元素的类型。(Array (array) is made up of a series of elements of the same type. Array declaration (array declaration) includes the number of array elements and the type of elements.)
sdzdgj
- 这是一个宏文件,自动执行,挺不错,希望能满意,新手作品。(suduududidijdjshshshhsjsjsjskksksksjsjjsjdjdjjdjdjskksksjsj)
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
PSOmain
- 程序主要是用于解决TSP问题的粒子群算法,包括粒子群算法的步骤(The program is mainly a particle swarm algorithm for solving TSP problems, including the steps of the particle swarm algorithm)
函数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
ga_TSP
- 程序主要是用于解决TSP问题,运用的算法为遗传算法(The program is mainly used to solve the TSP problem. The algorithm used is the Genetic algorithm.)
ACAmain
- 程序为蚁群算法解决TSP问题,主要包含了蚁群算法的具体步骤(The program solves the TSP problem for the ant colony algorithm and mainly includes the steps of the ant colony algorithm)
project_manage
- 有关项目进度管理需要掌握的知识有如下一些: (1)项目进度管理的过程有哪一些。 (2)活动定义与WBS(Work Breakdown Structure,工作分解结构)的定义,有关WBS的一些专业术语理解,如检查点、里程碑、基线、工作包、活动等。 (3)活动定义采用的一些工具和技术,如分解、模板、滚动式规划、专家判断等。 (4)掌握前导图法(即单代号网络图)和箭线图法(双代号网络图),会作图、看图,会找关键路径,掌握虚路径的概念,理解术语并会计算ES、LS、EF、LF、FF、TF,并能对