Location:
Search - csharp 100
Search list
Description: 包括常用的编程方法。-include common programming methods.
Platform: |
Size: 8383488 |
Author: 连大丢 |
Hits:
Description: 完全公开源代码,并无任何许可限制
特别基于大型电子商务网站的系统开发
Microsoft SQL Server 2000后台数据库,充分应用了存储过程的巨大功效
基于类模块的扩展数据访问能力支持任何类型的大型数据库
加密用户登录信息(cookie)
易于安装的系统和应用功能
100%的asp.net的代码,没有COM,java或者其他的格式
完全基于MS建议的系统安全设计
最佳的应用程序,数据库和安全设定
MS建议的最佳用户密码管理设定
极强的系统性能与伸缩性
大量应用缓存以提升系统的性能和浏览速度
方便的功能可伸缩设计-completely open-source, no special license restrictions on the large-scale e-commerce site development system for Microsoft SQL Server 2000 database background, the use of the storage process based on the effectiveness of the tremendous expansion module type data access capability to support any type of large-scale database encryption users login information ( cookie) easy-to-install system and application functions Asp. net 100% of the code, no COM, or other java entirely based on the format recommended by the MS design the best system security applications, databases and security settings recommended by the MS best user password management system set strong Properties and application scalability large cache to boost system performance and viewing convenience features scalable design
Platform: |
Size: 935936 |
Author: 陈睿 |
Hits:
Description: 一个游戏的程序。使用C#编写。基于Direct3
D. 完整源码.-a game procedures. The use of C#. Based on Direct3 D. integrity source.
Platform: |
Size: 105472 |
Author: 张山 |
Hits:
Description: Windows应用程序,C#编写,实现了求最短路径的Dijkstra算法,方便操作,可以自已在程序界面上指定每一个点的位置,在界面上空白的地方每点击一下生成一个点(该点是一个可以点击的按钮),这些按钮按照出现的先后顺序自动从1开始编号(目前程序设定最多支持100个点,可自行更改)。界面右上角是计算结果显示区,往下是权值输入区和“连线”、“清屏”“计算”三个按钮以及状态区,状态区显示当前的起点和终点,连线和计算都要用到该信息(点击生成的顺序编号的那些按钮可以依次改变起点和终点)。输入权值后点“连线”则把编号为状态区显示的起点和终点连接起来,并在线的中央标明权值。点击“计算”则计算状态区显示的起点和终点的最短距离及路径,并将结果输出到右上角。右下角为异常显示区,显示程序运行过程中出现的异常,比如权值输入一个字母,因字母无法转为整型,就会产生异常,该异常信息就显示在右下角。-Windows applications, C#, for the realization of the Dijkstra shortest path algorithm, convenient operation, the procedure can own interface on a point each designated location, gaps at the interface of each click generated a point (the point is a can click on the button), these buttons with the automatic sequence starting from No. 1 (the current procedure set up to support 100 points can make changes). Instructions interface is calculated results show, right down the value of the importation and the "Alliance" "screen" "calculated" button and the three state area, the current state of the district show the starting and finishing points. Alliance and calculation should use the information (click generation of serial numbers of those buttons can be followed to
Platform: |
Size: 11264 |
Author: |
Hits:
Description: DockManager control is designed to achieve docking capability for MDI forms. It can be used to develop applications with the same look and feel as Visual Studio .Net
DockManager control is a 100%-native .Net windows forms control, written in C#
-DockManager control is designed to achieve docking capability for MDI forms. It can be used to develop applications with the same look and feel as Visual Studio. Net DockManager control is a 100%- native. Net windows forms control, written in C#
Platform: |
Size: 373760 |
Author: 王二 |
Hits:
Description: C#编程百例,可供初学者学习学习,里面没有太多说明,看看代码就明白了!-Programming C# 100 cases available for beginners learning to learn, there are not many that look at the code to understand!
Platform: |
Size: 10334208 |
Author: |
Hits:
Description: AJAX开发工具包,实现网页AJAX技术,可以实现网页无刷新更新-AJAX development tool kit and realize website AJAX technology, can be achieved without updating the website updated
Platform: |
Size: 74752 |
Author: myhoney |
Hits:
Description: C#环境的车牌认别系统源代码和30张测试图片;本程序对以上的30汽车图片的认别定位分割等准确率达至100%。-C# environment registration identification system source code and 30 test images; The procedures for the above pictures of the 30 vehicle identification such as segmentation positioning accuracy up to 100%.
Platform: |
Size: 4326400 |
Author: lihancai |
Hits:
Description: C#实用编程百例,共6章,包含C#语言基础、windows编程(分基础和提高篇)、数据库编程、WEB编程。-Practical Programming C# 100 cases, a total of six chapters, including C# language foundation, windows programming (basic and improve articles), Database Programming, Web Programming.
Platform: |
Size: 6739968 |
Author: 彭星林 |
Hits:
Description: C#编写各种小游戏,包括五子棋、扫雷等,近百个实例,是学习C#的好帮手,推荐!-prepared a variety of small game, including 331, mine clearance, nearly 100 examples, Learning C# is a good helper recommended!
Platform: |
Size: 1851392 |
Author: 刘某 |
Hits:
Description: TCP网络调试程序
本程序可以用来进行TCP通信的调试,程序包含了TCP服务器和客户端两个部分。
TCP服务器可以在指定的端口进行监听,并同时最多处理100个连接。实时显示每个连接发送过来的数据,并且可以手工选择需要对哪个连接回送数据,或者是断开某个连接。
TCP客户端可以对某个IP(或者直接输入域名)的端口进行连接,实时显示已经连接的服务器发送的信息,可以手动输入需要发送到服务器的内容。
这个程序在对一些自己编写的服务器或者客户端的程序进行调试的时候比较有用。
大家在使用中有什么好的意见或者建议,欢迎发送邮件到ghsnc@163.com。
马丹-TCP network debugging procedures of this procedure can be used for TCP communications debugging, includes the TCP server and client in two parts. TCP server can be the designated port eavesdropping, and at the same time deal with a maximum of 100 links. Real-time display over each link this data, as well as the need to manually choose which link to send data, or disconnect a link. TCP client can be on a certain IP (or domain name directly input) port for connection, real-time display is already connected to the server to send messages manually input can be sent to the server needs of the content. In the process of the preparation of some of their server or client procedure debugging time more useful. We use any good ideas or suggestions, please send an email to ghsnc@163.com. Martin
Platform: |
Size: 55296 |
Author: |
Hits:
Description: This a basic multi-threaded ping utility using a raw socket. Take a look at the screenshot for the feature list. This code is not 100% mine. It was adapted from code on the internet (Found in several places so not sure of the author). It has been modified alot though.
-This a basic multi-threaded ping utilit y using a raw socket. Take a look at the screensho not for the feature list. This code is not 100% mine . It was adapted from code on the internet (Found in several places so not sure of the author). It h as been modified a lot though.
Platform: |
Size: 13312 |
Author: 微环境 |
Hits:
Description: c#写的非常完整的网络爬虫程序,可以支持100个线程同时爬行-the very integrity of the network Reptile procedures, can support 100-thread while crawling
Platform: |
Size: 5156864 |
Author: 凡先生 |
Hits:
Description: 软件项目概要和详细设计标准模板和样例,其中包括通用的标准模板和一个政府网站系统的概要和详细设计样例,真正的软件项目开发文档,详细设计文档长达100多页很详细,大家可以下载参考。-software project summary and detailed design templates and sample standard, These include common standards template and a system of government websites summary and detailed design example. real software development project documentation, detailed design document more than 100 pages long in great detail, we can download information.
Platform: |
Size: 6789120 |
Author: zuoyinbo |
Hits:
Description: 100个DOTNET源代码,非常实用,是初级教程-100 DOTNET source code, very useful, is the primary curriculum
Platform: |
Size: 56320 |
Author: jqx |
Hits:
Description: Visual C#时尚编程百例,很多适合初学者的精彩实例-Visual C# Fashion programming 100 cases, many of the best examples for beginners
Platform: |
Size: 4220928 |
Author: sunoy |
Hits:
Description: 系统功能:
1. 支持 ACCESS/MSSQL2000/MSSQL2005 三种数据库
2. 支持动态浏览, Rewrite 模拟静态,生成静态页面,栏目动态+文章静态
3. 支持生成目录式和文件式的静态页面和以根目录生成文章
4. 每个栏目都可以绑定一个域名
5. 系统自带三种列表分页模式
6. 前台语言包更换,方便做英文站
7. 栏目无级分类
8. 实现模板和代码 100% 分离,会 HTML 即可制作网站模板-System functions: 1. To support the three ACCESS/MSSQL2000/MSSQL2005 database 2. Supports dynamic browser, Rewrite static simulation to generate static pages, dynamic section+ Static article 3. To support the generation of directory and file-based static pages and to the root directory Generation article 4. Each column can bind a domain name 5. system comes with a list of three paging mode 6. prospects language pack replacement, convenient to do the English Station 7. 8 columns without classification. Templates and code to achieve 100 separation will be to create HTML web site templates
Platform: |
Size: 587776 |
Author: 怎么没 |
Hits:
Description: c#程序100实例 c#程序100实例-c
Platform: |
Size: 3770368 |
Author: kslhlj |
Hits:
Description: 100个c#开发实例,对初学者应该有很大的帮助,这些都是最基本的例子。-100 c# development examples, beginners should have a lot of help, which is the most basic example.
Platform: |
Size: 3831808 |
Author: 陶宇凡 |
Hits:
Description: C#入门必看实例100个,比较基础,适合新手使用(C# entry must see examples of 100, relatively basic, suitable for novices to use)
Platform: |
Size: 3968000 |
Author: G_强仔
|
Hits: