-
处理通达信数据,可用来做历史回顾及模拟测试交易成功率
处理通达信数据,可用来做历史回顾及模拟测试交易成功率-analysize stock data
- 2022-04-18 02:49:17下载
- 积分:1
-
the system which contains databases (SQL Server2000), documentation, functionali...
本系统里面包含数据库(SQL SERVER2000),说明文档,功能包括:基本资料、技术档案、档案查询、系统维护等。-the system which contains databases (SQL Server2000), documentation, functionality, including : basic information, technical files, the file inquiries, and maintaining the system.
- 2022-08-13 00:18:05下载
- 积分: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
-
jsp do online shopping system is fully functional user interface and management...
jsp做的网络购物系统 功能全面 有用户界面和管理界面 供大家学习哦-jsp do online shopping system is fully functional user interface and management interface for all learning oh
- 2023-06-11 09:00:03下载
- 积分:1
-
在红宝石语言中实现的服务器和客户端源代码
server and client source code implemented in ruby language
- 2022-03-24 09:25:44下载
- 积分:1
-
这是著名的嵌入式操作系统Nucleus和# 39;的源代码分析…
这是著名的嵌入式操作系统nucleus 的源代码最详细的分析报告!-This is the famous nucleus embedded operating system"s source code analysis of the most detailed report!
- 2023-01-14 01:40:04下载
- 积分:1
-
企业工资管理系统需求的主要任务是用计算机对各种工资信息进行日常的管理,如查询、修改、增加、删除以及存储等,迅速准确地完成各种工资信息的统计计算和汇总工作,快速打...
企业工资管理系统需求的主要任务是用计算机对各种工资信息进行日常的管理,如查询、修改、增加、删除以及存储等,迅速准确地完成各种工资信息的统计计算和汇总工作,快速打印出工资报表,针对系统服务对象的具体要求,设计了企业工资管理系统。企业工资管理系统主要有以下几大
- 2022-05-14 06:34:24下载
- 积分: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
-
华为的编程开发规范与案例,了解华为的开发规范很有帮助
华为的编程开发规范与案例,了解华为的开发规范很有帮助-Huawei programming norms and precedents understanding of the development of standardized Huawei helpful
- 2022-04-17 02:08:03下载
- 积分:1
-
在抄表系统开发中指导开发对红相表数据的抄读,解析。
在抄表系统开发中指导开发对红相表数据的抄读,解析。-Meter reading system in the development of guiding the development of the red phase of the copied sheet data reading, analysis.
- 2023-03-11 20:20:10下载
- 积分:1