资源列表
yuesefuhuan
- 这也是数据结构的经典问题编程,通过这个编程让大家初步了解数据结构的类型的定义。-This data structure is a classic problem of programming, Through this program so that we understand the preliminary data structure of the type definition.
caculator
- 具备整型数据、浮点型数据的算术(加、减、乘、除)运算功能;实现单运算符表达式计算的功能
interference2_CCM_snr
- its about cunstrained constant modulus algorithm for smart antenna
codificador
- App for encript/decript a simple plane text
mirror_extend
- 一个镜像延拓的程序,可以很好地对信号进行延拓,效果很明显,研究这一块的可以下下来-A mirror continuation of the program, is a good way to to the continuation of the signal, the effect is very obvious, the research that can be down to see
Cryptography
- 这是一个简单的加密解密程序,其中有加密和解密函数各一个,注意其中的文件调用,特别是它的路径。-This is a simple encryption and decryption procedures, which have encryption and decryption function of the 1, to call the document, particularly its path.
线程编程技巧
- 在VC中各种线程编程技巧-in VC various threads programming skills
treeDegree
- it is used to compute treeDegr-treeDegree.c
combobox_example
- combo box example in python
d
- 部分传输序列小程序,绝对能运行,放心下载-Section transmission sequence applet, absolutely can run, rest assured download
Exam01
- 本代码可以算一个传统的桁架桥结构受重力荷载作用的静力分析。用OPensees进行弹性分析,求解跨中变形值。-This code can be considered a traditional truss bridge structure for gravity loads static analysis. OPensees with elastic analysis, solving cross-deformation value.
josephliveordie
- 约瑟夫生者死者游戏,约瑟夫游戏的大意:30个游客同乘一条船,因为严重超载, 加上风浪大作,危险万分。因此船长告诉乘客,只有将全船 一半的旅客投入海中,其余人才能幸免于难。无奈,大家只 得同意这种办法,并议定 30 个人围成一圈,由第一个人数 起,依次报数,数到第9人,便把他投入大海中,然后再从 他的下一个人数起,数到第9人,再将他投入大海中,如此 循环地进行,直到剩下 15 个游客为止。问:哪些位置是将 被扔下大海的位置? 不失一般性,将 30 改为一个任意输入的正整数 n,而