登录
首页 » 其他项目 » 89CS52 connection 8019AS circuit protel 99 format

89CS52 connection 8019AS circuit protel 99 format

于 2022-04-26 发布 文件大小:20.42 kB
0 264
下载积分: 2 下载次数: 1

代码说明:

89CS52 连接 8019AS电路protel 99 格式-89CS52 connection 8019AS circuit protel 99 format

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

发表评论

0 个回复

  • 一个完全的C编译的程序,这样的操作系统课程…
    一个完完全全用c编译的程序,使操作系统的课程设计,实现了安全分配,回收,网上的大多都没有回收操作,使一个非常完整的银行家算法的实现-a totally c compiler with the procedures so that the operating system of curriculum design, realization of a security allocation, recovery, most of the Internet are not recycling operation, a very integrity of the algorithm to achieve bankers
    2023-05-18 04:30:03下载
    积分:1
  • 实现约瑟夫(Josephu)问题,n,m,k为外部输入,并打印输出结果...
    实现约瑟夫(Josephu)问题,n,m,k为外部输入,并打印输出结果-achieve Joseph (Josephu), n, m, k for external input, output and print
    2023-08-04 11:10:03下载
    积分:1
  • 用powerbuilder写的一个多文档记事本
    用powerbuilder写的一个多文档记事本-written by more than one document Notepad
    2023-07-11 20:15:03下载
    积分:1
  • Flash Mx Secrets, Source Code,Importent Files,The Best Of Flash Scripts And Acti...
    Flash Mx Secrets, Source Code,Importent Files,The Best Of Flash Scripts And Action Scripts.zip
    2022-04-16 05:13:37下载
    积分:1
  • 非常棒的游戏,研究,研究!
    用java写非常棒的游戏,适合学习,研究!-terrific games for study, research!
    2023-01-15 17:20:04下载
    积分:1
  • 滚球游戏意智游戏 问题描述 有八个小洞,序号和分布位置如图。小球从A、B、C(即洞号0、1、2)三个位置之一滚下。如果洞的状态为0时,球向左滚;如果洞的...
    滚球游戏意智游戏 问题描述 有八个小洞,序号和分布位置如图。小球从A、B、C(即洞号0、1、2)三个位置之一滚下。如果洞的状态为0时,球向左滚;如果洞的状态为1时,球向右滚。凡是球滚过的洞,状态取反(既由1变0,由0变1)。 现用8位二进制数依次从左到右表示八个小洞的状态。 例: 图中的初始状态为 00000101 时,最多滚入3个球时有 从C洞滚入一小球状态为 ――――> 00101111 从B洞滚入一小球状态为 ――――> 01111011 从A洞滚入一小球状态为 ――――> -bowls game Italy-game description eight holes and serial number and distribution figure. Small ball from the A, B, C (hole No. 0,1,2), one of the fallen three locations. If the state of the hole 0:00 a.m., the ball rolling left; If the state of the hole 1:00, the ball rolling right. Whatever strain at the hole, from the anti-state (both from a variable 0, 0 Variable 1). Now with eight followed by the binary number eight hole, said whatever the state. Cases : Figure the initial states of 00000101, three roll-up ball from C hole rolled over a small ball of----> 00101111 B hole rolled over from one state to the small ball----> 01111011 from A hole rolled over a small ball of---->
    2023-04-01 05:00:04下载
    积分:1
  • 各种常见的算法,用C写
    各种常见的算法,用C写-various common algorithms, written in C
    2022-01-25 16:32:46下载
    积分:1
  • 我很抱歉上传这个,因为我现在没有任何,…
    I am sorry to upload this project, because I do not have any project right now, being a beginner. But I like very much this site and I will upload my projects later.-beginner
    2022-03-02 15:56:16下载
    积分:1
  • 用visual c++编缉的一个N阶螺旋幻方程序,实现幻方功能。
    用visual c++编缉的一个N阶螺旋幻方程序,实现幻方功能。-with visual c editing of a spiral bands N magic square procedures, functions magic square.
    2023-04-21 06:15:03下载
    积分:1
  • 有源码事例,还有说明.一看就明白, 一,把"HGB.dll"和"hgbguanligongcheng.dll"复制到系统文件夹"WINDOWSsystem3...
    有源码事例,还有说明.一看就明白, 一,把"HGB.dll"和"hgbguanligongcheng.dll"复制到系统文件夹"WINDOWSsystem32"下. 二,新建一VB标准EXE,在"工程引用"下点击浏览把"WINDOWSsystem32"下的"hgbguanligongcheng.dll" 引用进来. 三,在窗体里声明一个对象变量yy Dim yy As New hgbguanlimokuai 再在任一事件下引用YY里的函数过程 i = yy.chongqi() 本过程执行重启动计算机,无返回值 ii=yy.guanji() 本过程执行关闭计算机,无返回值 iii=yyy.huoquan() 本过程执行获得计算机管理权,成功返回1,失败返回0 注意: 生成exe文件在别的机上运行时要把两个DLL文件复制到系统文件夹"WINDOWSsystem32"下,.因为exe 文件在运行时会用到那两个DLL. 解释: "hgbguanligongcheng.dll"文件里面有"hgbguanlimokuai"模块 "hgbguanlimokuai"模块里面有三个函数过程chongqi(),guanji(),huoquan() 我们声明YY为"hgbguanlimokuai"模块就等于在工程里加入了一个模块当然就能 在任何其他事件引用模块里的函数过程.-a source examples, there are shows. See at a, a, "HGB.dll" and "hgbguanligongcheng.dll" copied to the System folder " WINDOWS system32". 2, a new standard EXE VB. "works quote" Click here " WINDOWS system32" under the "hgbg uanligongcheng.dll
    2022-02-02 07:16:06下载
    积分:1
  • 696516资源总数
  • 106554会员总数
  • 12今日下载