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

搜索资源列表

  1. void-doll

    0下载:
  2. this very good programm it helped me alot while my thesis work -this is very good programm it helped me alot while my thesis work
  3. 所属分类:Graph program

    • 发布日期:2017-04-28
    • 文件大小:9392
    • 提供者:manpreet
  1. paintplugin

    0下载:
  2. hook process then capture image and attach COleDispatchDriver of CMSFlexGrid get cell text declare them and use void _declspec (dllimport) InstallHook (void) . void _declspec (dllimport) UnInstallHook (void) build in vs2005-hook process then capture
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:29302
    • 提供者:fatalfeel
  1. keyboard44

    0下载:
  2. 基于VHDL语言的4*4键盘驱动程序。带小数点,表示1000倍。带去高位无效零的4位数码管显示。-Based on 4* 4 keyboard driver VHDL language. With a decimal point, said 1000 times. Bring high void zero four digital display.
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:579087
    • 提供者:于润伟
  1. commons-email-1.3.3-bin.tar

    0下载:
  2. 与发Email有关, public class sendMessage extends Thread { @Override public void run(){ super.run() try{ HtmlEmail email = new HtmlEmail() email.setHostName( *.163.com ) email.setTLS(true) email.setSSL(true) email.setChars
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:338672
    • 提供者:lilifu
  1. loop

    0下载:
  2. public calss loop public static void main(String[] args) { for(int i=0 i<2147483647 i++) { System.out.println( Hello, World! ) } }-public calss loop public static void main(String[] args) { for(int i=0 i<2147483647
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-27
    • 文件大小:1837
    • 提供者:smarttou
  1. 1

    0下载:
  2. extern void cfsqp ANSI((int nparam, int nf, int nfsr, int nineqn, int nineq, int neqn,
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4186
    • 提供者:qiu
  1. NetowkrCards_Test

    0下载:
  2. /* * To change this template, choose Tools | Templates * and open the template in the editor. */ package netowkrcards_test /** * * @author Cecilia */ public class NetowkrCards_Test { /** * @param args the command
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:15091
    • 提供者:arp
  1. STM8S-USB-master

    1下载:
  2. 这是一个stm8S003模拟USB键盘HID的程序,首先,通过中断来接收USB数据,接收完后,调用 void usb_rx_ok(void) 来应答或不应答,并识别数据包,把相应的状态写usb这个结构体里面。 然后,在主循环中不断的调用 void usb_process(void) 来根据 usb 里面的状态来做相应的动作。 设备描述符的发送是这样的:调用 void usb_send_data(uint8_t * buffer, uint8_t lenght), 将描述符打包,放到 us
  3. 所属分类:SCM

    • 发布日期:2016-06-29
    • 文件大小:353280
    • 提供者:张海鱼
  1. jingziqi

    0下载:
  2. #include < iostream> 井字棋using namespace std const int n=3 int block[n][n]={0,0,0,0,0,0,0,0,0} void draw(int **,int x,int c) -# Include < iostream> using namespace std const int n = 3 int block [n] [n] = {0,0,0,0,0,0,0,0,0} void draw (int*
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-26
    • 文件大小:8745
    • 提供者:opjrkulic
  1. conntrack

    0下载:
  2. extern void renew parental timestamps for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6089
    • 提供者:noumplf
  1. intro

    0下载:
  2. #include <iostream> #include math.h #define TRUE 1 using namespace std class DDA { public: void DDALine(int x0,int y0,int x1,int y1,COLORREF color, CDC *pDC) { float dx, dy, length, x, y if(abs(x1-x0)
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:1375473
    • 提供者:divanci
  1. Design-of-C_minus-lexical-analyzer

    0下载:
  2. 1、该个词法分析器要求至少能够识别以下几类单词: a.关键字:else if int return void while共6个,所有的关键字都是保留字,并且必须是小写; b.标识符:识别与C语言词法规定相一致的标识符,通过下列正则表达式定义:ID = letter (letter | digit)*; c.常数:NUM = digit digit*(.digit digit* |ε)(e(+ | - |ε) digit digit* |ε),letter = a|..|z|A|..|
  3. 所属分类:Compiler program

    • 发布日期:2017-04-28
    • 文件大小:32418
    • 提供者:陈景
  1. msgqueue

    0下载:
  2. Function: void msgqueue_initialise(MsgQueue_t msgq) Purpose : initialise a message que.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2080
    • 提供者:laisole
  1. PlaneGame2.exe

    0下载:
  2. main(1).cpp C:\Documents and Settings\Administrator\桌面\Work\main(1).cpp(326) : error C2374: i : redefinition multiple initialization C:\Documents and Settings\Administrator\桌面\Work\main(1).cpp(324) : see declaration of i C:\Documents and Setti
  3. 所属分类:Shot Game

    • 发布日期:2016-01-25
    • 文件大小:2570240
    • 提供者:离校
  1. c-minus语言词法分析器的设计

    0下载:
  2. c-minus语言词法分析器的设计程序源代码加实验报告 实验要求 1、该个词法分析器要求至少能够识别以下几类单词: a.关键字:else if int return void while共6个,所有的关键字都是保留字,并且必须是小写; b.标识符:识别与C语言词法规定相一致的标识符,通过下列正则表达式定义:ID = letter (letter | digit)*; c.常数:NUM = digit digit*(.digit digit* |ε)(e(+ | - |ε) digi
  3. 所属分类:编译

  1. mst703-at070tn92

    2下载:
  2. MST703源代码 MST703源代码- void Init_Device(void) void StartConfig(void) void SyncModeHandler(void) BOOL TV_SearchHandle(void) void VD_DSP_Processor(void) #if(RM_EEPROM_TYPE==RM_TYPE_PMC010) void msSPI_CheckWriteProtect(void) #e
  3. 所属分类:Other systems

    • 发布日期:2015-06-04
    • 文件大小:1543168
    • 提供者:李国
  1. shiyan2

    0下载:
  2. 哲学家进餐问题 #include<stdio.h> #include<semaphore.h> #include<pthread.h> //宏定义信号量个数为5,宏定义0表示思考,宏定义1表示饿,宏定义2表示吃,宏定义(ph_num+4) N表示左,宏定义(ph_num+1) N表示右 #define N 5 #define THINKING 0 #define HUNGRY 1 #define EATING 2 #
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:1320
    • 提供者:cc
  1. Desktop

    0下载:
  2. 先序遍历二叉树算法、语音程序模板、约瑟夫数判定、判断素数-void preorder 、voice procedure templet、The Joseph number 、judge a prime number
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1288
    • 提供者:花生
  1. ADXL345_acc

    0下载:
  2. void Delay5us() void Delay5ms() void ADXL345_Start() void ADXL345_Stop() void ADXL345_SendACK(bit ack) bit ADXL345_RecvACK() void ADXL345_SendByte(BYTE dat) BYTE ADXL345_RecvByte() void ADXL345_ReadPage() void ADXL345_Write
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-14
    • 文件大小:3816
    • 提供者:mangbudie
  1. RS232

    0下载:
  2. 串口rs232c语言调试(com_interrupt(void) interrupt 4 using 3)-Serial rs232c language debugging(com_interrupt(void) interrupt 4 using 3)
  3. 所属分类:Com Port

    • 发布日期:2017-04-11
    • 文件大小:1417
    • 提供者:lixiang
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com