-
java学习做好的资料,帮助你很快成为java高手。
java学习做好的资料,帮助你很快成为java高手。-java learning to do the job information to help you quickly become the java experts.
- 2022-05-26 10:24:36下载
- 积分:1
-
一个不错的泡泡龙游戏
一个不错的泡泡龙游戏-a good game Messaging
- 2023-05-18 15:20:04下载
- 积分:1
-
The code assumes a two
The code assumes a two-dimensional computational domain with TMz polarization (i.e., non-zero field Ez, Hx, and Hy). The program is currently written so that the incident field always strikes the lower-left corner of the total-field region first. (If you want a different corner, that should be a fairly simple tweak to the code, but for now you ll have to make that tweak yourself.) I have attempted to provide copious comments in the code and hope that a knowledgeable C programmer can quickly map the approach as described in the paper to what is in the program.
- 2022-04-19 22:19:25下载
- 积分:1
-
图割图像分割
Graph cut Image Segmentation
- 2022-01-26 05:50:58下载
- 积分:1
-
digital baseband system simulation for is
is95数字子基带系统仿真,非常全面,包括发送和接受子系统-digital baseband system simulation for is-95
- 2022-01-31 01:13:49下载
- 积分:1
-
电信知识基础教材
电信知识基础教材-Telecom knowledge base of teaching materials
- 2022-06-01 05:28:58下载
- 积分:1
-
telephone billing for procedures/* signal definition : clk : clock signal, which...
电话计费器程序/*信号定义:
clk: 时钟信号,本例中其频率值为1Hz;
decide: 电话局反馈回来的信号,代表话务种类,“01”表示市话,“10”表示
长话,“11”表示特话;
dispmoney: 用来显示卡内余额,其单位为角,这里假定能显示的最大数额为50 元
(500 角);
disptime: 显示本次通话的时长;
write,read: 当write 信号下降沿到来时写卡,当话卡插入,read 信号变高时读卡;
warn: 余额过少时的告警信号。本例中,当打市话时,余额少于3 角,打长
话时,余额少于6 角,即会产生告警信号;
cut: 当告警时间过长时自动切断通话信号。 */-telephone billing for procedures/* signal definition : clk : clock signal, which in this case, their frequency of 1Hz; decide : Telephone Bureau feedback signal, then the Treasury representative types, "01" Urban said, "10" The point said, "11" expressed special words; dispmoney : to show the card balance, the unit of angle, Here are supposed to show the maximum amount of 50 billion yuan (500 angle); disptime : The calls show the length; write, read : When the write signal arrival of the down time to write cards, When the card insert, read signal change high Reader; warn : Fees balance of the alarm signal. In this example, when fighting Cit
- 2022-02-26 10:38:56下载
- 积分:1
-
LEON3 GRlip SOC IP core. Memory controller.
LEON3 SOC GRlip IP core. Memory controller.-LEON3 GRlip SOC IP core. Memory controller.
- 2022-03-17 16:16:32下载
- 积分:1
-
编写一个Java程序,用于输出Fibonacci数列的前20项。
提示:Fibonacci数列定义为:第一、二项的值为1,从第三项开始依次为前两项的和。...
编写一个Java程序,用于输出Fibonacci数列的前20项。
提示:Fibonacci数列定义为:第一、二项的值为1,从第三项开始依次为前两项的和。 Fibonacci[0]=Fibonacci[1]=1 Fibonacci[i]=Fibonacci[i-2]+Fibonacci[i-1] (i>=2) -Write a Java program for Fibonacci series, the first output 20. Tip: Fibonacci sequence is defined as: first, two of the value of 1, starting from the third and was followed by the first two. Fibonacci [0] = Fibonacci [1] = 1 Fibonacci [i] = Fibonacci [i-2]+ Fibonacci [i-1] (i> = 2)
- 2023-03-11 04:55:03下载
- 积分:1
-
notebook
基于vc++写的记事本功能强大非常棒。功能全面统一。-notebook
- 2023-01-01 05:30:15下载
- 积分:1