网站首页
编程语言
数据库
系统相关
其他分享
编程问答
totalweight
2024-07-26
菜园里有5只鸡,体重分别是3kg,5kg,1kg,3.4kg,2kg,50kg。求出总体重和平均体重
1publicclassexercise13{23publicstaticvoidmain(String[]args){4//比如,我们可以用数组来解决一个问题=>体验5//定义一个数组6//解读7//1.double[]表示是double类型的数组,数组名hens8//2.{3,5,1,3.4,2,50};表示数组的值/元素,依次表示
2024-06-08
C# 使用 stackalloc 在栈上分配内存
stackalloc官方文档https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/operators/stackallocAstackallocexpressionallocatesablockofmemoryonthestack.Astack-allocatedmemoryblockcreatedduringthemethodexecutionisautomaticallyd