-
taup
t-p变换方法与应用,应用于地震资料处理中,是比较好的一本书(tp transform methods and applications used in seismic data processing is a good book)
- 2010-05-24 16:01:29下载
- 积分:1
-
3.2
利用上题的线性表,编程下列功能:假设以两个元素依值递增有序排列的线性表A和B 分别表示两个集合,现要求另辟空间构成一个线性表C,其元素为A和B元素的交集,且表C中的元素也是依值递增有序排列。(The use of the title of the linear form, programming the following features: Assuming two elements by incrementing the value ordered linear tables A and B represent two sets, are now required to open up space to form a linear table C, whose elements A and intersection B elements, and the elements in the table C is incremented by an orderly arrangement.)
- 2016-06-20 20:24:17下载
- 积分:1
-
STACK
用C语言编写的堆栈接口,适用于各种环境,提供接口:
STACK *initStack(int MaxRoom)
void destroyStack(STACK **spp)
void resetStack(STACK *sp)
Boolean isStackEmpty(STACK stack)
Boolean isStackFull(STACK stack)
Boolean push(STACK *sp, USER_TYPE data)
Boolean pop(STACK *sp, USER_TYPE *data)
Boolean readTop(STACK stack, USER_TYPE *data) (C language implementation of the stack)
- 2013-07-22 10:59:32下载
- 积分:1
-
Long-integer
长整数运算(双向链表),实现长整数无限长加减法的运算(Long integer (two-way linked list), to achieve long-integer addition and subtraction of infinite computing)
- 2011-10-29 16:54:42下载
- 积分:1
-
Xcel
本程序可对EXCEL文件进行读写,同时建立了一个专门访问EXCEL文件的类CExcel,可供大家参考。(This procedure can be carried out on the EXCEL file to read and write, while the establishment of a specialized type of access EXCEL file CExcel, for your reference.)
- 2009-05-31 11:37:50下载
- 积分:1
-
dhjends__between
VB written MODEM communication, using MSCOMM control, the specific PORT itself depends on the computer, between 1-7, will be a little difficult to see
- 2018-12-05 10:06:08下载
- 积分:1
-
zhoumanage
说明: 这是一个简单的模拟职工管理系统vc编程,包括文档,适合vc初学者参考(This is a simple simulation Staff Management System vc programming, including documents, suitable for beginners reference vc)
- 2006-04-13 23:22:39下载
- 积分:1
-
test-system
考试系统 vb编程 西工大 平时实验
(test systems)
- 2012-05-13 16:51:03下载
- 积分:1
-
Windows-programmer-desion
说明: 是一部window开发比较全面的书籍,书中涉及了window开发的所有内容,适合有一定编程基础的开发人员不断地学习。(Window is a more comprehensive development of books, book covers all the contents of window development for a certain programming based development staff have been learning.)
- 2011-03-04 11:40:20下载
- 积分:1
-
8数码
实现八数码问题的一个小算法平台,其中包括深度优先、广度优先、最好优先算法。(A small algorithm platform for eight digital problems, including depth first, breadth priority and best priority algorithm.)
- 2018-01-31 10:59:29下载
- 积分:1