联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All C#编程(426) 

[C#编程] CSharp

WPF图表控件,提供可参考使用的实例源码
the chartcontrol of wpf (2017-01-25, C#, 816KB, 下载6次)

http://www.pudn.com/Download/item/id/1485328267710444.html

[C#编程] scanip

C#扫描网段的一个程序代码,用到 Thread类,扫描用户指定的IP段,并加有判断检测IP输入是否是正常范围,从起始IP地址开始扫描至终止地址,根据IP地址获取主机的DNS信息,源代码里有相应的中文注释,在此不太理解的可下载源码参照注释来阅读代码
Un segmento de lectura de códigos de programa en C#, utilice la clase Thread, el segmento IP de exploración especificado por el usuario, y añ adir la detección de IP para determinar si la entrada es de la gama normal, la dirección IP desde la salida hasta la dirección final para iniciar la digitalización, el acceso basado en la dirección IP del host información de DNS, el código fuente tiene su correspondiente comentario chinos, no entiendo esta anotación de referencia puede descargar el código fuente para leer (2014-04-09, C#, 9KB, 下载5次)

http://www.pudn.com/Download/item/id/2505967.html

[C#编程] cSharp

非常全面经典几个的Csharp小程序的代码
Very few of the classic round Csharp applet code (2013-11-20, C#, 27KB, 下载13次)

http://www.pudn.com/Download/item/id/2404870.html

[C#编程] CSharp

C#程序设计 教材课件 C#(读做 "C sharp",中文译音暂时没有。专业人士一般读"C sharp",现在很多非专业一般读"C井"。C#是一种安全的、稳定的、简单的、优雅的,由C和C++衍生出来的面向对象的编程语言。
C#(读做 "C sharp",中文译音暂时没有。专业人士一般读"C sharp",现在很多非专业一般读"C井"。C#是一种安全的、稳定的、简单的、优雅的,由C和C++衍生出来的面向对象的编程语言。 (2013-11-16, C#, 807KB, 下载5次)

http://www.pudn.com/Download/item/id/2402061.html

[C#编程] taobaoxiaoshouxitong

帮朋友淘宝网店做的一款进销存及对账系统,完全可用,且免费量身定做。主要在商品信息管理,往来单位信息管理,进货信息管理,销售信息管理,库存信息管理,权限管理,借贷信息管理,往来单位对账等模块,每块模块都提供打印功能,可以即时打印订单。内附使用说明书。
Help a friend to do a Taobao shop Invoicing and Reconciliation system, fully available and free tailor. Mainly in the commodity information management, demand management unit information, purchase information management, sales information management, inventory information management, rights management, loan information management, reconciliations between units of modules, each module provides print function, you can instantly print orders. (2013-07-21, C#, 3112KB, 下载26次)

http://www.pudn.com/Download/item/id/2310949.html

[C#编程] Household-spending

家庭支出管理系统(1)支出信息包括: 支出类型(主要可以分为饮食,服饰装扮,礼金,教育培训,电器,健身,通讯,子女培养,旅游,文化娱乐,医疗,交通,聚会,居住等小项),金额,消费地点,消费时间等。 (2)需要实现的功能 1) 用户根据口令进入系统 2) 输入某一月份,完成该月份的支出管理 3) 输入并统计该月的支出情况 4) 显示该月支出信息表,内容应包括日期,金额等 5) 按支出类型进行分类统计和排序 6) 进行本月消费分析,即分析每项支出所占总支出的百分比,并显示分析结果 7) 显示按支出类型排序后的支出信息 8) 将排序后的内容存为文件。 (3)界面友好,输入信息符合逻辑如存款金额不为负数、不可能有非数字的字符等。
Family expenditure management systems (1) expenditure information include: the type of expense (eating, dressing up, gifts, education and training, electrical appliances, fitness, communication, children' s culture, tourism, culture and entertainment, health care, transportation, gathering, living mainly be divided into small items), the amount of consumer locations, spending time. (2) the need to achieve the function 1) User password to enter the system 2) Input a month, 3) Enter the month expenditure management and expenditure statistics of the month 4) shows the monthly expenditure information table, which shall include the date amount 5) statistical classification and sorting by type of expenditure 6) month consumption analysis, analysis of the percentage of each item of expenditure to the total expenditure, and displays the results of the analysis) sorted by type of expenditure spending 8) will sort the contents stored in a file. (3) user-friendly, logical input information suc (2013-05-16, Visual C++, 2KB, 下载4次)

http://www.pudn.com/Download/item/id/2245166.html

[C#编程] MSChart

C#各种漂亮的图表的实现方法。MSChart控件,给图形统计和报表图形显示提供了很好的解决办法,同时支持Web和WinForm两种方式,包含英文版,中文版。MSChart控件与一个数据网格(DataGrid对象)关联,该数据网格存放了要显示的数据,数据网格也可以包含用于图表中标识系列或类别的标签。图表应用程序设计者在数据网格中插入数据或从报表或矩阵中输入数据。
C# various a beautiful chart realize method. MSChart control to graphical statistics and reports graphical display provides a good solution, to support both the Web and WinForm two ways, including English, Chinese. MSChart control with a data grid (the DataGrid object) associated with the data grid storage data to be displayed, the data grid can also contain the chart identifies Series or category label. The chart application designers to insert the data in the data grid or input data from the report or matrix. (2013-04-02, C#, 5457KB, 下载143次)

http://www.pudn.com/Download/item/id/2182668.html

[C#编程] dynamiclink

在vs 2008编译环境下使用C++语言完成对动态链表的创建,并将创建的好的链表加以显示;之后对链表进行插入和删除等操作,完成对链表的基本操作功能,对于刚刚开始学习C++或是刚使用Vs2008编译环境进行编程的有一定的帮助,链表是数据结构很重要的一种,在C++中使用类来创建链表是基本的技能,本次上传的代码参考硅谷动力网范磊老师的教程。
In vs 2008 compilation environment using c + + language to complete the creation of dynamic linked list, and will create a linked list to display After chain table insert and delete operation and the completion of the basic functions of a linked list, to just began to learn C++ or just use Vs2008 compilation environment programming have certain help, linked list is a data structure is very important in c + +, use classes to create linked list is the basic skills, the upload code reference enet network FanLei teacher s tutorial. (2012-12-18, Visual C++, 1402KB, 下载8次)

http://www.pudn.com/Download/item/id/2088086.html

[C#编程] cSharp-TCP

基于C#平台的TCP通信,很好的通信例子,大家可以很好学习
C# platform-based TCP communication, good communication examples, we can be a good learning (2012-11-10, C#, 94KB, 下载127次)

http://www.pudn.com/Download/item/id/2042656.html

[C#编程] code-cSharp

30个C#小程序。对于初学者有很好的指导作用,是初学者好的资源。
30 C# small programs. For starters have very good guidance function, is a beginner good resources. (2012-02-29, C#, 28KB, 下载5次)

http://www.pudn.com/Download/item/id/1781758.html

[C#编程] CSharp100APP

C#学习资料,全部源码,有100个,适合初学者,高手不要浪积分
Learning materials, all source code, 100, suitable for beginners, experts do not waste points (2012-02-23, Visual C++, 3967KB, 下载13次)

http://www.pudn.com/Download/item/id/1778012.html

[C#编程] CSharp_Com

c#串口编程。用c#实现普通串口的通讯功能。
c# serial port programming. Use c# to achieve common serial communication function. (2011-10-10, C#, 118KB, 下载98次)

http://www.pudn.com/Download/item/id/1664568.html

[C#编程] CSharp-SQL

很好的学习C#操作数据库的多个程序实例,看懂了,就可以玩转C#数据库了,快下载哦
Good learning C# to manipulate the database more than one instance, understand, and can be Fun C# database, and fast download Oh (2011-09-04, C/C++, 2362KB, 下载70次)

http://www.pudn.com/Download/item/id/1638616.html

[C#编程] STUN_Client_app

STUN(Simple Traversal of UDP over NATs,NAT 的UDP简单穿越)是一种网络协议,它允许位于NAT(或多重NAT)后的客户端找出自己的公网地址,查出自己位于哪种类型的NAT之后以及NAT为某一 个本地端口所绑定的Internet端端口。这些信息被用来在两个同时处于NAT 路由器之后的主机之间建立UDP通信。该协议由RFC 3489定义。
STUN (Simple Traversal of UDP over NATs, NAT traversal of UDP simple) is a network protocol that allows in the NAT (or multiple NAT) after the client to identify their public IP address to identify yourself in the type of behind a NAT and NAT for a particular local port is bound to Internet-side port. This information is used in two while in NAT router UDP traffic between hosts. The agreement defined by the RFC 3489. (2011-06-17, C#, 1550KB, 下载91次)

http://www.pudn.com/Download/item/id/1571947.html

[C#编程] ScanComputer

创建一个Windows应用程序,使用多线程来扫描一个网段内的计算机,根据计算机的IP地址获取其Dns域名,若计算机不在线,则返回提示信息。 1)对用户选择IP地址范围进行验证,若不是合法的IP地址,给出相应的提示信息。 (2)执行扫描操作时,创建一个线程去扫描一个IP地址。 (3)把每个IP地址对应的Dns信息添加到listBoxStatus中。例如采用“IP地址---Dns域名”形式。
Create a Windows application that uses multiple threads to scan a computer network segment, according to the computer' s IP address for the Dns domain name, if the computer is not online, the return message. 1) The IP address of the user to select the range of verification, if the IP address is legitimate, given the appropriate message. (2) perform a scan operation, to create a thread to scan an IP address. (3) corresponding to each IP address information is added to the listBoxStatus in Dns. Such as using " IP address--- Dns domain name" form. (2011-04-01, C#, 121KB, 下载10次)

http://www.pudn.com/Download/item/id/1476008.html

[C#编程] dianhjfcx

立即计费﹑分机管理﹑费率管理﹑报表统计﹑话单查询﹑操作记录﹑系统参数用﹑户管理八大模块。可用于任何交换机或任意多门数的市话,农话,国内长话计费;对中国电信﹑联通﹑移动﹑铁通﹑网通等多家通讯网络实施准确计费,功能强大,可用于各行各业,包括宾馆﹑中型公司﹑大型企业﹑学校﹑行政单位﹑科研单位等等。并且可以随时查费﹑打印话单﹑费率调整﹑参数更改,真正实现计费管理的灵活性,操作的简便性。本软件功能模块清晰,界面美观友好。
Now the management, billing rates ﹑ extension the management, statistical reporting, then a single query ﹑ ﹑ system parameters, operating records of account management with ﹑ eight modules. Can be used for any number of switches or any number of the city gate, then farmers, then, domestic long-distance billing Unicom, China Telecom ﹑ ﹑ ﹑ CRC ﹑ Netcom mobile communication network to implement a number of accurate billing, powerful, and can be used in all walks of life , medium-sized companies, including hotels ﹑ ﹑ ﹑ a school, large enterprises and scientific research units and so on administrative ﹑. And can print at any time if a single search fee ﹑ ﹑ ﹑ rate adjustment parameters change, truly billing management flexibility, ease of operation. The software modules clear, beautiful and friendly interface. (2010-09-10, Visual C++, 9929KB, 下载27次)

http://www.pudn.com/Download/item/id/1293244.html

[C#编程] MediaServer

是一款非常优秀的局域网和互联网P2P点播软件系统, 采用最先进P2P内核, 完美实现P2P视频点播功能,P2P流媒体技术节省大量服务器带宽. Nat Traversal技术, 穿透90%以上内网, 并支持RMVB/RM/ASF/WMV/FLV/MP3格式流媒体实现无缓冲播放, 拖拽延时在秒级范围内. 将极速托拽和P2P算法完美的结合了起来. 为了支持电信级别的视频服务, 还提供了负载均衡服务器和(CDN)缓存服务器, 视频广告发布接口等专业功能. 大型商业客户可以利用WebPlayer9 P2P视频播放系统实现低成本、 高可靠性、 可伸缩性、易管理的视频服务网络软件架构
Is a very good LAN and the Internet P2P on-demand software system, using the most advanced P2P core, the perfect realization of P2P video-on-demand capabilities, P2P streaming media technology to save a lot of server bandwidth. Nat Traversal Technology, more than 90 penetration within the network, and support RMVB/RM/ASF/WMV/FLV/MP3 buffer-free streaming media format, playback, drag-second delay in the range. will speed drag, and a perfect combination of P2P algorithms up. In order to support the telecommunications level of video services It also provides load-balancing servers, and (CDN) cache server, video advertising and other professional functions interface. large commercial customers can take advantage of WebPlayer9 P2P video playback system to achieve low cost, high reliability, scalability, easy management of networks for video services Software Architecture (2009-11-19, Visual C++, 1864KB, 下载309次)

http://www.pudn.com/Download/item/id/975838.html

[C#编程] dxbbs81-access-e

北方电信 北京网通 四川电信 上海电信 注意:推荐使用迅雷飞速下载!若不能下载,请报告错误,谢谢!下载解压缩软件: WinRAR 免费主机 三线双IP 100元1G 1U租用299元 100M空间+100M邮局+域名=36元 软件简介: DXBBS V8.0 论坛系统为采用最新 asp.net 2.0 C# 技术原创开发的一套 BBS 论坛系统. 内核程序高度集成,采用高速数据检索技术与独特的缓存机制,使得系统的运行速度为极速.程序对所有参数进行严格过滤,对 cookies 采用了特殊加密处理,使得系统具有高度的安全性. 对于大量数据的论坛,系统根据贴子量,自动建立新的数据表,防止单表数据量过大而造成数据库压力过大。
err (2008-08-21, C#, 1112KB, 下载15次)

http://www.pudn.com/Download/item/id/532553.html

[C#编程] xiaoyuandaoyouzixunxitong

校园导游咨询 [问题描述] 设计一个校园导游程序,为来访的客人提供各种信息查询服务。 [基本要求] (1)设计你的学校的校园平面图,所含景点不少于10个。以图中顶点表示校内各景点,存放景点名称、代号、简介等信息;以边表示路径,存放路径长度等相关信息。 (2)为来访客人提供图中任意景点相关信息的查询。 (3)为来访客人提供图中任意景点的问路查询,即查询任意两个景点之间的一条最短的简单路径。 [测试数据] 由个人根据实际情况自行指定。 [实现提示] 一般情况下,校园的道路是双向通行的,可设校园平面图是一个无向网。顶点和边均含有相关信息。
err (2008-06-16, Visual C++, 2KB, 下载22次)

http://www.pudn.com/Download/item/id/491163.html

[C#编程] phpcms30

集成论坛的无限大免费空间 北京联通 上海电信 辽宁联通 河南网通 北方电信 站长推荐:BT边下边看,请用风播 33asp源码超市-网站源码出售 电信/网通/海外/教育等7线虚拟主机 注意:推荐使用迅雷飞速下载!若不能下载,请报告错误,谢谢!下载解压缩软件: WinRAR 韩国服务器出租 商业源代码高速下载 站长发财★十元起付★绝不扣量★千IP付30元 软件简介: 具备的功能: 1、完全模块化开发,方便扩展,方便异地开发(广告:欢迎各地高手加盟哦),可以基于phpcms 3.0平台开发更多的功能模块。 2、支持 文章、下载、图片、信息、网址 5大功能模块,可以基于这5个模块复制多个频道,每个频道都可无限分类、可绑定独立域名,相当于一个子站。 3、支持 邮件列表、广告管理与制作、收藏夹、短信息、附件管理、数据库管理(可分卷备份)、操作日志、字符替换等功能模块
Integration Forum infinite free space Beijing Unicom Shanghai Telecom Unicom Henan, Liaoning Netcom Northern Telecom chief recommended : BT under the edge and watching, Please Fengbo 33asp source supermarket-site source sells telecommunications/CNC/O/education virtual mainframe line 7 attention : Recommended use Thunderbolt rapid download! if it can not be downloaded, please report errors, thank you! extract the downloaded software : WinRAR Korea letting commercial server source code download station fortune People pay 10 yuan People with no deduction amount People 1000 IP software to pay 30 yuan brief : a function : a fully modular development, facilitate the expansion of convenience ex situ development (Advertising : masters joined in welcoming oh), can phpcms 3.0 platform based on (2006-07-25, Visual C++, 3483KB, 下载13次)

http://www.pudn.com/Download/item/id/205778.html