-
data access layer in three tier architecture in ASP.Net
我假设您非常了解ASP.Net. 在这个文件中有一个数据访问层的代码。使用以下方法和功能
- 2022-07-13 09:57:51下载
- 积分:1
-
无记忆Saleh模型,用于无记忆放大器非线性失真反正运算!
无记忆Saleh模型,用于无记忆放大器非线性失真反正运算!-No-momry saleh
- 2022-02-09 17:31:59下载
- 积分:1
-
小孩排队问题
小孩排队问题- The child lines up the question
- 2022-09-18 19:00:03下载
- 积分:1
-
单片机温控风扇设计
#include //头文件
- 2022-03-13 16:06:46下载
- 积分:1
-
分数阶傅里叶变换计算方面的文章,另附程序清单
分数阶傅里叶变换计算方面的文章,另附程序清单-Fractional Fourier transform calculation of the article, followed the list of procedures
- 2022-06-26 21:16:35下载
- 积分:1
-
打印条形码示例
资源描述
Code128
Code39
两种编码规则的条形码,数字变成条形码的转换方法。
// TODO: Add your control notification handler code here
CDC dc;
int CodeName,printQuality;
LPSTR partial=NULL,text;
CCode39 code39;
CCode128 code128;
UpdateData(TRUE);
text=m_CodeText.GetBuffer (50);
//获取编码方式
CodeName=m_CodeName.GetCurSel();
if(CodeName==CB_ERR)
{
MessageBox("请选择编码方式");
return;
}
switch(CodeName)
{
case 0:
CodeType=CODE39;
break;
case 1:
CodeType=CODE128A;
break;
case 2:
CodeType=CODE128B;
break;
case 3:
CodeType=CODE128C;
break;
}
//获取打印机设备环境
if(!(printDlg.DoModal()))
{
MessageBox("打印错误。");
return ;
}
- 2022-03-22 14:26:04下载
- 积分:1
-
Introduction queuing theory, mathematical modeling in 2009 good material.
介绍排队论,是2009年数学建模的好材料。-Introduction queuing theory, mathematical modeling in 2009 good material.
- 2022-03-28 10:55:36下载
- 积分:1
-
c语言耍法,对于数学建模有用
c语言耍法,对于数学建模有用-c language game, useful for mathematical modeling.
- 2022-01-22 06:07:50下载
- 积分:1
-
pitch shifter
Simulink中的这个高度专业化的块将设置Simulink的配置参数,以正确使用CodeComposer Studio和DSK[3]。在Simulink仿真配置参数中,有必要进行以下更改。
- 2022-01-25 20:10:38下载
- 积分:1
-
面波频散曲线正演
用于面波的频散分析和反演的程序。很好用的面波频散曲线提取个反演的程序,对刚刚接触瑞雷波勘探的物探人员非常有帮助!
- 2022-11-07 17:40:03下载
- 积分:1