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

[C#编程] 200672016149309

学生选课系统分为前台服务和后台服务,前台提供用户丰富的应用界面,包括管理员进行添加学生,教师基本信息,直接从系统界面进行数据库还原,备份。寝室成员信息以及寝室奖励违纪信息的查询 、添加和修改,卫生检查工作人员信息的查询,添加,修改。用户可修改密码,查看通讯薄,还包括一些辅助工具,WORD,EXCEL,计算器,日历,报表打印管理;后台供系统管理人员对系统用户信息、卫生检查信息、寝室数据信息 等进行管理与维护.
Student elective system is divided into front desk and back-office services, front desk provides a rich application user interface, including the administrator to add students, teachers basic information, the database directly from the system interface to restore the backup. Bedroom bedroom reward and discipline members information and query information, add and modify the query sanitary inspection staff information to add, modify. The user can change the password, check address book, including some aids, WORD, EXCEL, calculator, calendar, report printing management background for system management information system users, health check information, bedroom data management and maintenance information, etc. . (2013-12-16, Visual Basic, 197KB, 下载6次)

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

[C#编程] Iterative

C# Iterative迭代用法代码,这是一个与 Iterative相关的代码,演示迭代的使用,思路和过程:创建一个string类型的数组用于存储银行种类,对IEnumerator接口实现GetEnumerator方法创建迭代器,使用for语句循环数组,使用yield return语句依次返回每个元素,实例化BankType类,使用foreach语句遍历BankType类中的内容并输出
C# Iterative iteration of usage code, which is associated with Iterative instance, demonstrates the use of iteration, ideas, and process: Create a string array for storing the types of banks GetEnumerator method to create an iterator IEnumerator interface, the use of the for loop array, using the yield return statement returned in turn each element instantiated BankType class, using the foreach statement the traversal BankType class content and output (2013-04-21, Visual Basic, 6KB, 下载4次)

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

[C#编程] InvoicePrintSource

千辛万苦找到的winform表单设计器,可以自由设计想要的表单,和套打格式。非常不错哦
Worked extremely hard to find the winform form designer, you can freely design the desired form, and chromatography printing format. Oh, very good (2011-09-15, Visual Basic, 784KB, 下载148次)

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

[C#编程] WordEdit

此程序为用C#实现文本编辑器,类似记事本,具有新建,保存,另存为,查找,替换等功能.
This process is achieved with C# text editor, like Notepad, with a new, save, save as, find, replace and so on. (2010-11-22, Visual Basic, 1804KB, 下载10次)

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

[C#编程] CSharpinterfaceskinsource(withalotofskinmaterial)

C#界面皮肤源码(带大量皮肤素材)里面有说明。 1. 先把IrisSkin2.dll文件添加到当前项目引用(解决方案资源管理器->当前项目->引用->右键->添加引用 ,找到IrisSkin2.dll文件.....之后就不用我说了吧^_^).IrisSkin2.dll文件最好放在当前项
C# interface skin source (with a lot of skin material) which has instructions. 1. First IrisSkin2.dll file to reference the current project (Solution Explorer-> current project-> Reference-> right click-> Add Reference, locate the file ..... after IrisSkin2.dll I do not say it ^_^). IrisSkin2.dll document best item on the current (2010-07-22, Visual Basic, 3730KB, 下载4次)

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

[C#编程] FlyFish

优秀的商业下载工具对我们的团队开发有借鉴意义和启发作用,最终我们实现了预期目标:整个课程设计按软件工程原理进行组织,我们设计的网络下载工具具有多线程、多任务、断点续传的功能。 1.实验目的 配合学习《计算机网络和Web技术》,响应老师开展“课程设计”的号召,培养我们的综合开发网络软件的能力,团队合作能力,为最终实现具有商业开发能力而努力奋斗。 2.实验要求 整个课程设计按软件工程原理进行组织,文档必须规范、齐全。基本功能要求包括多线程、多文件、断点续传,其他功能(如智能文件分拆、多点下载等)自定;最后提交的报告内容包括实验目的、实验要求、实验原理(含参考文献)、实验步骤、源程序、开发心得等。 3.实验原理 我们在应用层利用低层协议进行客户/服务器模式的编程,实现时利用VS2005提供的集成开发环境,采用C#编程语言并利用其提供的相关类库和库函数,进行高端编程。
Excellent download tool for business development of our team is worth learning and inspiration, eventually we achieved the expected goal: the entire curriculum is organized according to software engineering principles, we designed the network to download tool with multi-threaded, multi-task, breakpoints Continued Chuan-functions. 1. Experimental purposes With the learning "computer networks and Web technologies" in response to the teacher to carry out "course design" the call to nurture our comprehensive development of network software capabilities, teamwork ability, for the ultimate realization of the capacity of business development efforts. 2. Test requirements The entire curriculum is organized according to software engineering principles, the document must be standardized, and complete. The basic functional requirements, including multi-threaded, multi-document, HTTP, other functions (such as intelligent document splitting, multi-point download, etc.) from the set th (2009-12-25, Visual Basic, 734KB, 下载30次)

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

[C#编程] slUpload

silverlight漂亮的上传控件源码 在网站根目录web.config里配置上传文件夹,注意:folder的value要写成windows资源管理器形式例如: upload\audio\chenxumi,而且是相对网站根目录而言。因为这里是分块上传的每块大小为4MB。所以maxRequestLength设为4100kb, 至于为什么不是4096kb是因为上传时还附带了很多其他信息,例如当前文件的文件名、文件是否为第一次上传、文件是否是最后一块上传、文件此时的偏移量等信息,显然这种最大上传限制很有弹性,比起传统的一次性上传大小设置更有活性。
silverlight nice upload control source on the site where the root directory web.config configuration upload folder, and pay attention: folder' s value to be written in the form of windows Explorer, for example: upload \ audio \ chenxumi, but also in terms of relative root of the site . Because it is uploaded each sub-block size 4MB. So maxRequestLength set 4100kb, as to why not is because the upload 4096kb Shihai with a lot of other information, such as the current file name, file is uploaded for the first time, the file is the last one uploaded the file at this time partial shift the amount of other information, is clearly the largest upload limit that is very flexible, compared to the traditional one-time upload size settings and more active. (2009-12-03, Visual Basic, 67KB, 下载23次)

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

[C#编程] wuli

1.若是第一次运行程序,需要安装程序数据库,因此需运行“物流管理系统”目录下FormFile文件夹中的“物流管理系统.exe”或者打开该文件夹中的“物流管理系统.vbp”并运行,程序将自动附加数据库。 2.若重新安装数据库,需要将SQL企业管理器中的“db_Goods”数据库删除之后,将“物流管理系统”目录下的“DataBase”文件夹中的“db_Goods_Data.MDF”和“db_Goods_Log.LDF”两个文件复制到“物流管理系统”目录下的“FormFile”文件夹中,在将“物流管理系统”目录下的“FormFile”文件夹中的“DataBase.ini”文件中的标识“Yes”修改为“No”,然后运行“物流管理系统”目录下的FormFile文件夹中的“物流管理系统.exe”或者打开“物流管理系统.vbp”并运行,程序将重新附加数据库。 3.程序的数据库路径不可改变。 4.待 “物流管理系统”目录下的FormFile文件夹中的程序能够正常运行之后,再运行其他程序,如物流管理系统(第二套)、物流管理系统(第三套)等。
try try (2009-02-27, Visual Basic, 3216KB, 下载28次)

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

[C#编程] fft_flp32_TS201

基于浮点dsp的fft算法,TS201处理器,c语言实现。开发环境Visual。
based on the floating-point DSP algorithms fft, TS201 processors, c language. Visual Development Environment. (2006-06-09, Visual Basic, 1KB, 下载84次)

http://www.pudn.com/Download/item/id/192807.html
123
总计:49