-
The GRLIB IP Library is an integrated set of reusable IP cores, designed for sys...
The GRLIB IP Library is an integrated set of reusable IP cores, designed for system-on-chip
(SOC) development. The IP cores are centered around a common on-chip bus, and use a coherent
method for simulation and synthesis. The library is vendor independent, with support for different
CAD tools and target technologies. A unique plug&play method is used to configure and connect
the IP cores without the need to modify any global resources.-The GRLIB IP Library is an integrated set of reusable IP cores, designed for system-on-chip (SOC) developmen t. The IP cores are centered around a common on-c hip bus, and use a coherent method for simulation and syn thesis. The library is vendor independent, with support for different CAD tools and target technologies. A unique plug
- 2022-12-07 22:00:03下载
- 积分:1
-
house
房贷计算器,可以自己二次开发适合自己的
房贷计算器,可以自己二次开发适合自己的(Mortgage calculator, you can develop yourself for two times)
- 2017-12-10 21:08:04下载
- 积分:1
-
Desktop
TEST BECAUSE I NEED DOWNLOAD SOME FILE
- 2017-07-24 14:33:24下载
- 积分:1
-
生态分析C语言
适用于生态分析的C语言代码,多样性分析以及环境因子相关性(C language code for ecological analysis)
- 2018-09-03 20:41:41下载
- 积分:1
-
chapter22
说明: 在城市之间优化最短路径蚁群算法程序设计(非原创)(Optimizing the Shortest Path Between Cities)
- 2020-06-23 10:00:01下载
- 积分:1
-
传递熵工具箱
说明: 这是一个在MATLAB中计算传递熵的工具箱。(This is a toolbox in MATLAB for calculating the transfer entropy)
- 2021-04-22 23:38:48下载
- 积分:1
-
C# 使用数据库列别名的例子
C# 使用数据库列别名的例子。查询数据库信息,定义了一个方法返回DataTable对象:
private DataTable GetMessage()
{
string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串
@"server=WIN-GI7E47AND9RLS;database=db_TomeTwo;uid=sa;pwd=");
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
@"SELECT 学生姓名 as 姓名,年龄 as 学生年龄,性别 as 学生性别 from tb_Student");
SqlDataAdapter P_SqlDataAdapter = new SqlDataAdapter(//创建数据适配器
P_Str_SqlStr, P_Str_ConnectionStr);
DataTable P_dt = new DataTable();//创建数据表
P_SqlDataAdapter.Fill(P_dt);//填充数据表
return P_dt;//返回数据表
}
- 2022-07-22 20:05:58下载
- 积分:1
-
pipei
说明: 灰度相关法、相位相关法、和金字塔+相位相关法对实现图像匹配(Gray correlation method,Phase correlation method and Pyramid-Phase correlation to match image)
- 2021-01-04 10:28:56下载
- 积分:1
-
dcc_mvgarch
说明: 基于GACRH模型计算两个时间序列之间的动态条件相关系数(Dynamic condition correlation coefficient)
- 2019-11-09 10:26:05下载
- 积分:1
-
打开一个bmp影像,然后对图形进行3*3,5*5,7*7,9*9四种模板的滤波处理。...
打开一个bmp影像,然后对图形进行3*3,5*5,7*7,9*9四种模板的滤波处理。-opened a bmp image, and then for three graphics** 3,5 7,9 5,7** 9 four template filter.
- 2022-06-12 01:03:48下载
- 积分:1