-
This book provides readers with the knowledge of Visual C# concepts. In addition...
This book provides readers with the knowledge of Visual C# concepts. In addition
to the concepts explained in the chapters, the book provides readers with several
projects that enable them to create Windows applications,Web services,Web
applications, and mobile Web applications.The book aims for providing the readers
with extensive knowledge of C# so that they are able to develop live projects
using C#. The book is aimed at readers with a basic knowledge of programming.
- 2023-08-26 22:05:05下载
- 积分:1
-
pointer strong and resource management
pointer strong and resource management
- 2022-08-14 21:14:02下载
- 积分: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
-
Microsoft Visio 是微软公司生产的一个强大的图形设计软件,专门用于绘制比如数据库设计图、流程示意图、系统结构图的图形设计软件。如同其OFFICE系...
Microsoft Visio 是微软公司生产的一个强大的图形设计软件,专门用于绘制比如数据库设计图、流程示意图、系统结构图的图形设计软件。如同其OFFICE系列软件一样,有着强大而繁多的功能,在程序和工程设计中被广泛的应用。-Microsoft Visio, Microsoft produced a powerful graphic design software, such as devoted to mapping database design, process diagram, the system structure of the graphics design software. Like its OFFICE Series software, which has a strong range of functions, procedures and engineering design was widely used.
- 2022-05-23 08:38:18下载
- 积分:1
-
ArcSDE是arcgis体系中的重要组成部分,本教程非常适用于初学者使用,欢迎大家来下载....
ArcSDE是arcgis体系中的重要组成部分,本教程非常适用于初学者使用,欢迎大家来下载.-arcgis ArcSDE system is an important component part, The Guide is very suitable for beginners, to welcome you to download.
- 2023-02-20 16:35:04下载
- 积分:1
-
JavaPOS的最新版本!这是源代码!零售业的请看!
JavaPOS的最新版本!这是源代码!零售业的请看!-JavaPOS the latest version! This is the source code!
- 2022-01-27 15:58:05下载
- 积分:1
-
prepared by the personal technology welcomes 8,000 applications (stability has b...
个人编写的欣技8000应用程序(已经测试稳定的应用程序结构),大大简化应用程序的编写.可应用于欣技700~8000之内的机型-prepared by the personal technology welcomes 8,000 applications (stability has been testing the application program structure), greatly simplify the application procedures for the preparation. Yan technology can be applied to 700 ~ 8000 models within the
- 2022-12-06 16:45:03下载
- 积分:1
-
本章讨论与智能客户端应用程序中多线程的使用有关的问题。为了最大限度地提高智能客户端应用程序的响应能力,需要仔细考虑如何和何时使用多线程。线程可以大大提高应用程序...
本章讨论与智能客户端应用程序中多线程的使用有关的问题。为了最大限度地提高智能客户端应用程序的响应能力,需要仔细考虑如何和何时使用多线程。线程可以大大提高应用程序的可用性和性能,但是当您确定它们将如何与用户界面交互时,需要对其进行非常仔细的考虑。-discussed in this chapter and Smart Client Application Program multithreading in the use of the problem. In order to improve the smart client application"s response capability needs to carefully consider how and when to use multithreading. Threads can greatly increase application availability and performance, But when you identify how they would interface with the user interaction, the need for their very careful consideration.
- 2022-03-15 13:00:01下载
- 积分:1
-
development with the supermarket management system software, bundled inside data...
用 delphi开发的超市管理系统软件,里面附带了数据苦的一些信息,而且功能强大,希望大家可以好好利用-development with the supermarket management system software, bundled inside data from the information, but powerful, hope that we can make good use
- 2022-07-04 03:00:57下载
- 积分:1
-
基础数据管理子系统、物资计划管理子系统 、采购管理子系统、仓库管理子系统、统计核算管理子系统,对各子 系统的功能模块进行了设计...
基础数据管理子系统、物资计划管理子系统 、采购管理子系统、仓库管理子系统、统计核算管理子系统,对各子 系统的功能模块进行了设计-Basic data management subsystem, materials planning and managing the subsystems, subsystems procurement management, storage management subsystem, statistical accounting management subsystem, the function of each subsystem module design
- 2022-09-26 03:15:03下载
- 积分:1