-
ioshuadongkaiguan
说明: Implementation of slidable Toggle Button with an IOS6-style custom component
- 2020-06-16 00:40:01下载
- 积分:1
-
在遥感应用领域,植被指数已广泛用来定性和定量评价植被覆盖及其生长活力。由于植被光谱表现为植被、土壤亮度、环境影响、阴影、土壤颜色和湿度复杂混合反应,而且受大气空...
在遥感应用领域,植被指数已广泛用来定性和定量评价植被覆盖及其生长活力。由于植被光谱表现为植被、土壤亮度、环境影响、阴影、土壤颜色和湿度复杂混合反应,而且受大气空间―时相变化的影响,因此植被指数没有一个普遍的值,其研究经常表明不同的结果。-in the field of remote sensing applications, vegetation index has been widely used for the qualitative and quantitative evaluation of the growth of vegetation cover and its vitality. As the spectral performance of the vegetation cover, soil brightness, environmental impact, shadow, color and soil moisture complex mixed reaction and by the atmospheric space-phase change, vegetation index therefore not a universal value, its regular show different results.
- 2022-03-24 11:19:22下载
- 积分:1
-
ARetargetableCCompiler
lcc书籍的中文翻译.详细介绍lcc的源代码,数据结构等.是用来分析lcc源代码的最佳工具.(LCC books in Chinese translation. Details LCC source code data structure. LCC is used to analyze source code for the best tools.)
- 2020-10-04 17:37:39下载
- 积分:1
-
给四个玩家分发桥牌,每人13张牌,使用Random实现,不会出现重复...
给四个玩家分发桥牌,每人13张牌,使用Random实现,不会出现重复-deal pokes to four player
- 2022-06-19 13:53:20下载
- 积分:1
-
一个用DirectX开发的简单而强大的游戏引擎
一个用DirectX开发的简单而强大的游戏引擎-Using DirectX to develop a simple and powerful game engine
- 2022-08-14 10:44:40下载
- 积分:1
-
LMS
说明: 实现自适应LMS滤波的功能,LMS 自适应滤波器在噪声消除方面具有很好的效果 ,且在信噪比较小的情况下也可以完成一定条件下的数字滤波任务。(To realize the function of adaptive LMS filtering, the LMS adaptive filter has a good effect in noise elimination, and the digital filtering task under certain conditions can be completed under the condition of small signal-to-noise ratio.)
- 2019-01-04 09:25:16下载
- 积分:1
-
diaocha
说明: Positioning developed specifically for the administrative organ industry, building industry leading service brand selection, system integration of radio/integration of multiple functions, we worked the enhancement survey measurement system, government organs, the questionnaire survey, newspaper media industry review focused on the government, government ethics system, enhancement of questionnaire development of CCB, leading industry survey system.
- 2020-11-23 19:26:28下载
- 积分:1
-
介绍如何用单片机配置FPGA,仅供参考,如有疑问请联系我。
介绍如何用单片机配置FPGA,仅供参考,如有疑问请联系我。-how to use microcontroller FPGA configuration, for reference purposes only, if any questions, please contact me.
- 2022-03-16 18:15:24下载
- 积分:1
-
This is a combination of chat and information passed down through the software....
这是一个集合聊天和资料传诵的软件。他可快速的传送电影,文字,图片等 -This is a combination of chat and information passed down through the software. He may rapid transmission film, words and pictures
- 2023-07-09 00:05:04下载
- 积分:1
-
C# 代码演示水仙花求和算法
C# 代码演示水仙花求和算法,关于求和水仙花数的原理:一个三位数,每一位数的立方相加等于该数本身。清空listBox1控件,获取3位数中的后两位数。具体代码可看下面:
//水仙花数的算法是一个三位数,每一位数的立方相加等于该数本身。
private void button1_Click(object sender, EventArgs e)
{
int a = 0, b = 0, c = 0;//定义变量
listBox1.Items.Clear();//清空listBox1控件
for (int i = 100; i
- 2022-06-16 00:33:40下载
- 积分:1