-
CDMA系统中的有关多用户检测的MATLAB仿真程序和Simulink仿真模型...
CDMA系统中的有关多用户检测的MATLAB仿真程序和Simulink仿真模型-CDMA systems on multi-user detection of MATLAB and Simulink simulation model simulation program
- 2023-02-03 12:55:04下载
- 积分:1
-
2维FDTD的MATLAB代码,TM波代码
2维FDTD的MATLAB代码,TM波代码-2 dimension FDTD program (TM mode)
All boundaries are perfect conductors.
// For Visualization of the field, I use PGPLOT which is available as port
// (for FreeBSD) or binary package (for Debian Linux).
// (1) In FreeBSD, compile with
// gcc-o fdtd fdtd.c-I/usr/local/include-L/usr/local/lib-L/usr/X11R6/lib
// -lcpgplot-lpgplot-lg2c-lX11-lm
// (2) In debian Linux, complile with
// gcc-o fdtd fdtd.c-lcpgplot-lpgplot-L/usr/X11R6/lib-lX11-lpng
// -lz-lm
- 2022-03-21 22:44:06下载
- 积分:1
-
讨厌的广告弹出窗口让人心烦 给你一个小小的软件 adsweeper 哈哈 看看 很管用的...
讨厌的广告弹出窗口让人心烦 给你一个小小的软件 adsweeper 哈哈 看看 很管用的-annoying pop-up advertisements antics give you a little look at the software adsweeper Haha very effective
- 2022-05-19 23:37:11下载
- 积分:1
-
library IEEE
use IEEE.STD_LOGIC_1164.all
use IEEE.STD_LOGIC_ARITH.all
u...
library IEEE
use IEEE.STD_LOGIC_1164.all
use IEEE.STD_LOGIC_ARITH.all
use IEEE.STD_LOGIC_UNSIGNED.all
- 2022-03-03 21:11:32下载
- 积分:1
-
Program for the generation of postals on 8th March, on Februaries, 23 and on 1th...
Program for the generation of postals on 8th March, on Februaries, 23 and on 1th April to the chief
- 2023-04-16 02:50:03下载
- 积分:1
-
vb编程器界面,实现基本的编程,写入,擦除,校验,芯片选择等功能...
vb编程器界面,实现基本的编程,写入,擦除,校验,芯片选择等功能-vb programmer interface to achieve basic programming, write, erase and testing, functional chip choice
- 2022-01-28 16:22:40下载
- 积分:1
-
编写程序计算三门课的平均成绩,要求应用程序分别用Java语言三种不同的循环语句实现,每门课的成绩用Math类的random()方法随机产生(random()产生...
编写程序计算三门课的平均成绩,要求应用程序分别用Java语言三种不同的循环语句实现,每门课的成绩用Math类的random()方法随机产生(random()产生的数值在0和1之间),成绩范围为40~100。
提示:自定义一个类,该类实现一个返回随机数的函数。在main函数里测试时直接调用该类的获取随机数方法。 获得随机数相关的类为:java.lang.Math 需要时可引入该类即:import java.lang.Math
-Write a program grade point average calculation of three lessons to require the application were used Java language in three different loop realization of the achievements of each course with the Math class, random () method of randomly generated (random () produces values between 0 and between 1), results range from 40 ~ 100. Tip: Customize a class that implements a function to return random numbers. In the main function, where the test is called the class to obtain a direct method of random numbers. Obtain a random number associated category: java.lang.Math necessary for the introduction of the class that is: import java.lang.Math
- 2022-07-05 00:59:52下载
- 积分:1
-
用C实现的硬盘格式化程序
用C实现的硬盘格式化程序-C formatted drives to achieve procedures
- 2022-06-22 02:42:11下载
- 积分:1
-
用MATLAB编程,实现对一段语音信号LPCC的提取
用MATLAB编程,实现对一段语音信号LPCC的提取-MATLAB programming, to achieve a voice signal from the LPCC
- 2022-03-03 06:11:25下载
- 积分:1
-
Clojure是一个java虚拟机的动态编程语言
Clojure is a dynamic programming language for the Java Virtual Machine
(JVM), with a compelling combination of features:
• Clojure is elegant. Clojure’s clean, careful design lets you write
programs that get right to the essence of a problem, without a lot
of clutter and ceremony.
• Clojure is Lisp reloaded. Clojure has the power inherent in Lisp
but is not constrained by the history of Lisp.
• Clojure is a functional language. Data structures are immutable,
and most functions are free from side effects. This makes it easier
to write correct programs and to compose large programs from
smaller ones.-Clojure is a dynamic programming language for the Java Virtual Machine
(JVM), with a compelling combination of features:
• Clojure is elegant. Clojure’s clean, careful design lets you write
programs that get right to the essence of a problem, without a lot
of clutter and ceremony.
• Clojure is Lisp reloaded. Clojure has the power inher
- 2022-01-25 22:10:55下载
- 积分:1