资源列表
springboot-learning-example
- springboot的入门代码,包括后台数据库的连接测试(Springboot entry code, including background database connectivity test)
gsw_rho
- 基于TEOS-10海水状态方程的海水密度计算(Water density calculation based on teos-10 seawater state equation.)
cardware
- 来自codeproject,是一个自定义标签控件演示()
condensation
- 用于fluent的蒸发冷凝模型,程序可以有效的模拟水蒸气的冷凝和液态水的蒸发((Evaporation condensation evaporation model for fluent, the program can effectively simulate the condensation of water vapor and liquid water))
重绘自带的ListBox控件,支持Alpha通道真彩色图标
- 重绘自带的ListBox控件,支持Alpha通道真彩色图标(Redraw the self contained ListBox control to support Alpha channel true color icon.)
RTK球面拟合
- 多个测GPS-RTK坐标,进行球心拟合,提高测量精度(A plurality of measuring GPS-RTK coordinates of the center fitting, improve the measurement accuracy)
zxing二维码
- The Zxing program is for C#
ggtnnr
- 万用DLL文件调用易语言写的只有你的DLL文件没有做防调用处理都可以使用()
serial_test
- 一个项目中用Python写的串口发送的程序,windows平台,python3(A program written in Python serial port, windows platform, python3.)
Desktop
- 能够实现Delta并联机器人正逆解,正解和逆解完全对应;已经验证,亲测可用。(It can achieve the forward and inverse solutions of Delta parallel robot, and the positive solution and inverse solution correspond to each other. It has been verified that pro test is available.)
SA
- 层状面波模拟退火反演,用于简单的层状地层面波的反演,设置好初始模型,添加实测的频散曲线进行反演对比(Simulated annealing inversion of layered surface wave)
2
- 编写一个 类名: Matrix 数据成员:行数,列数,矩阵数组(或指针) 包含功能:1)构造和复制构造函数,析构函数; 2)显示矩阵内容; 3)修改矩阵中某位的值(位置为参数); 4)求矩阵中某行的和(行数为参数); 5)求矩阵中某列的和(列数为参数); 6)求矩阵中的最大,最小值; 7)在主函数中测试;(Write one Class name: Matrix Data members: row number, column number,