-
双向开关式Vienna
说明: 基于双向开关管式的Vienna 拓扑的仿真,可实现基本功能。(Based on the simulation of the two-way switch-tube Vienna topology, the basic functions can be realized.)
- 2020-06-18 02:00:02下载
- 积分:1
-
Cool space invaders game with full source code compliments of GreenCar Software....
Cool space invaders game with full source code compliments of GreenCar Software.
很酷的太空入侵者游戏
-Cool space invaders game with full source code compliments of GreenCar Software. Cool space invaders game
- 2022-03-12 05:25:31下载
- 积分:1
-
matlab数值微分程序原代码
说明: 9.1 利用差商近似导数 313
9.1.1 中点公式 313
9.1.2 利用Taylor公式构造差商公式 314
9.1.3 差商公式误差分析与步长优化 319
9.1.4 理查森外推法 321
9.2 插值型求导方法 323
9.3 样条求导 325
9.4 利用数值积分求导数 327
9.5 数值偏导数 329
9.6 MATLAB自带函数应用 329
9.6.1 diff函数 329
9.6.2 gradient函数 330
9.6.3 surfnorm函数 331
9.7 应用案例 333(Differential calculus Program code)
- 2019-02-13 10:58:33下载
- 积分:1
-
GetColors
使用C#开发,实现了登陆,查找,编辑,删除,添加等功能.使用SQL server作为后端数据库(The functions of login, search, edit, delete and add are realized by using C# development. SQL server is used as the back-end database.)
- 2020-06-25 13:00:02下载
- 积分:1
-
Pacman
玩家控制一个东西把所有钻吃掉
不能动到鬼
也可吃特殊的东西把鬼吃掉...
Pacman
玩家控制一个东西把所有钻吃掉
不能动到鬼
也可吃特殊的东西把鬼吃掉-Pacman players control a thing to eat all the drilling should not move to the ghost can also eat special things to eat ghosts
- 2022-01-24 14:07:37下载
- 积分:1
-
CityGML_Tutorial_Kolbe_Internet
citygml详细教程-------很好的学习资料(citygml good detailed tutorial learning materials-------)
- 2010-05-11 12:21:08下载
- 积分:1
-
ST-Microcontroller-32-Bit-STM32-PCB
ST Microcontroller 32-Bit STM32 PCB SCH(所有stm32 PCB protel 原理图和封装库) (ST Microcontroller 32-Bit STM32 PCB SCH)
- 2012-02-19 17:00:27下载
- 积分:1
-
inverter
三相并网逆变器的simulink仿真)动力学特性的数学模型,故采用重复PI 控制的APF(Simlink simulation of three-phase grid-connected inverters)
- 2020-07-22 21:58:44下载
- 积分:1
-
C# 使用进程名禁止程序运行多次
C# 使用进程名禁止程序运行多次,
string moduleName = Process.GetCurrentProcess().MainModule.ModuleName; //获取当前活动进程的模块名称
string processName = System.IO.Path.GetFileNameWithoutExtension(moduleName);//返回指定路径字符串的文件名
Process[] processes = Process.GetProcessesByName(processName);//根据文件名创建进程资源数组
if (processes.Length > 1)//如果该数组长度大于1,说明多次运行
{
MessageBox.Show("本程序一次只能运行一个实例!", "提示", MessageBoxButtons.OK, MessageBoxIcon.Information);//弹出提示信息
this.Close();//关闭当前窗体
}
- 2022-02-04 01:16:54下载
- 积分:1
-
Stock_for_demo
说明: VBA FOR STOCK REGISTER
- 2019-02-23 22:27:39下载
- 积分:1