-
yichuanyingyong
本篇论文是城市单交叉路口交通流实时遗传算法优化控制(This thesis is a real-time genetic algorithm optimization of urban single intersection traffic flow control)
- 2012-09-10 11:26:43下载
- 积分:1
-
学习先进的.NET编程技术,得到业内人士看比赛…
Learn advanced .NET programming techniques by getting an insiders look at a complete application!The developers who created SharpDevelop give you an inside track on application development with a guided tour of the source code for SharpDevelop. They will show you the most important code features and explain how you can use these techniques in your own projects. You will gain valuable experience of building an application on this scale, learning from the decisions, mistakes, problems and solutions that lead to the current version on SharpDevelop.
- 2022-06-15 13:49:10下载
- 积分:1
-
读写1990A并模拟I2C存储EEPROM
读写1990A并模拟I2C存储EEPROM(literacy 1990A and simulation I2C EEPROM storage)
- 2004-10-20 12:04:52下载
- 积分:1
-
STM8S_StdPeriph_Lib
内涵STM8S的库,集成个人修改的文件 已经检验(Library of Connotation STM8S)
- 2020-06-21 22:00:01下载
- 积分:1
-
DS18B2多IO驱动(带滤波)—STM32
说明: DS18B20多IO驱动,带有滤波,数据更稳定精确(DS18B20 driver, with filtering, more stable and accurate data)
- 2020-06-18 03:00:02下载
- 积分:1
-
矩阵求逆C程序
#include #include #include #define MAX 20 #define E 0.000000001 /** * 计算矩阵src的模 */ double calculate_A( double src[][MAX], int n ) { int i,j,k,x,y; double tmp[MAX][MAX], t; double result = 0.0; if( n == 1 ) { return src[0][0]; } for( i = 0; i < n; ++i ) { for( j = 0; j < n - 1; ++j ) { for( k = 0; k < n - 1; ++k ) &
- 2023-02-22 20:10:03下载
- 积分:1
-
C#自己做的通讯录
有连接数据库方面的东西
C#自己做的通讯录
有连接数据库方面的东西-C# Their address book has to do things to connect database
- 2022-02-14 18:28:38下载
- 积分:1
-
opticalflow
改进的聚类光流法,聚类方法有kmeans和DBSCAN,光流法金字塔LK可以用,HS光流法占用内存太多。(Improved clustering optical flow method, clustering method kmeans and DBSCAN, pyramid LK optical flow method can be used, HS optical flow occupy too much memory.)
- 2021-01-07 16:18:53下载
- 积分:1
-
C# 浏览大图片 例子源码
C# 浏览大图片 例子源码
- 2013-05-22下载
- 积分:1
-
线性代数同济第六版
说明: 线性代数同济第六版,最适用的一版,有书签(Linear algebra tongji sixth edition)
- 2021-01-20 09:08:48下载
- 积分:1