-
labview的入门教材,让你在最短的时间内掌握labview的基础知识
labview的入门教材,让你在最短的时间内掌握labview的基础知识-LabVIEW entry materials, let you in the shortest possible time to master the basic knowledge of LabVIEW
- 2022-10-20 22:40:03下载
- 积分:1
-
很好的一 本c++方面的书,高效率C++
很好的一 本c++方面的书,高效率C++本c++方面的书,高效率C...
很好的一 本c++方面的书,高效率C++
很好的一 本c++方面的书,高效率C++本c++方面的书,高效率C-Very good in a c++ books, efficient C++
Very good in a c++ books, efficient C++
Very good in a c++ books, efficient C++
Very good in a c++ books, efficient C++
- 2023-04-29 00:25:03下载
- 积分:1
-
很有用的一份图纸资料
如果各位有类似资料麻烦也上传上来哈...
很有用的一份图纸资料
如果各位有类似资料麻烦也上传上来哈-Useful information on a drawing if you have similar trouble also upload information onto Kazakhstan
- 2022-04-19 03:37:36下载
- 积分:1
-
一种低功率SSB收发信机的设计,从别处看到的,应该有用,分享之...
一种低功率SSB收发信机的设计,从别处看到的,应该有用,分享之-A low-power SSB transceiver design, seen elsewhere, it should be useful to share the
- 2022-03-12 11:00:31下载
- 积分:1
-
with visua basic language for the majority of operations code.
用visua basic语言开发的进行大数运算的代码。-with visua basic language for the majority of operations code.
- 2023-06-16 09:55:04下载
- 积分:1
-
一个老牌的UCDOS中文操作系统,
解开考到C:就可直接用。
一个老牌的UCDOS中文操作系统,
解开考到C:就可直接用。-UCDOS a veteran of the Chinese operating system, solved entered C : can be used directly.
- 2022-03-23 05:36:49下载
- 积分:1
-
串口数据格式转换程序打包下载用LABVIEW做的
串口数据格式转换程序打包下载用LABVIEW做的-serial data format conversion package downloaded using LABVIEW do!
- 2022-02-05 21:42:59下载
- 积分:1
-
编写一个词法分析程序并生成相应的类号
编写一个词法分析程序并生成相应的类号-Procedures for the preparation of a lexical analysis and generate a corresponding number of Class
- 2022-02-05 01:27:35下载
- 积分:1
-
一个很不错的评标系统,欢迎下在,做评标的可以参考,本人觉得确实不错...
一个很不错的评标系统,欢迎下在,做评标的可以参考,本人觉得确实不错-A very good evaluation system, welcome in, can make the evaluation of reference, I feel really good
- 2022-01-26 14:10:02下载
- 积分:1
-
prepare themselves with a small C games, DOS interface, oh run. Float Float basi...
自己用C编写的小游戏,DOS界面哦,可以运行。 浮点数基本运算 浮点数的基本运算主要有四则运算、符号处理、大小比较,以及浮点数分柝等。 包含头文件 "fn.hpp" #include "fn.hpp" 浮点数基本运算 浮点数的基本运算中有加、减、乘、除、取负、绝对值、相等比较等。 加减乘除 加、减、乘、除四个运算极为相似,都是需要两个参数,结果当然也是浮点数了。 例子: // 加 减 乘 除 btil::fn::plus::value // f1+f2 的结果 btil::fn::minus::value // f1-f2 的结果 btil::fn::multiplies::value // f1*f2 的结果 btil::fn::divides::value // f1/f2 的结果 plus::value::f_val // f1+f2 的结果的值 struct one { static const double f_val = 1.0 } // 两个浮点数 struct two { static const double f_val = 2.0 } minus::value::f_val == 0.5 取负 取负运算就是取一个浮点数的负数。-prepare themselves with a small C games, DOS interface, oh run. Float Float basic operations of the basic operations are four major operations, symbols, sizes, and float-watchman"s rattle so. The first document contains "fn.hpp"# include "fn.hpp" float float basic operations of the basic operations are, p
- 2022-03-22 16:15:25下载
- 积分:1