资源列表

« 1 2 ... .46 .47 .48 .49 .50 13951.52 .53 .54 .55 .56 ... 14959 »

[操作系统开发lesson7

说明:proteus单片机仿真-有源蜂铃器 #include<reg51.h> sbit Buzzer P0^0 void main(void) { int i,n n 60 while(1) { Buzzer 1 for(i 1 i<n i++) Buzzer 0 for(i 1 i<n i++) } }-Proteus
<吴空其> 在 2025-02-02 上传 | 大小:42kb | 下载:0

[操作系统开发lesson8

说明:proteus单片机仿真 继电器 #include<reg51.h> sbit S1 P3^2 sbit S2 P3^3 sbit Relay P0^0 void main() { while(1) { if(S1 0) Relay 1 if(S2 0) Relay 0 } }-Proteus single-chip microcomputer simu
<吴空其> 在 2025-02-02 上传 | 大小:44kb | 下载:0

[操作系统开发lesson9

说明:proteus单片机仿真 数码管、风铃器、继电器综合系统 #include<reg51.h> unsigned char code Tab[] {0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90} unsigned char Dat[] {0,0,0,0} sbit JDQ P1^0 sbit Buzzer P3^0 void so
<吴空其> 在 2025-02-02 上传 | 大小:47kb | 下载:0

[并行运算Lax_Matlab(octave)

说明:一维激波管matlab源程序,采用CFD数值模拟的方法,对N-S方程进行差分,获得流体解析解。-One-dimensional shock tube matlab source code, the use of CFD numerical simulation method, the NS differential equations, fluid obtained analytical solution.
<刘蕾> 在 2025-02-02 上传 | 大小:4kb | 下载:1

[并行运算lyapunvwolftese

说明:分数阶混沌系统的Lyapunov指数,有利用分数及的计算-fractional chaotic newsysytems Lyapunov
<雷腾飞> 在 2025-02-02 上传 | 大小:415kb | 下载:1

[LabViewread-M-N

说明:读取M-N行,基础教程,字符串挨行读取,准确读取,文本文件-Read MN line based tutorial, suffer string line read, accurate reading, a text file
<牛新涛> 在 2025-02-02 上传 | 大小:12kb | 下载:0

[MacOS编程Ululation.xcodeproj

说明:nfc读卡器接口编译在mac上的示例 读卡器接口编译在mac上的示例-nfc MS Visual C# .NET 2008 MS Visual C# .NET 2008MS Visual C# .NET 2008
<zhangfeng> 在 2025-02-02 上传 | 大小:39kb | 下载:0

[并行运算A

说明:一维 问题,即激波管问题,是一个典型的一维可压缩无黏气体动力学问题,并有 解析解。对它采用二阶精度 两步差分格式进行数值求解。-A one-dimensional problem that the shock tube problem is a typical one-dimensional inviscid compressible gas dynamics, and analytical solutions. It uses a t
<刘蕾> 在 2025-02-02 上传 | 大小:166kb | 下载:0

[并行运算B

说明:一维可压缩黏性流动是气体动力学中最经典的黏性流动问题,对它采用迎风型 差分算法进行数值求解。-One-dimensional viscous compressible gas flow dynamics of the most classic viscous flow problems, use it upwind difference algorithm for numerical solving.
<刘蕾> 在 2025-02-02 上传 | 大小:124kb | 下载:0

[并行运算D

说明:采用有限体积算法一阶迎风型离散格式进行数值求解。-Finite volume algorithm first order upwind discretization solved numerically.
<刘蕾> 在 2025-02-02 上传 | 大小:148kb | 下载:0

[并行运算F

说明:本算例中采用有限体积算法三阶迎风型 离散格式对它进行数值求解-The example used in the third-order upwind finite volume method numerical solution of discrete format it
<刘蕾> 在 2025-02-02 上传 | 大小:507kb | 下载:0

[编辑器/阅读器matlabGUI

说明:matlab-GUI学生成绩管理系统源码,根据上面操作即可-Student achievement management system source code, according to the above operation
<mi> 在 2025-02-02 上传 | 大小:30kb | 下载:0
« 1 2 ... .46 .47 .48 .49 .50 13951.52 .53 .54 .55 .56 ... 14959 »

源码中国 www.ymcn.org