登录
首页 » Windows开发 » C#教程,基本的部分。供大家参考。这是从老师那拷的,呵呵。...

C#教程,基本的部分。供大家参考。这是从老师那拷的,呵呵。...

于 2022-03-31 发布 文件大小:847.67 kB
0 152
下载积分: 2 下载次数: 1

代码说明:

C#教程,基本的部分。供大家参考。这是从老师那拷的,呵呵。-C# Tutorial, the basic part. For your reference. This is a copy from the teacher that, and He He.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 作为一个十进制到二进制的转换,二进制数64。
    将二进制转化为十进制,二进制数最多64位。-As a decimal to binary conversion, binary number 64.
    2022-02-20 16:23:52下载
    积分:1
  • 简单的计算器简单计算器计算器简易计算器,简单的计算器,简单的计算器,简单的计算器
    简单计算器简单计算器简单计算器简单计算器SR Mr计算器
    2023-05-15 00:55:02下载
    积分:1
  • 多点触摸操作示例
    对于此示例,创建一个CDrawingObject类,可以编程方式平移,旋转或缩放。 AnIManipulationProcessor接口被实例化。一种操纵事件接收器创建接受一个指向theCDrawingObject类,在其构造函数中IManipulationProcessor接口。连接点的IManipulationProcessor在操纵事件接收器实现创建,这样的事件接收器接收由theIManipulationProcessor引发的事件。触摸数据被馈送到IManipulationProcessor界面,然后该接口将提高_IManipulationEvent事件。在CManipulationEventSink类的事件处理程序将通过调用访问器上的指针CDrawingObject更新CDrawingObject的方向。下面的代码显示窗口是如何设置的触摸,以及如何CDrawingObject andIManipulationProcessor被实例化,并传递给CManipulationEventSink构造函数。
    2022-02-04 04:59:55下载
    积分:1
  • 在Java中轻松打印文档,java中打印文档的解决
    在Java中轻松打印文档,java中打印文档的解决-in Java easily print documents, print documents java solution
    2022-06-12 11:03:22下载
    积分:1
  • 这个程序是一个数字文本转换器。可以将给定数转换为(镭…
    This program is a Number to Text converter. which can convert a given number (range from one to hundred of vigintillion(10^63) ) to the text that people use to pronouce the number. Feel free to use this code and please give feedback to me. Right now it works for AMERICAN ENGLISH. This code is copyrighted and has limited warranties.
    2023-01-09 22:45:03下载
    积分:1
  • Exam1 iCarnegie
    埃斯特·埃斯·艾尔·奎兹(este es el quizz practico numero 1 de icarnegie)
    2022-01-28 22:49:28下载
    积分:1
  • 功能,利用正交表安排实验称为正交实验设计,该程序是对正交实验的结果,运用方差分析表和F检验个因素对实验结果是否有显著影响。程序是针对不考虑个因素的交互作用的正交...
    功能,利用正交表安排实验称为正交实验设计,该程序是对正交实验的结果,运用方差分析表和F检验个因素对实验结果是否有显著影响。程序是针对不考虑个因素的交互作用的正交设计编写的。-functions, the use of orthogonal arrangement known as orthogonal test experimental design, the procedures of orthogonal experimental results, using analysis of variance table and the F-test factors in the results, is there a significant impact. Procedures are targeting the factors to consider the interaction of orthogonal design prepared.
    2022-01-27 13:37:27下载
    积分:1
  • 实例289——调用MFC扩展DLL,创建圆形按钮
    调用MFC扩展DLL,创建圆形按钮。
    2023-05-10 16:40:04下载
    积分:1
  • DS18B20数字温度传感器实验
    实验器材:探索者STM32F4开发板实验目的:学习DS18B20数字温度传感器的使用.硬件资源:1,DS0(连接在PF9)2,串口1(波特率:115200,PA9/PA10连接在板载USB转串口芯片CH340上面)3,ALIENTEK 2.8/3.5/4.3/7寸TFTLCD模块(通过FSMC驱动,FSMC_NE4接LCD片选/A6接RS) 4,DS18B20传感器一个(接在PG9上). 实验现象:本实验开机的时候先检测是否有DS18B20存在,如果没有,则提示错误。只有在检测到DS18B20之后才开始读取温度并显示在LCD上,如果发现了DS18B20,则程序每隔100ms左右读取一次数据,并把温度显示在LCD上。同样我们也是用DS0来指示程序正在运行。 注意事项: 1,4.3寸和7寸屏需要比较大电流,USB供电可能不足,请用外部电源适配器(推荐外接12V 1A电源).2,本例程在LCD_Init函数里面(在ILI93xx.c),用到了printf,如果不初始化串口1,将导致液晶无法显示!!  3,需自备DS18B20数字温度传感器一个,并插在开发板的U12位置(根据丝印插,平面朝内)  
    2022-04-10 22:55:01下载
    积分:1
  • 已知数组A包含15个互不相等的整数,数组B包含20个互不相等的整数。试编制一程序把既在A中又在B中出现的整数存放于数组C中。 进一步要求数组A和数组B中的数...
    已知数组A包含15个互不相等的整数,数组B包含20个互不相等的整数。试编制一程序把既在A中又在B中出现的整数存放于数组C中。 进一步要求数组A和数组B中的数据用键盘输入,且数据个数不定(最大个数受限制)。-Known to the array A contains 15 mutually exclusive, such as integer, array B contains 20 separate integer and so on. Try to develop a procedure in both A and B appear in the integer stored in an array in C. Further requested that the array A and array B data in the keyboard input, and the number of variable data (maximum number of restricted).
    2023-04-06 05:15:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载