-
WCF_Custom_Principal
关于.Net 平台上的WCF 服务的自定义权限控制与管理,好的了解起点,值得收藏(The fundamental technical material about WCF custom principal right control ,it worth bookmarking)
- 2013-04-14 14:15:36下载
- 积分:1
-
sdes
This program implements the SDES algorithm to peform Encrytion and Decryption
- 2010-05-27 19:31:36下载
- 积分:1
-
C# 使用ODBC非DSN连接SQL Server数据库
C# NoDSN功能实例,使用ODBC非DSN连接SQL Server数据库,string odbcConStr =//创建数据库连接字符串
@"driver=SQL Server;server=WIN-GI7E47AND9RLS;UID=sa;PWD=;database=db_TomeTwo";
OdbcConnection odbcCon = new OdbcConnection(odbcConStr);//创建数据库连接对象
OdbcDataAdapter da =//创建数据适配器对象
new OdbcDataAdapter("select * from 帐单", odbcCon);
DataTable dt = new DataTable();//创建数据表
da.Fill(dt);//填充数据表
this.dgv_Message.DataSource =//设置数据源
dt.DefaultView;
}
- 2023-03-02 09:35:03下载
- 积分:1
-
FIR
巴特沃斯滤波器C语言实现,低通滤波器。IIR(Butterworth filter C language)
- 2009-02-16 09:48:46下载
- 积分:1
-
AdoRWAccess
mfc ado 数据库例子
一个对话框 解释很全面(mfc ado database examples)
- 2013-09-29 21:51:49下载
- 积分:1
-
ActiveXTemplate
An example of working with an ActiveX component. This component is not necessary to register, because the project is automatically registered when building the project ActiveXTest.html - page for testing the ActiveX element, run only Internet Explorer. If the content fails, you need to change the security settings of IE and enable all ActiveX support checkboxes.
- 2020-06-21 03:40:02下载
- 积分:1
-
MFC实现字体选择功能
此源代码是在VS2005软件下编程的字体选择源代码,代码中将带你实现,如Window系统下的字体大小、颜色等功能
- 2022-05-29 06:40:20下载
- 积分:1
-
serial-assistant-master
C#串口调试助手源代码,供大家学习使用,界面采用WPF(C# serial port debugging assistant source code)
- 2021-05-06 17:20:39下载
- 积分:1
-
kalmanTrackMouse
用kalman滤波算法来跟踪鼠标, 小有意思的程序, 有助于理解kalman算法(Using kalman filter algorithm to track the mouse, a small interesting programs, help to understand the kalman algorithm)
- 2010-06-08 22:18:50下载
- 积分:1
-
osgRecipes-master
osg cookbook 中的源代码,里面有OSG和CG的结合,OSG和CEGUI的结合,OSG与QT的结合以及PHYSX的结合。(the source code of OSGCOOKBOOK,include integration of OSG and CG,CEGUI,QT and physx)
- 2013-09-07 21:30:32下载
- 积分:1