-
matlab绘制B样条曲面代码
利用matlab绘制自定义的B样条曲线和曲面,有例子(Using matlab to draw custom B-spline curves and surfaces, some examples are given.)
- 2021-01-11 14:58:49下载
- 积分:1
-
约瑟夫环实践设计的前半段 大学二年纪暑假数据结构实习作业之一...
约瑟夫环实践设计的前半段 大学二年纪暑假数据结构实习作业之一-Josephus practice in the first half of the two young university summer internship operational data structure one
- 2022-01-26 02:13:28下载
- 积分:1
-
Buy-Item
Buy Item System project for software engineering lecture with Rational Rose
- 2013-12-15 17:00:31下载
- 积分:1
-
模糊支持向量机
说明: 一些基于模糊支持向量机的中文文献和外文文献(Some Chinese and foreign literature based on fuzzy support vector machine)
- 2019-04-22 11:37:13下载
- 积分:1
-
PB 11, 12 sqlsnc
sqlnc for pb 11 or 12
- 2018-03-19 10:07:43下载
- 积分:1
-
新建文本文档
说明: 对无线电能传输过程中的互感及其自感进行估计和计算,得出结果。(The mutual inductance and self-inductance of radio energy transmission are estimated and calculated.)
- 2020-06-17 21:40:02下载
- 积分:1
-
C#启动Windows IIS服务的实例
C#启动指定的Windows信使服务,本例中是启动IIS服务,在Windows XP下可完美运行,在Windows7下不行好像,本程序演示如何在C#的程序中启动一个指定的Windows内置服务的方法。具体的实现代码:
ServiceController service = new ServiceController();//创建服务控制对象
service.ServiceName = "Messenger";//启动Windows信史服务
//判断当前服务状态
if (service.Status == ServiceControllerStatus.Stopped)
{
try
{
service.Start();// 启动服务
service.WaitForStatus(ServiceControllerStatus.Running);
}
catch (InvalidOperationException)
{
MessageBox.Show("不能启动该服务!");
}
}
- 2022-02-13 12:56:43下载
- 积分:1
-
contribute to a good Dong
再次贡献一个好东东-ccrtp,大家研究一下-contribute to a good Dong-ccrtp, we look at
- 2023-03-27 08:10:04下载
- 积分:1
-
power_RegulatedResonantLLCConverter_exm
说明: llc变换器闭环控制,maltab环境搭建,负载突变条件,PFM调制(RegulatedResonantLLCConverter)
- 2020-11-30 14:09:28下载
- 积分:1
-
W5300
说明: w5300初始化代码,可以直接调用,用于nios初始化(W5300 initialization code)
- 2020-06-16 08:00:01下载
- 积分:1