▍1. Matlab
Matlab实现数值分析中三次样条差值、非线性方程组等的相关例证(Matlab to achieve numerical analysis cubic spline difference, nonlinear equations and other relevant examples)
Matlab实现数值分析中三次样条差值、非线性方程组等的相关例证(Matlab to achieve numerical analysis cubic spline difference, nonlinear equations and other relevant examples)
由于地球的上空有76颗依星,所以依星可以定位到地球的任意一个地方,该程序主要完成地理位置的定位(Because there are 76 above the Earth s Iridium, Iridium so you can navigate to any place of the Earth, which is mainly geographic location)
调用windowd netsh命令,实现网络参数(IP、gateway、netmask、和dns的修改),功能还不完善,拿来大家一起学习(Call windowd netsh command, network parameters (IP, gateway, netmask, and dns changes), the function is not perfect, and brought them to learn together)
ldpc码校验矩阵的生成函数,测试可以使用的文件啦啦(Lala code file generation function ldpc parity check matrix, the test may be used)
是日本船舶教授对船舶附加质量和附加惯性矩的分析。(Is the ship additional mass moment of inertia and additional analysis Japanese ship professor.)
卫星移动通信系统的电子教材,解压后可见,研究学习卫星通信的人可以参考借鉴(Electronic textbooks satellite mobile communication system, unpacked visible satellite communications research study can be a reference for people)
说明: 有一个长度为整数L(1<=L<=10000)的马路,可以想象成数轴上长度为L的一个线段,起点是坐标原点,在每个整数坐标点有一棵树,即在0,1,2,...,L共L+1个位置上有L+1棵树。 现在要移走一些树,移走的树的区间用一对数字表示,如 100 200表示移走从100到200之间(包括端点)所有的树。 可能有M(1<=M<=100)个区间,区间之间可能有重叠。现在要求移走所有区间的树之后剩下的树的个数。 输入: 两个整数L(1<=L<=10000)和M(1<=M<=100)。 接下来有M组整数,每组有一对数字。 输出: 可能有多组输入数据,对于每组输入数据,输出一个数,表示移走所有区间的树之后剩下的树的个数。(Has a length of integer L (1 < = L < = 10000) of the road, one can imagine a number line segment of length L, the starting point is the coordinate origin, each integer coordinate points in a tree, i.e. 0,1 , 2, ..., L total has L+1 L+1 positions on the tree. Now to remove some trees, tree removed by a range of digitally represented, such as 100 200 represents removed (inclusive) between 100 and 200 all the trees. There may be M (1 < = M < = 100) intervals, there may be overlap between the intervals. Now, after the number of trees require the removal of all remaining sections of the tree. Input: two integer L (1 < = L < = 10000) and M (1 < = M < = 100). Then there is an integer M groups, each with a pair of numbers. Output: there may be multiple sets of input data, for each set of input data, the output of a number indicating the number of the removal of all remaining sections of the tree after tree.)
各种系统(lte和wimax等)使用的典型信道模型(wireless channel model design)
矩阵的运算,在此贡献,希望大家多多指点。(Matrix computation, in this contribution, we hope that a lot of guidance.)
This code for Embedded for Sumo Bot (sensor)
matlab图像处理的几个程序 P0301:数字图像矩阵数据的显示及其傅立叶变换(Several procedures P0301 matlab image processing: digital image data matrix display and Fourier Transform)
四阶经典R-K方法的Matlab程序和newton的matlab程序的实现(Matlab program to achieve the classic fourth-order RK method and newton s matlab program)
将一个数组合并一个数,并输出最小数,要考虑越界(An array of the merger of a number, and the minimum number of outputs, to consider cross-border)
C/C++ Programmer s Reference, Third Edition by Herbert Schildt ISBN:0072227222 McGraw-Hill/Osborne © 2003 (358 pages) This guide reviews the rules and syntax of the principle commands that comprise C and its object-oriented cousin, C++. The reference consists of 19 chapters that define operators and the standard input/output, string, character, and more.
dem差值计算,给定基础网格高程对相应空间迭代差值获得网格高程(dem difference calculation, given the appropriate space on the basis of the grid elevation difference of iterations to get the grid elevation)
数字基带信号的码型编码演示,适合通信原理的辅助学习!!!!(Pattern coding demo digital baseband signals for communication principle of assisted learning! ! ! !)
Base64编码说明 Base64编码要求把3个8位字节(3*8=24)转化为4个6位的字节(4*6=24),之后在6位的前面补两个0,形成8位一个字节的形式。 如果剩下的字符不...(Base64-encoded instructions require the Base64 encoding three 8-bit bytes (3* 8 = 24) was converted to 4 6 bytes (4* 6 = 24), then in front of the two s complement 6 0, 8 is formed bits in a byte form. If the rest of the characters do not ...)
混沌时间序列求嵌入维(embedding dimension)Cao方法(Chaotic time series seeking embedding dimension (embedding dimension) Cao method)
产生混沌时间序列,Logistic映射Henon映射等。(Chaotic time series, Logistic mapping Henon mapping.)