上一页 1 ··· 312 313 314 315 316 317 318 319 320 ··· 337 下一页
摘要: From: http://blog.csdn.net/bitfan/archive/2004/12/20/223457.aspx (注:原文图片不能正常显示) 前言 随着软件技术的飞速进步,现代的大型软件都广泛采用了基于软件组件的开发方式。以成熟的CBD(Component Based Design:基于组件的系统设计)理论为指导,在对系统的分析与设计完成之后,系统开发体现为复用... 阅读全文
posted @ 2008-10-29 22:22 emanlee 阅读(1789) 评论(0) 推荐(0)
摘要: 利用类型库导入器(Type Library Importer)可以将其包装成一个.NET组件,然后就可以像使用.NET组件一样使用它了。 .NET框架只是提供了一个包装,并没有真正改变原有的对象 1.找到要转换的.dll文件 2.在命令提示符窗口中输入.dll文件的文件路径,转到.dll文件所在的文件夹下。 3.输入 tlbimp jmail.dll /out:jmail_new.dll然... 阅读全文
posted @ 2008-10-29 22:14 emanlee 阅读(3563) 评论(0) 推荐(0)
摘要: 切换到MS-DOS命令行下面,运行: C:">regasm ClassLibrary1.DLL /regfile:ClassLibrary1.reg 上面的命令行是注册我们的.NET组件,并且产生了一个备用的注册表文件。大家一定会记得在以前我们的win9x/NT/2000下面注册COM组件使用的命令是: regsvr32 c:"test.dll 在.NET下面,注册.NET组件就需要上... 阅读全文
posted @ 2008-10-29 22:13 emanlee 阅读(534) 评论(0) 推荐(0)
摘要: 1 组件服务简介 COM+是对COM的一次革命,而不仅仅是一种新版的COM编程模式,而是一种设计和开发组件的崭新的平台。此外,Windows XP的组件服务与Windows 2000中的组件服务有所不同,Windows XP和COM+ 1.5提供的功能也远多于COM+ 1.0。我们在本篇文章中将探讨XP中基本的组件服务。 COM+可以用来在Windows XP平台上实现运行关健任务... 阅读全文
posted @ 2008-10-29 19:29 emanlee 阅读(986) 评论(0) 推荐(0)
摘要: From: http://forums.palisade.com/ShowPost.aspx?PostID=580 http://www.psych.ualberta.ca/~westburylab/downloads/corrpcalc.html http://faculty.vassar.edu/lowry/rsig.html A correspondent asked how to us... 阅读全文
posted @ 2008-10-27 22:50 emanlee 阅读(513) 评论(0) 推荐(0)
摘要: Statistical functions Statistical functions AVEDEV Returns the average of the absolute deviations of data points from their mean AVERAGE Returns the average of its arguments AVERAGEA Returns the ... 阅读全文
posted @ 2008-10-27 22:17 emanlee 阅读(9944) 评论(1) 推荐(0)
摘要: 在线计算T-test P-Value p-Value Calculator for the Student t-Test http://www.danielsoper.com/statcalc/calc08.aspx T Distribution Calculator http://www.stat.tamu.edu/~west/applets/tdemo.html 阅读全文
posted @ 2008-10-27 21:36 emanlee 阅读(7624) 评论(0) 推荐(0)
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->/* gdb output 程序还未调试成功:http://ubuntuforums.org/archive/index.php/t-412096.html */ /*(gdb) ru... 阅读全文
posted @ 2008-10-27 19:47 emanlee 阅读(1038) 评论(0) 推荐(0)
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->/* 2008-10-27 */ /* tod: 删除, 修改, 参考: 教材P63-67*/ # include #define N 1 typedef struct student { char ... 阅读全文
posted @ 2008-10-27 16:40 emanlee 阅读(411) 评论(0) 推荐(0)
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->/* Author: Eman Lee */ /*计算机软件基础 教材 P79, ex3*/ #include #include int insert(int a[],int arrayLe... 阅读全文
posted @ 2008-10-26 20:11 emanlee 阅读(345) 评论(0) 推荐(0)
上一页 1 ··· 312 313 314 315 316 317 318 319 320 ··· 337 下一页