资源列表
msgbox
- 这个程序呢,是一个C++写的一个非常简单易懂的小程序,但它能让大家了解消息盒子的作用机理-This is an messagebox.
fiscalcardtest
- 测试税控卡读写是否正常的程序源码,基于天喻税控卡-Normal program source code of the test Fiscal card reader, Tianyu Fiscal card
tuyi
- 基于耦合模理论给出了光纤光栅中的双模耦合方程,采用传输矩阵法数值模拟了均匀光纤光栅和啁啾光纤光栅的反射谱-fiber grating coupled mode theory transfer matrix method optical properties
IDW
- 反距离加权法估算降水量时是根据距离衰减规律, 对样本点的空间距离进行加权, 当权重等于1 时, 是线性距离衰减插值 当权重> 1 时, 是非线性距离衰减插值-Inverse Distance Weighting,IDW)
pulse128
- 本仿真做了脉冲压缩雷达的处理过程,包括加窗处理和匹配处理,改仿真代码很精致,希望能够帮助大家;-The simulation pulse compression radar processing, including windowing processing and matching processing
imgcdf
- matlab的对比度增强算法的源代码,适合学习使用。-Contrast enhancement algorithm source code
PID
- PID调节器,可以通过调节PID参数观察曲线变化-PID controller, you can adjust the PID parameters observed curve
B
- 2013数学建模研究生B题建立多项式模型代码-2013 graduate of mathematical modeling to establish polynomial model code B title
Text1
- N后问题 完美算法 问题解释的很详细 十分好-N algorithm problem after problem perfectly explained in great detail is very good
maximum-subString
- 在一个字符串中得出连续出现次数最多的字串串或字符-In a string that continuous maximum number of occurrences of string or character
Who-is-the-thief
- 公安人员审问四名窃贼嫌疑犯。已知,这四人当中仅有一名是窃贼,还知道这四个人中每 人要么是诚实的,要么总是说谎的。在回答公安人员的问题中2 甲说"乙没有偷,是丁偷的。" 乙说"我没有偷,是丙偷的。" 丙说"甲没有偷,是乙偷的。" 丁说"我没有偷。" 请据这四人的答话判断谁是盗窃者。-Four police officers interrogate suspects thieves. Known, the four of them only a thief, but also
1007
- 约瑟夫环的一个解法,是天津大学toj上编号1007的解答,采用打表法,可能您之前并没有遇到过这么让您“无语”的解法哦!-Josephus problem!A very important problem on your code life