搜索结果: 1-15 共查到“文学 NET”相关记录52条 . 查询时间(0.171 秒)
The Unification Space implemented as a localist neural net: predictions and error-tolerance in a constraint-based parser
Predictive parsing Syntactic ambiguity resolution Psycholinguistics Unification Space Localist neural network
2015/4/7
We introduce a novel computer implementation of the Unification-Space parser (Vosse and Kempen in Cognition 75:105–143, 2000) in the form of a localist neural network whose dynamics is based on intera...
Klein's Hath Net a Jew: in Search of Vision
Klein's Hath Net a Jew in Search of Vision Rachel Feidhay Brenner
2014/1/20
Hath Not a Jew, A.M. Klein's first volume of poetry, invites a reassessment of the poet's treatment of his Jewish roots. Despite the generally accepted view of Klein as a poet whose interests focus pr...
Net-Based Learner Autonomy, Its Problems and Possible Solutions-A Case Study in WAHU, China
Net-based learning Learning autonomy College English
2009/8/21
The paper presents a study investigating the net-based learner autonomy of the first-year non-English major students studying in West Anhui University (WAHU). Through questionnaires and interviews, th...
Ibsen.net
Henrik Ibsen 易卜生
2008/11/14
Ibsen.net is the world´s largest website about Henrik Ibsen, as regards both sheer volume of information and number of users.
dancescience.net is a network of dance educators who aspire to safeguard the health and improve the performance of dancers through educational seminars, workshops and consultancy. Their services offer...
Belly dance news, forum for Belly dancers, Belly dance instructors directory, Arabic song lyric translations, dance articles, guest stories.
在ASP.NET中上传图片并生成缩略图
缩略图 上传图片 ASP.NET
2008/3/19
以下是引用片段:
private void btnUploadPicture_Click(object sender, System.EventArgs e)
{
//检查上传文件的格式是否有效
if(this.UploadFile.PostedFile.ContentType.ToLower().IndexOf("image") < 0)
{
Response.Wr...
在ASP.NET 2.0中建立站点导航层次
导航层次 站点 ASP.NET 2.0
2008/3/19
站点导航提供程序--ASP.NET 2.0中的站点导航提供程序暴露了应用程序中的页面的导航信息,它允许你单独地定义站点的结构,而不用考虑页面的实际物理布局。默认的站点导航提供程序是基于XML的,但是你也可以通过编写自定义的提供程序,从任何后端位置暴露这些信息。
连接SQL Server数据库的机制与连接Access的机制没有什么太大的区别,只是改变了Connection对象和连接字符串中的不同参数。
细节决定成败 ASP.NET中的蝴蝶效应
蝴蝶效应 ASP.NET
2008/3/19
ASP.NET的优点我说过很多次了,也就是各个控件独立负责自己内部的逻辑,这是一个好事情,因为它解决了原本ASP处理逻辑耦合度高的问题。然而这是需要代价的,那就是引入ASP.NET页面生命周期,随着控件的多层嵌套,应用的复杂度增加,我们再次陷入泥潭!
数据回发时,维护ASP.NET Tree控件位置
控件位置 ASP.NET Tree 数据回发
2008/3/19
ASP.NET2.0提供了一个功能强大的TreeView控件,但是它看起来有一个缺陷:它好像不能够跟踪用户最后选择的一个节点。如果你滚动到第50个节点然后展开该节点,那么当单击链接页面进行回发后,你必须重新利用滚动条下拉到你想要的节点位置。
在.NET较早的版本里,您可能考虑使用SmartNavigation这个特性.SmartNavigation是Web页面指令的一个属性,它的取值为...
如何在ASP.NET 2.0中使用 Web Parts
Web Parts ASP.NET 2.0
2008/3/19
Web Parts 是ASP.NET2.0中一个非常令人感兴趣的特性。它为创建动态的网页接口提供了一系列的可用控件,使得用户非常容易就可以进行配置或者个性化页面。用户可以显示、隐藏或者移动Web Parts组件。下面,我将为大家介绍一下Web Parts的概貌。
理解ASP.NET与客户端缓存之HTTP协议
HTTP协议 客户端缓存 ASP.NET
2008/3/19
这个系列的文章要讨论的是如何通过ASP.NET服务器端技术来优化客户端缓存策略,而且让这种策略变得可配置和可扩展。我们要了解的知识从HTTP协议中相关属性对客户端缓存的影响,到ASP.NET如何控制这些属性来实现我们的缓存策略。
扩展ASP.NET 2.0内置GridView控件之一
GridView控件 ASP.NET 2.0
2008/3/19
本文Bilal Haidar详细解释如何扩展ASP.NET2.0内置的GridView控件,同样还将解释了扩展后的GridView控件所具有的新的重要特征:基于行的上下文菜单和GridViews行的过滤功能。
教程:如何实现ASP.NET网站个性化
网站个性化 ASP.NET
2008/3/19
如今,个性化是大多数Web应用程序的一个关键部分。TechRepublic和Amazon就是典型的例子,它们能够记住用户的某些特征。应用ASP.NET 1.x实现这一功能需要完成一些额外的工作,并要使用Session对象,但2.0版本简化了个性化过程。