-
BAnet-and-MATLAB
无标度网络简介 生成原则 matlab程序代码以及最终成图plot(Introduction to generate scale-free network matlab code principles and ultimately into the chart plot)
- 2013-11-24 15:56:39下载
- 积分:1
-
Archlab.pdf
CSAPP体系结构实验文档,通过hcl设计优化流水线处理器,令人受益匪浅(CSAPP handout)
- 2013-04-13 10:00:43下载
- 积分:1
-
jiuhuche
说明: 救护车的报警程序,分别为1000Hz和800Hz.(Ambulance alarm procedures were 1000Hz and 800Hz.)
- 2010-04-04 15:02:36下载
- 积分:1
-
third2
实现一个界面,它能够非常完整的输出这样一个程序,我非常的喜欢他(The realization of an interface, it can be very complete output of such a procedure, I like him very much)
- 2009-06-23 17:16:22下载
- 积分:1
-
knapsack-problem-UC
0-1背包问题解决机组组合问题(给定N中物品和一个背包。物品i的重量是Wi,其价值位Vi ,背包的容量为C。问应该如何选择装入背包的物品,使得转入背包的物品的总价值为最大??
在选择物品的时候,对每种物品i只有两种选择,即装入背包或不装入背包。不能讲物品i装入多次,也不能只装入物品的一部分。因此,该问题被称为0-1背包问题。
)(0-1 knapsack problem solving unit commitment problem (in a given N items and a backpack. Weight of the items i is Wi, the value of bit Vi, knapsack capacity C. Ask how to choose the items into the backpack, making the turn The total value of goods for the biggest backpack?? when selecting items for each item i have only two choices, that is loaded or not loaded backpack backpack. items i can not speak loading times, can not just load part of the article, so the problem is called 0-1 knapsack problem.))
- 2014-05-16 10:56:47下载
- 积分:1
-
1.基于openGL的3D教室场景
一个基于OpenGL的3D教室场景,可漫游,代码量不多。(A OpenGL based 3D classroom scene that can roam with little code.)
- 2021-01-06 19:48:53下载
- 积分:1
-
DE
说明:
最简单的差分格式有向前、向后和中心3种。
向前差分:f (n)=f(n+1)-f(n)
向后差分:f (n)=f(n)-f(n-1)
中心差分:f (n)=[f(n+1)-f(n-1)]/2(The easiest difference format forward, backward, and three kinds of centers.
Forward differencing: f (n) = f (n+ 1)-f (n)
Backward difference: f (n) = f (n)-f (n-1)
Central difference: f (n) = [f (n+ 1)-f (n-1)]/2)
- 2016-05-17 21:08:01下载
- 积分:1
-
GroupPlocyConfig
windows系统组策略操作封装.............(windows grouppolicy operator......................)
- 2013-11-13 21:57:02下载
- 积分:1
-
utlab
模糊规划,模糊优化模拟,神经网络,遗传算法,matlab与VC交互(Optimize fuzzy simulation, neural networks, genetic algorithms)
- 2009-02-21 20:00:07下载
- 积分:1
-
matlab_cpp
C++ 中使用matlab中的函数,一个简单的使用例子(use of Matlab function, a simple example of the use of)
- 2007-02-08 18:30:35下载
- 积分:1