登录
首页 » Windows_Unix » ceilc51zwb

ceilc51zwb

于 2017-04-06 发布 文件大小:22158KB
0 191
下载积分: 1 下载次数: 1

代码说明:

  单片机开发包c51中文版,单片机技术的发展以微处理器(MPU)技术及超大规模集成电路技术的发展为先导,以广泛的应用领域拉动,表现出较微处理器更具个性的发展趋势。(SCM development kit c51 Chinese version, the development of single-chip technology to microprocessors (MPU) technology and ultra-large-scale integrated circuit technology development as the guide to a wide range of applications to pull, showing a more personalized micro-processor development trend.)

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

发表评论

0 个回复

  • wps
    The PixLib sample demonstrates how to implement the CPixel class for use by a display driver.
    2018-11-14 13:24:51下载
    积分:1
  • 实现中缀表达式向后缀表达式的转换。要求: 键盘输入一个表达式,并以字符#表示结束; 输出为后缀表达式形式。...
    实现中缀表达式向后缀表达式的转换。要求: 键盘输入一个表达式,并以字符#表示结束; 输出为后缀表达式形式。-realization grade expression to the conversion formula suffix. Requirements : an expression of keyboarding and to the end of said characters#; Output suffix expression form.
    2023-06-21 19:50:03下载
    积分:1
  • This is a small version of the maze to improve the game. Which spent a boolean v...
    这是一个小的改进版的迷宫游戏。其中用了一个boolean量的矩阵表示位置。-This is a small version of the maze to improve the game. Which spent a boolean volume matrix location.
    2022-01-25 16:11:09下载
    积分:1
  • VB遍历USB设备-USB-HID调用工具源代码
    VB遍历USB设备-USB-HID调用工具源代码,能够遍历电脑上的U盘、无线网卡等USB设备,还可通过本工具测试读取和写入,代码作者:黄旺苗。主要是使用API来实现程序功能,主要可实现以下功能:一、获得HID设备的GUID,二、找出所有已连接HID设备、三、列举每一个HID设备、四、获取设备的路径、五、取得设备的标示代号,取得厂商与产品ID等,里面有部分功能没有实现。
    2023-07-07 20:15:02下载
    积分:1
  • MPA算法代码和基于并行策略的MPA算法 
    一种并行策略的MPA算法,用户节点和资源节点同时更新(A parallel strategy based MPA algorithm)
    2020-08-04 19:48:33下载
    积分:1
  • [输入] 图的顶点个数N,图中顶点之间的关系及起点A和终点B [输出] 若A到B无路径,则输出“There is no path” 否则输出A到B路...
    [输入] 图的顶点个数N,图中顶点之间的关系及起点A和终点B [输出] 若A到B无路径,则输出“There is no path” 否则输出A到B路径上个顶点 [存储结构] 图采用邻接矩阵的方式存储。 [算法的基本思想] 采用广度优先搜索的方法,从顶点A开始,依次访问与A邻接的顶点VA1,VA2,...,VAK, 访问遍之后,若没有访问B,则继续访问与VA1邻接的顶点VA11,VA12,...,VA1M,再访问与VA2邻接顶点...,如此下去,直至找到B,最先到达B点的路径,一定是边数最少的路径。实现时采用队列记录被访问过的顶点。每次访问与队头顶点相邻接的顶点,然后将队头顶点从队列中删去。若队空,则说明到不存在通路。在访问顶点过程中,每次把当前顶点的序号作为与其邻接的未访问的顶点的前驱顶点记录下来,以便输出时回溯。 #include int number //队列类型 typedef struct{ int q[20] -[imported] map of the number of vertices N, Vertex map of the relationship between the starting point and end point A and B [output] if A to B without path then exporting "There is no path" Otherwise output A to B on the path vertices [storage structure] plan adopted adjacency matrix of storage. [Algorithm for the basic idea] BFS way from the vertex A, A visit followed with adjacent vertices VA1, VA2 ,..., VAK, visiting times, if not visit B, continue to visit with the VA1 adjacent vertices VA11, VA12 ,..., VA1M. VA2 and then
    2022-01-25 22:50:29下载
    积分:1
  • 一种涡轮增压器的完整性输入和输出管理系统
    一个在Turbo C中使用的完整的DOS输入输出管理系统-a Turbo C in the integrity of the DOS input and output management system
    2023-06-22 17:10:04下载
    积分:1
  • VC++局域网发文件、发消息程序
    VC++局域网发文件、发消息程序,在内网或局域网中传送文件,点对点的文件传输,还可进行消息发送。打开程序后,经过简单设置后就可 使用,在Windows托盘处显示图标,点击图标可显示对应窗口。使用方法:   1、请不要屏蔽2118端口   2、如果对方没有安装本软件,将不能发送附件,也不能通过IP发送消息   3、使用本信使前,请关掉其它信使服务,及加入DCOM支持   4、第一次使用使用时请先设置相应的参数,部分功能右键提供   5、呼出热键为CTRL+ALT+A、F4,隐藏为ESC键   6、如果对方没有装本信使且不在一个子网内,发送将失败   7、频繁关闭并启动本程序的时间间隔请不要小于60秒
    2022-02-02 17:32:22下载
    积分:1
  • 本程序示例如何将多个文件合并成一个文件,并能够自分解。此技术在制作安装程序时非常有用。我在本网站学到了此技术,并将整理扩展,能够合并文件和目录,个数不限。...
    本程序示例如何将多个文件合并成一个文件,并能够自分解。此技术在制作安装程序时非常有用。我在本网站学到了此技术,并将他整理扩展,能够合并文件和目录,个数不限。-example of the procedures on how to merge multiple files into a document and to be able to decomposition. This technology in the manufacture and installation procedures will be very useful. On this website I learned this technology, he will collate extended to merge files and directories, open-number.
    2022-03-18 11:35:36下载
    积分:1
  • 正负序提取
    实现电压的正负序分离,进而进行不对称故障情况下的有功功率控制(The positive and negative sequence separation of voltage is realized, and the active power control in the case of asymmetric fault is carried ou)
    2017-11-22 10:50:34下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载