搜索结果
找到约 793 项符合
bug-Free 的查询结果
源码 二叉树前序后序中序历遍的转换程序
二叉树的前序后序中序历遍的转换程序,自己写的,改过很多次,希望没有bug了。
源码 数据结构实验
#include&nbsp;<stdio.h>&nbsp;&nbsp;
#include&nbsp;<stdlib.h>&nbsp;///链式栈&nbsp;&nbsp;
&nbsp;&nbsp;
typedef&nbsp;struct&nbsp;node&nbsp;&nbsp;
{&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;int&nbsp;data;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;struc ...
源码 数据结构实验
#include <iostream>
#include <stdio.head>
#include <stdlib.head>
#include <string.head>
#define ElemType int
#define max 100
using namespace std;
typedef struct node1
{
ElemType data;
struct node1 *next;
}Node1,*LinkList;//链栈
typedef struct
{
ElemType *base;
int top;
}SqStack;// ...
源码 read_segy_file_legacy
read_segy_file_legacy
Function reads a SEG-Y file and outputs a
seismic structure
Last updated: April 6, 2007: fix bug in reading
of user-specified header
源码 将一个工作表按某列分拆数据为若干新工作表
使用该VBA可快速实现工作表内按某列分类如名字等将数据分拆为若干新工作簿,并以分类列名命名保存,复制即可使用,无BUG
书籍 Essentials+of+Radio+Wave+Propagation
The objective of this book is to allow the reader to predict the received
signal power produced by a particular radio transmitter. The first two
chapters examine propagation in free space for point-to-point and
point-to-area transmission, respectively. This is combined with a dis-
cussion regarding ...
书籍 Wireless Optical Communication Systems
The use of optical free-space emissions to provide indoor wireless commu-
nications has been studied extensively since the pioneering work of Gfeller
and Bapst in 1979 [1]. These studies have been invariably interdisciplinary in-
volving such far flung areas such as optics design‚ indoor propagatio ...
书籍 Audio+Engineering
Sound is simply an airborne version of vibration. The air which carries sound is a mixture
of gases. In gases, the molecules contain so much energy that they break free from
their neighbors and rush around at high speed. As Figure 1.1(a) shows, the innumerable
elastic collisions of these high-speed ...
书籍 Foundations of Data Science
Computer science as an academic discipline began in the 1960’s. Emphasis was on
programming languages, compilers, operating systems, and the mathematical theory that
supported these areas. Courses in theoretical computer science covered finite automata,
regular expressions, context-free languages, ...
源码 组态王的MODBUSTCP驱动包
组态王本机自带的驱动有BUG连接不上,所以需要打上这个补丁