资源列表
[其他小程序] tuxiangzengqiang
说明:将图片用直方图均衡化算法进行增强,并画出亮度对比图-The picture with the histogram equalization algorithm enhanced brightness and draw comparison chart<方小萍> 在 2025-10-12 上传 | 大小:5kb | 下载:0
[其他小程序] 383747351f79
说明:pic18系列单片机CAN总线通信能实验成功-CAN bus communication can experiment successfully 1111122222211111<xgb09> 在 2025-10-12 上传 | 大小:17kb | 下载:0
[其他小程序] cSharp-code-1
说明:编写一个程序计算出球、圆柱和圆锥的表面积和体积源代码-Write a program that calculates the ball, cylindrical and tapered surface area and volume of source code<qiaoweikang> 在 2025-10-12 上传 | 大小:11kb | 下载:0
[其他小程序] Employees-System
说明:编写的是一个雇员系统,存储雇员的基本信息-It is an employee system to stroage the employee s basic information<qiaoweikang> 在 2025-10-12 上传 | 大小:11kb | 下载:0
[其他小程序] Book-Card-Class
说明:设计一个图书卡片类Card,用来保存图书馆卡片分类记录源代码-Design a library card class Card, to save the source code library card sorting records<qiaoweikang> 在 2025-10-12 上传 | 大小:11kb | 下载:0
[其他小程序] Library-Information-class
说明:创建一个类,来描述图书信息,并对其进行测试源代码-Creating a class to describe the book information, and test source code<qiaoweikang> 在 2025-10-12 上传 | 大小:11kb | 下载:0
[其他小程序] TS-FashionWalk-zencart151
说明:TS-FashionWalk_运动鞋_有预览图 分享网址:www.opkkk.com 一家成功的外贸网站-zencart moban<cary> 在 2025-10-12 上传 | 大小:3.76mb | 下载:0
[其他小程序] Exception-handling
说明:理解什么是异常及异常可能产生的原因,掌握异常抛出和捕获语句并理解专有catch块的使用 -Understand what is the cause abnormalities and anomalies that may arise, master exception is thrown and caught statement and understand the use of proprietary catch block<qiaoweikang> 在 2025-10-12 上传 | 大小:11kb | 下载:0
[其他小程序] Array-Programming
说明:了解数组的概念,掌握数组的声明、初始化方式,熟练掌握foreach语句的用法,理解params关键字的使用,掌握数组转换方法的使用,理解索引器的概念,掌握在整数索引和在字符串上索引的应用. -Understand the concept of the array, the array of master declaration, initialization methods, proficiency foreach statement usage, understanding the use<qiaoweikang> 在 2025-10-12 上传 | 大小:13kb | 下载:0
[其他小程序] Fibonacci-number
说明:这种递归形式的定义容易诱导人们使用递归形式来解决问题。这里有一个陷牌:它使用递归步骤计算Fibonacci(n-1)和Fibonacci(n-2)。但是,在计算Fibonacci(n-1)时也将计算Fibonacci(n-2)。这个额外的计算代价有多大呢? 它的代价远远不止一个冗余计算:每个递归调用都触发另外两个递归调用,而这两个调用的任何一个还将触发两个递归调用,再接下去的调用也是如此。这样,冗余计算的数量增长得非常快。例如,在递归计算Fibonacci(10)时,Fibonacci(3)<钟晨阳> 在 2025-10-12 上传 | 大小:1kb | 下载:0