-
求一般矩阵(实数)的逆矩阵
求一般矩阵(实数)的逆矩阵-for general matrix (actual) of the inverse matrix
- 2022-06-15 09:37:59下载
- 积分:1
-
egao
一个关机恶搞程序,仅供娱乐,其实很简单就用了system函数(A spoof shutdown procedures, for entertainment purposes only, is actually very simple to use system functions)
- 2013-11-13 07:11:43下载
- 积分:1
-
ISAR
生成rcs数据,通过此段代码进行isar成像(isar imaging)
- 2020-11-17 12:59:41下载
- 积分:1
-
daoxian
- 2010-03-21 14:12:52下载
- 积分:1
-
npcsma
mpcsma source file of matlab
- 2010-04-29 14:45:00下载
- 积分:1
-
ReadDataFromMIT-BIHDirectlyByVC++
MIT-BIH心电数据库中包含有大量的心电信号,用户可以直接下载这些信号用于信号分析,算法验证等。但是其数据存储格式复杂,只能用其提供的工具包进行读取,很不方便。本源码可以直接读取MIT-BIH中的format212和format16格式的心电数据,免去了学习其繁琐工具包的过程。(MIT-BIH ECG database contains a large number of ECG signals, users can directly download these signals used in signal analysis, verification algorithm. However, the complexity of its data storage format, can only provide a toolkit to read, very inconvenient. The source can be directly read the MIT-BIH in format212 and format16 ECG data format, which eliminates the cumbersome tool kit to learn their process.)
- 2008-01-02 13:27:39下载
- 积分:1
-
CSharp-controls
C#控件大全
书中包含C#编程中用到的控件和使用方法,适合初学者使用。(Use the control and use of C# programming methods contained in the book, suitable for beginners to use.)
- 2015-12-30 23:23:46下载
- 积分:1
-
outline
哈希表函数,纯C语言编写的哈希表计算函数(Hash table functions, written in pure C language function to calculate the hash table)
- 2013-12-02 14:42:14下载
- 积分:1
-
C# 在分组查询中使用ROLLUP
C# 在分组查询中使用ROLLUP,/// /// 查询数据库信息
/// /// 方法返回DataTable对象 private DataTable GetEmployee()
{
string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串
@"server=LVSHUANGSHJ;database=db_TomeTwo;uid=sa;pwd=");
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
@"SELECT 所属部门,性别, AVG(工资) AS 平均工资 FROM tb_Employee GROUP BY 所属部门,性别 WITH ROLLUP");
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-01-25 22:57:00下载
- 积分:1
-
EX16_LCD1602
利用c语言实现dsp tms2812上的如何控制lcd1602的显示等功能(using c on tms2812 to control lcd 1602 to show chars.)
- 2013-02-07 21:39:01下载
- 积分:1