-
详细介绍DDS的基本工作原理,并给出实际中常用的几款芯片的使用方法。...
详细介绍DDS的基本工作原理,并给出实际中常用的几款芯片的使用方法。-DDS detailed introduction of the basic working principle, and gives several commonly used in the actual use of the chip.
- 2022-07-26 13:24:04下载
- 积分:1
-
一种数控切割仿真程序。仿真数。如果一个案件
一个数控机床的切割模拟程序。有多种模拟方式。如逐点比较,直线插补等。很好用。内附可执行程序。-a CNC cutting simulation program. A number of simulation. If a case-by-point comparison, such as linear interpolation. Very good use. Enclosing executable.
- 2022-12-16 14:00:03下载
- 积分:1
-
LabWindows CVI aspects of the classic textbook
经典LabWindows CVI方面的教材《LabWindows CVI开发入门和进阶》一书例题1-4章中的源码,使用LabWindows CVI的人用得着。麻烦管理员帮我开通下载功能,我急需要本网站上的labwindows/CVI方面的数据库教程,谢谢!-LabWindows CVI aspects of the classic textbook
- 2022-02-07 21:13:44下载
- 积分:1
-
模仿港台《百万富翁》节目,具有很强的娱乐性和知识性,
模仿港台《百万富翁》节目,具有很强的娱乐性和知识性,-imitate Hong Kong and Taiwan "millionaire" program is highly entertaining and informative.
- 2022-11-21 23:30:03下载
- 积分:1
-
本例的源描述超过了演示版限制的300行,
如果您需要对其进行编译与模拟,请与北京理工大学
ASIC研究所联系,获取Talent系统的完全...
本例的源描述超过了演示版限制的300行,
如果您需要对其进行编译与模拟,请与北京理工大学
ASIC研究所联系,获取Talent系统的完全版本.
联系方法:
电话:010-68912434
信函:北京理工大学ASIC研究所 刘明业 教授收
邮编:100081-The source described in this case than the demo version of the 300 line limit, if you need to be compiled with the simulation, please contact ASIC Institute of Beijing Institute of Technology to obtain the complete version of Talent system. Contact: Tel :010-68912434 letter : Research Institute of Beijing Institute of Technology Professor Liu Mingye ASIC received Postcode: 100081
- 2023-08-04 16:40:02下载
- 积分:1
-
本代码是基于labview的UDP点对点通信程序,已经在局域网内测试通过...
本代码是基于labview的UDP点对点通信程序,已经在局域网内测试通过-The code is based on the LabVIEW UDP peer-to-peer communication program has been tested in the LAN
- 2023-03-19 22:55:03下载
- 积分:1
-
讲述如何用MATLAB实现绘图功能的PPT
讲述如何用MATLAB实现绘图功能的PPT-This teaches you how to picture。
- 2023-01-08 05:00:03下载
- 积分:1
-
背英语单词1
背英语单词1-back an English word
- 2022-06-27 15:48:08下载
- 积分:1
-
矩陣相乘
矩陣相乘
#include
#include
int m,n,o,p,i,j,k,l;
int main()
{
printf("輸入矩陣A之列數m、行數n及矩陣B之列數o、行數p");
printf("
m=");scanf("%d",&m);
printf("n=");scanf("%d",&n);
printf("
o=");scanf("%d",&o);
printf("p=");scanf("%d",&p);
float a[m][n],b[o][p],c[m][p];
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-07-05 11:05:03下载
- 积分:1
-
C语言程序实例教程
C语言程序实例教程 -examples C Programming Language Guide
- 2022-01-26 04:43:39下载
- 积分:1