1)用户界面模块负责响应用户的键盘鼠标输入设置服务器的各个参数,显示服务器的工作状态以及错误提示,为用户提供标准的Windows界面。 2)帐户管理模块负责设置用户的访问权限,用户登陆后的根目录,并提供对用户透明的虚拟目录服务。同时还为别的模块提供查询文件(夹)的权限,查找本地文件是否存在等服务, 3)连接监听与FTP命令处理模块负责监听客户端的连接,并负责关闭阻塞的连接,释放每个连接占用的资源。此模块为FTP协议的核心,它具体负责FTP命令的解析与实现。 4)客户数据传输模块负责具体的与客户端的数据传输,包括文件的上传,下载,传输文件目录列表等。 -1) user interface module for the user response to keyboard and mouse input settings server parameters, display server status and the error messages to users with standard Windows interface. 2) module responsible for the account management of user access rights, user landing after the root directory, and provide transparent to users of virtual directory services. Also for the other modules provide access to files (folders), the authority that you document the existence of local services, 3) connect with the FTP eavesdropping order processing module is responsible for monitoring client connectivity, and is responsible for the closure of the connecting block, the release of each link the resource. This FTP protocol module for the core, it is responsible for specific FTP orders Analysis and Im 下载
|
一般的具有人机对话的单片机系统少不了会有键盘。键盘接口的原理与应用 许多的教材都有介绍,但通常各有各的方法,各有各的优劣。下面就我现有的 对单片机键盘接口的了解和应用将众家的单片机直接驱动键盘的接口原理及应 用作一个总结,并附加相应键盘的汇编子程序和C 语言子函数。希望大家可以 从中受益。-general man-machine dialogue with the SCM system will be indispensable to the keyboard. Keyboard Interface and Application of the principle of teaching materials have many, but usually each have their own methods, each have their own merits. Now, I have a right of the keyboard interface MCU understanding and application of the family of the direct-driven keyboard microcontroller interface and Principle Application for a summation, and the corresponding additional keyboard and the compilation of C-language subroutine unreachable. Hope that we can benefit from. 下载
|
键盘钩子发音有一点必须说明,标准键盘有101个键,您想让多少键发声音,就必须在上面的KeyboardProc动作里定义多少个键,常用的10个数字键和26个英文字母不会给您带来太大的困难,只要相应的 A 对应A键, 1 对应1键就可以,但如果您希望能让更多的键都有各种特色音乐的话,很可能会遇到一些键盘编码上的麻烦,比如ESC键就不能简单的用 ESC 来搞定了,得用VK_ESCAPE,又比如Alt键得用VK_MENU来定义,没有个键盘编码表的话会令人相当头疼,这里我介绍一种让程序来告诉您键盘按键名称的方法-keyboard hook pronunciation is important to note, the standard keyboard has 101 keys, the number of keys you want a voice, it must move above KeyboardProc define the number of keys, usually 10 numeric keys and the 26 English letters will not give you too much difficulty, as long as the corresponding A A key counterparts , a corresponding button on a can, but if you wish to allow more keys have different characteristics music, it is very likely to encounter some coding on the keyboard trouble, such as the ESC key will not be simple to use ESC to get, starting VK_ESCAPE, such as Alt keys starting VK_MENU to definition, no-keyboard coding table it would cause considerable headaches, here let me introduce a procedure to tell you the name of the keyboard keys methods 下载
|
设计一个应用程序,从键盘输入一个整数n, * 然后在文件"data.dat"中写入所有比n小的素数, * 最后在屏幕上显示在每个素数中各数字(0--9)出现的次数 */-design an application from a keyboard input integer n, then the document * "data.dat" writes n all over the small primes, * finally displayed on the screen in each of the various prime numbers (0 -- 9), the number * / 下载
|
VC实验 资源在基于SDK的程序设计中的应用 一.实验名称:资源在基于SDK的程序设计中的应用 二.实验目的:掌握各种资源的应用以及资源应用的程序设计方法 三.实验任务: ● 熟悉的菜单资源的创建过程 ● 熟悉位图资源的创建 ● 熟悉对话框资源的应用 ● 熟悉图表资源 四.实验要求: 在一个窗口中央加载一个任意位图,位图尺寸为窗口面积的四分之一,当单计鼠标左键在一个窗口中央加载一个任意位图,位图面积为窗口面积的四分之一,当即鼠标左键或键盘上的向上箭头时位图向上移动,当移动到上边界时,窗口显示“不能再向上移动了”字样,当点击鼠标右键或键盘上的向下箭头时,位图向下移动,当到达窗口的下边界时,屏幕显示“不能再向下移动了”字样。 - 下载
|
早期的作品 =ZHB油泵校正器检测系统(DEMO)= 【dos界面设计】 本软件系统采用Borland C++[3.1]编写,系统完全由本人一人利用业余时间开发而成。系统 的开发过程中完全没有用到别人做好的软件包,所有的功能都是由自己一个一个的去实现的,所有的接口都是由自己设计的,包括:汉字显示、XMS调用、鼠标中断处理、键盘中断处理及各种各样的汉字,AscII码字符自适应的显示窗口、菜单窗口、选择窗口、输入窗口、信息显示窗口等等。 对于DOS下的C++编程有一定的参考作用,其中的DOS界面设计应该是比较精彩的部分,另外,一些dos下的设备操作技巧,也也有参考作用吧,比如:XMS调用、鼠标中断处理、键盘中断处理,汉字显示等等。所有的功能用类的方式组织,再利用很容易。 附有编译后的可执行版本,需要附有XMS的DOS系统,在98的DOS窗口下可以运行,2000/nt/xp下不能运行。 -early works = ZHB pumps Correction Detection System (DEMO) = [dos interface design -- the software system uses Borland C [3.1] preparation, the system entirely by one person, I developed with the use of spare time. System development process not use other people to do the job package, all the functions are by themselves in a one to realize that all the interfaces are designed by themselves, including : Chinese, XMS call, interrupt handling the mouse, keyboard interrupt handling and a variety of Chinese characters, AscII adaptive code characters display window, the window menu, select window, input window, information display windows. DOS for the C programming reference to a certain extent, the DOS interface design should be a more interesting part, in addition to some of the dos equipment 下载
|
科汛网站管理系统 2006 Sp1系统简介 1、系统拥有齐全的管理模块如文章(新闻)、图片、FLASH、下载(影视)、专题、商城、留言板、友情链接等。 2、栏目支持无限级分类。每个频道均支持无限个栏目。支持无限个专题。所以从最简单的网站到最复杂的网站,科汛网站后台管理系统都可适用。 3、系统栏目、内容无限复制功能,复制出来的栏目或内容独立、并可进行更多自定义的设置。 4、每个栏目都可以进行完善的权限设定(浏览、查看、发表等各种权限),并支持将频道的目录做为一个独立子站点来访问。 5、系统采用人性化操作界面及简便的操作方式开发(模拟Windows xp的操作界面及操作方式),每个操作步骤均可使用相应的键盘快捷键、方便用户管理站点。 -Branch website management system calendar 2006 Sp1 System 1, the system has complete management modules such as article (news), pictures, FLASH, downloading (Television), feature, a mall, the message board, etc. Links. Two columns support unlimited classification. Each channel support unlimited columns. Support for an unlimited number of topics. Therefore, from the simplest to the most complex web site website, Branch website background flood management system can be applied. 3, the system columns, endless replication, duplication of programs or content independent and can conduct more-defined settings. 4, each column can be perfect for the authority set (browse, view and made other authority), channel and support the directory as an independent sub-site to visit. 5. system uses human inte 下载
|
(1) 通过键盘输入某位学生某次作业的分数; (2) 给定学号,显示某位学生作业完成情况; (3) 给定某个班级的班号,显示该班所有学生的作业完成情况; (4) 给定某位学生的学号,修改该学生的作业完成信息; (5) 给定某位学生的学号,删除该学生的信息; (6) 提供一些统计各类信息的功能。例如大于60分,70分,80分的人数; (7) 提供一些能够按照各类信息的进行升序和降序排序的功能; (8) 用文件的形式将录入的数据进行存储,并从其中读取数据; (9) 能够对所有学生的成绩进行列表; 这是本人做数据库课程设计时的仓促之作,自我感觉实际应用价值并不大,但可以给学VC和数据库编程的朋友做个范例。在做之前也参看了不少同类型的管理系统,收获不小,现将这个学生管理系统贴出来,希望能对有需要的朋友有所帮助。系统不足之处肯定不少,还请高手多多指教,欢迎跟本人联系。 本人在系统中添加了直接通过SQL语句对后台的表进行修改的功能,颇有争议,还请有实际开发经验的朋友指教。 本人正忙于考研,没时间写一个完整的程序说明,敬请谅解。- 下载
|
【书名】 Visual C++.NET精彩编程百例 Chap14 【语种】 chi 【作者】 吕智 【定价】 CNY38.00 (含光盘) 【版次】 【摘要】 本书通过100个精选的例子讲解了利用Visual C++ .NET进行应用程序开发的各个方面,涵盖了界面编程、图像和媒体编程、对话框与控件编程、文件与系统编程等。 【丛编】 万水创作效果百例丛书 【出版社】 中国水利水电出版社 【分类号】 TP312C 【关键字】 程序设计 C语言 【出版日期】 2004 【创建日期】 2005-10-14 14:55:00 --- Visual C title.NET brilliant 100 cases Chap14 programming languages -- eng [[[author -- LV -- CNY38.00 pricing (including CD-ROM) edition -- Abstract : The book by one hundred selected examples on the use of Visual C.NET Application Development in all its aspects, covering programming interface, image and media programming, and dialog controls programming, documentation and system programming so. Proofreading -- 10000 100 cases of water creative effect Series Press -- Chinese water conservancy and hydropower Press Department of TP312C keyword -- Programming Language C publication date -- 2004 -- [Date created 2005-10-14 14:55:00 下载
|
【书名】 Visual C++.NET精彩编程百例 Chap11-17No14 【语种】 chi 【作者】 吕智 【定价】 CNY38.00 (含光盘) 【版次】 【摘要】 本书通过100个精选的例子讲解了利用Visual C++ .NET进行应用程序开发的各个方面,涵盖了界面编程、图像和媒体编程、对话框与控件编程、文件与系统编程等。 【丛编】 万水创作效果百例丛书 【出版社】 中国水利水电出版社 【分类号】 TP312C 【关键字】 程序设计 C语言 【出版日期】 2004 【创建日期】 2005-10-14 14:55:00 --- Visual C title.NET programming brilliant 100 cases Chap11 - 17No14 languages -- eng author -- LV -- CNY38.00 pricing (including CD-ROM) edition -- Abstract : The book by one hundred selected examples on the use of Visual C.NET for application development in all its aspects, covering programming interface, image and media programming, and dialog controls programming, documentation and system programming so. Proofreading -- 10000 100 cases of water creative effect Series Press -- Chinese water conservancy and hydropower Press Department of TP312C keyword -- Programming Language C publication date -- 2004 -- [Date created 2005-10-14 14:55:00 下载
|