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

[C#编程] Calculator

设计一个功能完整、界面美观的计算器应用程序。要求: (1) 用户可通过鼠标点击按钮输入运算数,在文本框中显示,实现加、减、乘、除等四则运算及倒数、取反功能。要求实现良好的布局效果,通过对按钮功能分类简化编程。 (2) 除了鼠标输入外,可同时实现键盘输入和运算(即通过键盘输入数字及运算符时,达到与按钮点击一样的效果)。 (3) 实现小数运算和连续运算; (4) 实现sqrt,sin等科学计算功能; (5) 实现表达式解析等附加功能
Design a calculator application program with complete function and beautiful interface. Requirement: (1) Users can click the mouse button to input the operands and display them in the text box to realize the four operations of addition, subtraction, multiplication and division, as well as the functions of reciprocal and inversion. It is required to achieve good layout effect and simplify the programming by classifying the button functions. (2) In addition to mouse input, keyboard input and operation can be realized at the same time (that is, when inputting numbers and operators through keyboard, the same effect as button click can be achieved). (3) Realize decimal operation and continuous operation; (4) Realize scientific computing functions such as sqrt, sin, etc; (5) Implement additional functions such as expression parsing (2020-04-17, C#, 2725KB, 下载0次)

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

[C#编程] 实验1_简单计算器

1、项目概述 该项目目标是设计开发一个支持连续计算的四则运算计算器myCalculator,通过单击按钮,输入并完成如4+5+6或5*8+16类似的连续计算,并将运算结果显示在输出文本框中,同时也具备清空、后退等功能。 2、设计步骤 计算器myCalculator的主要功能是完成加、减、乘、除四则运算,而且支持连续计算,如4+5+7-8或4*5-6等运算。连续计算的实现借助于开发工具中预定义的数据结构Stack(栈)实现,如流程图所示
1. Project overview The goal of this project is to design and develop a four arithmetic calculator, mycalculator, which supports continuous calculation. By clicking the button, input and complete the continuous calculation such as 4 + 5 + 6 or 5 * 8 + 16, and display the calculation results in the output text box. At the same time, it also has the functions of emptying and retreating. 2. Design steps The main function of calculator mycalculator is to add, subtract, multiply and divide, and it supports continuous calculation, such as 4 + 5 + 7-8 or 4 * 5-6. The implementation of continuous computing is realized by using the predefined data structure stack (stack) in the development tool, as shown in the flow chart (2020-01-14, C#, 240KB, 下载1次)

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

[C#编程] 八皇后试验

八皇后问题,是一个古老而著名的问题,是回溯算法的典型案例。该问题是国际西洋棋棋手马克斯·贝瑟尔于1848年提出:在8×8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。计算机发明后,有多种计算机语言可以解决此问题。
Queen chess is ancient and famous question,Is a typical example of a backtracking algorithm.That is, any two queens cannot be on the same row, on the same column or on the same slash, asking how many pendulum methods there are. (2019-03-02, C#, 146KB, 下载0次)

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

[C#编程] csharp类库

文件夹读写,图片读写,各种加密解密,XML操作,ftp操作,自己常用的类库
Folder read and write, picture reading and writing, various encryption and decryption, XML operation, FTP operation, commonly used class library (2018-04-18, C#, 3493KB, 下载19次)

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

[C#编程] CSharp-code-Opetator

C# 最强密码处理类,MD5加密、SHA1 加密、SHA256 加密、HMAC 加密
MD5 encryption, SHA1 encryption, SHA256 encryption, HMAC encryption (2016-10-11, C#, 10KB, 下载7次)

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

[C#编程] CSharp-RSA-demo

C# 写的一个RSA公钥私钥加密算法的示例 很简单实用的示例 vs2010 c# winform程序
Examples of public and private key encryption algorithm RSA C# to write a very simple and practical example vs2010 c# winform program (2015-07-04, C#, 27KB, 下载27次)

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

[C#编程] CSharp-_Timer

C# 使用Timer控件显示当前时间,调试通过,可以直接调用
C# using the Timer control to display the current time (2015-03-17, C#, 19KB, 下载10次)

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

[C#编程] cSharpwinform

基于winform 的权限管理管理框架。 功能模块: 版本管理 功能管理 角色管理 用户管理 版本管理 1.创建版本,创建本版本下的角色,用户 2.修改版本,如果是加入权限,只加默认角色,如果删除,则删除所有本版本下的角色中含有的模块 3.删除版本,删除版本下的功能,所有角色,所有用户,不能删除默认版本 功能管理 1.添加,修改无关联 2.删除,删除版本下的功能,删除角色的功能 用户管理 1.本版本用户只能看到本版本下的非黙认用户,如果默认版本管理员,可看到本版本的人员,还有其它版本的人员 2.修改,只能选择本版本下的角色,不能修改登陆帐号。其它版本的人员不能修改角色 3.删除 角色 1.只能看到本版本下的非默认的角色 2.添加角色,只能从现有角色中加功能。 3.修改一样。 4.删除,删除角色下的功能,本角色的用户设置为没有角色的人员 说明: 1.默认版本才具有,版本管理和功能管理模块。 2.非系统管理员不应具有角色管理模块和用户管理模块(理论上,也可以有)
Privilege management framework based on winform. Function module: Version management The functions of management Role management User management Version management The 1 version is created, created this version role, user 2 modified versions, if permission to join, just add the default role, if you delete, containing all the versions in the role module is deleted 3 delete delete version, the version of the function, all the characters, all users, the default version cannot be deleted The functions of management 1 add, modify no association 2 delete, delete version under the function, delete the role User management The 1 version of the user can only see the non silent version recognition of the user, if the default version of the administrator, can see this version of personnel, and other versions of the staff The 2 amendment, can only choose the version of the role, can not modify (2014-12-25, C#, 1274KB, 下载101次)

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

[C#编程] cSharpchuxuchengxu

假设你是一家银行的工作人员。要求你为帐户的类型定义对象。这些帐户是活期帐户(CheckingAccount)和储蓄存款帐户(SavingsAccount)。活期帐户具有以下特征:帐户持有者的名字只能在创建帐户时指定;初始金额必须在帐户创建时指定;帐户创建时必须分配帐户号。活期帐户的帐户号范围是从1000到4999,每个帐户必须具有唯一的帐户号。(不必检查帐户号的正确性)。活期帐户持有者能够:往帐户中加钱;如果帐户里资金充足,可以从中取钱。 储蓄存款帐户具有以下特征:帐户持有者的名字只能在创建帐户时指定;初始金额必须在帐户创建时指定;帐户创建时必须分配帐户号。储蓄存款帐户的帐户号范围是从5000到9999,每个帐户必须具有唯一的帐户号。(不必检查帐户号的正确性)。储蓄存款帐户持有者能够:往帐户中加钱;如果帐户里资金充足,可以从中取钱;帐户可以赚取利息,利率取决于帐户余额。如果余额大于1000,利息率是6 ,否则是3 。
Suppose you are a bank s staff. Account object type definition. These accounts are the current account (CheckingAccount) and savings accounts (the SavingsAccount). The current account has the following characteristics: the name of the account holder can only be specified when creating an account initial amount must be specified when the account was created account creation must be assigned an account number. Current Account Account number range from 1000 to 4999, each account must have a unique account number. (Do not have to check the correctness of the account number). The current account holders can: add money to the account sufficient funds in the account, you can withdraw money. The savings account has the following characteristics: the name of the account holder can only be specified when creating an account initial amount must be specified when the account was created account creation must be assigned an account number. Savings account account number range from 5000 to 999 (2013-03-29, C#, 1KB, 下载2次)

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

[C#编程] WgCms1

WgCMS以企业营销为主,在激烈的营销竞争中,“网站+营销”模式之“WgCMS”担负使命,专业打造会营销的网站,助您的事业"由鱼得水"。 全站DIV+CSS,智能静态页面 /智能后台,全新ASP.NET技术 / 自由SEO优化设置关键词 /自由设置关键字内链/ 业内最人性化操作界面 / 优良的安全机制 / OA级别的系统权限管理 / 全方位智能营销系统 / 产权保护,产品水印自由加 / 功能自由定制,字段灵活掌握。
Responsible for mission in the fierce competition in the marketing, " website+ marketing" model " WgCMS" WgCMS mainly to corporate marketing, professional building will be marketing the site to help your business " by the Field Guide. The station DIV+CSS, intelligent static page/smart background, the new ASP.NET technology/free SEO optimization settings Keywords/free set keywords within the chain/industry s most user-friendly operator interface/excellent security mechanism/OA level system permissions management/full range of intelligent marketing system/protection of property rights, product watermark free add/freedom to customize the functionality and field flexibility. (2013-03-25, C#, 12093KB, 下载7次)

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

[C#编程] WinApp_CollegeCalendar

课程表-日程表(C#) 先依次录入: 1.学期开始日(周一),学期周数 2.本学期调停情况 3.课程开始周,结束周 4.课程某次上课:周几第几大节,教室 5.自动产生某周,某日上课情况 6.自动产生Excel课程表 带有日期周次节次的Excel课程表,打印后方便老师安排时间,不会漏上课! 学生也可以用! 带有日期周次节次的Excel课程表 可以完美解决: 不在一个教室上课! 1-8周上课,或者3-18周上课,还是5-15周上课,或者是其他加仨儿时间上课! 单双周上课节数不同的课! 运动会 节假日调课停课!
Class Schedule- Schedule (C#), followed by entry: 1. Semester start date (Monday), semester week number 2. Mediation of the semester. Courses start week, end of week 4. Course of a class: week a few Festival, classroom 5 a week, One day in class. automatically generate automatically generated the Excel curriculum with Date Week Session Excel curriculum after printing convenience teacher to arrange a time, will not leak class! Students can also use! The Excel curriculum with Date Week Session can be the perfect solution: not in a classroom! 1-8 weeks of class, or 3-18 weeks of class, or 5-15 weeks of classes, or other plus Sa children time to attend classes! Odd and even weeks of lessons taught different lessons! Games holidays transfer courses be closed! (2013-01-16, C#, 1229KB, 下载11次)

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

[C#编程] AutoKey

用csharp写的,是一个模拟鼠标按键 和键盘按键。类似按键精灵,想学习的同学可以下载。
The csharp write a simulated mouse buttons and keyboard keys. Similar QuickMacro, students want to learn can be downloaded. (2012-06-13, C#, 768KB, 下载75次)

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

[C#编程] Csharp-duoxiancheng

C# 创建带参数的多线程程序C# 创建带参数的多线程程序
C# to create a multi-threaded program (2012-03-07, C#, 2388KB, 下载19次)

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

[C#编程] CSharp

C# 小数进位、舍位操作方法,操作的数字、保留几位小数和保留几位小数逢几进位(设置成5为四舍五入)
C# (2012-02-09, C#, 1KB, 下载8次)

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

[C#编程] MyNote

摘要:C#源码,菜单窗体,托盘提示   C#日志托盘提示代码+源程序,本例主要是练习如何在Windows托盘处显示一个图标,支持右键菜单,这在编程中比较常见,也比较基矗   一个小的日志提示程序,一运行,就会出现首页,按alt+f4隐藏首页,该图标会在显示在右下角托盘上。4当到一定的时间,就会自动运行别外一个页面,打开你的主页,主页上写上你的要做的事情就OK,我设定的是17:55:18分,大家可以根据需要,我加几个窗口,来提示某时做什么。 可以通过这个程序学会托盘程序的编写方法。   文件中有源文件和安装文件,安装前请先安装.netFramework运行环境。vs2008制作
Abstract: C# source code, menus, forms, trays tips C# source code to log tray tips, how to practice in this case mainly in the Windows tray displays an icon, right-click menu support, which are more common in programming, but also more base-chu A small log reminders, a run, there will be home, hidden by alt f4 page, the icon will be displayed in the lower right corner of the tray. 4 When a certain time, it will automatically run the other outside a page, open your home page, write on things you do OK, I was 17:55:18 set points, we can according to need I added a few windows, to prompt a certain time to do. Tray can be learned through this process procedures for the preparation method. File in the active files and installation files, installation before installing. NetFramework environment. vs2008 production (2011-11-28, C#, 300KB, 下载8次)

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

[C#编程] Setup1.1.1

华夏SEO软件更新至beta1.1.1版。 1.本次更新修正了整站检测部分网站无故退出的BUG 2.修正了立即运行软件部能运行的错误   华夏SEO软件是一款应用于网站在互联网进行营销的多功能检测与信息群发软件,众所周知给网站做SEO基础工作要从两方面入手,网站内部代码优化与搜索引擎外部优化,针对这两大特性,我公司推出华夏SEO软件主要功能有两大类:1、网站营销分析检测功能; 2、搜索引擎排名优化功能。准确的根据用户需要,提供完美的网站优化服务。   华夏SEO软件不仅是一个群发软件,还是一款真正的SEO软件,真正能够实现业务不用跑,订单送上门。是中小企业产品推广,淘宝客推广,广告联盟,网赚一族,商务人士网络赚钱的首选网络营销工具。 http://www.w3si.com
SEO software is used in Chinese websites on the Internet for a multi-function testing and information marketing mass software, well known to the site to do the basic work to be two ways SEO, website optimization and search engine within the outer code is optimized for these two properties , I introduced Chinese SEO software, there are two main functions: 1, website marketing analysis and detection capabilities 2, the search engine ranking optimization. Accurate based on user needs and provide the perfect Web site optimization services. China SEO software is not only a mass software, or a true SEO software can achieve real business is no need for orders delivered to their doorsteps. SMEs, product promotion, Taobao off promotion, advertising alliance, Wangzhuan owners, business people make money online internet marketing tool of choice. http://www.w3si.com (2011-02-12, C#, 26895KB, 下载11次)

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

[C#编程] setup1.1

华夏SEO软件beta1.1版 华夏SEO软件是一款应用于网站在互联网进行营销的多功能检测与信息群发软件,众所周知给网站做SEO基础工作要从两方面入手,网站内部代码优化与搜索引擎外部优化,针对这两大特性,我公司推出华夏SEO软件主要功能有两大类:1、网站营销分析检测功能; 2、搜索引擎排名优化功能。准确的根据用户需要,提供完美的网站优化服务。   华夏SEO软件不仅是一个群发软件,还是一款真正的SEO软件,真正能够实现业务不用跑,订单送上门。是中小企业产品推广,淘宝客推广,广告联盟,网赚一族,商务人士网络赚钱的首选网络营销工具。 官网:http://www.w3si.com
SEO software is used in Chinese websites on the Internet for a multi-function testing and information marketing mass software, well known to the site to do the basic work to be two ways SEO, website optimization and search engine within the outer code is optimized for these two properties , I introduced Chinese SEO software, there are two main functions: 1, website marketing analysis and detection capabilities 2, the search engine ranking optimization. Accurate based on user needs and provide the perfect Web site optimization services. China SEO software is not only a mass software, or a true SEO software can achieve real business is no need for orders delivered to their doorsteps. SMEs, product promotion, Taobao off promotion, advertising alliance, Wangzhuan owners, business people make money online internet marketing tool of choice. http://www.w3si.com (2011-02-11, C#, 27259KB, 下载7次)

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

[C#编程] SPL_Robot

SPL_Robot是配合SmartPersistenceLayer使用的一个XML数据库框架的代码生成工具。 SmartPersistenceLayer(SPL)是.NET系统框架持久层。强调是框架带来的灵活性与扩展性。 一、 引用 SPL的发布形式是一个名为PersistenceLayer.Dll的DLL文件,可以在我的BLOG上下载目前最新版:SmartPersistenceLayer3.2,因此只需要在项目中“添加引用”即可: 若要使用ODP.NET连接Oracle数据库,则用以上方式添加Oracle.DataAccess.dll 若要使用SPL连接MySql数据库,则用以上方式添加MySql.Data.dll 二、 配置文件与实体类 SPL的配置文件与实体类可以使用我提供的SmartRobot进行生成(SPL_Robot已经公开源码,请看这里),这可以大大加快开发效率,但工具毕竟是工具,不属于SPL持久层的必选部分。 连接数据库: 目前SmartRobot支持Ms Sql Server、Ms Access、Oracle数据库,如果是其他数据库只能只好手写实体类了或者等我升级喽 ) 确定好要生成的实体类存放的地址,到时生成时会生成到相应的目录里。 配置每个表对应的实体类属性,默认实体类名称为“表名”加“Entity”字符,属性名默认与列名相同,上图中的“2”“3”操作对每个表都要
<database name="Northwind" type="MsSqlServer"> <parameter name="Provider" value="SQLOLEDB.1" /> <parameter name="Password" value="tintown" /> <parameter name="Initial Catalog" value="Northwind" /> <parameter name="User ID" value="sa" /> <parameter name="Data Source" value="(local)" /> <classMapFile path="ClassMap.xml" /> </database> Ms Access例如下: <database name="DMBCN" type="MsAccess"> <parameter name="Provider" value="Microsoft.Jet.OLEDB.4.0" /> <parameter name="Data Source" value="dmbcn.mdb" /> <classMapFile path="ClassMap.xml" /> </database> (2010-01-19, C#, 152KB, 下载9次)

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

[C#编程] Love

C#求爱表白小程序第二版(I LOVE YOU) C#写的一个求爱表白小程序(第二版本加源码).打开后会出现一个个的小桃心,最后形成一个I LOVE YOU的形状.在第一版本上加入烟花.
C# courtship to declare the second edition of a small program (I LOVE YOU) C# courtship confession written by a small program (the second version of the Canadian source). Opens the Xiaotao will appear one by one heart, resulting eventually in the shape of an I LOVE YOU. In to add a version of the fireworks. (2009-12-24, C#, 4091KB, 下载181次)

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

[C#编程] uploadv110

莫斐斯设计的简单的.net图片上传系统,很简单,适合初学.net/C# ,结构程序设计很简单。 程序说明: pic目录要有写权限 本次版本说明: //V1.10版升级内容 在原1.00基础上,升级了上传文件自动以日期命名,防止文件名称冲突,次程序全部用C#语言编写 很简单,其实就几句代码,我都做了解释,初学者或能用到的朋友可以直接使用,本程序不存在版权问题
Morpheus design simple. Net picture upload system is very simple. suitable for beginners. net/C#, structural design process is very simple. Procedure : Contents pic have authority to write this version :// Process upgraded version of the original content of 1.00, based on updated automatically upload documents to date named documents name prevent conflict, meeting all the procedures in C# language is very simple, actually a few code, I do have an explanation. beginners or friends can use to be directly used, the procedures do not exist copyright issues (2006-06-22, C#, 432KB, 下载23次)

http://www.pudn.com/Download/item/id/196883.html
总计:343