当前位置:网站首页>Test Li hi
Test Li hi
2022-07-06 19:37:00 【Sainan Muzi Xiaomiao】
More important than hard work is the change in the way of thinking , Thinking turns , Life is very different . So is writing code , Looks like a little change , In fact, it reflects the great leap of thinking . Let's first look at the codes at both ends :
Version of a
Version 2
Private Sub Form_Load()
Dim a As Integer, b As Integer
a = 5
b = 6
Print a + b
End Sub
The output of the code at both ends is 11, But the difference is ?
Intuitively, we can see that two variables are introduced , But in fact, this is the appearance , Look at the essence through the appearance , What is a variable ? In variable mathematics, a quantity whose value can be changed , In computer, it refers to an abstract concept that can store calculation results or represent values . notice “ abstract ” Two words , In fact, our dimension will rise to a higher level , That is, version 2 is not the limited thinking in version 1 , The addition of two fixed numbers becomes the addition of any two numbers , Because given a and b The value of is changeable . Now that we have realized the addition of any two numbers , You can also add any number .
Fixed to variable , It embodies the change from finite to infinite , Thinking and vision determine the pattern , Also decide whether the written code is innovative
边栏推荐
- Excel 中VBA脚本的简单应用
- Swagger2 reports an error illegal DefaultValue null for parameter type integer
- Modulenotfounderror: no module named 'PIL' solution
- 腾讯Android面试必问,10年Android开发经验
- 【基础架构】Flink/Flink-CDC的部署和配置(MySQL / ES)
- An error occurs when installing MySQL: could not create or access the registry key needed for the
- Mind map + source code + Notes + project, ByteDance + JD +360+ Netease interview question sorting
- MySQL information schema learning (I) -- general table
- 接雨水问题解析
- 零基础入门PolarDB-X:搭建高可用系统并联动数据大屏
猜你喜欢
【基础架构】Flink/Flink-CDC的部署和配置(MySQL / ES)
Leetcode 30. 串联所有单词的子串
[玩转Linux] [Docker] MySQL安装和配置
The list of people who passed the fifth phase of personal ability certification assessment was published
MySQL information schema learning (II) -- InnoDB table
Dark horse -- redis
面试突击63:MySQL 中如何去重?
[translation] a GPU approach to particle physics
潇洒郎: AttributeError: partially initialized module ‘cv2‘ has no attribute ‘gapi_wip_gst_GStreamerPipe
黑馬--Redis篇
随机推荐
GCC [7] - compilation checks the declaration of functions, and link checks the definition bugs of functions
Is not a drawable (color or path): the vector graph downloaded externally cannot be called when it is put into mipmap, and the calling error program crashes
LeetCode-1279. Traffic light intersection
Vmware虚拟机无法打开内核设备“\\.\Global\vmx86“的解决方法
Mysql Information Schema 学习(二)--Innodb表
A popular explanation will help you get started
Spark foundation -scala
Tensorflow2.0 自定义训练的方式求解函数系数
中缀表达式转后缀表达式详细思路及代码实现
【翻译】供应链安全项目in-toto移至CNCF孵化器
map的使用(列表的数据赋值到表单,json逗号隔开显示赋值)
打家劫舍III[后序遍历与回溯+动态规划]
Yyds dry goods inventory leetcode question set 751 - 760
Using clip path to draw irregular graphics
Dark horse -- redis
Systematic and detailed explanation of redis operation hash type data (with source code analysis and test results)
DaGAN论文解读
从sparse.csc.csr_matrix生成邻接矩阵
MATLAB中deg2rad和rad2deg函数的使用
学习探索-函数防抖