搜索结果
找到约 810 项符合
miniGUI-free 的查询结果
matlab例程 This function obtains a unitary matrix Q such that: d=diag(Q *diag(lmd)*Q). In other words, it gi
This function obtains a unitary matrix Q such that: d=diag(Q *diag(lmd)*Q).
In other words, it gives a way to generate a matrix with given eigenvalues and diagonal elements.
By Daniel Perez Palomar (last revision: May 10, 2004).
Feel free to distribute this file as it is (without including any ...
VC书籍 These listed libraries are written in WTL. But it s really hard to mix both MFC & WTL together. Obvi
These listed libraries are written in WTL. But it s really hard to mix both MFC & WTL together. Obviously, it s not reasonable to ask a developer or a team to giving up MFC and move to the WTL world just because there were some great controls or visual Frameworks written in WTL (there are many thing ...
嵌入式/单片机编程 一个类STL的多平台可移植的算法容器库,主要用于嵌入式系统编程时的内存管理等方面
一个类STL的多平台可移植的算法容器库,主要用于嵌入式系统编程时的内存管理等方面,尤其是缺少支持malloc 和free的情况下。
uCOS 嵌入式拼音输入法(T9拼音)
嵌入式拼音输入法(T9拼音),基于周立功smartARM2200开发板,操作系统用的是uc/os,图形界面是MiniGUI,是我的一个课程设计
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 ...
Java编程 一个自娱自乐的demo 开发环境 apache-tomcat-6.0.16 Mysql 5.1.11 Jdk 1.6 文件结构如下 --MyGame -----MyGam
一个自娱自乐的demo
开发环境
apache-tomcat-6.0.16
Mysql 5.1.11
Jdk 1.6
文件结构如下
--MyGame
-----MyGame-Seam(eclipse project路径)
-----doc
----------free.jude(JUDE 类图)
其他 This folder has some scritps that you may find usefull. All of it comes from questions that I ve r
This folder has some scritps that you may find usefull.
All of it comes from questions that I ve received in my email.
If you have a new request/question, feel free to send it to marceloperlin@gmail.com.
But please, don t ask me to do your homework.
Passing_your_param0
This folder contains inst ...
Linux/Unix编程 在linux开发环境下
在linux开发环境下,采用minigui编写的带有bmp图形背景的控制界面!
其他 { OCSP REQUEST*req=NULL if ((req=OCSP一 REQUEST new())一NULL) goto err if (name) /* optional*/ f
{ OCSP REQUEST*req=NULL
if ((req=OCSP一 REQUEST new())一NULL) goto err
if (name) /* optional*/
f if (!(req->tbsRequest->requestorName=GENERAL-NAME_ new())) goto er
req->tbsRequest->requestorName->type=GEN一 DIRNAME
req->tbsRequest->requestorName->d.dim=X509一 NAM几dup(name)
}
if(!(req->tbsReque ...
串口编程 // This Communications Component is implemented using separate Read and Write // threads. Messages
// This Communications Component is implemented using separate Read and Write
// threads. Messages from the threads are posted to the Comm control which is
// an invisible window. To handle data from the comm port, simply
// attach a handler to OnReceiveData . There is no need to free the memory
// ...