devent UniDAC 2.003 include sources
资源简介:devent UniDAC 2.003 include sources
上传时间: 2014-01-22
上传用户:BOBOniu
资源简介:CrLab UniDAC 1.0 include sources
上传时间: 2013-12-09
上传用户:yph853211
资源简介:#include"c1.h" typedef int ElemType #include"c2-2.h" #include"bo2-4.cpp" void MergeList_CL(LinkList &La,LinkList Lb) { LinkList p=Lb->next Lb->next=La->next La->next=p->next free(p) La=Lb }
上传时间: 2016-03-03
上传用户:rishian
资源简介:yaffs2 source code for linux2.4/2.6. include the utile
上传时间: 2017-03-26
上传用户:缥缈
资源简介:MenuetOS是一个用汇编开发的32/64位PC操作系统,源代码分3部分: 2)Kernel sources::K084.ZIP
上传时间: 2015-09-25
上传用户:woshiayin
资源简介:使用方法如下: 1、在工程中加入comm.h这个头文件 2、在stdafx.h中加入 #include 3、在聚合类改变方法如下: 原句:public IDispatchImpl 新句:public IDispatchImpl<_EnumColl::CollectionType, &IID_IUsers, &LIBID_TEST07Lib> OK,就这么简单,然后再加入...
上传时间: 2013-12-24
上传用户:84425894
资源简介:pc.c是移植于μCOS-II的PC服务代码(pc.c) 主要改动: 1、#include "includes.h"改为"config.h" 2、在屏幕上显示改为向UART0发送数据,在电脑上显示,影响的函数: PC_DispChar()、PC_DispClrCol()、PC_DispClrRow()、PC_DispClrScr()和PC_DispStr() 3、获取...
上传时间: 2015-03-18
上传用户:ynzfm
资源简介:手机文件浏览器 Here are the sources to SMan v1.2c 1.2 is a major jump from v1.1. You will see this from the way the code has been restructured into multiple files. It also supports flip closed. However, to my chagrin, I made the mistake of ...
上传时间: 2015-03-31
上传用户:彭玖华
资源简介:Basic projection pursuit algorithm demonstrated on 2 sound signals。 include: atutorialintroduction.m efica.m state.m seed.m
上传时间: 2015-06-08
上传用户:asddsd
资源简介:Iocomp Ultra Pack v3.0.2 sources.For.Delphi 数据显示编程插件,可用于工业控制
上传时间: 2013-12-17
上传用户:yzy6007
资源简介:this a pack include source code for quartus 2. It is an implementation of the LC2. The LC-2 computer is described in Introduction to Computing Systems from Bits & Gates to C & Beyond by Yale Patt and Sanjay Patel, McGraw Hill, 2001. The ...
上传时间: 2013-12-25
上传用户:坏坏的华仔
资源简介:ISO mp3 sources (distribution 10) Layer 1/2/3, C Source, 512 k sources of the Mpeg 1,2 layer 1,2,3 audio encoder and decoder distributed by the ISO group in charge of the MPEG.
上传时间: 2013-12-24
上传用户:来茴
资源简介:#include intvcon 输出电压变量 sbitDIN=0x91 定义P2.1为串行数据口 sbitCLK=0x92;P2.2为串行时钟端 sbitCS=0x93 P2.3为片选端 voiddac5618(intvcon)TLC5618DAC子程序,三线串行方式 { chari intsvcon svcon=vcon|0x8000 vcon最高位置1,选择 TL...
上传时间: 2016-06-15
上传用户:wsf950131
资源简介:数据结构 课程 2叉树的遍历 #include "stdafx.h" #include <iostream.h> typedef char elemtype
上传时间: 2013-11-30
上传用户:tb_6877751
资源简介:#include <stdio.h> #include <stdlib.h> #define OK 1 #define OVERFLOW -2 typedef int status typedef struct LinkList{ //用带表头结点的有序链表表示多项式 float coef //系数 int expn //指数 struct LinkList *next //指向...
上传时间: 2014-12-06
上传用户:1079836864
资源简介:VB遥控播放器红外遥控解码 #include <regX52.h> #define c(x) (x*110592/120000) sbit Ir_Pin=P3^2 sbit beep=P2^1 //sbit RELAY=P2^0 #define INBUF_LEN 4 //数据长度 unsigned char inbuf1[INBUF_LEN]={ 0 , 0 , 0 , 0 } //发送缓冲区 un...
上传时间: 2013-12-21
上传用户:yph853211
资源简介:Universal.Data.Access.Components 2.50 Universal Data Access Components (UniDAC) is a library of components that provides direct access to most popular database servers from Delphi, Delphi for .NET and, C++Builder. UniDAC can work with su...
上传时间: 2017-07-04
上传用户:123456wh
资源简介:Program to plot x(t) =1/2+∑_(n=1)^∞▒ (sinc⁡ 〖n/2〗 〖 cos 〗⁡ 〖2πnt/4〗 ) include n-value (Number of Terms) in graph on plot. Show 2 graphs, original and simulated together.
上传时间: 2014-01-03
上传用户:tb_6877751
资源简介:Image enhancement in spatial domain, the sources include histogram, laplacian, unsharp mask, and spatial filter
上传时间: 2013-12-13
上传用户:hj_18
资源简介: Many telecommunications and computing applicationsneed high effi ciency step-down DC/DC converters thatcan operate from a very low input voltage. The highoutput power synchronous controller LT3740 is idealfor these applications, conver...
上传时间: 2013-11-05
上传用户:zhf01y
资源简介:PICkit™ 2 Microcontroller Programmer USER’S GUIDE This chapter contains general information that will be useful to know before using thePICkit™ 2 Microcontroller Programmer. Items discussed in this chapter include:• Document Layout• Co...
上传时间: 2013-11-05
上传用户:妄想演绎师
资源简介:C++完美演绎 经典算法 如 /* 头文件:my_include.h */ #include <stdio.h> /* 展开C语言的内建函数指令 */ #define PI 3.1415926 /* 宏常量,在稍后章节再详解 */ #define circle(radius) (PI*radius*radius) /* 宏函数,圆的面积 */ /* 将比较数值大小的...
上传时间: 2014-01-17
上传用户:epson850
资源简介:How to run: 1. compile Callback.java 2. compile the native code into a shared lib cl /Ie:\j2sdk1.4.0\include /Ie:\j2sdk1.4.0\include\win32 /LD /FeMyImpOfCallback.dll Callback.c 3. run: java Callback
上传时间: 2015-03-31
上传用户:jhksyghr
资源简介:企业网站管理系统 2005 Build 1024 封装版 企业网站管理系统 v2005 封装版 Build 1018更新: 1、更新组件 2、去掉所有模板标签中所有的“Page="{NowPage}"” 3、除了“include/EsmsConfig.Asp”文件和数据库及模板目录,其它的全部用新版覆盖。 4、数据...
上传时间: 2015-04-15
上传用户:拔丝土豆
资源简介:RSA算法实现(经典) 1. 首先要把文件夹中的rsa.c文件拷贝到运行工具(如TURBOC2)下文件夹名为include的文件夹中。 (在本机上已经做过,所以不需要做) 2. RSA的加密对象为C盘下文件名为CODE.txt的前8位(如果没有一定要在C盘下建...
上传时间: 2013-12-11
上传用户:wangdean1101
资源简介:1. 首先要把文件夹中的rsa.c文件拷贝到运行工具(如TURBOC2)下文件夹名为include的文件夹中。 (在本机上已经做过,所以不需要做) 2. RSA的加密对象为C盘下文件名为CODE.txt的前8位(如果没有一定要在C盘下建立一个文件名为CODE....
上传时间: 2013-11-26
上传用户:小码农lz
资源简介:内容如下: 1.The history of the computerized database 2.SQL Data Statements--those used to create, manipulate, and retrieve data stored in your database example statements include select, update, insert, and delete 3.SQL Schema Statement...
上传时间: 2015-04-25
上传用户:ardager
资源简介:用CY7C63723设计的鼠标固件程序 chip.c - include file that defines CY7C63723 constants - combi.c - main source file - combi.hex - Intel hex file for programming a CY7C63723 microcontroller - combi.lst - output listing from c-compiler f...
上传时间: 2014-02-15
上传用户:aappkkee
资源简介:S3C4510模拟器及实例源码 安装ADS1.2之后,再安装模拟器。模拟器安装路径必须选择到ADS的bin目录,所以必须先安装ADS。安装模拟器时请仔细阅读提示文字。 模拟器安装完成后,会在桌面建立快捷图标S3C4510B_Board,运行这个快捷图标可以看到开发板的图形,在...
上传时间: 2013-12-03
上传用户:lanwei
资源简介:函数 long StrToData(CString strData,int jz) 功能:字符串转为正整数值 [字符串可为2-16]任意进制数值字符串 返回:长整型数值 参数:strData 为将要转换的字符串 参数:jz 为字符串的进制 如: CString s s="FFA6" long data=StrToData(s,16)...
上传时间: 2015-07-05
上传用户:佳期如梦