资源列表
diophantine
- 这个是关于DIOPHANTINE方程的一个程序。只是一个函数文件。可以应用到你需要的主程序中,方程式是关于GPC预测控制中的方程。不是一般性方程-This is a program on Diophantine equations. Just a function file. Can be applied to the main program you need, the equation is the equation GPC predictive control. Not a general
BinaryAdd
- 有两个各存放在数组A和B中的n位二进制整数,考虑它们的相加问题.两个整数的和以二进制形式存放在具有(n+1)个元素的数组C中-There are stored in each of the two arrays A and B of the n-bit binary integers, the sum consider their problem two integers in binary form and stored in a (n+1) element array in C
yinyue
- 音乐盒程序,使用普通80C51单片机编写的程序 -Music Box program, using a program written in ordinary 80C51 microcontroller
RSA-encryption-to-decrypt
- RSA加密和解密,实现基本的RSA算法,需要选择两个大素数。 -RSA encryption and decryption, the realization of basic RSA algorithm, we need to select two large prime Numbers.
dclfw
- DC load flow 2 DC power flow is a simplification of a full power flow looking only at active power flows.
ricker
- 编写一个子函数,来调用雷克子波,本子程序适用一般地震正演-Write a subroutine to call Ricker wave, book procedures applicable general seismic forward
Create_GB2123_Char_set
- 生成BG2312字符集(运行于控制台,直接显示于屏幕,如需保存,需用“>”重定向到文件),供处理文字时参考。 同时也是编写控制台程序的范例。-Generate BG2312 character set (running on the console directly displayed on the screen, for preservation, need ">" redirected to a file), while for processing text informa
problem_5_Pseudo_Ranging
- GPS pseudo range generation m file
multinewton
- 利用牛顿法估计广义线性模型参数,涵盖logistic模型和possion模型。matlab代码-Matlab code for estimating the parameters of the generalized linear regression models, including logistic and poission
enter
- 输入某年某月某日,判断这一天是这一年的第几天?-Enter a year a certain day, judgment day is the day of the year?
z138
- 译码电路设计,用VHDL语言设计一个3线-8线译码器的方法-Decoding circuit design using VHDL language to design a 3-to-8 line decoder method
cc
- 给S,T两个串,可以无限次选择在S串里一个字符后面添加一个字符,但是添加的这个字符不能和选择的字符相同,问S串能不能变成T串。 思路: 经过观察发现,如果S和T长度一样直接判。 如果不一样的话,只要满足 1、S里面的所有字符的顺序都在T串里出现过 2、T前面相同的字符和S的前部分能匹配 这里两个条件,就能构成。-To the S, T two strings, you can choose to add an unlimited num