-
Microcomputer Principles of curriculum design report, simulated piano, music pla...
微机原理课程设计报告,模拟钢琴,音乐播放系统-Microcomputer Principles of curriculum design report, simulated piano, music playback system
- 2022-02-26 13:01:03下载
- 积分:1
-
Transmission line lightning protection on the lines around the hit rate caused b...
输电线路防雷保护中关于线路绕击引起的跳闸率-Transmission line lightning protection on the lines around the hit rate caused by tripping
- 2022-05-29 12:11:57下载
- 积分:1
-
java面试题,面试题啊,同志们。java面试题java面试题
java面试题,面试题啊,同志们。java面试题java面试题-java face questions, face questions ah comrades. java test java side face questions
- 2022-09-16 18:20:03下载
- 积分:1
-
Perl Languages
Perl Languages
Perl Languages
Perl 语言入门(第四版).pdf
Perl 语言入门(第四版).pdf-Perl Languages
Perl Languages
Perl Languages
- 2022-02-03 10:23:25下载
- 积分:1
-
里面有很多具体的实际例子,对学习java的初学者来说能起到很好的实践作用...
里面有很多具体的实际例子,对学习java的初学者来说能起到很好的实践作用-there are many specific examples of the learning java newcomer can play a very good role in the practice
- 2022-05-18 07:41:40下载
- 积分:1
-
根据贵州科技厅分层需求、分层服务的管理组织结构提出了两层结构方案,即由省科技厅局域网和面向全省的广域网组成。局域网采用以太网组网方式,广域网中INTERNET接...
根据贵州科技厅分层需求、分层服务的管理组织结构提出了两层结构方案,即由省科技厅局域网和面向全省的广域网组成。局域网采用以太网组网方式,广域网中INTERNET接入采用DDN通过电信接入,与省科技情报所子网的连接也采用64KDDN方式接入,对科研院所上网访问信息和省科技厅职工在家上网,使用8门电话,用3COM的访问服务器构成拨号服务系统。-Guizhou Science and Technology Agency stratified according to demand, tiered service management organizational structure proposed two-tier structure of the program, namely, the provincial Science and Technology Agency LAN and WAN for the composition of the province. Networking Method using Ethernet LAN, Wide Area Network INTERNET access in the telecommunications access through the use of DDN, and the provincial Science and Technology Information Network of the sub-way connection also used 64KDDN access the Internet to access information on the scientific research institutes and the provincial Science and Technology Department employees at home the Internet, using the eight call, using 3COM" s dial-up access servers constitute a service system.
- 2022-08-16 20:11:43下载
- 积分: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
-
18B20温度采集+上位机实时曲线
一个温度采集程序,上位机用DELPHI7开发
- 2022-03-26 05:38:02下载
- 积分:1
-
一个超市管理系统
一个超市管理系统-a supermarket management system
- 2022-08-06 01:37:33下载
- 积分:1
-
Delphi做的图书馆管理系统的相应毕业论文
Delphi做的图书馆管理系统的相应毕业论文-library management system corresponding thesis
- 2022-03-11 12:39:54下载
- 积分:1