资源列表
[C#编程] yuanrenhui
说明:它是用C#写的图书馆数据库系统,是源代码,如果要运行,需要把库名改掉-It is a system of tushuguan<袁任辉> 在 2025-06-30 上传 | 大小:400kb | 下载:0
[C#编程] CSharpCOMplusProgramming
说明:how to use C# to program COM plus<anh tran quoc> 在 2025-06-30 上传 | 大小:2.06mb | 下载:0
[C#编程] DataframeAPI
说明:This a C# general library witch implements the Xbee API datafr a me for newbies.-This is a C# general library witch implements the Xbee API datafr a me for newbies.<fanl> 在 2025-06-30 上传 | 大小:2kb | 下载:0
[C#编程] main
说明:本例表明了上述赋值运算中类型转换的规则。a为整型,赋予实型量y值8.88后只取整数8。x为实型,赋予整型量b值322, 后增加了小数部分。字符型量c1赋予a变为整型,整型量b赋予c2 后取其低八位成为字符型(b的低八位为01000010,即十进制66,按ASCII码对应于字符B)。-This example shows the assignment operator in the above-mentioned type conversion rules. a as integer, y giv<lili> 在 2025-06-30 上传 | 大小:2kb | 下载:0
[C#编程] 2sd
说明:本例中用一个循环语句给a数组各元素送入奇数值,然后用第二个循环语句输出各个奇数。在第一个 for语句中,表达式3省略了。在下标变量中使用了表达式i++,用以修改循环变量。当然第二个for语句也可以这样作,C语言允许用表达式表示下标。 程序中最后一个printf语句输出了两次a[5]的值,可以看出当下标不为整数时将自动取整。-In this case with a loop to a surprising array of values into the elements, and then th<lili> 在 2025-06-30 上传 | 大小:2kb | 下载:0