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

[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#编程] CR6

RC6是在RC5的基础上设计的,它继承了RC5的优点,为了满足NIST的要求,分组长度为128bit,RC6使用了4个寄存器,并使用32bit的整数模乘运算,用于加强扩散特性。RC6更精确的表示是RC6— ,其中字长为 bit, 为加密轮数, 为加密密钥用字节表示的长度。一般情况下令 。本设计题要求实现RC6的加密和解密算法,能对文件实现加解密。
RC6 is designed on the basis of RC5, and it inherits the advantages of RC5. In order to meet the requirements of NIST, the packet length is 128bit, RC6 uses 4 registers, and the integer modular multiplication operation of 32bit is used to strengthen the diffusion characteristics. The more precise expression of RC6 is RC6 - in which the word length is bit, the number of encrypt rounds, and the length of the encryption key represented in bytes. The general situation is ordered. This design question requests to realize the encryption and decryption algorithm of RC6, and can encrypt and decrypt files. (2018-06-21, C/C++, 1KB, 下载0次)

http://www.pudn.com/Download/item/id/1529546627545961.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#编程] Atmosphere-MIS

设计一个气象系统完成成员的注册,审核,登陆等功能,同时,成员能查看不同地域的气象信息(可选择,最小地域单位为市);管理员能对系统的进行日常维 护和管理(包括成员注册确认,数据的更新和插入)能够自动与历年同时期数据做比较,并给出比较值(例如温度比历年同期高多少度,或者是多少年来同时期最冷(热)的一天,降水量最大等等)。采用VB+ Sql Server开发。
Design a weather system to complete membership registration, audit, landing and other functions, while members can view the different regions of the meteorological information (optional, the smallest geographical unit for the city) administrators of the system for routine maintenance and management (including members of the registration confirmation, data updates and inserts) can automatically compare data the same period of the calendar year, and gives the comparison value (eg temperature much higher degree than the calendar year, or a period of many years while the coldest (hot) day precipitation max, etc.). (2013-08-11, Visual Basic, 2901KB, 下载9次)

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

[C#编程] imgadddate

C#给图片加日期,类似于图片水印,不过要比水印稍简单些,添加数码相片拍摄日期,实现过程概述:   获取元数据中的拍照日期时间,以字符串形式保存,分析字符串分别保存拍照日期和时间的标准格式,由列表中的文件创建内存位图对象,由位图对象创建Graphics对象的实例,绘制数码照片的日期/时间,将添加日期/时间戳后的图像进行保存,释放内存位图对象。   #region 获取数码相片的拍摄日期:   获取图像文件的所有元数据属性,保存倒PropertyItem数组,通过指定的数据流来创建Image,遍历所有元数据,获取拍照日期/时间,遍历图像文件元数据,检索所有属性,如果是PropertyTagDateTime,则返回该属性所对应的值,若没有相关的EXIF信息则返回N/A
C# to the picture and the date, similar to the picture watermark, but slightly simpler than the watermark, add digital photo shooting date, to achieve Process Overview: Get metadata camera date and time, stored as a string, parse the string stored separately photos standard format for the date and time from the list of files to create a memory bitmap object from a bitmap object to create an instance of the Graphics object to draw digital photo date/time, add date/time stamp the image to be saved, freeing memory Bitmap object.# Region for digital photo shooting date: Get all image file metadata attributes, save pour PropertyItem array by specifying the data stream to create Image, through all metadata for photos date/time, traverse the image file metadata retrieval All properties, if PropertyTagDateTime, return the property value corresponding to, if not related to the EXIF ​ ​ information for the return N/A (2013-06-17, C#, 12KB, 下载8次)

http://www.pudn.com/Download/item/id/2281145.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#编程] 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#编程] dv

代码说明: DV文件夹是可编译的程序源代码,需要VS2010编译环境。Release文件夹内是可直接运行的程序。 1.关与距离 本程序使用8作为路由投递的最大距离,通过吧距离设为8作为路由不可达的标志。 2.关于路由回路 本程序同时采用了水平分割,毒性转换,和抑制时间来避免路由回路的产生。即不再想X发送从X处学得的路由信息;把到故障路由的距离设置为最大值8,表示不可达;不接受除故障路由外的其它路由发来的故障路由恢复的信息。 3.程序操作指令说明: 1.N 动态输出路由器的邻居路由 2.T 动态打印路由器的路由表 3.0~9 转发分组。注:本程序设置TTL=2 4.R X(注:此处R与X之间必须加空格) 路由器拒绝包含X的路由更新信息 5.r X(同上) 路由器恢复接收包含X的路由更新信息 6.“路由中止”和“路由恢复”按钮 用来使路由器停止或恢复发送路由表
DV文件夹是可编译的程序源代码,需要VS2010编译环境。Release文件夹内是可直接运行的程序。 (2012-01-06, Visual C++, 736KB, 下载12次)

http://www.pudn.com/Download/item/id/1751941.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#编程] 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#编程] Gobang

由于五子棋比一字棋难,规则多,又有禁手限制,无法采用简单的搜索和加分方式。 为了分清各种情况的轻重缓急,我们采用一次性打分的策略: 对棋盘上的每个空位根据情况的轻重缓急,越重越争分越高,反之越低,然后根据打分找出分值最高的的位置下子。 打分事实根据有:是否赢棋(最高),对方是否要赢棋,是否禁手,可形成四连的个数,和形成三连(包括活三)的个数,对方可可形成四连的个数,和形成三连(包括活三)的个数,等等。 本算法的好处在于,既有攻又有守,而且攻守较严。
Gobang difficult than chess because of the word, rules and more restrictions there are cut-off hand can not be a simple way of search and processing points. The advantage of this algorithm, both have defensive attack, but more stringent attack and defense. (2009-12-07, Visual C++, 1385KB, 下载9次)

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

[C#编程] SKLSC

现今全球哈萨克人使用三种文字,而其中拉丁字母为基础的(欧洲和美国,土耳其使用)文字和西里尔字母为基础的(哈萨克斯坦,其他前苏联共和国使用)文字的排序问题早已解决。本程序解决了对阿拉伯字母为基础的(中国,阿拉伯国家使用)哈萨克文字的排序问题。
Kazakhstan the world today use three languages, of which the Latin alphabet-based (Europe and the United States, Turkey, the use of) language and the Cyrillic alphabet-based (Kazakhstan and other former Soviet republics to use) the text of the scheduling problem is already resolved. The procedures for the settlement of the Arabic alphabet-based (China, Arab countries) to sort the issue of the Kazakh language. (2008-10-15, MultiPlatform, 48KB, 下载5次)

http://www.pudn.com/Download/item/id/561486.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