-
最新最全最有用的源码发放啦。一个asp写的程序。
最新最全最有用的源码发放啦。一个asp写的程序。-Most up-to-date the most useful source for issuing啦. Asp to write a procedure.
- 2022-05-17 11:01:52下载
- 积分:1
-
本书设计实例从面向对象的设计中精选出23个设计模式,总结了面向对象设计中最有价值的经验,并且用简洁可复用的形式表达出来...
本书设计实例从面向对象的设计中精选出23个设计模式,总结了面向对象设计中最有价值的经验,并且用简洁可复用的形式表达出来
- 2022-10-31 11:10:03下载
- 积分:1
-
VB的大学教程,适合新手使用,建议认真看看前3章内容
VB的大学教程,适合新手使用,建议认真看看前3章内容-VB university curricula, suitable for novices to use, it is recommended before a serious look at Chapter 3
- 2022-03-18 15:12:19下载
- 积分:1
-
sharepoing 入门教学视频,非常详细,我就是看了之后比较了解sharepoint的...
sharepoing 入门教学视频,非常详细,我就是看了之后比较了解sharepoint的-Videos sharepoing tutorial, very detailed, I am a better understanding after reading the sharepoint
- 2022-12-13 13:35:04下载
- 积分:1
-
随机信号课件 大家相互学习学习 有意见也请大家提出来
随机信号课件 大家相互学习学习 有意见也请大家提出来 -Random signal courseware to learn from each other U.S. study has also asked people to put forward their views to
- 2022-05-16 04:28:25下载
- 积分:1
-
485 design, can also introduce a, Needless to say, the hand of your 485 search h...
485设计,介绍得还可以,不用多说,对你485的手边查找有一定帮助!-485 design, can also introduce a, Needless to say, the hand of your 485 search has definitely helped!
- 2022-10-20 12:50:03下载
- 积分:1
-
大气特性
the atmospheric properties
- 2022-03-19 14:59:08下载
- 积分: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
-
java写的日历
这是一个java写的软件系统,能显示日历,和每天的待办事项,约会,还有重要电话,本软件能及时提醒用户每天要做的事和显示日期
- 2022-02-04 08:56:02下载
- 积分:1
-
Android 开发指南中文版
本文是对Android SDK1.5版的英文开发资料Android Development Guide一文应用程序框架部分的...
Android 开发指南中文版
本文是对Android SDK1.5版的英文开发资料Android Development Guide一文应用程序框架部分的翻译,覆盖了Android应用开发所有主要的概念。部分内容整理自网络。本文仅用于技术学习,请勿用于商业用途。-version of this article is the English version of the Android SDK1.5 information on Android Development Guide developed an application framework part of the text of the translation, covering all the major Android application development concepts. Part of the content of the discussion from the network. This article is only for technological learning, do not for commercial purposes.
- 2023-09-01 08:20:04下载
- 积分:1