Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - main.c
Search - main.c - List
C# 关于调用水晶报表开发,主要实现C#与水晶报表参数传递-C# crystal statements calling on the development, main C# and crystal statements Parameter Passing
Date : 2008-10-13 Size : 20.46kb User : 李林

C#中调用Windows API的要点-C# Windows API call to the main points
Date : 2008-10-13 Size : 6.32kb User : 似的

1. C语言的主要特点有哪些?(多选) A.简洁、紧凑,使用方便、灵活,易于学习和应用。 B.C语言是面向结构化程序设计的语言。 C.C语言允许直接对位、字节和地址进行操作。 D.数据类型丰富。 E.C语言生成的目标代码质量高。 答案: ABCDE-1. C language are the main features of which (choose) A. concise, compact, easy to use, flexible, easy to learn and use. Untreated language for structured programming language. C.C allow direct language right place, byte address and operate. D. rich data types. E.C language production of high-quality object code. Answer : segments
Date : 2008-10-13 Size : 8.18kb User : gjc

2. C语言程序由什么组成?(单选) A. 子程序 B. 主程序和子程序 C. 函数 D. 过程 答案: C-2. C language programming from what is the composition (Option) A. Subroutine B. main program and subprogram C. D. process function answer : C
Date : 2008-10-13 Size : 4.15kb User : gjc

3. 源程序要正确地运行,必须要有什么函数?(单选) A. printf函数 B. 自定义的函数 C. main函数 D. 不需要函数 答案: C-3. Source code to run correctly, we must have what function (Option) A. B. printf function defined function main function D. C. function need not answer : C
Date : 2008-10-13 Size : 14.88kb User : gjc

//e1_3.cpp #include float area(float r) //定义求半径为r的圆的面积的函数area { return 3.14159f * r * r; } void main() { float r; //定义浮点型变量r,用于存放圆的半径 cout<>r; //从键盘上输入圆的半径送给变量r cout<<"半径为"<<r<<"的圆的面积="<<area(r)<< '\n'; //输出运算结果
Date : 2011-11-11 Size : 160kb User : qu120664854

C#中调用Windows API的要点-C# Windows API call to the main points
Date : 2025-12-19 Size : 6kb User : 似的

DL : 0
C#编程,主要是界面和控件,通信用的串口,文件保存用了Excel格式.-C# programming interface and is the main control, communications with the serial ports, saving the file format used by Excel.
Date : 2025-12-19 Size : 638kb User : 叶龙飞

1. C语言的主要特点有哪些?(多选) A.简洁、紧凑,使用方便、灵活,易于学习和应用。 B.C语言是面向结构化程序设计的语言。 C.C语言允许直接对位、字节和地址进行操作。 D.数据类型丰富。 E.C语言生成的目标代码质量高。 答案: ABCDE-1. C language are the main features of which (choose) A. concise, compact, easy to use, flexible, easy to learn and use. Untreated language for structured programming language. C.C allow direct language right place, byte address and operate. D. rich data types. E.C language production of high-quality object code. Answer : segments
Date : 2025-12-19 Size : 8kb User : gjc

2. C语言程序由什么组成?(单选) A. 子程序 B. 主程序和子程序 C. 函数 D. 过程 答案: C-2. C language programming from what is the composition (Option) A. Subroutine B. main program and subprogram C. D. process function answer : C
Date : 2025-12-19 Size : 4kb User : gjc

3. 源程序要正确地运行,必须要有什么函数?(单选) A. printf函数 B. 自定义的函数 C. main函数 D. 不需要函数 答案: C-3. Source code to run correctly, we must have what function (Option) A. B. printf function defined function main function D. C. function need not answer : C
Date : 2025-12-19 Size : 15kb User : gjc

这是一个简易的航空售票系统。内含订票,退票,查询已订票,查询余票等四种主要功能。内含设计文档。-This is a summary of air ticketing system. Intron booking, a refund has been booking inquiries, inquiries I votes four main functions. Intron design documents.
Date : 2025-12-19 Size : 10kb User : 王重华

C# 关于调用水晶报表开发,主要实现C#与水晶报表参数传递-C# crystal statements calling on the development, main C# and crystal statements Parameter Passing
Date : 2025-12-19 Size : 62kb User : 李林

C#编写的高级smtp客户端,控制台程序,可自行改写为Windows程序,功能齐全,除了基本的发件人地址,收件人地址(可以指定多个收件人,目前程序中设定为10个,可自行更改),主题,内容外,还能发附件(能发多个附件),能指定优先级别,能指定按HTML或TEXT发送,能指定发件人名称。一共有五个文件,MailAttachments.cs是负责处理附件的,MailMessage.cs是负责处理邮件消息的,SmtpMail.cs是负责联系SMTP服务器的,SmtpServerHelper.cs是主要的文件,负责与SMTP服务器交互并发送邮件,TestSmtpMail.cs是测试该SMTP客户端用的。可以用户将VS.NET 2003将各个文件添加到一个工程中后进行编译调试,也可分别把前四个文件编译成DLL(注意先后顺序和相互引用),然后把TestSmtpMail.cs编译成EXE后运行进行测试。-C# prepared by the High smtp client, console procedures, may rewritten for Windows programs, a full range of functions, in addition to the address of the sender, the recipient address (you can specify a number of the addressee, the current procedures set for 10, can make changes), the theme, the content, but also the annex (Annex can be made more), will appoint a priority level, can designated by HTML or TEXT sent, the sender can be designated name. A total of five papers MailAttachments.cs are responsible for the annex, MailMessage.cs is responsible for handling e-mail messages. SmtpMail.cs is responsible for liaising SMTP server, SmtpServerHelper.cs is the main document, with interactive SMTP server and send mail, TestSmtpMail.cs is to test the SMTP client use. Users will be VS.NET 200
Date : 2025-12-19 Size : 19kb User :

主要有职位设置模块,角色设置模块,人员管理模块和考勤设置模块。-main job setup module, role setup module, personnel management module installed and attendance module.
Date : 2025-12-19 Size : 1.22mb User : 郑世谦

这个是在mapxtreme的官方网站下载过来的和asp.net结合起来的GIS代码,原来是vb写的,此为已经改成的c#语言版本,主要功能是在地图上面根据鼠标的坐标不同而显示不同的内容。-mapxtreme this is the official website and download over the combination of Asp. Net GIS code was originally written in Visual Basic, which has been changed to the c# language version, Its main function is above the map coordinates of the mouse under different show different content.
Date : 2025-12-19 Size : 22kb User : dino

DNN皮肤开发例子,可以说明DNN皮肤开发的主要内容。-DNN skin development example to illustrate the development of the DNN skin main content.
Date : 2025-12-19 Size : 19kb User : xqiw

DL : 0
C#编程,主要是界面和控件,通信用的串口,文件保存用了Excel格式-C# programming interface and is the main component, communication with the serial port, the file format used by Excel
Date : 2025-12-19 Size : 400kb User : 张林亮

DL : 0
winform应用程序,主要功能可以用于大型项目软件系统,登录特效使用。-WinForm applications, the main function can be used for large-scale projects software system, log on using special effects.
Date : 2025-12-19 Size : 541kb User : sclcom

DL : 0
这个程序是SD卡底层板卡的主程序,所用语音是C语音-SD card main process
Date : 2025-12-19 Size : 2kb User : sunshine
« 12 3 4 5 6 7 8 9 10 ... 13 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.