登录
首页 » Others » eov__arotocal

eov__arotocal

于 2017-04-14 发布 文件大小:30KB
0 195
下载积分: 1 下载次数: 1

代码说明:

  屏幕保护程序,其实现方法简单,有效,很值得借鉴,很好用的(The screen saver, its implementation method is simple, effective, is very, very useful)

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

发表评论

0 个回复

  • image_filters
    image filters application
    2017-09-13 17:54:33下载
    积分:1
  • NS-lecture-note-for-Beginners
    为NS初学者提供的讲座,英文版,是NS入门学习的得力资料。对与初学者来说,如果直接从NS手册来学习,会感觉无头绪,希望这个资料能对你有所帮助(NS Simulator Course for Beginners)
    2009-02-10 13:55:40下载
    积分:1
  • 网易选项卡与滑动门菜单代码
    网易选项卡与滑动门菜单代码,比较清新的格调,看上去挺美的。上边是选项卡,需要鼠标点击切换的那,下面是滑动门,鼠标放上去就切换内容,想用哪一款,就根据自己需要决定吧。
    2023-01-11 16:05:03下载
    积分:1
  • suitable for teaching use of a small role
    一个适合教学使用的小型角色扮演游戏,2D卷轴设计。适合编程初学者学习。-suitable for teaching use of a small role-playing games, 2D scroll design. Programming for beginners learning.
    2022-11-28 18:15:03下载
    积分:1
  • ActiveMQ.part04
    ActiveMQ服务,简单直接启动即可,方便测试,第四部分(ActiveMQ service, simple and direct start, easy to test, Part IV)
    2020-06-17 10:20:02下载
    积分:1
  • PVRMS
    说明:  计算平面面形的pv值和rms值,通常用在光学表面形貌测量中(Calculating the Pv value and RMS value of the plano surface)
    2021-03-13 21:59:24下载
    积分:1
  • C#修改Windows电脑的计算机名
    Visual C#修改计算机名,修改电脑名称为另一个自定义的新名称,代码较简单,这里不多做介绍了,运行界面如示例截图所示。以下为核心部分代码,先睹为快,完整源码项目请下载:   [DllImport("kernel32.dll")]   private static extern int SetComputerName(string ipComputerName);//重写API函数   private void Frm_Main_Load(object sender, EventArgs e)   {    Computer computer = new Computer();//创建计算机对象    textBox1.Text = computer.Name;//显示计算机名称   }   private void button1_Click(object sender, EventArgs e)   {    if (textBox2.Text == "")//判断计算机名称是否为空    {    MessageBox.Show("计算机名称不能为空!");    }    else    {    SetComputerName(textBox2.Text);//修改计算机名称    MessageBox.Show("计算机名称修改成功,请重新启动计算机使之生效!");    }   }
    2022-03-07 15:38:03下载
    积分:1
  • ADI官网资料,代码实现了AD5422控制,微控制器是ADuC7026,代码环境: KEIL C...
    ADI官网资料,代码实现了AD5422控制,微控制器是ADuC7026,代码环境: KEIL C-Realize AD5422 Driver,Use ADuC7026 as MCU,Development Tool: KEIL C
    2022-03-22 22:55:59下载
    积分:1
  • 单例模式-工具箱01
    说明:  c# barcode generator for net application
    2020-06-24 08:20:02下载
    积分:1
  • xian2
    通过键盘创建有若干个元素(可以是整型数值)的单链表,实现对单链表的初始化,对已建立的顺序表插入操作、删除操作、查找操作、遍历输出单链表。 要求各个操作均以函数的形式实现,并且在主函数中调用各个函数实现以下操作: ( 1 )键盘输入单链表 x 、 x 、 x 、 x 、 x 、 x ,并输出显示,其中 x 为任意整数。 ( 2 )在单链表的第 4 个位置插入 67 ,并输出单链表中的各元素值。 ( 3 )删除单链表中的第 2 个数据元素,并输出单链表中的各元素值。 ( 4 )查找单链表中的第 5 个元素并输出该元素的值。(A single linked list with several elements (which can be integer values) is created by keyboard to initialize the single linked list, insert operation, delete operation, search operation and traverse the output single linked list. Each operation is required to be implemented in the form of a function, and each function is called in the main function to implement the following operations: (1) Keyboard input single linked list x, x, x, x, x, x, and output display, where x is an arbitrary integer. (2) Insert 67 at the fourth position of the single-linked list and output the values of each element in the single-linked list. (3) Delete the second data element in the single-linked list and output the values of each element in the single-linked list. (4) Find the fifth element in the single list and output its value.)
    2019-04-18 20:15:36下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载