-
44
说明: 这是一个可以直接运行的VB.net游戏程序,是有本人编写,并经过多次调试修改,最终达到比较理想的效果。程序的健壮性较好,代码可读性较强。可以最为学习的有效案例,也可以作为一个开发的基础进行进一步的开发只用。如果有什么不妥之处希望批评指正。 (-This procedure is a face recognition system, which is VC++ And compile opencv under the circumstances of success, although perhaps this site has a similar code. However, this code is in another site to search)
- 2013-11-28 09:23:57下载
- 积分:1
-
将模型对象发布到控制器中( ASP.NET MVC)
翻译 maninwest@Codeforge 作者:Saswat Mohanty@CodeProject
我们想在 HttpPost 时将视图中的模型对象列表发布到控制器中。很多开发员尝试通过数组获得数据列表。但是,有个简单的方法可以不用数组获取模型对象的列表。创建一个 ASP.NET MVC 4 应用程序。首先在解决方案的 Model 文件夹中创建两个模型类,例如 EmployeeModelClass.cs 和 DepartmentModelClass.cs 。
模型
public class EmployeeModelClass
{
public string Name { get; set; }
public string Address { get; set; }
public string Contact { get; set; }
public IEnumerable DeptList { get; set; }
}
public class DepartmentModelClass
{
public string DepartmentCode { get; set; }
public string DepartmentName { get; set; }
}
控制器
public class EmployeeController : Controller
{
//
// GET: /Employee/
public ActionResul
- 2022-07-02 06:59:27下载
- 积分:1
-
WaterQualityEvaluate
VB.NET编写的用于水质评价(五类水)模糊综合评判算法,代码质量不高,若改为矩阵参数传递,计算速度加快,请自己动手修改(VB.NET prepared for the Water Quality Assessment (five categories of water) fuzzy comprehensive evaluation algorithm, code quality is not high, if the change parameter matrix, computing speed, please amend the Do-It-Yourself)
- 2008-02-12 17:46:21下载
- 积分:1
-
Demo200705072
ASP.NET 2.0 快速入门(14):ASP.NET 2.0管理你的asp.NET应用(ASP.NET 2.0 Quick Start (14) : ASP.NET 2.0 asp.NET management of your application)
- 2007-05-07 14:44:28下载
- 积分:1
-
提供了VC.net环境下的DirectShow的BaseCla
提供了VC.net环境下的DirectShow的BaseCla-Provided under the DirectShow environment VC.net the BaseCla
- 2022-01-22 03:03:48下载
- 积分:1
-
伍华聪一些小控件使用
话不多说,该工程是大拿 伍华聪给出一部分控件使用源码,我也学习使用,分享给大伙
- 2022-03-16 07:37:00下载
- 积分:1
-
ToolTip
.net Tool Tip Control
- 2012-06-04 11:55:50下载
- 积分:1
-
请认真书写上传资料的详细功能 请认真书写上传资料的详细功能...
请认真书写上传资料的详细功能 请认真书写上传资料的详细功能 -Please carefully write a detailed upload functionality Please carefully write a detailed upload functionality Please carefully write a detailed upload functionality Please carefully write a detailed upload functionality
- 2022-07-17 16:54:54下载
- 积分:1
-
ACR122U NFC 的示例源代码
- 2022-07-17 18:39:34下载
- 积分:1
-
ArcIMS ADF for .net
这是关于ArcIMS ADF for .net的很好的源码。-ArcIMS ADF for .net
- 2023-05-30 02:10:04下载
- 积分:1