搜索资源列表
n1-37
- 这是我刚刚完成的关于JPEG2000的C语言实现的部分程序。小波变换是采用97变换,其中MQ解码部分还有些问题。欢迎大家给些建议,。 -This is my just completed JPEG2000 on the C language of some of the procedures. The wavelet transform is used 97 transformation, which is also part of MQ decoding some of the problem
做出气泡似的窗体bubblewin
- 这是我刚刚完成的关于JPEG2000的C语言实现的部分程序。小波变换是采用97变换,其中MQ解码部分还有些问题。欢迎大家议,。 -This is my just completed JPEG2000 on the C language of some of the procedures. The wavelet transform is used 97 transformation, which is also part of MQ decoding some of the problems.
c++词法分析程序
- 一个用C++编写的C语言词法分析程序,本人在做WEBSPHERE MQ的收发信息时需要对远端发过来的数据进行解析,然后才能确定要发送到哪一个终端,因此写了对词法分析做了一定的研究,也就写了这么一个程序.-prepared by the C language lexical analysis procedures, I do WebSphere MQ the need to send and receive information sent to the remote data analysis,
MQ
- 与IBM Web Sphere MQ接口的C++代码-with IBM Web Sphere MQ interface C code
817-0355
- This book provides information about the concepts and procedures needed by a developer of messaging applications in a Sun™ ONE Message Queue (MQ) environment. This preface contains the following sections: • Audience for This Guide
nmqsget
- 接受、发送信息到mq,使用C#作为开发工具-receive, send information to mq, using C# as the development tool
testsend
- MQ的c程序(发送和接收)及xlc编译命令行/usr/vacpp/bin/xlC -g -o testsend testsend.o -L/usr/vacpp/bin/api/lib -lapi -L/usr/mqm/lib -lmqm_r
safmq.src.0.5
- 一个简单实用的开源C++消息中间件SAFMQ - [软件开发] - [开源 消息中间件 SAFMQ ] 2006-11-23 在很多网络应用中,尤其那些服务器有时不在线的应用中,将客户端的数据变更按照产生顺序同步到服务器的操作是比较复杂的。为了解决这种问题,可以采用消息中间件产品(例如Windows的MSMQ还有IBM的MQ),但是这种产品比较庞大而且花费不少,对于小规模应用而言没有必要。 SAFMQ(全称为Store and Forward Message Queue)是一
transferFile
- C语言实现的通过WEBSPHERE MQ 进行文件传输的源代码
MQ_CPP_Samples
- MQSeries 编程模式,C++的源代码,希望能对MQ开发的人员,起到抛砖引玉的作用。
EISS_Windows
- visual c++ 写的IBM MQ 与XML 发送与接收程序
小波编解码ebcot编解码文件测试程序
- 这是我刚刚完成的关于JPEG2000的C语言实现的部分程序。小波变换是采用97变换,其中MQ解码部分还有些问题。欢迎大家给些建议,。-This my just completed JPEG2000 on the C language of some of the procedures. The wavelet transform is used 97 transformation, which is also part of MQ decoding some of the problems. Y
OCIExample
- 使用OCI访问Oracle数据库。包含基本的数据库连接、访问、更新等操作。-use OCI visit Oracle database. The database contains basic connectivity, access, upgrade operations.
MQTextServer
- websphere MQ的服务断C程序,实现基本的队列服务功能。-websphere MQ service off C procedures, to achieve the basic service functions of the queue.
TestMQCoder
- JPEG里MQ算术编码测试程序 编解码器 C-MQ arithmetic coding in JPEG test procedure codec C
CSharpMQ
- IBM MQ C#调用代码,保存数据或从队列读数据.-IBM MQ
cPP-amqzan09
- IBM MQ,C++接口文档,每个接口都有详细的说明.-IBM MQ
MQ-2
- 这是ADC0808数模转换芯片基于c51单片机的电压表c程序,ADC0808可以与ADC0809兼容-ADC0808 digital-to-analog converter chip the voltmeter c program c51 microcontroller-based, ADC0808 compatible with ADC0809
Weiz.RabbitMQ
- C# 调用RabbitMQ,初学者适合。(C# call RabbitMQ, suitable for beginners.)
矩阵运算
- 设有两个矩阵A=(aij)m×n,B=(bij)p×q 实现要求: ⑴ 编写矩阵输入函数INPUT_MAT,通过该函数完成矩阵的输入并返回保存矩阵的三元组 (不能使用全局变量); ⑵ 编写矩阵输出函数OUTPUT_MAT,通过该函数完成矩阵的输出,输出的形式是标准的矩阵形式(即二维数组的形式); ⑶ 求矩阵的转置,矩阵的转置A’=(aji)n×m,转置前输出原矩阵,转置后输出转置矩阵; ⑷ 求矩阵A、B的和。矩阵A和B能够相加的条件是:m=p,n=q;矩阵A和B如果不能相加,请给