在Linux下使用socket方式开发的FTP程序,可以事项GET PUT功能,是学习socket和ftp编程的入门代码。
上传时间: 2014-01-06
上传用户:gengxiaochao
post 提交用户输入的方式是隐含提交,在ASP端用request.getform()来获取输入域的值; get 提交用户输入的方式是显式提交,提交时在浏览器的地址栏里可以看见 用户输入的内容(你在Google中输入Java搜索,你按查找后可以在地址栏里看到java), 在ASP端用request.getquery()来获取输入域的值;
上传时间: 2015-12-17
上传用户:lanhuaying
C++, although a marvelous language, isn t perfect. Matthew Wilson has been working with it for over a decade, and during that time he has found inherent limitations that require skillful workarounds. In this book, he doesn t just tell you what s wrong with C++, but offers practical techniques and tools for writing code that s more robust, flexible, efficient, and maintainable. He shows you how to tame C++ s complexity, cut through its vast array of paradigms, take back control over your code--and get far better results
标签: marvelous although language Matthew
上传时间: 2014-01-22
上传用户:妄想演绎师
vs.net技术内幕 The release of the Microsoft Visual Studio .NET (and Visual C++ .NET in particular) has underscored Microsoft’s increasing focus on Internet technologies, which are at the heart of the Microsoft .NET architecture. In addition to supporting the .NET initiative, Visual C++ .NET keeps all the productivity-boosting features you’re familiar with, such as Edit And Continue, IntelliSense, AutoComplete, and code tips. Visual C++ .NET also includes many new features such as managed code extensions for .NET programming, support for attributed code, and a more consistent development environment. These features take Visual C++ .NET to a new level. This book will get you up to speed on the latest technologies introduced into Visual C++.
标签: Visual particular Microsoft NET
上传时间: 2015-12-26
上传用户:qweqweqwe
We propose a novel approach for head tracking, which combines particle filters with Isomap. The particle filter works on the low-dimensional embedding of training images. It indexes into the Isomap with its state variables to find the closest template for each particle. The most weighted particle approximates the location of head. We develop a synthetic video sequence to test our technique. The results we get show that the tracker tracks the head which changes position, poses and lighting conditions.
标签: approach combines particle tracking
上传时间: 2016-01-02
上传用户:yy541071797
目标: 设计一个小型的学生管理系统。 第一步要求: 1、 对于一个学生类,作为整个系统的核心,我们希望这个类能包括学生共有的基本信息:学生姓名(strName),学号(strNumber),性别(strSex),出生岁月(strBirthday),专业(strSpeciality),籍贯(strAddress)等,要求在构建学生对象的时候提供最少姓名和学号。 2、 作为学生类的实例,我们希望能通过设置器或访问器(set get方法)来修改这些学生的不同信息。 3、 通过对toString()方法的重写实现信息打印。 第二步要求: 4、 在构建学生对象的时候可以只提供姓名信息,要求在学生类内部对学号,自行处理。 ----------------------------------------------------------------------------- 第三步要求: 5、 学生中会选举一些人做为学生干部,那么这些学生就可以用继承的方式来构建一个新的类。学生干部比学生多一个职务(strDuty)字段,用多态实现班干部信息的打印。
标签: 管理系统
上传时间: 2016-01-05
上传用户:silenthink
用历史上有名的KMP模式进行串的模式匹配,算法中主要编写了求子串的next值和KMP算法的内容
上传时间: 2013-12-18
上传用户:hanli8870
java语言开发的P2P流媒体系统,“Stream-2-Stream implements multicast+, a next generation streaming protocol. Multicast+ is more efficient and requires less bandwidth than direct streaming (e.g. shoutcast/icecast). Stream-2-Stream (abbreviated "s2s" or "S2S") stations have no user limit stations can be set up without paying a fortune for bandwidth. Stream-2-Stream saves bandwidth by passing streams from one peer to another through multicast and unicast p2p, rather than everyone getting a stream from one central server (Shoutcast/Icecast). ”更多:http://s2s.sourceforge.net/about.php
上传时间: 2016-01-09
上传用户:ikemada
This book is for developers who design and program devices that use the Universal Serial Bus (USB) interface. The goal is to introduce you to USB and to help you get your devices up and communicating as quickly and easily as possible.
标签: developers Universal devices program
上传时间: 2014-09-07
上传用户:sdq_123
cpress usb 芯片Vender 处理固件。 The purpose of this software is to demonstrate how to implement vendor specific commands. The following vendor specific commands are implemented: A0 Firmware Upload/Download A2 EEProm Load A3 External Ram Load A4 Set I2C Addr A5 Get IIC Type (1 Byte or 2 Byte EEPROM) A6 Get Chip Rev A8 Renumerate
标签: demonstrate implement software purpose
上传时间: 2016-01-14
上传用户:stvnash