搜索结果
找到约 113 项符合
POST-linker 的查询结果
文件格式 本文详细介绍了arm image格式及执行时的处理过程。在官方文档中很少介绍
本文详细介绍了arm image格式及执行时的处理过程。在官方文档中很少介绍,对于了解linker底层细节不多的读者是一个很少的介绍,对arm初学者十分有益
Symbian symbian c++的HTTP联网
symbian c++的HTTP联网,里面包括简单的get和post请求
其他书籍 Contents at a Glance Introduction 1 PART I INSTALLATION AND CONFIGURATION 5 Hour 1 Preparing to I
Contents at a Glance
Introduction 1
PART I INSTALLATION AND CONFIGURATION 5
Hour 1 Preparing to Install Linux 7
2 Installing Linux 23
3 Post-Installation Issues 41
PART II LEARNING LINUX BASICS 67
Hour 4 Reading and Navigation Commands 69
5 Manipulation and Searching Commands 93
6 Using the Shell 11 ...
Linux/Unix编程 CForms, by Lars Berntzon (Stockholm, Sweden), is a tool for building interactive forms-driven applic
CForms, by Lars Berntzon (Stockholm, Sweden), is a tool for building interactive forms-driven applications. CForms applications can run on nany type of library supported by the "curses" library. CForms uses a language-based design to define forms. An application may contain C source modules, field p ...
Internet/网络编程 HTTP客户端例子程序 用HTTP协议与WEB网站通信
HTTP客户端例子程序
用HTTP协议与WEB网站通信,实现基本的GET/POST消息交互。
主要功能:
GET 网站上的页面、下载JPG文件等
POST 表单,包括上传文件。
分析部分常用的返回信息
主要用途:
实践GET/POST消息交互,根据网站的内容具体修改可以定制成专用的接口程序。
主要函数都没有用MFC,可以轻松移植到嵌入式系统。 ...
其他 A .zip file contains a series of scripts that were used in the MathWorks webinar "Using MATLAB to De
A .zip file contains a series of scripts that were used in the MathWorks webinar "Using MATLAB to Develop Portfolio Optimization Models." The scripts generate 3D efficient frontiers for a universe of 44 stocks with time as the third axis. Additional scripts perform various ex-ante and ex-post analys ...
Internet/网络编程 This package provides a complete http client library. It currently implements most of the relevant p
This package provides a complete http client library. It currently implements most of the relevant parts of the HTTP/1.0 and HTTP/1.1 protocols, including the request methods HEAD, GET, POST and PUT, and automatic handling of authorization, redirection requests, and cookies. Furthermore the included ...
VHDL/FPGA/Verilog 實習目的 本實驗將練習如何運用 DSP EVM 產生弦波。使學生能夠加深瞭解 TMS320C6701 EVM 發展系統的基本操作
實習目的
本實驗將練習如何運用 DSP EVM 產生弦波。使學生能夠加深瞭解
TMS320C6701 EVM 發展系統的基本操作,及一些周邊的運作。
藉由產生弦波的實驗,學習如何使用硬體及軟體。在軟體部份,使
用 Code Composer Studio(CCS) ,包含 C 編輯器、連接器(linker)和 TI
所提供的C源始碼偵錯器(debugger) 。在硬體部份 ...
通讯/手机编程 利用网通的网关平台收(群)发手机短信
利用网通的网关平台收(群)发手机短信,群发手机短信。
主要技术:POST HTTP 请求,MD5加密算法,XML文档解析,手机短信发送、接收,短信群发等。源代码已经封装好,并提供详细的测试代码,该程序也可以直接当作手机短信收发的小工具。 ...
其他 This assessment creates an initial version of the auction project that allows user to register, logi
This assessment creates an initial version of the auction project that allows user to register, login, and logout. Registered users can post items (advertisements) for auction.