-
8
说明: MATLAB语言常用算法程序集,第8章 数值积分(MATLAB language commonly used algorithm for assembly, Chapter 8, numerical integration)
- 2013-11-21 09:30:34下载
- 积分:1
-
C# 创建线程实例JoinThread源码
C#创建一个基本简单的线程实例,演示了如何创建线程,面向C#新手的一个例子:
Thread myThread;//声明线程
//用线程起始点的ThreadStart委托创建该线程的实例
myThread = new Thread(new ThreadStart(createThread));
myThread.Start();//启动线程
myThread.Join();//阻止调用该线程,直到该线程终止
Console.ReadLine();
- 2022-11-16 06:35:03下载
- 积分:1
-
qiuyuanmianhejuxingmianji
这块程序是用来求取圆面和矩形面积的,分为几个子程序。(This procedure is used to strike a round face and a rectangular area, divided into several subroutines.)
- 2017-02-22 18:30:51下载
- 积分:1
-
简易步进电机S加减速
说明: 简易步进电机S加减速,Keil编程C代码(Simple Stepping Motor S Acceleration and Deceleration)
- 2019-04-21 20:33:42下载
- 积分:1
-
matlab-signal-processing
一本关于matlab信号处理很好的教程,书中涵盖了信号处理所能用的所有程序(A good tutorial on matlab signal processing, the book covers all the signal processing program that can be used)
- 2013-11-27 21:29:53下载
- 积分:1
-
wonsiutency_image_loop
完全实现快速排序又称分区交换排序法 在待排序文件中任取一个元素例如第一个元素(Complete quick sort, also known as partition interchange sorting, takes any element in the file to be sorted, for example, the first element)
- 2018-11-30 13:11:35下载
- 积分:1
-
编译原理语法分析
c++实现了编译原理的语法分析,主要针对c、语言基本语法。下载后可直接运行,适用于编译原理课程设计。代码完善
- 2022-02-22 10:57:17下载
- 积分:1
-
RemoteDesktopControl
利用桌面驱动实现远程控制,C#语言开发,流量基本控制在10KB左右,没桌面变化时流量基本为0(Remote Desktop Control)
- 2010-12-24 14:20:12下载
- 积分:1
-
MIPS五级流水线模拟程序
MIPS五级流水线模拟程序,能执行简单的MIPS指令,模拟流水线状态及寄存器结果,实现cpu流水的概念(MIPS five-level stream-line simulation program, this program can execute simple MIPS instruction, simulat stream-line s status and register result, and it implements stream-line of cpu.)
- 2021-04-26 15:18:45下载
- 积分:1
-
GPS_INS_matlab
GPS_INS组合导航的MATLAB仿真源码(GPS_INS integrated matlab code)
- 2015-03-01 14:59:59下载
- 积分:1