登录
首页 » C51 » 测试2

测试2

于 2020-06-24 发布
0 266
下载积分: 1 下载次数: 1

代码说明:

说明:  新手点亮液晶屏可观看,翻页显示,以最基础的代码(The novice lights up the LCD screen to be able to watch, turn over the page to display, with the most basic code)

文件列表:

测试2, 0 , 2019-07-15
测试2\测试.c, 11047 , 2019-07-15
测试2\测试.LST, 19002 , 2019-07-15
测试2\测试.OBJ, 18818 , 2019-07-15
测试2\测试2, 16290 , 2019-07-15
测试2\测试2.hex, 6005 , 2019-07-15
测试2\测试2.lnp, 41 , 2019-07-15
测试2\测试2.M51, 19316 , 2019-07-15
测试2\测试2.plg, 9629 , 2019-07-15
测试2\测试2.uvopt, 54886 , 2019-07-14
测试2\测试2.uvproj, 13265 , 2019-07-13
测试2\测试2_uvopt.bak, 54876 , 2019-07-14
测试2\测试2_uvproj.bak, 0 , 2019-07-13

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

发表评论

0 个回复

  • IEEEtran
    latex排版IEEE模板latex排版IEEE模板(The latex template latex typesetting typesetting IEEE IEEE template)
    2016-05-31 23:11:06下载
    积分:1
  • 本tkyc使用Quick VxD 生成了一个动态加载的“Hello world”VxD框架,并通过一个WIN32应用程序完成VxD的加载和卸载。在应用程序中,制...
    本tkyc使用Quick VxD 生成了一个动态加载的“Hello world”VxD框架,并通过一个WIN32应用程序完成VxD的加载和卸载。在应用程序中,制作2个按钮,一个用于加载VxD,另一个用于卸载VxD。在VxD被动态加载时,VxD会输出数据流“Hello world!”以及“动态加载dynamic.vxd成功”;在VxD被卸载时,VxD会输出数据流“动态卸载dynamic.vxd成功”。-tkyc use of the Quick VxD to generate a dynamic loading of the "Hello world "VxD framework and through a Win32 application procedures are completed VxD loading and unloading. In the application process, the production of two buttons, a VxD for loading, unloading for another VxD. In VxD dynamically loaded, VxD will output data stream "Hello world!" and "dynamic loading dynamic.vxd successful "; in VxD be unloaded, VxD will output data stream "dynamic unloading dynamic.vxd success."
    2022-03-12 08:52:43下载
    积分:1
  • Java中的Canvas绘图源码实例
    Java中的Canvas绘图源码实例,主要是画线条、弧线、圆角矩形、三角形、文字、圆形等简单的几何图形,主要是通过创建DrawingCanvas对象canvas,为canvas设置命令监听者,实现接口CommandListener的方法,把缓冲区图像的内容绘制到画布上,画图部分代码:   int w = getWidth(); // 画布的宽度   int h = getHeight(); // 画布的高度   Image buffer = Image.createImage(w, h); // 用于绘图的缓冲图像   Graphics gc = buffer.getGraphics(); // 获取缓冲图像的图形环境   // 清除画布   public void clearScreen() {    gc.setColor(255,255,255); // 设置绘图颜色为白色    gc.fillRect(0,0,w,h); // 把缓冲图像填充为白色    gc.setColor(255,0,0); // 设置绘图颜色为红色   }   // 绘制直线   public void drawLine() {    setTitle("直线"); // 设置画布的标题    clearScreen(); // 清除画布    gc.drawLine(10,10,w-20,h-20); // 绘制黑色直线    gc.setColor(0,0,255); // 设置绘图颜色为蓝色    gc.drawLine(10,h/2,w-10,h/2); // 绘制蓝色直线   }   // 绘制弧   public void drawArc() {    setTitle("弧线和填充弧");    clearScreen();    gc.drawArc(5,5,w/2-20,h/2-20,60,216); // 绘制弧线    gc.drawArc(5,h/2-10,w/2-20,h/2-20,0,360); // 绘制圆    gc.setColor(0,0,255);    gc.fillArc(w/2,5,w/2-20,h/2-20,60,216); // 绘制填充弧线    gc
    2023-04-11 05:50:03下载
    积分:1
  • Corrlationdemsion
    本压缩包里有计算关联维数的Matlab程序设计,较快。(compression of the bundle is calculated correlation dimension of the Matlab programming, faster.)
    2021-01-15 10:28:45下载
    积分:1
  • Automatic segmentation TPS Kamwa2007
    说明:  Automatic segmentation TPS Kamwa2007
    2020-06-18 17:40:02下载
    积分:1
  • MATLAB代码水印的DCT
    Matlab Code for watermarking in DCT
    2023-07-13 18:40:04下载
    积分:1
  • 银行家算法演示,经过测试可以使用,压缩包里很详细(根据网络源码改的)...
    银行家算法演示,经过测试可以使用,压缩包里很详细(根据网络源码改的)-bankers algorithm demonstration, the test can be used, the compressed bundle very detailed (based on the source code to make the network)
    2022-05-26 14:05:30下载
    积分:1
  • AAC反作弊3.3.9
    说明:  这个mod可以有效避免我的世界服务器中出现作弊的情况(This mod can effectively avoid cheating in Minecraft Server)
    2020-06-23 01:20:02下载
    积分:1
  • The East China Sea Lian
    东海李莲中学网页源代码下载学习指导参考文件-The East China Sea Lian-school study guide website to download the source code reference document
    2022-01-22 14:09:31下载
    积分:1
  • 常用聚类
    常用聚类的MATLAB程序,调试均可用。包含k均值聚类、模糊C均值聚类、模糊减法聚类、谱系聚类(Common clustering MATLAB program, debugging are available. Including k-means clustering, fuzzy C-means clustering, fuzzy subtraction clustering, pedigree clustering)
    2021-03-04 01:09:33下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载