博客 找到与“partial”相关的博文共16篇
按相关性排序  按时间排序
Removable PartialDentures   2009-11-09 09:38:32
anydamages arising herefrom.Library of Congress DataJones,John D.Removable partial dentures/John D.Jones,Lily T.Garca.p...references and index.ISBN (pbk.:alk.paper)1.Partial dentures,Removable.I.Garca,Lily T.II.2009617.692dc22 2009014914A catalog...
Introduction to Partial Differential Equations and   2009-10-23 10:32:03
Introduction to Partial Differential Equations and Hilbert SpaceMethods By Karl E.GustafsonPublisher...series asrelated to applied mathematics,considers principal method ofsolving partial differential equations,examines first-ordersystems,computation...
半监督聚类,Partial Supervision FCM2   2009-09-28 11:58:12
function=PS2_fcm(X,c,F,b,alpha)%PS2_fcm:Partial Supervision fcm by liyang@BNU Math 315%Email:input:=size(X) let N=num_sample%X=(x(1);x(2);;x(num_sample));%c:classnumber%F:c*num_sample%b:1*num_sample%alpha:权重%/output:%U:c*num_sample%V=(v(1);v(...
半监督聚类,Partial Supervision FCM1   2009-09-28 11:56:58
function=PS1_fcm(X,c,F,b,alpha)%PS1_fcm:Partial Supervision fcm by liyang@BNU Math 315%Email:input:=size(X) let N=num_sample%X=(x(1);x(2);;x(num_sample));%c:classnumber%F:c*num_sample%b:1*num_sample%alpha:权重%/output:%U:c*num_sample%V=(v(1);v(...
C# 分部类   2009-09-22 11:25:34
Main(string args){new MyPartClass("hello world",20).sayMsg();System.Console.ReadLine();} } public partial classMyPartClass{ private string msg...using PartailClassDemo{ partial classMyPartClass {public MyPartClass(string msg,int age) {this.msg=age...
[RoR] Ruby for Rails 最佳实践Ⅹ...   2009-08-28 00:46:00
welcome.rhtmlcustomer/view_cart.rhtmlcustomer/view_cart.rhtmlcustomer/check_out.rhtmlMain欢迎访问者显示给定时代的所有作品welcomeshow_periodmain/welcome.rhtmlmain/show_period.rhtmlComposer显示某作曲者作品的所有版本showcomposer/show.rhtmlEdition显示版本的...
日偏食   2009-07-23 07:19:07
Partial Eclipse July 22,20092009年7月22日,日偏食景观:赣江老马前一篇:唐城那些事儿 Those Things inTangcheng后一篇:荒野苦旅 Treks In TheWild链接:TotalSolarEclipseof2009
Remind Xin to Watch Partial Solar Eclipse   2009-07-22 09:16:19
there was a partial solar eclipse.Most of my colleagueswatched the part-missed sun and the...whenthe moon passes between the Sun andthe Earth sothat the Sun is fully or partially covered.This can only happenduring a new moon,when the Sun and Moon...
C# 2.0 - Partial   2009-07-19 10:52:12
不宜与我们自己编写的代码混合在一起。(3) 需要多人合作编写一个类。局部类型是一个纯语言层的编译处理,不影响任何执行机制——事实上C#编译器在编译的时候仍会将各个部分的局部类型合并成一个完整的类。publicpartial class Program{staticvoid Main(string args...
局部类型 ( partial 类型)使用   2009-03-08 19:20:09
Controls.Add(this.button1);this.Name="Form1";this.Text="Form1";this.ResumeLayout(false);}#endregion//应用程序的主入口点。/static void Main(){Application.Run(newForm1());}private voidbutton1_Click(object sender,System.EventArgs e){}}2005:partial...
相关搜索