-
Graphtheory
图论的算法书籍,书中包含许多经典的例子,入门用。
章节:1基本概念 2最短路径 3最小生成树 4图的连通性 5支配集与独立集 6网络流 7匹配 8着色 9可行遍性(Graph theory, algorithms books, the book contains many classic examples of entry to use. Chapters: a basic concept of two shortest path minimal spanning tree 4 Figure 3 connectivity of five dominating set and independent set of six matching network flow 7 of 8 coloring 9 viable over the)
- 2009-12-03 21:34:03下载
- 积分:1
-
GNUradio和USRP入门指导
GNUradio和USRP,pdf 格式,经典教材(A BOOK OF GNUradio AND USRP GNU FOR guide)
- 2018-04-22 21:08:54下载
- 积分:1
-
EKF
说明: 飞行器跟踪-EKF方法,仿真效果比较好,欢迎交流学习。(err)
- 2008-11-27 14:25:12下载
- 积分:1
-
这是一本能够详细理解关于arm体系结构虚拟内存机制的不可多得的好书!...
这是一本能够详细理解关于arm体系结构虚拟内存机制的不可多得的好书!-This is a detailed understanding on the arm architecture virtual memory mechanism for rare books!
- 2023-09-03 05:00:02下载
- 积分:1
-
使用VC++平台开发的扫雷游戏,基本功能和windows自带的差不多
使用VC++平台开发的扫雷游戏,基本功能和windows自带的差不多-Use VC++ Platform development of mine-clearing game, the basic functions and windows built-in almost
- 2022-03-04 05:38:25下载
- 积分:1
-
c learn only superficial, procedures naive, we must not laughed at, oh
c++只学个皮毛,程序很幼稚,大家不要见笑哦-c learn only superficial, procedures naive, we must not laughed at, oh
- 2022-04-22 17:56:45下载
- 积分:1
-
singzhengliu
这是一个用MATLAB/simulink搭建的AC-DC模型,先将220V交流电降压后,经过整流、滤波后变为平直的直流电,然后经过一个Buck电路,通过调节占空比,将输出电压、电流稳定在25V、5A(This is a AC-DC model built with MATLAB/simulink. After the 220V AC is depressurization, after rectification and filtering, it becomes straight DC, and then through a Buck circuit, the output voltage and current are stabilized in 25V and 5A by adjusting the duty cycle.)
- 2020-11-27 20:59:30下载
- 积分:1
-
二维稳态导热的数值计算
二维稳态导热计算编程,适合需要用编程计算导热问题的(Two-dimensional steady-state heat conduction calculation programming)
- 2019-05-25 15:49:59下载
- 积分:1
-
JSP图片上传,文件上传实例
JSP图片上传,文件上传实例,包括完整的JAVA代码文件,可以上传图片,也可以上传文件,比较简单的那种,JSp新手可学习参考的文件上传范例。
- 2022-12-03 14:25:02下载
- 积分:1
-
该程序实现的是种子生命的模拟,生存:有两个或三个邻居的种子将存活到下一代,即仍然占据该格子;
死亡:如果有四个或更多的邻居,种子将因为过度拥挤而死亡;如果种...
该程序实现的是种子生命的模拟,生存:有两个或三个邻居的种子将存活到下一代,即仍然占据该格子;
死亡:如果有四个或更多的邻居,种子将因为过度拥挤而死亡;如果种子只有一个或零个邻居,将因为孤独而死亡;
繁殖:如果一个空格子有三个邻居,那么将会长出一粒新种子。一种模式在经过若干代之后有以下四种可能的结局之一:
消亡;
不变――静态;
振荡――在一组模式间循环多次后在相同的位置出现相同的模式;
滑动――在一组模式间循环多次后在不同的位置出现相同的模式。该程序允许用户指定初始的模式或计算机自动创建初始的模式;
显示进化的过程,即历代模式;
当模式消亡就停止进化,或者提示用户是否继续显示下一代,或开始新的案例,抑或退出。
-The program implementation is the seed of life simulation, survival: There are two or three neighbors of the seed will survive to the next generation, that is still occupying the lattice
Death: If there are four or more neighbors, the seeds will die because of overcrowding if seed is only one or zero neighbors, will die because of loneliness
Breeding: If a sub-space has three neighbors, then it will grow a new seed. After a pattern after several generations have the following one of four possible outcomes:
Die
Constant- static
Oscillation- a group of modes in the loop on many occasions in the same location after the same pattern emerged
Sli
- 2022-03-25 01:15:01下载
- 积分:1