-
这是一个信息发布系统论文,希望能对大家有帮助!
这是一个信息发布系统论文,希望能对大家有帮助!-This is an information dissemination system papers, hoping to have everyone help!
- 2022-01-24 13:56:32下载
- 积分:1
-
IEEE802.16标准解读,802.16标准为宽带无线接入(BWA)定义了无线城域网(WMAN)的空中接口规范。...
IEEE802.16标准解读,802.16标准为宽带无线接入(BWA)定义了无线城域网(WMAN)的空中接口规范。-IEEE802.16 standard interpretation, 802.16 standards for broadband wireless access (BWA) defines a wireless metropolitan area network 。(WMAN) air interface specification.
- 2022-08-07 09:14:17下载
- 积分: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
-
VC++深入详解教学视频文本编程学习文本编辑
VC++深入详解教学视频文本编程学习文本编辑-VC++ Depth detailed teaching video programming to study the text of a text editor
- 2022-04-26 22:19:14下载
- 积分:1
-
RoadFlow工作流引擎源码
RoadFlow是一款集成工作流引擎的ASP.NET MVC快速开发平台,由从事多年工作流开发与实施的技术团队开发。该工作流平台是根据多年对企事业单位工作流应用经验总结而成,是一款符合于国情的工作流平台,特别适合于国内无标准,复杂多变的工作审批流转。拥有全浏览器兼容的可视化流程设计器、表单设计器、基于角色的权限管理等先进设计理念,是您开发OA、CRM、HR、ERP等大型系统的最佳基础平台。
- 2022-08-16 06:19:57下载
- 积分:1
-
里面有详细计算程序设计手册和原码分析
fortran90
里面有详细计算程序设计手册和原码分析
fortran90-and-computational-science-There are detailed calculation procedures for the design manual and the original code analysis fortran90-and-computational-science
- 2023-01-01 16:10:04下载
- 积分:1
-
Road to a simple good software engineering practice on the thinking Zhou Aimin (...
大道至简单
一本很好的书
软件工程实践者的思想
周爱民(Aimingoo) 著-Road to a simple good software engineering practice on the thinking Zhou Aimin (Aimingoo) to
- 2022-01-31 15:21:41下载
- 积分:1
-
给出了一个在matlab gui设计中显示图像后无法响应鼠标事件的简单的解决办法 方便易用...
给出了一个在matlab gui设计中显示图像后无法响应鼠标事件的简单的解决办法 方便易用-Gives the design a matlab gui display images can not respond to mouse events after the simple solution easy to use
- 2022-02-12 19:27:01下载
- 积分:1
-
快速傅里叶变换FFT的基于vc的实现,一个作业
快速傅里叶变换FFT的基于vc的实现,一个作业-FFT Fast Fourier Transform vc-based implementation, a job
- 2022-01-26 19:39:57下载
- 积分:1
-
麻省理工学院出版社
MIT Press-How To Design Programs
软件工程类E书-MIT Press-How To Design Programs in Software Engineering Class E Book
- 2022-10-23 23:15:03下载
- 积分:1