VoiFax is a program that manage voice/data/fax modem in the same manner of vgetty and mgetty.VoiFax is thinking for use in the small businness as in the enterprises. It is fully compatible with vgetty scripts and manage (via efax) modem fax 1.0/1.1/2.0
標簽: VoiFax program manage manner
上傳時間: 2014-01-18
上傳用戶:it男一枚
#include<iostream> using namespace std int main() { unsigned long x,warcraft,war,l cin> x while(x) { unsigned long *p=new unsigned long[x+1] if(p==NULL) { cerr<<"error!"<<endl abort() } for(warcraft=0 warcraft<=x warcraft++) *(p+warcraft)=0 *p=1 for(warcraft=0 warcraft<x warcraft++) { cout<<*p<<" " war=*p for(l=1 x>1 l++) { if(*(p+l)==0) { cout<<endl *(p+l)=1 break } else { cout<<*(p+l)<<" " *(p+l)=war+*(p+l) war=*(p+l)-war } } } cout<<endl delete [] p cin>>x } return 0 }
標簽: namespace iostream unsigned warcraft
上傳時間: 2015-12-12
上傳用戶:manlian
學會對文件的記錄鎖定,及解鎖。#include <stdio.h> #include <unistd.h> #include <fcntl.h> int main() { int fd int i struct { char name[20] uint ID int age } myrec fd =open("name", O_RDWR|O_CREAT, 0755) if (fd == -1) return -1 printf("Input your name:") scanf("%s", myrec.name) printf("Inpute your ID :") scanf("%d", &myrec.ID) printf("Input your age :") scanf("%d", &myrec.age) lseek(fd, 0,SEEK_END) lockf(fd, 1, 0) write(fd, (void *)&myrec, sizeof(myrec)) lockf(fd, 0 ,0) return 0 } 執(zhí)行命令cc lock.c –o lock.out Chmod +x lock.out ./lock.out
標簽: 記錄
上傳時間: 2016-01-04
上傳用戶:亞亞娟娟123
procedureTForm1.Button1Click(Sender:TObject) var S:String begin S:=idhttp1.Get(PostURL.text+ ?username= +EdUserName.Text+ &password= +EdPassWord.Text+ &password2= +EdPassWord.Text+ &email= + EdEMail.Text+ &gendernew=1&year=&month=&day=&locationnew =&site=&oicq=&icq=&yahoo=&msn=&bio=&styleidnew =&tppnew=0&pppnew=0&timeformatnew=12&cstatus=&dateformatnew =yyyy-mm-dd&showemail=1&newsletter=1&timeoffsetnew=8&avatar =&sig=®submit=注冊 ) //一句代碼 ifPos( 非常感謝您的注冊 ,s)>1then //判斷部分 ShowMessage( 注冊成功! ) else ifPos( 已經(jīng)被注冊了 ,S)>1then ShowMessage( 該用戶名或E-Mail已被注冊! ) else ShowMessage( 已關閉注冊,注冊失敗! ) end
標簽: procedureTForm PostURL TObject Button
上傳時間: 2014-08-24
上傳用戶:努力努力再努力
sin產生器,可以於VHDL產生sin之數(shù)值波形,進而輸出至dac做轉換
標簽: sin
上傳時間: 2013-12-25
上傳用戶:小儒尼尼奧
名稱:read2543 功能:TLC2543驅動模塊 輸入?yún)?shù):port通道號 輸出參數(shù):ad轉換值 *************************************/ uint read2543(uchar port) { uint ad=0,i CLOCK=0 _CS=0 port<<=4 for(i=0 i<12 i++) { if(D_OUT) ad|=0x01 D_IN=(bit)(port&0x80) CLOCK=1 delay(3) CLOCK=0 delay(3) port<<=1 ad<<=1 } _CS=1 ad>>=1 return(ad) }
上傳時間: 2016-01-21
上傳用戶:R50974
BP神經(jīng)網(wǎng)絡的C語言實現(xiàn),具有2隱層,1輸出1輸入層。程序較嚴密,內詳。
上傳時間: 2016-01-25
上傳用戶:cainaifa
數(shù)據(jù)結構求最短路徑vc++ 實現(xiàn)手動作圖,設計起點--終點,按運行,直接求出最短路徑,本程序有待改進,能向優(yōu)化工作處理方面發(fā)展。
標簽: vc 數(shù)據(jù)結構 手動 最短路徑
上傳時間: 2016-01-31
上傳用戶:zmy123
Java描述日期和時間的方法使用傳統(tǒng)的Date命令或者Java的一些子庫。不管它的名字是什么,日期的類并沒有普通意義上的日期的概念(日,月,年等等)技術上講,它僅僅是從1970年1月1日 00:00:00 GMT開始百萬分之一秒的累加的一個結果。盡管這些關于日期的類有各種各樣的處理日期的方法,這都是不夠的。
上傳時間: 2014-11-30
上傳用戶:ouyangtongze
通用串行總線(USB)是一種新興的計算機外圍串行通信接口標準,與常用的計算機接口(如串口、并口等)相比,通用串行總線(Universal Serial Bus,USB)具有熱插拔、即插即用、數(shù)據(jù)傳輸可靠、擴展方便、低成本等優(yōu)點。從問世以來,它得到了廣泛的應用,一方面已成為當前計算機必備的接口之一,同時也被廣泛地應用于嵌入式系統(tǒng)設計中。 從1994年USB 0.7出現(xiàn)開始,USB實施者論壇(Implementation Forum)先后定義了USB 0.8、0.9、1.0、1.1、2.0以及USB OTG等規(guī)范,以及各種不同的設備類規(guī)范。其中USB1.1規(guī)范目前正逐步廣泛應用,而USB2.0和USBOTG作為USB協(xié)議的更新和擴展,也將使USB占領更廣的外設
上傳時間: 2016-02-17
上傳用戶:王小奇