登录
首页 » 终端 » 该程序有x5045,12864液晶显示,步进电机等各个模块组成的一个程序有详细的功能说明...

该程序有x5045,12864液晶显示,步进电机等各个模块组成的一个程序有详细的功能说明...

于 2022-06-21 发布 文件大小:83.27 kB
0 134
下载积分: 2 下载次数: 1

代码说明:

该程序有x5045,12864液晶显示,步进电机等各个模块组成的一个程序有详细的功能说明-The program has x5045, 12864 LCD, stepper motor, composed of various modules, such as a program has a detailed description of the function

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

发表评论

0 个回复

  • 一个控制台下的验证哥德巴赫猜想的程序源码,我们当时课上的作业...
    一个控制台下的验证哥德巴赫猜想的程序源码,我们当时课上的作业-Under a single console to verify the procedures Goldbach Conjecture source, and we had classes on operating
    2022-08-19 10:18:38下载
    积分:1
  • demonstration vc 6.0 dynamic run
    演示vc++6.0动态运行时功能,帮助了解什么什么是r-demonstration vc 6.0 dynamic run-time functions to help understand what is what r
    2023-08-16 13:35:03下载
    积分:1
  • operating systems experimental procedure c os experimental process scheduling wr...
    操作系统实验程序 c++ os实验进程调度c++环境写的,不过会c语言和操作系统知识都能看懂-operating systems experimental procedure c os experimental process scheduling write c environment, but will c language and knowledge of the operating system can understand
    2022-02-20 08:47:33下载
    积分:1
  • 高斯
    Gauss-Jordan消去法 实现矩阵求逆 有详细算法解释-Gauss-Jordan elimination method to achieve matrix inverse Algorithm is explained in detail
    2022-05-29 02:54:45下载
    积分:1
  • a group function for converting hexadecimal string octal binary string string to...
    一组转换函数用于十六进制字符串二进制字符串八进制字符串到十进制整数相互转换,对数值运算和运算转换有帮助-a group function for converting hexadecimal string octal binary string string to decimal integer conversion of numerical computing and Operational Conversion help
    2022-04-28 06:13:26下载
    积分:1
  • LS by Cao Siqin, 2007.7.17 ls [
    LS by Cao Siqin, 2007.7.17 ls [-l/-w/-s][-d/-f][-acpo!?] [path or file name mask1] [mask2 ...] Options: -? : display this help -l : list details -a : list all files -w/s : list in a line, file names are sepatated by tab -p : file name with full path -q : if file name contains space then use " to embrace it -c : swith on/off color -d : list folders only -f : list files only -o : omit file s extension name -O : omit all file s extension names -! : use kernel API instead of stream function to list other options : will be ignored Color: yellow : directory gray : hidden file/directory red : readonly file/directory blue : compressed file/directory green : system file/directory white : normal file/directory Noice: There should be less then 100 masks -l/-w, -d/-f can t be both valid, only the latter will be Both "-" and "/" can be used to define options-LS by Cao Siqin, 2007.7.17 ls [-l/-w/-s][-d/-f][-acpo!?] [path or
    2022-04-06 12:08:54下载
    积分:1
  • 员工管理系统
    个人信息模块 一个完整的雇员信息管理系统,作为一个中央雇员数据库。这使 HR 管理员可以有效地利用雇员的所有信息。 特点: 填充和管理员工的个人信息在一个集中的位置,从而防止数据丢失。 管理及更新您的雇员联系人及旅行内雇员的记录本身的信息。 管理您的雇员的工作信息通过选择相关薪酬等级、 薪酬等。 将督导员分配给员工以确定报告的结构。 了解你的员工过去的工作经验、 教育详细信息、 技能和其他这是 Admin 模块中预定义的标准。 雇员列表中查看员工的详细信息和使用不同的员工信息进行搜索。 生成自定义员工报告,其中可能包括任何所选的标准的 PIM 模块内。
    2022-11-20 21:55:03下载
    积分:1
  • 霍夫曼编码。在c++ 控制台的程序,利用node的结构
    霍夫曼编码。在c++ 控制台的程序,利用node的结构-Huffman code. In c++ Console procedures, take advantage of the structure of node
    2022-07-16 17:23:47下载
    积分:1
  • 一个简单的学生管理系统,是用C/C++混合写的,但由于时间不足。。。只有几个小时,所以做得不是很理想,但如果只是学习用,那就完全没问题了。...
    一个简单的学生管理系统,是用C/C++混合写的,但由于时间不足。。。只有几个小时,所以做得不是很理想,但如果只是学习用,那就完全没问题了。-a simple student management system is the use of C/C was mixed, but because of the lack of time. . . Only a few hours, so do it is not ideal, but if only to study, it did not completely problem.
    2022-04-24 03:29:50下载
    积分:1
  • 反射
    用于获取类型信息在运行时使用反射对象。授予的正在运行元数据的访问权限的类是程序的 System.Reflection 命名空间中。System.Reflection 命名空间包含允许您获取有关应用程序的信息,动态地添加到应用程序的类型、 值和对象的类。ReflectionReflection 的应用程序具有以下应用程序: 它允许查看属性信息在运行时。它允许检查各种类型的程序集,并实例化这些类。它允许后期绑定到方法和 propertiesIt 允许在运行时创建新的类型,然后执行一些任务,使用这些类型。查看 MetadataWe 有提及在前一章使用反射,您可以查看的属性信息。System.Reflection 类的检索对象,需要将其初始化为发现与类关联的属性。若要执行此操作,您定义目标类的 as:System.Reflection.MemberInfo 信息对象 = typeof(MyClass) ;下面的程序演示了这一点: 使用系统 ;[AttributeUsage(AttributeTargets.All)] 公共类 HelpAttribute: 用于 {公共只读字符串 Url ; 公共字符串主题 / 主题是一个命名的参数 {{返回主题 ;} 得到设置 {主题 = 值;}} 公共 HelpAttribute(string url) / / url 是一个定位的参数 {这。Url = url ;} 专用的字符串的主题 ;} {} [HelpAttribute (MyClass 类"信息")] 类 MyClass 命名空间 AttributeAppl {类程序 {静态 void 主要 (字符串 [] args) {System.Reflection.MemberInfo 信息 = typeof(MyClass) ; 对象 [] 属性 = info。GetCustomAttributes(true) ;为 (int 我 = 0 ; 我 < 属性。长度 ;i + +) {System.Console.WriteLine(attributes[i]) ;}Console.ReadKey() ;}}} 编译和运行,它将显示附加到 MyClass:HelpAttribute 示例本示例类的自定义属性的名称时,我们使用前面的章节中使用反射创建的 DeBug
    2022-09-18 10:30:09下载
    积分:1
  • 696518资源总数
  • 106164会员总数
  • 18今日下载