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

搜索资源列表

  1. ConstructWaveBaseFunction.rar

    0下载:
  2. 紧支撑小波基的构造。 以Daubechies小波滤波器系数为例,推导出小波函数及尺度函数,并画出其图像. void Convolution(double* pShortData, int nShort, double* pLongData, int nLong) int CalcScaleFunction(double* pOutData) int CalcWaveletFunction(double* pOutData) Convolution()不是通用的离散卷积代码,而
  3. 所属分类:波变换

    • 发布日期:2017-04-01
    • 文件大小:175281
    • 提供者:zhang
  1. 1.rar

    0下载:
  2. 用于基本数据类型之间的转换,如把int转换成char,把int转换成enum。这种转换的安全性也要开发人员来保证。 把空指针转换成目标类型的空指针。 把任何类型的表达式转换成void类型。,Between the basic data types for conversion, such as the int into a char, the int to convert enum. This conversion should be the development of securit
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:8483
    • 提供者:lxz
  1. php_ser_5.2.0-5.2.17

    0下载:
  2. php实现RS232串口通信 下载php_ser_5.2.0.zip 解冻把php_ser放到ext目录下, php.ini里加上: extension=php_ser.dll PHP code string ser_version( void ) void ser_open( string port, int baudrate, int databits, string parity, float stopbits, string flowcontrol )
  3. 所属分类:Remote Control

    • 发布日期:2017-03-21
    • 文件大小:172633
    • 提供者:随寻
  1. Driver

    0下载:
  2. LCD显示屏驱动,用ST7565芯片的适用,请根据你的硬件连接修改<Lcd_Drever.h>中的定义,本驱动针对STM32系列单片机,其它单片机请自行修改发<void LCD_write_byte(u8 dat, u8 command)>这个函数即可使用-LCD display driver, with the ST7565 chip application, please modify according to your hardware connections &l
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:8939
    • 提供者:李建文
  1. EM78P809N

    0下载:
  2. 义隆 C语言开发程序,关于AD采样检测电压,控制LED灯闪情况等!-void ADrun() { ADRUN=1 while(ADRUN==1) ad1=ADDH ad1=ad1<<1 ad1=ad1+ADD1 ad1=ad1<<1 ad1=ad1+ADD0 }
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-29
    • 文件大小:963
    • 提供者:dingyw
  1. daima

    2下载:
  2. 1.某单位的职工工资包括基本工资Wage,岗位津贴Subsidy,房租Rent,水费WaterFee,电费ElecFee。设计是实现工资管理的类Salary,该类的形式如下: Class Salary{ Double Wage,Subsidy,Rent,WaterFee,ElecFee Pulic: Salary(……){初始化工资数据的各分项} Salary(){初始化工资数据的各分项数据为0} Void setXX(double f){xx
  3. 所属分类:其他小程序

    • 发布日期:2017-03-03
    • 文件大小:765
    • 提供者:qiqi
  1. nokia 3310 lcd 驱动源代码

    0下载:
  2. nokia 3310 lcd #include "3310.h" //global variable for remembering where to start writing the next text string on 3310 LCD unsigned char char_start /*-----------------------------------------------------------------
  3. 所属分类:通讯/手机编程

    • 发布日期:2017-03-27
    • 文件大小:1914
    • 提供者:hadi
  1. jiayouwenti

    0下载:
  2. 用贪心算法实现加油问题的代码,而且是以C++实现的。-this is a C++!include<iostream.h> #include<fstream.h> ifstream infile("E:\\jiayou.in") ofstream outfile("E:\\jiaou.out") void jiayou(int*x,int n,int k){
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:485502
    • 提供者:龙政
  1. Lab405-lcd

    0下载:
  2. 一个dsp28335 LCD显示的例子 慷慨赴死易 从容负重难-#include "DSP2833x_Device.h" // DSP2833x Headerfile Include File #include "DSP2833x_Examples.h" // DSP2833x Examples Include File #include "ctr.h" #include "PID.h" #include "scancode.h" // Prototyp
  3. 所属分类:DSP program

    • 发布日期:2017-03-29
    • 文件大小:339918
    • 提供者:海豚
  1. cvThreshold_cvAdaptiveThreshold

    0下载:
  2. cvThreshold和cvAdaptiveThreshold实现方法,函数:cvAdaptiveThreshold( const void *srcIm, void *dstIm, double maxValue, int method, int type, int blockSize, double delta ) -cvThreshold and cvAdaptiveThreshold implementation method, the function: cvAdaptiveThr
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:999
    • 提供者:贾峯
  1. Input

    0下载:
  2. 由于支付宝安全输入控件,如同其他众多安全控件方法一样,采用驱动方法劫持了IRP。这导致无法向其输入字符,传统的方法无论是发送WM_Char或者是WM_Keydown消息,还是Keybd_event和SendInput均对其无效。 笔者摸索出了通过直接读取$60,$64硬件端口来操作键盘,模拟输入的方法。 由于在Ring3下,由于Windows的保护机制,我无法直接操作硬件端口,所以我们需要构造一个驱动,或者使用著名的WinIo库。 这里给出我封装好的使用WinIo库
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-25
    • 文件大小:19861
    • 提供者:冰剑
  1. 单片机读SPI EEPROM

    0下载:
  2. 用SPMC75F2413A操作93C46,可以使用SPI或GPIO方式,但具体使用哪个IO口,可以由用户配置,在函数库中定义了两个函数来配置: void F_93C46SPI_Init(UInt16 CsPort,UInt16 CsBit); 用SPMC75F2413A的SPI口操作93C46,需要指定片选信号Cs。 void F_93C46GPIO_Init(UInt16 CsPort, UInt16 CsBit, \ UInt16 ClkPort,UInt16 ClkBit, \
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2012-10-15
    • 文件大小:378185
    • 提供者:lglhome@163.com
  1. ET2

    0下载:
  2. 线程描述。主程序创建两个线程myThread1 和 myThread2 ,每个线程打印一句话。使用pthread_create(&id,NULL,(void *) thread,NULL)完成。 先定义每个线程的执行体,然后在main中创建几个线程,最后主线程序等待子线程序结束后再退出。 2、创建两个线程,分别向线程传递如下两种类型的参数 -Thread descr iption. Main program creates two threads myThread1 and my
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:1534
    • 提供者:liu
  1. myshell

    1下载:
  2. 应用UNIX的fork()等系统调用,编写一个c程序具有以下功能: a) 实现Shell的基本功能,包括有:打印提示符;接受和分析命令行(滤去无效的空格、tab符号以及换行符等);执行命令(要有出错处理;输入exit或者bye退出);返回父进程; b) 处理后台程序(不需要wait) c) 处理多行命令(分析命令行中的‘ ’并处理之) d)应用 dup(), pipe()系统调用具有输入输出重定向以及管道功能;-Application of UNIX s fork () system call,
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-07-13
    • 文件大小:4133
    • 提供者:晏珏
  1. GPIO_KeyInterrupt

    0下载:
  2. 按键进入GPIO中断服务函数,并采用延时函数来控制LED的亮灭。开发环境:TKStudio。使用中断函数需在vector_cfg.h中修改对应的中断,例如:#define PIOINT1_IRQ_Handle GPIOIsr0,还需要在vector_table.c中写外部函数定义,例如:extern void GPIOIsr0 (void) -Press the button to enter the GPIO interrupt service function, and use delay
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-30
    • 文件大小:157502
    • 提供者:zhangxue
  1. sha256

    0下载:
  2. SHA-256源代码,三个对外的函数:void SHA256Init (SHA256Context *sc) void SHA256Update (SHA256Context *sc, const void *data, uint32_t len) void SHA256Final (SHA256Context *sc, uint8_t hash[SHA256_HASH_SIZE]) 第一个函数初始化,第二个函数输入要hash的字符串,第三个函数输出结果-SHA-256 sou
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:4927
    • 提供者:zoulijun
  1. wwsdk3.05

    0下载:
  2. 淘宝旺旺的最新SDK,新版2008版的旺旺更改了自制插件的策略,以前的sdk包无效了。使用这个新的就可以了,测试时替换旺旺2008中的文件即可。-Taobao Wangwang latest SDK, the new 2008 version of the self-made plug-ins Wangwang change strategy, the previous null and void the sdk package. The use of the new can, and test
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-05-17
    • 文件大小:4993161
    • 提供者:bloodxia
  1. cvThreshold_cvCanny

    0下载:
  2. open cv 邊緣化 用Canny作邊緣化處理 cvCanny, void cvCanny( const CvArr* image, CvArr* edges, double threshold1, double threshold2, int aperture_size=3 ) image 單通道輸入圖像. edges 單通道存儲邊緣的輸出圖像 threshold1 第一個閾值 threshold2 第二個閾值 ap
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:69908
    • 提供者: 張天彥
  1. ZhengfengRao-rtp2mp4-7af710e

    0下载:
  2. 利用 MP4封装方式 封装音频文件,视频文件,合成avi格式的可播放文件-MP4 avi void and windows linux Audio video package into avi,Use MTwenty words it enoughP4 encapsulation method,And that s all.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-28
    • 文件大小:201759
    • 提供者:张连江
  1. ILI9320

    0下载:
  2. ILI9320驱动程序,显示简单图像和驱动时序,用LPC2103写的程序。that‘s ok-int main (void) { PINSEL0 = 0X00 PINSEL1 = PINSEL1 & (~(0x03 << 2)) /* 将P0.17设置为GPIO */ PINSEL1 = PINSEL1 & (~(0x03FF << 4)) /* 将P0.18-P0.22设置为GPIO */
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:119769
    • 提供者:fuxiaodong
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com