#include "pch.h" #include "base64.h" NAMESPACE_BEGIN(CryptoPP) static const int MAX_LINE_LENGTH = 72 static const byte vec[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/" static const byte padding = = Base64Encoder::Base64Encoder(BufferedTransformation *outQueue, bool insertLineBreak) : insertLineBreak(insertLineBreak), Filter(outQueue) { inBufSize=0
資源簡介:#include "pch.h" #include "base64.h" NAMESPACE_BEGIN(CryptoPP) static const int MAX_LINE_LENGTH = 72 static const byte vec[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/" static const byte padding = = ...
上傳時間: 2015-12-07
上傳用戶:古谷仁美
資源簡介:C++完美演繹 經典算法 如 /* 頭文件:my_include.h */ #include <stdio.h> /* 展開C語言的內建函數指令 */ #define PI 3.1415926 /* 宏常量,在稍后章節再詳解 */ #define circle(radius) (PI*radius*radius) /* 宏函數,圓的面積 */ /* 將比較數值大小的...
上傳時間: 2014-01-17
上傳用戶:epson850
資源簡介:感知器的VC實現#include "percept.h" #include "stdio.h" #include "stdlib.h"
上傳時間: 2013-12-17
上傳用戶:偷心的海盜
資源簡介:#include "stdio.h" #include "math.h" #include "malloc.h" #include "string.h" #define m 6 #define n 29 #define p 0.5
上傳時間: 2015-05-22
上傳用戶:lwwhust
資源簡介:#include "stdio.h" #include "math.h" #include "malloc.h" #include "string.h" #define m 6 #define n 29 #define p 0.5
上傳時間: 2015-05-22
上傳用戶:cc1915
資源簡介:#include "stdio.h" #include "math.h" #include "malloc.h" #include "string.h" #define m 6 #define n 29 #define p 0.5
上傳時間: 2014-01-03
上傳用戶:JIUSHICHEN
資源簡介:#include "stdio.h" #include "math.h" #include "malloc.h" #include "string.h" #define m 6 #define n 29 #define p 0.5
上傳時間: 2014-06-01
上傳用戶:yepeng139
資源簡介:#include "define.h" #include <stdio.h> #include <string.h> #include <ctype.h> #include <malloc.h> FILE *fp /*////////////////////////////////////////////////////////////////////////////// This is a pretreatment. /////////////////...
上傳時間: 2015-07-16
上傳用戶:ynsnjs
資源簡介:#include<stdio.h> struct powernode { float pi float qi int i float vi } struct powernode wg[20] struct powernode wl[20] struct linedata
上傳時間: 2013-12-29
上傳用戶:athjac
資源簡介:#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
資源簡介:cs8900 driver. include: cs8900.c and cs8900.h
上傳時間: 2016-05-02
上傳用戶:netwolf
資源簡介:點液晶的程序,#include <util/delay.h> #include <avr/pgmspace.h> #include "lcd.h" #include "font6x8.h" #include "font8x16.h" #include "my_type.h"
上傳時間: 2016-05-02
上傳用戶:change0329
資源簡介://*********主機代碼****** #include <reg51.h> #include "Clicent_Setting.h" #include "LCD_Funtion.h" #include "Futions.h" #include "Host_Interrupt_Funtion.h" int num1=1 //從機數碼管起始數 int num2=0 int num3=1
上傳時間: 2016-05-27
上傳用戶:王者A
資源簡介:fft源代碼,#include "f2407_c.h" #include "math.h" #define N 32 // FFT變換的點數 extern void fft(void); extern void resave(void); interrupt void phantom(void); void sysinit(void); extern int input[2*N];
上傳時間: 2016-06-28
上傳用戶:LouieWu
資源簡介:#include "REG51.H" #include <intrins.h> #include "Common.h" //#include "Remote.h" #define OSD_EN //typedef unsigned char uCHAR //#include "T100Data_A.h" //#include "T100Data_PA.h" //#include "T100Data_AU.h" //#include "T100D...
上傳時間: 2016-07-21
上傳用戶:x4587
資源簡介:操作系統課程設計_進程調度演示源程序 #include "stdio.h" #include "stdlib.h" #include "string.h" typedef struct node { char name[10] /*進程標識符*/ int prio /*進程優先數*/ int round /*進程時間輪轉時間片*/ int cputime /*進程占...
上傳時間: 2016-08-09
上傳用戶:鳳臨西北
資源簡介:數據結構 課程 2叉樹的遍歷 #include "stdafx.h" #include <iostream.h> typedef char elemtype
上傳時間: 2013-11-30
上傳用戶:tb_6877751
資源簡介:實現了EVC所有列雙擊可編輯,也適用于VC++ #include "stdafx.h" #include "FM.h"//這個不要也似乎可以,因為是對話框的頭文件 #include "EditListCtrl.h" #include <windowsx.h>
上傳時間: 2016-08-15
上傳用戶:xlcky
資源簡介:#include "iostream.h" #include "iomanip.h" #define N 20 //學習樣本個數 #define IN 1 //輸入層神經元數目 #define HN 8 //隱層神經元數目 #define ON 1 //輸出層神經元數目 double P[IN] //單個樣本輸入數據 double T[ON] //單個樣本教師數據 dou...
上傳時間: 2014-01-01
上傳用戶:凌云御清風
資源簡介:#include<stdlib.h> #include "dos.h" #include "graphics.h" #include "math.h" #define PI 3.1415926 #define NULL 0 #include<stdio.h> #include<string.h>
上傳時間: 2013-12-29
上傳用戶:王者A
資源簡介:TFT芯片9320芯片驅動 #include "system.h" #include "altera_avalon_pio_regs.h" #include "alt_types.h" #include "LCD.h"
上傳時間: 2013-12-28
上傳用戶:huyiming139
資源簡介:BP神經網絡程序,C語言源代碼 如下: #include "iostream.h" #include "iomanip.h" #include "stdlib.h" #include "math.h" #include "stdio.h" #include "time.h" #include "fstream.h" #define N 120 //學習樣本個數 #define IN 3 //輸入層神經元...
上傳時間: 2017-06-15
上傳用戶:xinzhch
資源簡介:struts+h st ruts+h struts+h 這是個英文原嗎!
上傳時間: 2014-01-20
上傳用戶:cylnpy
資源簡介:H.245是H.323協議族中用于媒體信道控制的協議主要完成多媒體通信中每個邏輯通道的建立維護和釋放具體包括邏輯通道的打開和關閉參數設定收發雙方的能力協商等控制功能同時它還要完成多點會議呼叫中邏輯信道的配合控制功能.
上傳時間: 2014-11-02
上傳用戶:alan-ee
資源簡介:H-JUART驅動器 H-JUART驅動器
上傳時間: 2016-03-31
上傳用戶:nanshan
資源簡介:D-S.Kim, Y.S.Lee, W.H.Kwon, and H.S.Park, "Maximum Allowable Delay Bounds in Networked Control Systems", Control Engineering Practice (Elsvier Science) (Simulation Example - Matlab Code), PP.1301-1313, Vol.11, Issue 11, December, 2003
上傳時間: 2016-04-10
上傳用戶:lifangyuan12
資源簡介:EasyJTAG-H manual, EasyJTAG-H manual,EasyJTAG-H manual
上傳時間: 2016-06-07
上傳用戶:Divine
資源簡介:設計一FIR低通濾波器 0=<|w|<=0.25Pi,輸入n代表FIR濾波器的長度,輸出H(ejw)幅度值,N代表輸出數,Hbs[N]存放H(ejw)的幅度值,h[n]存放H[z]的系數,算法采用Hamming窗函數
上傳時間: 2016-06-28
上傳用戶:a6697238
資源簡介:19.死機問題 extern BYTE idata MP3PwDnCnt 變量類型為idata 20.在MP412UT72基礎上修改 更換pindef.h 和servopin.h(影響圖象出現) 21.#define ENABLE_TRAY_PWM 0///1停頓 22.使用pdvd30 伺服 750710_JK.lib 23.使用了58版 MP420 的伺服庫和處理辦法,可以...
上傳時間: 2016-08-08
上傳用戶:2467478207
資源簡介:jh knink jhbjhbv vhvhvg vhvghv hgvhv h hgv hgv h hbvhvhvghvh vhvhgvhvhvh hv hv hvhg hv h
上傳時間: 2017-03-26
上傳用戶:wendy15