-
net
网路编程
vc++网络编程实例向导
内容丰富 包含全面
对网络编程很有帮助(internet pragram)
- 2009-04-09 13:31:04下载
- 积分:1
-
ModeDemo
一种新的学习asp.net的例子,介绍了用asp.net开发精美留言板的例子。(Learning a new asp.net examples, asp.net development introduced with exquisite examples of message boards.)
- 2009-05-18 09:26:12下载
- 积分:1
-
NetworkProgrammming
基于SOCKET编程,模拟聊天窗口,可选择端口号等,两个窗口之间可以相互发送信息。(SOCKET-based programming, simulation of the chat window, two windows to send messages between each other.)
- 2009-04-02 16:09:10下载
- 积分:1
-
编辑距离问题
说明: 设A和B是2个字符串。要用最少的字符操作将字符串A转换为字符串B。这里所说的字符操作包括:1)删除一个字符;2)插入一个字符;3)将一个字符改为另一个字符。将字符串A变换为字符串B所用的最少字符操作称为字符串A到B的编辑距离,记为d(A,B)(Let A and B be two strings. String A is converted to string B with the least number of character operations. The character operations mentioned here include: 1) deleting a character; 2) inserting a character; 3) changing one character to another character. The minimum character operation used to convert string A to string B is called the editing distance from string A to B, which is denoted D D as D (A, B).)
- 2019-05-29 15:41:34下载
- 积分:1
-
STM32-PLC-FX1N-master
STM32 compliant MITSUBISHI FX1N PLC source code
- 2018-03-28 19:07:51下载
- 积分:1
-
150demo
150个C#初学者编程实例,对初学者来说是非常好的学习实例(150 C# for beginners programming examples for beginners is a very good learning examples)
- 2009-09-26 09:36:05下载
- 积分:1
-
changevideomode
自己写的一个检测某个程序是否运行来改变系统分辨率的控制台程序(Writing own a Detect whether a program is running to change the system console resolution procedures)
- 2009-02-26 15:45:57下载
- 积分:1
-
Modbus Slver
本程序为DSP28335编写的modbus从站程序,对DSP串口编写人员有一定帮助。(The procedures for the preparation of modbus slave DSP28335 program, the DSP serial writers have some help.)
- 2013-09-06 10:47:27下载
- 积分:1
-
MCB_SOR_1.0
说明: 基于固高运动控制卡的纯软件数控系统,非常适合数控系统的学习!(The CNC system based on movition card!)
- 2021-03-01 12:19:34下载
- 积分: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