登录
首页 » 其他项目 » 用flex的webserivce自制的简易天气预报,能够显示各个城市的天气情况。...

用flex的webserivce自制的简易天气预报,能够显示各个城市的天气情况。...

于 2023-07-09 发布 文件大小:67.83 kB
0 174
下载积分: 2 下载次数: 1

代码说明:

用flex的webserivce自制的简易天气预报,能够显示各个城市的天气情况。-Flex the webserivce with simple home-made weather forecasts, are able to show that weather conditions in various cities.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 游戏中的人物方向控制的代码,这里用小球代表 游戏中的人物....
    游戏中的人物方向控制的代码,这里用小球代表 游戏中的人物.-game figures direction control code, use a small ball game on behalf of the characters.
    2022-04-30 05:58:46下载
    积分:1
  • 本文件为PPT文件格式,详细演示集成电路基本器件的工艺流程。...
    本文件为PPT文件格式,详细演示集成电路基本器件的工艺流程。-this document for PPT file format, detailed demonstration of the basic integrated circuit device process.
    2022-05-21 12:10:35下载
    积分:1
  • 一个3D火焰粒子效果,使用JSR184,效果很逼真
    一个3D火焰粒子效果,使用JSR184,效果很逼真-Flame of a 3D particle effects, the use of JSR184, the effect is very realistic
    2022-02-03 22:56:15下载
    积分:1
  • 本系统的使用可以将工作的部分流程使用计算机的办公自动化处理,能够极大的提高办公的效率和准确程度。另外,可以便捷的统计和分析各种所需资料,方便相应政策的调整等。...
    本系统的使用可以将工作的部分流程使用计算机的办公自动化处理,能够极大的提高办公的效率和准确程度。另外,可以便捷的统计和分析各种所需资料,方便相应政策的调整等。 该系统作为网上信息管理系统,实现网络处理功能。系统采用先进的应用系统体系结构和开发模式,提高系统的可扩展性、可维护性和交互性。该系统相对独立,接口实现简单、安全,可操作性强-the use of the system can be part of the process of using computers for office automation, the ability to greatly improve office efficiency and accuracy. In addition, the user can analyze statistics and information required to facilitate the corresponding policy adjustments. The system as a web-based information management system, network processing functions. The system uses advanced application system architecture and development model to improve the scalability, maintainability and interactive. The system relatively independent interface is simple, safe and operable
    2022-07-10 04:28:56下载
    积分:1
  • Entropy-based CLIQUE算法改进-entropy-based algorithm to improve CLIQUE
    2022-12-19 02:25:03下载
    积分:1
  • 一:需求分析 1.本程序需掌握树和二叉树的概念及工作原理,运用原理及概念完成实验.。 2.问题描述: 一个逻辑表达式如果对于变元的任一种取值都为...
    一:需求分析 1.本程序需掌握树和二叉树的概念及工作原理,运用其原理及概念完成实验.。 2.问题描述: 一个逻辑表达式如果对于其变元的任一种取值都为真,则称为重言式;反之,如果对于其变元的任一种取值都为假,则称为矛盾式;然而,更多的情况下,既非重言式,也非矛盾式。试写一程序,通过真值表判断一个逻辑表达式属于那一类。 3.基本要求: (1)逻辑表达式从终端输入,长度不超过一行。逻辑运算符包括“|”,“&”和“~”, 分别表示或、与和非,运算优先程度递增,但可以有括号改变,即括号内的运算优先。逻辑变元为大写字母。表达式中任何地方都可以含有多个空格符。 (2)若是重言式或矛盾式,可以只“显示True forever”或“False forever”,否则显示“Satisfactible”以及变量名序列,与用户交互。若用户对表达式中变元取一组值,程序就求出并显示逻辑表达式的值。 -1 : a needs analysis. The process required the trees and the binary tree master the concept and principle, to use its principles and the concept of completion of the pilot. . 2. Problem description : If a logical expression for the changes in the yuan"s value for a true, as tautology; Instead, If the changes for the yuan"s value for a fake, then called the contradiction; However, the more the situation, neither tautology. is not a contradiction. Try to write a procedure for the adoption of a truth table judgment logical expression belong into that category. 3. Basic requiremen
    2022-01-23 10:34:57下载
    积分:1
  • simple clearance procedures, so is not perfect, please head examined!
    简单的扫雷程序,做的还不是很完善,请站长审阅!-simple clearance procedures, so is not perfect, please head examined!
    2023-05-30 10:00:02下载
    积分:1
  • 利用LabVIEW编写观测显示的小程序,用于罪…
    一个用LabVIEW写的观测显示的小程序,用来对单片机上传的串口数据进行显示,仅适合lv初学者。-Using LabVIEW to write an observation shows that a small procedure, used for single-chip serial port to upload data show that only suitable for beginners lv.
    2022-05-07 19:13:10下载
    积分:1
  • latest Java
    最新的Java反编译工具,支持目录级的反编译,也支持双击.class文件就可查看源文件,只限用于学习交流使用。-latest Java-compiler tool to support the anti-directory level compiler, and also supports double-click. Class documents can view the source documents, only to learn to share.
    2022-02-05 11:26:50下载
    积分:1
  • 遗传算法求函数最优解
    遗传算法求解函数的最大值,且函数只有一个变量。求函数f(x)=x+10*sin(5x)+7*cos(4x),x∈[0,9]。染色体长度为20,交叉概率为0.95,变异概率为0.08,迭代次数为25。 程序修改后可以用于多参数函数的求解。
    2022-07-16 21:22:56下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载