-
仿3dsmax界面及基本操作, 自我感觉界面和用户交互做得还可以
仿3dsmax界面及基本操作, 自我感觉界面和用户交互做得还可以-imitation 3dsmax interface and basic operation, a sense of self, interactive user interface and can also do
- 2022-02-04 07:43:17下载
- 积分:1
-
K r u s k a l算法每次选择n
K r u s k a l算法每次选择n- 1条边,所使用的贪婪准则是:从剩下的
边中选择一条不会产生环路的具有最小耗费的边加入已选择的边的集合中。注意到所选
取的边若产生环路则不可能形成一棵生成树。K r u s k a l算法分e 步,其中e 是网络中
边的数目。按耗费递增的顺序来考虑这e 条边,每次考虑一条边。当考虑某条边时,若将其
加入到已选边的集合中会出现环路,则将其抛弃,否则,将它选入。-K ruskal algorithm for each choice of n-1 edges, the greed of the criteria used are: from the left edge select does not produce a loop with the smallest cost edge has been selected to join the edge of the collection. Taking note of the selected edges have a loop if it can not form a spanning tree. K ruskal algorithm sub-e-step, in which e is the number of network edge. According to the order of incremental cost to consider this e edges, each taking a side. When considering a certain edge when, if its added to a collection of selected edge loop will appear, will be its discarded, otherwise, it selected.
- 2023-02-08 08:10:04下载
- 积分:1
-
confused version of the classic operating procedures. Downloading is the prepara...
经典的摸版操作程序.下载的是用C++编写的原代码-confused version of the classic operating procedures. Downloading is the preparation of the original C code
- 2022-01-25 14:27:01下载
- 积分:1
-
实现判卷和扩展编辑框以及使用动态控件功能
实现判卷和扩展编辑框以及使用动态控件功能-Achieve graders and expanded edit box and the use of dynamic control function
- 2023-07-18 09:10:04下载
- 积分:1
-
Note : Delphi Object Pascal source tools neatly arranged that the source code (v...
说明:将 Delphi Object Pascal 源码排列整齐的工具的源代码 ( 2.0 版,相当於适用於 Delphi 2.0~5.0 专家版本 2.2.3 版 DELFOREX.ZIP ) -Note : Delphi Object Pascal source tools neatly arranged that the source code (version 2.0, equivalent to 2.0 to 5.0 Delphi experts DELFOREX.ZIP Edition version 2.2.3)
- 2022-04-10 02:36:18下载
- 积分:1
-
小弟从网上掘一代码,奉献出来,希望对大家有帮助
小弟从网上掘一代码,奉献出来,希望对大家有帮助-Boy dug one code from the Internet, and dedication out to be helpful for all of us
- 2022-06-30 00:40:39下载
- 积分:1
-
用WINDOWS SDK播放 FLASH
用WINDOWS SDK播放 FLASH-WINDOWS SDK to play with FLASH
- 2022-03-03 03:56:12下载
- 积分:1
-
LAN
基于局域网络的命令和数据传输 在一台机器上,将点、线、面的绘画命令和参数通过局域网发送到另外一台计算机上,并在其屏幕上显示绘画结果 -LAN-based commands and data transmission on a single machine, will be point, line, surface drawing commands and parameters sent via the LAN to another computer, and the results of their paintings displayed on the screen
- 2022-03-18 03:40:42下载
- 积分:1
-
图书信息管理系统
图书信息管理系统包含class BOOK //一、图书类{private:int num; //编号string name; //书名int B_class; //等级string publishing; //出版社int isbn; //ISBNint stock; //剩余量int sale; //销量public:BOOK(){} //构造函数void add1(); //添加图书信息void add2();void setnum(int a) //在添加第二本书的信息时设置编码{num=a;}int getnum() //得到编号{return num;} string getname() // 得到名称{return name;}void show(); //显示图书信息 int getB_class(){return B_class;}int getsale(){return sale;}
- 2023-06-21 15:35:03下载
- 积分:1
-
词法分析器,编译原理课程中的一小部分,分析词法的构成!...
词法分析器,编译原理课程中的一小部分,分析词法的构成!-Lexical analyzer, compiler theory course in a small part of lexical analysis of the composition!
- 2023-03-24 04:55:04下载
- 积分:1