CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - void

搜索资源列表

  1. snake

    0下载:
  2. 这是一个简单的贪吃蛇游戏!只要把这个游戏导入eclipse就可以运行和查看源代码-import com.ruimin.snake.model.GameConstant import com.ruimin.snake.view.GameView import android.os.Bundle import android.os.Handler import android.os.Message import android.app.Activity im
  3. 所属分类:Other Games

    • 发布日期:2017-05-08
    • 文件大小:1806636
    • 提供者:康瑞民
  1. 3

    0下载:
  2. 请编写一个函数void fun(int m,int k,int xx[]),该函数的功能是:将大于整数m且紧靠m的k各素数存入xx所指的数组中。-Please write a function void fun (int m, int k, int xx []), this function is the function: will be greater than integers m and k m, close to the prime numbers stored in the arra
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:2423
    • 提供者:包玲玲
  1. array

    0下载:
  2.   1. 使用下面的方法头编写方法,消除数组中重复出现的值。输入10个整数,显示去除重复数后的结果。(设计性实验)    public static void int[] removeDuplicate(int[] number)-1 Use the following method header preparation methods, eliminating repeated array values. Enter 10 integers, show the results after
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:49632
    • 提供者:
  1. TestNode

    0下载:
  2. static class Program { /// <summary> /// The main entry point for the application. /// </summary> [STAThread] static void Main() { Trace.Listeners.Add(new TextWriterTraceListener("messages.log")) Trace.AutoFlu
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-04
    • 文件大小:14093
    • 提供者:Ivan
  1. 用链表求循环小数

    2下载:
  2. 对于任意的真分数 N/M ( 0 < N < M ),均可以求出对应的小数。如果采用链表表示各个小数,对于循环节采用循环链表表示,则所有分数均可以表示为如下链表形式。 输入: N M 输出: 转换后的小数(不超过 50 位) 要求: 仅编写将分数转换为小数的函数 change( int n, int m, NODE * head ) 。 预设代码: /* PRESET CODE BEGIN - NEVER TOUCH CODE BELOW */ #in
  3. 所属分类:数据结构常用算法

  1. 111

    0下载:
  2. 单片机无线遥控接收模块C程序源码:   void main(void)   {   P2_7=0 //开数码管显示 选通左右侧的数码管   P0=0xc0 //初始显示数字0    while(1){   P1=0xff //P1口设置为输入状态 先全部写1   i=P1 //赋值给临时存贮变量      i=i&0x0f //和0x0f相与 屏蔽高四位,读取无线遥控码      if (i==0x04)//如果是0x04,则代表
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:633
    • 提供者:赵先生
  1. TEST1

    0下载:
  2. 阅读下面的程序,在main()方法里添加语句完成如下功能: ①创建一个MyValue类的对象myValue. ②为myValue对象中的value域赋值10. ③使用getVaule()方法获得myValue对象中的数据并将它打印在屏幕上. class MyValue { private int value public void setValue(int x) { Value = x } public int getValue( ){
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:2731
    • 提供者:小馒头
  1. 1

    0下载:
  2. 运行下列程序,分析super关键字的使用,以及父类与子类之间的隐藏和重写关系 class superClass{ int x superClass( ){ x = 3 System.out.println("in superClass : x = "+x) } void doSomething( ){ System.out.println("in superClass.doSomething( )") } class
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:3525
    • 提供者:小馒头
  1. Mypicture

    0下载:
  2. 定义4个类,MyShape、MyLine、MyRectangle和MyOval,其中MyShape是其他三个类的父类。MyShape为抽象类,包括图形位置的四个坐标;一个无参的构造方法,将所有的坐标设置为0;一个带参的构造函数,将所有的坐标设置为相应值;每个坐标的设置和读取方法;abstract void draw(Graphics g)方法。MyLine类负责画直线,实现父类的draw方法;MyRectangle负责画矩形,实现父类的draw方法;MyOval负责画椭圆,实现父类的draw方法
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:13393
    • 提供者:晕晕
  1. Classes-(I)---CPP-Documentation_files

    0下载:
  2. In order to avoid that, a class can include a special function called constructor, which is automatically called whenever a new object of this class is created. This constructor function must have the same name as the class, and cannot have any retur
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:31269
    • 提供者:梦娜
  1. PWM-C

    0下载:
  2. PWM周期为20ms,分成100等份,每一份0.2ms。P1.0输出占空比为3/10PWM方波,使用T0方式1中断控制方式,设置一个软件计数器count,如果占空比为30 ,-#include<reg51.h> #define uchar unsigned char #define uint unsigned int uchar count sbit PWM=P1^0 void T0_init(void) void delay(uint
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:4231
    • 提供者:jie
  1. stepper-c

    0下载:
  2. 这是利用单片机进行步进电机的控制,效果可以达到正反转,速度调节,对于初学者来说,是一个很好的实验-#include <reg51.h> #define uchar unsigned char sbit P1_0=P1^0 sbit P1_1=P1^1 sbit P1_3=P1^3 sbit P1_4=P1^4 sbit P1_5=P1^5 sbit P1_6=P1^6 sbit P1_7=P1^7 uchar RRR,flg,KKK
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:27448
    • 提供者:jie
  1. PWM-ULN2003A

    0下载:
  2. 利用ULN2003A进行驱动,产生PWM波,里边有照片,可供参考,通过本例程了解PWM 的基本原理和使用 -#include <reg52.h> unsigned char timer1 sbit PWM=P1^2 void system_Ini() { TMOD|= 0x11 //PWM TH1 = 0xfe //11.0592 TL1 = 0x33 TR1 = 1 IE =0x8A
  3. 所属分类:SCM

    • 发布日期:2017-05-02
    • 文件大小:617566
    • 提供者:jie
  1. PWM12-simulate-proteus

    0下载:
  2. 这是利用proteus进行仿真,利用的是AVR单片机,对步进电机进行控制,有详细的仿真图-#include "config.h" #include "PWM.h" void PWM_Init(uint8 Mode, uint8 FioSelect) { switch(Mode) { case FAST_PWM: TCCR0 &= (~(1 << WGM01) & ~(1 << WGM00))
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:47198
    • 提供者:jie
  1. CRC

    0下载:
  2. CRC 加密解密:接口 int compute(const void *pInput, int32_t nInputLength, uint16_t usCrcInit, uint16_t *pusCrcResult) -CRC encryption and decryption algorithm C++ implementation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:2158
    • 提供者:刘珊
  1. dddddd

    0下载:
  2. 编写一个void sort(int *x,int n)实现将x数组中的n个数据从大到小 排序。n及数组元素在主函数中输入。将结果显示在屏幕上并输出到文件p9_1.out中 -Write a void sort (int* x, int n) to achieve the x n array data in descending order. n and array elements entered in the main function. The results are displa
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:1043
    • 提供者:王鹏
  1. 4.2_led_test

    0下载:
  2. void Main(void){ sys_init() // Initial 44B0X s Interrupt,Port and UART // user interface uart_printf("\n\r Led Test Example\n") for( ) { led_test() -void Main (void) (sys_init ()// Initial 44 B0X' s Interrupt. Port and UART// user
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-14
    • 文件大小:5238
    • 提供者:eepconce
  1. 4.6_8led_test

    0下载:
  2. oid led8_test(void){ int i, j, k iic_init() for( ) { for(j=0 j< 10 j++) { for(i=0 i< 8 i++) { k = 9-(i+j)%10 iic_write(0x70, 0x10+i, f_szDigital[k]) } delay(1000) } }}-oid led8_test (void) (int i, j, k iic_init () for () (f
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-14
    • 文件大小:5384
    • 提供者:oodpr
  1. 4.7_watchdog_test

    0下载:
  2. void Main(void){ sys_init() // Initial 44B0X s Interrupt,Port and UART wdtimer_test() // test start }-void Main (void) (sys_init ()// Initial 44 B0X' s Interrupt. Port and UART wdtimer_test ()// start test
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-14
    • 文件大小:3375
    • 提供者:forsdth
  1. ModbusRTU2812

    0下载:
  2. TMS320F2812的modbus通讯-#include "DSP281x_Device.h" #include "DSP281x_Examples.h" #include "DSP281x_ModbusModule.h" volatile struct MODBUS_MODULE ModbusModule Uint16 WORD_LO(Uint16 i) Uint16 WORD_HI(Uint16 i) void ConfigureModbus(void)
  3. 所属分类:Com Port

    • 发布日期:2016-06-02
    • 文件大小:3072
    • 提供者:houqing
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com