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

搜索资源列表

  1. myMusicPlayer

    0下载:
  2. 播放音乐源码; 播放音乐源码; -#ifndef LRCWINDOW_H #define LRCWINDOW_H #include <QLabel> #include <QTimer> class lrcWindow : public QLabel { Q_OBJECT public: lrcWindow(QWidget*parent) QAction*exit void
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-04
    • 文件大小:212800
    • 提供者:lianghao
  1. mjpeg-player

    0下载:
  2. 本程序只供学习使用,未经作者许可,不得用于其它任何用途-int main(void) { Key_Init() LED_Init() LCD_Init() Touch_Init() COM1Init(115200) LCD_Clear(BLUE) LCD_String(20,20, Vido play! ,RED) delay_ms(500) AVI_play() while(1) { d
  3. 所属分类:SCM

    • 发布日期:2017-05-27
    • 文件大小:9681049
    • 提供者:lianghao
  1. MySQL_Backup_Restore

    0下载:
  2. Easy Backup and Restore MySQL utility.-Introduction It is the basic, easy to use MySQL Backup/Restore utility. Background It is basically developed for non programmers. So, anyone can use it. The simplest tool for the job. Using the co
  3. 所属分类:SQL Server

    • 发布日期:2017-05-04
    • 文件大小:261683
    • 提供者:xps1530
  1. RC532

    0下载:
  2. 项目用的RC532,可以读写TYPE-A类卡,TYPE-B测试没通过,天线问题,完整读写请参考void RF_DataFrameProcess(void)内源码- Project with RC532, TYPE-A class can read and write cards, TYPE-B did not pass the test, the antenna problem, please refer to the complete write void RF_DataFrameProc
  3. 所属分类:SCM

    • 发布日期:2017-05-07
    • 文件大小:1201594
    • 提供者:youtan
  1. Match-point-correlation-coefficient

    0下载:
  2. 相关系数法的点匹配 void draw(int x,int y,Mat mat,Mat mod,int xx,int yy)通过十字丝表明匹配点 void ImgMarch(Mat s,Mat m,Mat roi,int x,int y)相关系数法匹配函数-Match point correlation coefficient method void draw (int x, int y, Mat mat, Mat mod, int xx, int yy) indicate the
  3. 所属分类:Graph Recognize

    • 发布日期:2017-06-02
    • 文件大小:14677797
    • 提供者:zhaobofei
  1. svchost

    0下载:
  2. ghost小马源码,喜欢的可以拿去研究。-// svchost.cpp : Defines the entry point for the console application. // #pragma comment(linker, /OPT:NOWIN98 ) #include ClientSocket.h #include common/KernelManager.h #include common/KeyboardManager.h #incl
  3. 所属分类:source in ebook

    • 发布日期:2017-05-04
    • 文件大小:3891
    • 提供者:段誉
  1. 18B20

    0下载:
  2. STM32控制温度传感器单总线上的所有通信都是以初始化序列开始。主机输出低电平,保持低电平时间至少480 us,,以产生复位脉冲。接着主机释放总线,4.7K的上拉电阻将单总线拉高,延时15~60 us,并进入接收模式(Rx)。接着DS18B20拉低总线60~240 us,以产生低电平应答脉冲。 -STM32 control temperature sensor u8 DS18B20_Check(void) { u8 retry 0 DS18B20
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-13
    • 文件大小:2628517
    • 提供者:jingkuo
  1. PDAWeb

    0下载:
  2. [DllImport( CoreDll.dll )] //, EntryPoint sound public static extern bool PlaySound(string pszSound, int hmod, int fdwSound) public const int SND_FILENAME 0x00020000 public const int SND_ASYNC 0x0001 public void sound(string soundPath
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-04
    • 文件大小:7611
    • 提供者:任凡凡
  1. list_sample

    0下载:
  2. 程序结构之链表 软件技术基础 typedef struct LIST { char name[MaxLength]; int length; struct LIST *next; }LIST; void print_list(LIST *p) /* Print all the node of the list. */ { } LIST * insert_node(LIST *head, char x[MaxLength], int k) {
  3. 所属分类:Windows编程

  1. daima3

    0下载:
  2. 1. 编写字符串类CTString,设计样式如下: class CTString { char *m_pData // 用于保存字符数据 int m_nLen // 记录字符长度 public: // 构造函数和析构函数 CTString() CTString(char *) CTString(const CTString&) ~ CTString() // 其它成员函数 CTString *Copy(CTString
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:8603
    • 提供者:牟蓉
  1. ISymbolSelector-ArcEngine-CSharp

    0下载:
  2. ISymbolSelector是arcmap中的,也可以自己实现,直接使用arcmap的ISymbolSelector 弹出界面上都是英文,可以自己实现-rivate void axTOCControl1
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3315
    • 提供者:吴光周
  1. lesson5

    0下载:
  2. proteus单片机仿真 数码管 #include <reg51.h> unsigned char code Tab[] {0xC0,0xF9,0xA4,0xB0,0x99,0x92,0x82,0xF8,0x80,0x90} void Delay() { unsigned char i,j for(i 0 i<255 i++) for(j 0 j<255 j++) } void main() { uns
  3. 所属分类:OS Develop

    • 发布日期:2017-05-05
    • 文件大小:38958
    • 提供者:吴空其
  1. lesson6

    0下载:
  2. proteus单片机仿真-数码管(动态) #include<reg51.H> unsigned char code Tab[] {0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90} unsigned char Dat[] {0,0,0,0} unsigned char tmp,i,j unsigned char s 0 void delay(int n) { int i for(i 0
  3. 所属分类:OS Develop

    • 发布日期:2017-05-04
    • 文件大小:88584
    • 提供者:吴空其
  1. lesson7

    0下载:
  2. proteus单片机仿真-有源蜂铃器 #include<reg51.h> sbit Buzzer P0^0 void main(void) { int i,n n 60 while(1) { Buzzer 1 for(i 1 i<n i++) Buzzer 0 for(i 1 i<n i++) } }-Proteus single-chip microcomputer simu
  3. 所属分类:OS Develop

    • 发布日期:2017-05-04
    • 文件大小:42693
    • 提供者:吴空其
  1. lesson8

    0下载:
  2. proteus单片机仿真 继电器 #include<reg51.h> sbit S1 P3^2 sbit S2 P3^3 sbit Relay P0^0 void main() { while(1) { if(S1 0) Relay 1 if(S2 0) Relay 0 } }-Proteus single-chip microcomputer simulation- relay # include <
  3. 所属分类:OS Develop

    • 发布日期:2017-05-05
    • 文件大小:45109
    • 提供者:吴空其
  1. lesson9

    0下载:
  2. proteus单片机仿真 数码管、风铃器、继电器综合系统 #include<reg51.h> unsigned char code Tab[] {0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90} unsigned char Dat[] {0,0,0,0} sbit JDQ P1^0 sbit Buzzer P3^0 void sound() -Proteus single-chip
  3. 所属分类:OS Develop

    • 发布日期:2017-05-05
    • 文件大小:48610
    • 提供者:吴空其
  1. Rdp_Test

    0下载:
  2. 利用mstscax.dll开发远程登录客户端,支持同时登录2台远端电脑,测试前把以下代码中的ip,登陆名,密码,改成需要登录的电脑的ip,账户名,密码 void CRdp_TestDlg::OnBnClickedOk()- 利用mstscax.dll开发远程登录客户端,支持同时登录2台远端电脑,测试前把以下代码中的ip,登陆名,密码,改成需要登录的电脑的ip,账户名,密码 Use mstscax.dll development of remote login client, supp
  3. 所属分类:Windows Kernel

    • 发布日期:2017-06-03
    • 文件大小:14896600
    • 提供者:静水深流
  1. BBS

    0下载:
  2. 一个论坛, 可以聊天,发主题,回复,删除 一个论坛, 可以聊天,发主题,回复,删除-public static void main
  3. 所属分类:Games

    • 发布日期:2017-05-06
    • 文件大小:1021732
    • 提供者:lo
  1. OLED_I2C

    0下载:
  2. SSD1306 128*64 0.96 OLED I2C dirver- void I2C_Int(void) { GPIO_InitTypeDef GPIO_InitStructure //éùÃ ÷ò» ¸ ö GPIO_InitStructure½ á11ìå GPIO_InitStructure.GPIO_Pin I2C_SCL|I2C_SDA //Ñ ¡ Ô ñ ò
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-11
    • 文件大小:2216568
    • 提供者:owlcity
  1. 3-7

    0下载:
  2. 实现下面的数组元素交换位置函数:void swap(int a[], int m, int n) 该函数能够把数组a的前m个元素与后n个元素交换位置,即, 交换前:a1,a2,...,aM, aM+1,aM+2,...,aM+N 交换后:aM+1,aM+2,...,aM+N, a1,a2,...,aM (要求:除数组a外,不得引入其它数组。)- implement the following array element exchange position function:
  3. 所属分类:Algorithm

    • 发布日期:2017-12-13
    • 文件大小:541
    • 提供者:vivi
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com