-
mString4
It is part of String Algorithm source code 004/005
- 2011-01-30 06:41:03下载
- 积分:1
-
DSPfir
这是一个综合性的仿真程序。包括:用matlab生成一个FIR滤波器,得到滤波器系数及阶数;再用C语言产生一个混合频率的数字信号,之后将生成的数据样点送入到DSP主程序进行数字滤波,DSP主程序算法用的是循环缓冲区算法,这一部分在CCS上实现。(This is a comprehensive simulation program. Comprising: generating a matlab FIR filter, to obtain the filter coefficients and order then mixed to produce a C-frequency digital signal, and then the resulting data samples into the main program to the DSP for digital filtering, DSP main algorithm using a circular buffer algorithm, this part of the CCS to achieve.)
- 2013-09-15 21:16:30下载
- 积分:1
-
Visual C# 交叉表查询
这是一个Visual C# 交动态交叉表查询示例程序,动态交叉表(SQLServer 2005)查询例子源码:
private void Frm_Main_Load(object sender, EventArgs e)
{
SqlConnection con = new SqlConnection(//创建数据库连接对象
@"Server=WIN-GI7E47AND9RLS;database=db_TomeTwo;Uid=sa;Pwd=");
SqlDataAdapter dap = new SqlDataAdapter(//创建数据适配器对象
"select * from tb_VenditionInfo", con);
DataSet ds = new DataSet();//创建数据集
dap.Fill(ds, "table");//填充数据集
dgv_Message.DataSource =//设置数据源
ds.Tables[0].DefaultView;
}
private void btn_Select_Click(object sender, EventArgs e)
{
SqlConnection con = new SqlConnection(//创建数据库连接对象
@"Server=WIN-GI7E47AND9RLS;database=db_TomeTwo;Uid=sa;Pwd=");
SqlDataAdapter dap = new SqlDataAdapter("Corss", con);//创建数据适配器
dap.SelectCommand.CommandType =//设置命令为存储过程
CommandType.StoredProcedure;
DataSet ds = new DataSet();//创建数据集
dap.Fill(ds, "table");//填充数据集
dgv_Message.DataSource =//设置数据源
ds.Tables[0].D
- 2022-12-26 00:25:03下载
- 积分:1
-
Finite volmue way to Couette(E)
A solver with 1order up-wind style to 2D incompressible viscous Couette
- 2019-06-16 09:49:13下载
- 积分:1
-
VCPPMulti-COM
windows下的VC++有关于多com接口的编程,是一个在工程中实际用过的例子。(under windows with VC++ programming interface for multi-com, used in a real project.)
- 2011-10-05 23:10:53下载
- 积分:1
-
CaRIne Crystallography 3.1
说明: CaRIne Crystallography 3.1,Carine软件用于电子衍射花样标,CaRIne可以画晶体结构并可计算仿真显示绕射型式,CaRIne的交谈功能可以显示。(Carine crystallography 3.1, Carine software is used for electron diffraction pattern mark. Carine can draw crystal structure, calculate and simulate diffraction pattern, and can display conversation function of Carine.)
- 2020-11-17 07:43:37下载
- 积分:1
-
c8051f02018B20
说明: c8051f020从18b20读取温度数据,并进行AD转换的程序(c8051f020 read temperature data from the 18b20, and the procedure for AD conversion)
- 2011-04-16 10:45:58下载
- 积分:1
-
f020get_frequence
完整可以运行的基于F020的频率测量,非常精准了。(this is a program that used to get frequence basing on c8051f020.)
- 2010-05-25 23:35:03下载
- 积分:1
-
RX23T_MRSSK_SPM_LESS_FOC_CSP_RV101
说明: PMSM 180°正弦波无位置传感器FOC程序(PMSM 180 sensorless FOC program.)
- 2021-04-27 13:08:45下载
- 积分:1
-
RL78G13_Bootloader
瑞萨RL78系列 BootLoader例程(Renesas RL78 series BootLoader routines)
- 2018-09-17 21:27:10下载
- 积分:1