-
对javascript的描述说明文档。其中包括许多使用的例子
对javascript的描述说明文档。其中包括许多使用的例子-javascript
- 2022-07-09 00:02:42下载
- 积分:1
-
这可能对你有用
this may useful for you
- 2022-01-30 21:42:25下载
- 积分:1
-
VHDL中LPM(参数化)库中文使用介绍
VHDL中LPM(参数化)库中文使用介绍-VHDL (parametric) on the use of Chinese
- 2023-01-16 14:55:04下载
- 积分:1
-
为什么51系列单片机常用11.0592MHz的晶振设计的说明
为什么51系列单片机常用11.0592MHz的晶振设计的说明-Why 51 series of single-chip crystal oscillator 11.0592MHz commonly used description of the design
- 2023-05-15 06:40:03下载
- 积分:1
-
设计模式,command,composite,decorate
设计模式,command,composite,decorate-design pattern, command, composite, decorate
- 2023-07-07 06:00:03下载
- 积分:1
-
该文件是用java开发工具编写的鼠标事件监听java源程序,可用于初学者学习...
该文件是用java开发工具编写的鼠标事件监听java源程序,可用于初学者学习-the document is prepared java development tools mouse events eavesdropping java source, for beginners learning
- 2022-01-26 03:40:19下载
- 积分:1
-
本文介绍了如何使用qt提供的接口来设计自己的GUI风格(look and feel),并通过一个具体的例子(使QSpinBox垂直显示)来详细说明过程。运行环境...
本文介绍了如何使用qt提供的接口来设计自己的GUI风格(look and feel),并通过一个具体的例子(使QSpinBox垂直显示)来详细说明过程。运行环境:redhat 9.0,qt-x11-free-3.2.*-This paper describes how to use the interface provided by the qt to design their own GUI style (look and f eel), and adopted a specific example (so that QSpinBox displayed vertically) to elaborate on the process. Operating environment : redhat 9.0, qt- x11-free-3.2 .*
- 2022-01-26 03:16:45下载
- 积分:1
-
of course this book is source code trace
of course this book is source code trace
- 2022-07-01 03:52:07下载
- 积分:1
-
network security ppt files, said very detailed knowledge can be learned
网络安全的ppt文档,讲的很详细,可以学到知识的-network security ppt files, said very detailed knowledge can be learned
- 2023-02-07 06:30:04下载
- 积分:1
-
C 计算器代码
/ * mustafasırrıinci * /
#include < stdio.h >
#include < stdlib.h >
#include < math.h >
int main ()
{
浮 int1 int2,结果 ;
char 操作 ;
printf("CALCULATORn") ;
开始:
printf ("nnEnter 两个整数 please.n") ;
printf("1.integer:") ;
scanf ("%f"& int1) ;
printf("2.integer:") ;
scanf ("%f"& int2) ;
选择:
printf ("nenter 操作的符号。") ;
printf ("naddition: + nsubtraction:-nmultiplication: * ndivision: /nexponention: ^ nto 退出:! n") ;
scanf ("%s"& 操作) ;
虽然 (操作! = "!")
{
switch(operation)
{
案件 "+":
结果 = int1 + int2 ;
打破 ;
案件 "-":
结果 = int1-int2 ;
打破 ;
案件 " *":
结果 = int1 * int2 ;
打破 ;
- 2022-08-13 04:26:33下载
- 积分:1