搜索资源列表
explorer_combobox_and_listview
- 这是一个机遇.net开发实现对话框的Combobox和listview关联的控件,具有如下的功能: 1、所有文件的图标都是从系统中直接读出的,不存在采用icon的情况; 2、combobox和listview相关联,同我们的文件浏览器对话框效果一样; 3、通过该控件(包含源代码),你完全可以脱离.net中对对话框封装后而不能开发自己的特型对话框的烦恼,可以实现对话框定制了; 4、所有的代码都是通过.net平台实现的,所以不错在API的烦恼-This is an opportuni
FAT16test
- 44B0上基于NAND FLASH的FAT16文件系统应用源码.对Nandflash进行格式化,完成文件系统初始化,并利用FAT16提供的API函数进行文件操作-44B0 NAND FLASH based on the FAT16 file system application source code. Right Nand flash format for complete file system initialization, and to use the FAT16 file API fu
DATABASE_APPLICATION_DESIGN(tc)
- 1、 一元多项式计算** 任务:能够按照指数降序排列建立并输出多项式; 能够完成两个多项式的相加、相减,并将结果输入; 在上交资料中请写明:存储结构、多项式相加的基本过程的算法(可以使用程序流程图) 、源程序、测试数据和结果、算法的时间复杂度、另外可以提出算法的改进方法; 2、 订票系统 任务:通过此系统可以实现如下功能: 录入:可以录入航班情况(数据可以存储在一个数据文件中,数据结构、具体数据自定) 查询:可以查询某个航线的情况(如,输入航班号,查询起降时间,
rsa_code
- rsa算法,这里将给出一个简单加密模块的全部源程序(源代码) 至于RSA的理论网上一大把,它是基于公钥加密体制的一种算法。这个实例主要是用来将某一重要文件绑定到一个IP地址上。把它拷贝下来,存为CODE.C,然后执行 GCC –O CODE CODE.C 然后用./ CODE E [IP ADDRESS] [FILENAME]对文件进行加密。或用 ./CODE D [IP ADDRESS] 进行解密整个过程中产生了两个中间文件,至于什么文件,你去试
Address-book
- 编写一个简单的通信录管理系统。通信录包括:姓名、通信地址、邮编、联系电话,现编写一个通信录管理系统,可以对通信录进行输入、显示、查找等,通信录保存到一个文件中。 -Write a simple address book management system. Communications recorded include: name, mailing address, zip code, telephone number, is recorded to write a communicatio
RegWeb
- 简约注册系统源码(面向对象、简单易懂) 采用了c#开发的简单用户示例,仅有简单的用户注册验证界面,登录时有字母数字混合验证码校验,数据库操作采用存储过程,非常简单易懂,推荐给初学者 App_Data下为Sql数据库文件,附加即可 数据库配置要修改对应cs文件中的server=. database=web uid=sa pwd=sa并编译后才生效-Simple registration system source (object-oriented, easy-to-read) adop
GPS
- 利用这个 GPSLIB 在自己的32位 Windows 应用程序中加入全球定位系统的支持。源代码压缩文件中包含有 GPSLIB 库的源代码和 Demo 程序。很多文件中都有详细的注释说明。为了保证可下载文件的体积尽量的小,压缩文件中不含任何二进制文件-GPSLIB take advantage of this at their own 32-bit Windows applications add support for the Global Positioning System. Source
FileSystemSearchEngine_src
- Sample Csharp application that search your system file. Excellent when you need to run an auto install that must retrieve existing and dependant file on the system. Full source code C# .net 2.0 Enjoy! DG
ssdlh_bbs_V1.0
- 系统使用Asp.net技术,以Xml文件存储数据,结合使用xslt技术生成静态html页面。代码采用分层架构,易于阅读理解,又使用片段缓存加数据缓存以提高性能,应该对初学者有所帮助-System uses the Asp.net technology to Xml file storage of data, combined with the use of xslt techniques generate static html pages. Code using a layered archi
School_Man
- School Management System Descr iption: My professional looking school management system is best for learning process to beginner and for intermediate level,I upload this code because i need .NET job in Pakistan or Out side from Pakistan .So Plz Plz
PlayerWorkHour
- 将门禁系统导出的员工打卡记录的excel文件读入,进行分析并显示员工的工作时间。内含源码和工具以及相关示例文件,如果你使用的门禁系统导出的文件格式不一样,可以稍稍修改源码即可完成。-The access control system records the exported excel file employees clocking read, analyze and display the working hours of employees. Includes source code and
canyin
- 餐饮管理系统VC++源代码,在编译、运行程序之前,请将所附的数据库文件rms.mdb导入SQL server中-Restaurant Management System VC++ source code, compiled, run the program before, which I attach the database file rms.mdb into the SQL server
SendMessage
- 用C#写的短信发送系统,压缩文件中包括该工程的所有的源码-Using C# to write the message delivery system, compressed file, including all the source code of the project
canting
- 餐厅预订管理的设计与实现.系统设计,包括内存数据结构设计、数据文件设计、代码设计、输入/输出设计、用户界面设计、处理过程设计。要求内存数据用链表组织,数据文件用文本文件,用户界面用字符界面。至少实现数据记录的增加、修改、删除、查询(查询应能按不同数据项进行)。-Restaurant reservations management design and implementation. System design, including memory data structure design, da
MenuServer
- 用C#写了个点菜系统的服务端,负责编辑菜单的xml文件,然后上传至手持终端,更新其上的菜单信息。兼具socket功能,接收手持终端传来的客人点的菜单信息。这个代码是半成品,里面有FTP操作的类,socket的Server端,TCP形式,还有XML的解析功能及图片的显示。(VS2005环境C#语言编写)-With C# wrote a la carte system, server, responsible for editing the menu' s xml file and uploa
Hex2Bin
- C# tool to convert file with hex code to binary format implemented via own HexStream class, child of the system Stream cla-C# tool to convert file with hex code to binary format implemented via own HexStream class, child of the system Stream clas
fatfs
- SD卡文件系统代码包,共有R0.07,R0.09 a-SD card file system code package, R0.07 R0.09, R0.09a
File-management-system
- 文件上传下载管理系统源码 管理员功能介绍 1、下载管理 1)文件上传 2)管理上传文件 3)下载历史记录 2、用户管理 1)增加新用户 2)管理用户 3、个人设置 修改我的密码 会员功能介绍 1、文件下载 文件下载 2、个人信息 1)修改我的资料 2)查看本机IP 运行环境: Win 2003 /net 2.0 / IIS6.0 /VS2008/C#/SQL Server 20
FILE
- 使用C#编写的电影院售票系统源码,并使用skin控件更换界面(肤色)。提供给大家分享。-Use C# source code written in cinema ticketing system, and replace the use of skin control interface (color). Available to everyone to share.
学生选课系统Access版0210
- 学生选课系统Access版本,源码工程文件,学生选课系统Access版本,源码,学生选课系统Access版本,源码,学生选课系统Access版本,源码。(Student selection system Access version,project file, source code,Student selection system Access version project file, source code,Student selection system Access version,
