-
This is a progress can enhance the function of a class, he can progress to the v...
这是一个可以增强进度条功能的一个类,他可以对进度条的各个特征进行修改,比如说方向,颜色,是否显示数字等等。-This is a progress can enhance the function of a class, he can progress to the various characteristics of the changes, such as the direction, color, whether the numbers.
- 2023-07-16 22:10:03下载
- 积分:1
-
Learning to use srgp, to learn a new software to use.
学习使用srgp,学习一种新的软件使用。-Learning to use srgp, to learn a new software to use.
- 2023-06-24 20:40:02下载
- 积分:1
-
等离子技术WKB方法的文章。等离子体隐身技术的WKB方法
等离子技术WKB方法的文章。等离子体隐身技术的WKB方法-Plasma technology WKB method article. Plasma stealth technology WKB method
- 2022-09-06 13:45:02下载
- 积分:1
-
巨大的记忆小游戏是一个很大的乐趣,用C++语言,请指教
贪吃蛇小游戏,很好玩的,用c语言编写的,请多指教
-huge memory small game is a lot of fun, with the c language, please enlighten
- 2022-01-25 15:59:23下载
- 积分:1
-
将24位的图片转换成16位图片,可以保存为二进制代码,十六位代码...
将24位的图片转换成16位图片,可以保存为二进制代码,十六位代码-24 images will be converted into 16 images, you can save it as a binary code, 16 code
- 2022-08-10 22:57:11下载
- 积分:1
-
清除电脑系统的临时文件,
垃圾文件,很方便。用于wiodows
清除电脑系统的临时文件,
垃圾文件,很方便。用于wiodows-Computer system to clear the temporary files, junk files easily. For wiodows
- 2023-01-03 08:35:04下载
- 积分: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
-
EZ/EM
EZ/EM-1 是带有编程功能的片上调试仿真器,可以用于NEC
电子的Flash 微控制器的调试及编程,支持的器件包括NEC AllFlash
78K0S/78K0/78K0R/V850 系列MCU。-EZ/EM-1 is a programming function with on-chip debugging emulator, can be used in NEC Electronics Flash microcontroller debugging and programming, support devices, including NEC AllFlash 78K0S/78K0/78K0R/V850 series MCU.
- 2023-03-27 10:05:03下载
- 积分:1
-
设计一个多功能数字钟,以一昼夜24小时为一个计数周期。准确计时,具有“时”“分”“秒”数字显示。整点能自动打点、报时。要求报时声响四低一高,最后一响为整点。具有...
设计一个多功能数字钟,以一昼夜24小时为一个计数周期。准确计时,具有“时”“分”“秒”数字显示。整点能自动打点、报时。要求报时声响四低一高,最后一响为整点。具有校时功能。要求电路主要采用中小规模CMOS集成电路。要求电路尽量简化,并选用同类型的器件。在EWB电子工作平台上进行电路的设计和计算机仿真。-The design of a multi-function digital clock, 24 hours a day for a cycle count. Accurate time, a
- 2022-03-16 08:45:17下载
- 积分: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