Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - main.c
Search - main.c - List
DL : 0
支持CGI,ISAPI,NSAPI,HTTP/1.1,SSL,NT认证,虚拟目录。 默认主目录是c:\\webshare\\wwwroot -support CGI, ISAPI, NSAPI, HTTP/1.1, SSL, NT authentication, Virtual Directory. The main directory is the default c : \\ webshare \\ wwwroot
Date : 2008-10-13 Size : 33.54kb User : 刘飞

DL : 0
在线邮件发送系统 A.关于邮件系统 B.主要功能介绍 C.如何安装使用 D.程序更新历史 E.常见问题解答 F.版权声明 G.部分功能测试结果- On-line mail transmission system A. About mail system B. The main function introduced C. How installs uses D. Procedure renewal history E. FAQ F. The copyright stated G. Partial functions test result
Date : 2008-10-13 Size : 100.65kb User : SUN

不错的c#留言本,代码比较简洁,功能还可以,主要开源-good message of the c #, more concise code, functions can also, the main open-source
Date : 2008-10-13 Size : 384.66kb User : marco

Filename: main.c * Description: A simple test program for the CRC implementations. * Notes: To test a different CRC standard, modify crc.h. * * * Copyright (c) 2000 by Michael Barr. This software is placed into * the public domain and may be used for any purpose. However, this * notice must not be changed or removed and no warranty is either * expressed or implied by its publication or distribution.
Date : 2008-10-13 Size : 2.46kb User : 韩卫东

经典c程序100例==1--10 【程序1】 题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去       掉不满足条件的排列。 2.程序源代码: main() { int i,j,k printf(\"\\n\") for(i=1 i<5 i++)    /*以下为三重循环*/  for(j=1 j<5 j++)    for (k=1 k<5 k++)    {     if (i!=k&&i!=j&&j!=k)    /*确保i、j、k三位互不相同*/     printf(\"%d,%d,%d\\n\",i,j,k)    }-classic procedures hundred cases == 1 -- 10 procedures -- a topic : 1,2,3,4 figures, the number can be formed with each other with no repeat of the triple-digit figures? How many are? 1. Program Analysis : can fill the 100, 10, 000 the number of spaces are 1,2,3,4. With all the components removed after not satisfied with the conditions. 2. Source code : main () (int i, j, k printf ( "\\ n") for (i = 1 ilt; 5 i) / * the following as the triple cycle * / for (j = 1 JLT; 5 j) for (k = 1 KLT; 5 k) (if (i! = ki! = jj! = k) / * i, j, k three disparate * / printf ( "% d,% d,% d \\ n ", i, j, k
Date : 2008-10-13 Size : 297.25kb User : 刘宋

DL : 0
支持CGI,ISAPI,NSAPI,HTTP/1.1,SSL,NT认证,虚拟目录。 默认主目录是c:\webshare\wwwroot -support CGI, ISAPI, NSAPI, HTTP/1.1, SSL, NT authentication, Virtual Directory. The main directory is the default c : \ webshare \ wwwroot
Date : 2025-12-19 Size : 33kb User : 刘飞

DL : 0
在线邮件发送系统 A.关于邮件系统 B.主要功能介绍 C.如何安装使用 D.程序更新历史 E.常见问题解答 F.版权声明 G.部分功能测试结果- On-line mail transmission system A. About mail system B. The main function introduced C. How installs uses D. Procedure renewal history E. FAQ F. The copyright stated G. Partial functions test result
Date : 2025-12-19 Size : 100kb User : SUN

这是我编写的用c#语言在sql和.net环境编写的基于c/s的题库系统这里的sql库的文件我没加上去(太简单了就没留底表)主要是完成对题库的修改查询删除和设定用户权限如果想做这方面的毕业设计可以看看这是服务器修改端-prepared by the use of the c# language and sql. Net environment for the preparation of the c/s questions in this system Lane sql of the documents I had to add (too brief stay no end table) is the main questions in the completion of the amendment to delete inquiries and set user rights if they want to graduate this design can look at this is to amend the terminal server
Date : 2025-12-19 Size : 438kb User : 来盛骞

基于ASP_NET的在线考试系统设计与实现 本文主要目的是探讨在.net平台下设计并实现一个在线考试系统。该在线考试系统采用Microsoft的Asp.Net技术,选用C#程序设计语言作为开发工具,使用UML(Unified Modeling Language)作为建模工具,采用三层结构解决方案具体实现。 -ASP_NET based online exam system design and realize the main purpose of this paper is to explore. Net platform is designed and implemented an online examination system. The online examination system using Microsoft
Date : 2025-12-19 Size : 1.78mb User : lan

DL : 1
自己写的一个网上订餐系统,主要适用C# ASP。net-Wrote it myself an online reservation system, the main application of C# ASP. net
Date : 2025-12-19 Size : 858kb User : longyong

DL : 0
文件管理-上传与下载系统:该子系统主要是为满足广大.NET开发爱好者而做,在网络发达的今天,资源共享成为了主流趋势,自然而然在实际的网站开发或网络系统实现时少不了文件的上传与下载功能。 该子系统采用ASP.NET(C#)+IIS,主要分为上传页面和下载页面,通过点击上传按钮可以把本地的文件上传到服务器上,同时通过下载按钮可以把服务器上的文件下载到本地电脑。-Document Management- Upload and download system: This subsystem is mainly to meet the broad masses. NET development enthusiasts and so, developed in the network today, the sharing of resources has become the mainstream trend, naturally in the actual web site development or network system, when and ultimately, file upload and download functionality. This subsystem using ASP.NET (C#)+ IIS, The main page is divided into upload and download pages, by clicking the upload button can upload files to the local server through the Download button on the server can file downloaded to the local computer.
Date : 2025-12-19 Size : 167kb User : 付辉平

ASP.NET出错调试 主要用于说明C#语法的Visual Studio-ASP.NET debugging error used to describe the main C# Syntax Visual Studio
Date : 2025-12-19 Size : 10kb User : QQ

DL : 0
该压缩包内包含了一个完整的.net C#网站,主要实现了会员登陆,求职信息发布和招聘信息发布等功能.代码架构非常清晰 <DIR> Admin <DIR> App_Code <DIR> App_Data <DIR> App_Themes 562 changepassword.aspx 450 changepassword.aspx.cs 404 customerrorpage.aspx 305 customerrorpage.aspx.cs <DIR> CustomErrorPages 698 default.aspx 472 default.aspx.cs <DIR> employer 11,297 EULA.rtf 4,945 from.gif 1,012 Global.asax <DIR> Images <DIR> jobseeker 754 login.aspx 915 login.aspx.cs 2,427 MasterPage.master 2007/09/01 11:02 1,096 MasterPage.master.cs 2007/09/01 21:03 4,214 register.aspx 2007/09/01 21:27 3,126 register.aspx.cs 2009/04/12 23:43 <DIR> UserControls 2009/04/12 23:33 11,625 web.config 2008/05/21 10:50 15,724 Welcome.htm-The package contains a complete. Net C# web site, the main achievement of the Member Login, job information and recruitment information and other functions. Code structure is very clear <DIR> Admin <DIR> App_Code <DIR> App_Data <DIR> App_Themes 562 changepassword.aspx 450 changepassword.aspx.cs 404 customerrorpage.aspx 305 customerrorpage.aspx.cs <DIR> CustomErrorPages 698 default.aspx 472 default.aspx.cs <DIR> employer 11297 EULA.rtf 4945 from.gif 1012 Global.asax <DIR> Images <DIR> jobseeker 754 login.aspx 915 login.aspx.cs 2427 MasterPage.master 2007/09/01 11:02 1096 MasterPage.master.cs 2007/09/01 21:03 4214 register.aspx 2007/09/01 21:27 3126 register.aspx.cs 2009/04/12 23:43 <DIR> UserControls 2009/04/12 23:33 11625 web.config 2008/05/21 10:50 15724 Welcome.htm
Date : 2025-12-19 Size : 588kb User : dlbn

DL : 0
这是一个html从简单到深入的学习,这一节主要讲5,6JavaScript入门6 JavaScript核心对象7 表单对象及使用8 事件、对象第6章 C-Html This is a depth from the simple to the study, this section of the main entry 5,6 JavaScript-speaking 6 JavaScript objects form the core of the object 7 and the use of 8 events, objects Chapter 6 CSS
Date : 2025-12-19 Size : 1.86mb User : miaomiao

Microsoft Chart Controls for .NET Framework支持各种丰富的图表选项,包括pie(饼图), area(区域), range(范围), point(点), circular(圆形), accumulation(累积), data distribution(数据分布), ajax interactive(AJAX交互), doughnut(甜圈图)等等。你可以在控件的声明中静态地声明图表数据,或者也可以使用数据绑定动态地填充。在运行时,该服务器控件会生成一个图片(譬如一个.PNG文件),是使用控件输出的元素在页面的客户端HTML中引用的。该服务器控件支持缓存图表图片的功能,还支持保存到硬盘上以在持久性场景中使用的功能。它不要求安装其他的服务器软件,可以用于任何标准的ASP.NET网页上。 使用 整个图形控件主要由以下几个部份组成: 1.Annotations --图形注解集合 2.ChartAreas --图表区域集合 3.Legends --图例集合 4.Series    --图表序列集合(即图表数据对象集合) 5.Titles    --图标的标题集合该示例代码可以通过设置各类参数,动态展现了三维、平面、曲线等各类Chart图及结合Ajax的应用,具体功能请查看[本地演示] 同时可以在线查看C#和Vb.net相关源码,数据库采用的是Access 运行程序前请按照源码目录下的 MSChart.exe -Microsoft Chart Controls for. NET Framework supports a variety of rich chart options, including pie (pie chart), area (regional), range (range), point (point), circular (round), accumulation (cumulative), data distribution (data distribution), ajax interactive (AJAX interaction), doughnut (donut graph) and so on. You can control the static statement to state chart data, or can also use data binding to fill dynamically. At runtime, the server control will generate a picture (for example, a. PNG file), is to use the control elements of the output of the client in HTML page is referenced. The server control to support the cache function of the chart picture, but also support in order to be saved to your hard disk in persistent use of the function of the scene. It does not require the installation of other server software, can be used in any standard ASP.NET page. Control the use of the graphics part of the main components from the following: 1.Annotations- collection of graphics comment
Date : 2025-12-19 Size : 5.6mb User : power

DL : 0
随着网络的普及,越来越多的人接触并运用网络,当有人因为各种原因想要出售或购买图书时,就需要一个专门进行网上虚拟物品交易的平台,本系统就在这种情况下产生并不断的发展。该系统用ASP.NET(C# Script)语言和SQL Server2005作为系统的数据库来开发。其主要功能有:用户管理,新书上架,分类查找,图书检索,图书收藏夹,购买流程,图书评论,网站管理等。论文在撰写过程中,力求将理论与实践应用相结合,对各种理论进行阐述的同时配合系统从实际应用和操作技巧上加以说明,希望能够更充分地体现到这些知识与技术在本系统中的应用与实现。本系统经过测试运行正常,达到预期目标。-With the popularity of the network, more and more people contact and the use of network, When people due to various reasons, want to sell or buy some books, on the need for a specialized virtual goods online trading platform, this system in under such circumstances and continues to develop. The system use ASP.NET (C# Script) language and SQL Server2005 as a database system to develop. Its main function has: manage users, new books on sale, look for classified books, search books, collect favorite book, process of purchase, the comment of the books, website s management, etc. During the course of writing this article, I strive to integrate theory and practice. While explaining the different kind of theories, I illuminate the application and operation skill combining the system so as to fully incarnate the application of these theories and techniques to this system. After testing, this system run successfully and achieved the anticipate goal.
Date : 2025-12-19 Size : 776kb User : 王雪明

PHP,即“PHP: Hypertext Preprocessor”,是一种被广泛使用的开放源代码多用途脚本语言,尤其适用于 web 开发并可以嵌入到 HTML 中去。其语法利用了 C,Java 和 Perl,非常容易学习。该语言的主要目标是让 web 开发人员可以很快写出动态生成的网页,但 PHP 的功能远不止如此。 本手册主要由函数参考组成,但也包括语言参考,PHP 一些主要特点的说明以及其它补充信息。 -PHP, namely, " PHP: Hypertext Preprocessor" , is a widely-used Open Source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Its syntax draws upon C, Java, and Perl, is very easy to learn. The main objective of the language is to allow web developers to write dynamically generated pages quickly, but much more with PHP functions. This manual consists primarily of a function reference, but also contains a language reference, PHP description of some of the major features as well as other supplemental information.
Date : 2025-12-19 Size : 6.57mb User : luoine

PHP,即“PHP: Hypertext Preprocessor”,是一种广泛用于 Open Source(开放源代码)的尤其适合 Web 开发并可以嵌入 HTML 的多用途脚本语言。它的语法接近 C,Java 和 Perl,而且容易学习。该语言的主要目标是让 Web 开发人员快速的书写动态生成的网页,然而,PHP 的功能并不局限于此。 本手册基本上由函数参考组成,此外包括语言参考、PHP 主要特点以及其它补充信息。 -PHP, namely, "PHP: Hypertext Preprocessor", is a widely used Open Source (open source) and is particularly suitable for Web development and can be embedded in HTML, multi-purpose scripting language. Its syntax draws upon C, Java, and Perl, and easy to learn. The main objective of the language is to allow Web developers to quickly write dynamically generated web pages, however, PHP function is not limited to this. This manual is basically a function reference, in addition to including the language reference, PHP, and other additional information on the main features.
Date : 2025-12-19 Size : 4.45mb User : sdfsdf5sd5f4g

POWER AMPLIFIER DESIGN FUNDAMENTALS 1-Main characteristics (two-port networks, gain, delivered power ) 2-Gain and stability 3-Stabilization circuit technique 4-Class-A,-B,-C operation modes 5-Linearity 6-DC biasing 7-Push-pull amplifiers 8-Practical aspect of RF and microwave power amplifiers
Date : 2025-12-19 Size : 931kb User : shn

DL : 0
CPC广告联盟源码价值上千 绝对的网赚源码,含广告主与网站主联盟,广告主可以发布CPC广告,后台审核通过,网站主领取链接开始推广-CPC ad network of thousands of the absolute value Wangzhuan source code, including advertisers and site owners coalition, advertisers can publish CPC ads, background review through the site began to promote the main recipients of the link
Date : 2025-12-19 Size : 4.41mb User :
« 12 3 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.