搜索结果
找到约 359 项符合
Get 的查询结果
按分类筛选
- 全部分类
- Java编程 (26)
- 其他 (25)
- 其他书籍 (24)
- Linux/Unix编程 (14)
- VC书籍 (12)
- 技术资料 (12)
- Delphi控件源码 (11)
- 网络 (11)
- 单片机开发 (11)
- 书籍 (11)
- Internet/网络编程 (10)
- 汇编语言 (9)
- 软件设计/软件工程 (9)
- 单片机编程 (9)
- matlab例程 (8)
- 电子书籍 (8)
- Java书籍 (7)
- 人工智能/神经网络 (5)
- 文件格式 (5)
- 可编程逻辑 (4)
- 操作系统开发 (4)
- JavaScript (4)
- 嵌入式/单片机编程 (4)
- 软件 (4)
- 源码 (4)
- 嵌入式综合 (3)
- 文章/文档 (3)
- 驱动编程 (3)
- 微处理器开发 (3)
- 其他行业 (3)
- 数值算法/人工智能 (3)
- Delphi/CppBuilder (3)
- 书籍源码 (3)
- 嵌入式Linux (3)
- Windows CE (3)
- 其他嵌入式/单片机内容 (3)
- 系统设计方案 (3)
- 软件工程 (3)
- VHDL/FPGA/Verilog (3)
- 编辑器/阅读器 (3)
- 数据结构 (3)
- 电源技术 (2)
- 压缩解压 (2)
- Windows Mobile (2)
- 游戏 (2)
- 通讯/手机编程 (2)
- 人物传记/成功经验 (2)
- DSP编程 (2)
- 其他数据库 (2)
- Jsp/Servlet (2)
- Symbian (2)
- 数据库系统 (2)
- USB编程 (2)
- Ajax (2)
- 多国语言处理 (2)
- 通讯编程文档 (2)
- 技术教程 (1)
- 学术论文 (1)
- 图形图像 (1)
- Genesis (1)
- Mentor (1)
- 教程资料 (1)
- 通信网络 (1)
- 无线通信 (1)
- 教程资料 (1)
- C/C++语言编程 (1)
- 编译器/解释器 (1)
- 手机WAP编程 (1)
- 金融证券系统 (1)
- Modem编程 (1)
- 并行计算 (1)
- SQL Server (1)
- 电子政务应用 (1)
- 邮电通讯系统 (1)
- TAPI编程 (1)
- 家庭/个人应用 (1)
- 传真(Fax)编程 (1)
- *行业应用 (1)
- 教育系统应用 (1)
- 加密解密 (1)
- 磁盘编程 (1)
- J2ME (1)
- Windows编程 (1)
- 手册 (1)
- 教程 (1)
- 论文 (1)
Linux/Unix编程 在Linux系统上使用Socket接口实现FTP客户端和服务器的程序
在Linux系统上使用Socket接口实现FTP客户端和服务器的程序,使客户端可以连接至服务器,并且可以进行一些FTP的基本操作。客户端和服务器的命令通道和数据通道需要分离,支持以下一些FTP命令:
get:取远方的一个文件
put:传给远方一个文件
pwd:显示远方当前目录
dir:列出远方当前目录
cd:改变远方当前目录
?:显示提供 ...
其他书籍 If you have programming experience and a familiarity with C--the dominant language in embedded syste
If you have programming experience and a familiarity with C--the dominant language in embedded systems--Programming Embedded Systems, Second Edition is exactly what you need to get started with embedded software. This software is ubiquitous, hidden away inside our watches, DVD players, mobile phones ...
Ajax ajax打造的动态计数器
ajax打造的动态计数器,首次使用了交互的原理,原创作品,市面上相同的插件代码很少见哦~~~~
1.以当前文件的文件名为统计基础。
2.ajax发送方式可以是get/post,调用非常简单:
写在window.onload里是为了页面加载完成后才开始统计。
3.返回结果为纯数字,即当前页面的访问次数
4,单个页面对某一用户一天只记数一次(通 ...
Linux/Unix编程 Linux下的tree命令
Linux下的tree命令,同window,功能更强大!
1、下载tree-1.5.1.1源程序
2、解压源码到工作目录tar zxvf tree-1.5.1.1.tgz
3、在tree-1.5.1.1目录交叉编译:make CC=arm-linux-gcc
4、安装:make prefix=/home/xxxx/rootfs install
Ubuntu下 直接 apt-get install tree 即可安装最新的tr ...
matlab例程 MATLAB的SVM算法实现
MATLAB的SVM算法实现,Matlab Support Vector Machine Toolbox,This toolbox was designed as a teaching aid, which matlab is
particularly good for since source code is relatively legible and
simple to modify. However, it is still reasonably fast if used
with the supplied optimiser. However, if you reall ...
其他数据库 This a simple database management system. It doesn t use any other code (i.e. ODBC, ADO, etc.) and h
This a simple database management system. It doesn t use any other code (i.e. ODBC, ADO, etc.) and has it s own database file format. I wrote it because I found the other DBMSs code too bulky and hard to debug. It s designed for small applications and I doubt it could handle anything on a large scal ...
电子书籍 Given Perl s natural fit for web applications development, it s no surprise that Perl is also a natu
Given Perl s natural fit for web applications development, it s no surprise that Perl is also a natural choice for web services development. It s the most popular web programming language, with strong implementations of both SOAP and XML-RPC, the leading ways to distribute applications using web ser ...
Internet/网络编程 编写漏洞扫描器探查远程服务器上可能存在的具有安全隐患的文件是否存在
编写漏洞扫描器探查远程服务器上可能存在的具有安全隐患的文件是否存在,它的socket建立过程和上面 的端口扫描器是相同的,所不同的是漏洞扫描器通常使用80端口,然后对这个端口发送一个GET文件的请求,服务器接收到请求会返回文件内容,如果文件不存 在则返回一个错误提示,通过接收返回内容可以判断文件是否存在。发送和 ...
其他 For solving the following problem: "There is No Free Lunch" Time Limit: 1 Second Memory Limit: 3
For solving the following problem:
"There is No Free Lunch"
Time Limit: 1 Second Memory Limit: 32768 KB
One day, CYJJ found an interesting piece of commercial from newspaper: the Cyber-restaurant was offering a kind of "Lunch Special" which was said that one could "buy one get two for free". That ...
其他 If you are using Internet Explorer on Windows XP Service Pack 2, there is a security restriction dis
If you are using Internet Explorer on Windows XP Service Pack 2, there is a security restriction disallowing scripts to run in files opened on your local machine. When you first try to run the examples, you will most likely get a message saying, "To help protect your security, Internet Explorer has ...