-
pca
集成了C代码和MATLAB的主成分分析代码,可以用这两种方法解决求取特征值和特征向量。(C code and MATLAB integrates principal component analysis code, you can use two methods to solve strike eigenvalues and eigenvectors.)
- 2013-09-10 19:45:04下载
- 积分:1
-
GetSD_ID
WINCE 6.0 读取SD卡ID号 ,注意根据实际情况更改SD卡的名字 DSKn .VS2005编写(Get SD CAR ID. WINCE6.0 with VS2005)
- 2013-07-18 10:49:48下载
- 积分:1
-
CE-exam
VC 经典案例 30例子 已经使用 华为等机考(VC classic case 30 examples have been used)
- 2013-11-02 10:00:18下载
- 积分:1
-
ASP.NET企业信息管理系统(Spring.NET) 源码
ASP.NET企业信息管理系统(Spring.NET修改版) 源码
程序使用VS2010+SQL2008开发,使用MVC框架Spring.NET+NHibernate,改进了分页效率较低和分页代码量大等问题
目录:
DAO:Spring.NET+NHibernate通用DAO层
Model:数据库实体
SpringResource/spring_bean_dao.xml:Spring配置文件下的
<object id="DbProvider" type="DAO.SQLProvider, DAO">
<property name="ConnectionString" value="Data Source=(local);Database=Web;User ID=sa;Password=sa;Trusted_Connection=False" />
</object>
(数据库连接字符在这里修改,然后还要重新编译DAO这个项目才会生效)
WEB:WEB层
DB_aspx下为Sql2005数据库
后台登陆地址:admin/default.aspx,帐号/密码:51aspx/51aspx(ASP.NET Enterprise Information Management System (Spring.NET Revision) Source Code
The program is developed with VS2010+SQL2008 and MVC framework Spring.NET+NHibernate, which improves the problems of low paging efficiency and large amount of paging code.
Directory structure:
DAO: Spring. NET + NHibernate Universal DAO Layer
Model: Database Entities
Spring Resource/spring_bean_dao.xml: Under the Spring configuration file
<object id="DbProvider" type="DAO.SQL Provider, DAO">
<property name="Connection String" value="Data Source=(local); Database=Web; User ID=sa; Password=sa; Trusted_Connection=False"/>
</object>)
- 2020-06-18 18:20:01下载
- 积分:1
-
sample_SPI
这是一个瑞萨R78/G13的SPI演示程序,详细的放置了说明,很有用的源码(This is one of the SPI Renesas R78/G13 demonstration program, placed a detailed description of very useful source)
- 2013-09-03 02:59:19下载
- 积分:1
-
DELPHI7中RAVE控件的教程
实现RAVE报表
DELPHI7中RAVE控件的教程
实现RAVE报表-Delphi7 in RAVE tutorial control statements to achieve RAVE
- 2022-12-20 11:25:03下载
- 积分:1
-
can入门教程
说明: can基础知识,基本教程,适用于初学者开发(Can basic knowledge, basic tutorials, for beginners)
- 2020-06-21 18:40:02下载
- 积分:1
-
IEEE-33
PSCAD仿真,可以设置各种故障,故障类型可以自由设置,并且得到故障仿真图形,本程序中附有单相故障(PSCAD simulation, you can set a variety of failures, fault types can be set free, and get fault simulation graphics, the program with a single-phase failur)
- 2020-07-03 16:20:02下载
- 积分:1
-
Subsea-Assignment
subsea CONTROLLER DESIGN
- 2013-11-08 23:55:04下载
- 积分:1
-
STM32f103zet6的CAN总线通信
实现简单的数据收发unsigned char CAN_init(unsigned char tsjw,unsigned char tbs2,unsigned char tbs1,unsigned short brp); void USB_LP_CAN1_RX0_IRQHandler(void); void can_rx_data_deal(unsigned char *buf) //CAN接收处理 u8 Can_Send_Msg(u8* msg,u8 len);
- 2022-02-06 02:40:31下载
- 积分:1