搜索资源列表
er档
- 用汇编编写程序,任意输入两个数进行四则运算。要求从键盘输入数据和运算符,并把运算的结果显示在屏幕上。 你好-used to prepare the compilation process, arbitrary number of input 2 for 4 operator. Requests from the keyboard data entry and Operators, and the results of operations on the screen. Hello
FTP,文件传输!SMTP设计
- 1)用户界面模块负责响应用户的键盘鼠标输入设置服务器的各个参数,显示服务器的工作状态以及错误提示,为用户提供标准的Windows界面。 2)帐户管理模块负责设置用户的访问权限,用户登陆后的根目录,并提供对用户透明的虚拟目录服务。同时还为别的模块提供查询文件(夹)的权限,查找本地文件是否存在等服务, 3)连接监听与FTP命令处理模块负责监听客户端的连接,并负责关闭阻塞的连接,释放每个连接占用的资源。此模块为FTP协议的核心,它具体负责FTP命令的解析与实现。 4)客户数据传输模块负责具体的与客户端
特殊高级计算器
- 第一步:把如下代码加入<body>区域中 <scr ipt LANGUAGE=\"java-scr ipt\"> <!-- Begin function doit() { form.input.value = eval(form.input.value) } function Cos() { x = form.input.value if (x == ) alert( Error: Input Required ) else f
VNC密码获取 V0.0.1
- VNC是一款远程控制软件,与pcanywhere一样它在网络中使用非常广泛, 能运行于Linux,Solaris,Windows9x/2000/NT及Macintosh等系统中,默认端口为5900. 这个程序可以获取VNC的连接密码,提供多种获取方式,比如:从NTUSER.DAT文件中获取, 从命令行输入获取,注入VNC线程获取等方式. -VNC is a remote control software, and pcanywhere in the same network u
费尔个人防火墙
- 这是一个用vc编辑的一个个人防火墙,只要你输入你的Emai地址就可以成为该防火墙的保护者。-This is an edited using vc a personal firewall, as long as you input your Emai addresses can become the protector of the firewall.
WebProgram
- 一个有趣的网络连接程序,输入地址可直接连接到该网站上-an interesting network connections and input address can be connected directly to the site
矩阵运算的程序
- 本程序能完成矩阵的输入,输出。方阵的乘法,方阵的求逆,矩阵的求专置等的运算。-this procedure can be completed matrix of input and output. The matrix multiplication, the matrix inversion and matrix specifically for the home, such as arithmetic.
http_client_2.0
- 一个简单的http下载程序,用C++在linux下写了一个简单的http下载程序,程序的功能很简单,在终端输入文件所在网址,程序会单线程从服务器上下载该文件到本地。程序里面涉及了socket编程、http协议、二进制文件的写入。-a simple http download and use under linux C wrote in a simple http download procedure is very simple function of the input terminal is
网络管理
- 该成熟是用vc编写的的,通过图形界面和数字监视路由器的输入输出流量。通过snmp得到瞬间值,并用图像现实出来-the maturity is prepared by using vc, through graphical interface and digital surveillance router input and output flows. Through snmp be instantaneous, and uses images from reality
assign
- 利用Amazon提供的搜索,实现了一个Bookshop,程序中输入关键字,可以搜索到含有关键字的书,以及书的作者,价格,然后可以加入购物篮-use Amazon for the search, achieving a 50,496 procedures input keyword search of a book containing the keyword, and the author of the book, prices, which can then be shopping baske
mp3furongkeji
- 只要输入你想听的歌,系统就会自动为你找到有效链接地址, 并自动播放,还可下载此时播放的有效下载地址,也可以在线查看歌词。 本系统是采用百度的MP3搜索系统,用小偷技术取得有效链接地址进行播放。 程序制作: 成都市芙蓉网络科技有限公司 网站地址: http://www.321ba.com-input to the songs you want to hear, the system will automatically find an effective link your
subr
- VHDL 8位无符号除法器 试验报告 计算前在A和B端口输入被除数和除数,然后在Load线上送高电平,把数据存到除法计算电路内部,然后经过若干个时钟周期,计算出商和余数,并在C和D端输出。 其实现方法是,将除法器分为两个状态:等待状态与运算状态。 开始时除法器处于等待状态,在该状态,在每一时钟上升沿,采样Load信号线,若是低电平,则仍处于等待状态,如果采样到高电平,除法器读取A,B数据线上的输入数据,保存到内部寄存器a_r,b_r,置c_r为0,d_r为a_r,判断除数是否为零,若
vnc-P4_1_2-x86_win32_viewer
- 可以远程控制计算机,把对方的IP地址输入,再加入你要招待的操作,这样就可以控制了.简单方便,为你推荐的.可以试用一下.-can remotely control computers, the other side of the IP address input, then you have to honor the operation, we can control. Easy for you recommended. What can be tested.
用Java实现Web服务器
- 用Java实现Web服务器 本文实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接
HookAPI1.2
- 无DLL使用键盘全局钩子,记录QQ键盘输入.这样可以把代码插入到其它的EXE文件,是不是很酷呢?-DLL without the use of keyboard hook overall record QQ keyboard input. This code can be inserted into other EXE file is not cool?
UyghurInput_B
- 在网页中输入维吾尔文字的源代码,一般用于在网络上的输入框上输入维文文字。不用费事直接粘贴就可以用。-Enter the text in Web pages Uighur source code, are generally used for the input box on the network on the input dimension and the body text. Would not have to directly paste can be used.
Input
- 网络端口输入窗口,可以套用在所用信息输入界面中。-Network port input window can be applied to the interface used to enter information.
js-input
- js-input输入框提示语,js-input输入框提示语-failed to translate
input-text-blue
- 这是一款基于CSS3实现的input输入框蓝光特效源码,是一款CSS3 transition过渡制作发蓝光的input输入框样式代码。当输入框获得焦点时可呈现出发光的特效。是一款非常优秀的特效源码。建议用户使用支持CSS3的火狐或谷歌等浏览器预览本源码。-This is a realization of input based on CSS3 effects input box blue source is a CSS3 transition transition making blue-lig
auto-grow-input
- jQuery随输入内容变化的表单代码基于jquery-1.11.1.min.js制作,是一款会随着输入内容的变多变少而自动变长变短的输入文本框表单代码。-jQuery content changes with the input form based code jquery-1.11.1.min.js production, is a will with the input becomes less variable automatically becomes shorter length of