91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

用戶撥打電話時系統(tǒng)自動播放已設(shè)定好的歡迎詞。 客戶通過按鍵選擇,從而可以聽到預(yù)先設(shè)置好的語音信息。

資源截圖

代碼片段和文件信息

using?System;
using?System.Runtime.InteropServices;
using?System.Drawing;
using?System.Collections;
using?System.ComponentModel;
using?System.Windows.Forms;
using?System.Data;
using?System.IO;
using?System.Text;

namespace?BmpUtil
{
????using?DWORD?=?UInt32;
????using?LPSTR?=?String;
????using?BOOL?=?Boolean;

[StructLayout(LayoutKind.Sequential)]?public?struct?Bmp_Info{
int?handle; //file?handle
int?width; //?pixels?per?line
int?high; //?total?lines
int?bytes; //?bytes?per?line
};

//a?block?of?memory??to?hold?a?image?bar
[StructLayout(LayoutKind.Sequential)]?public?struct?Img_Block{
????????IntPtr?ptr;?//char*?ptr;
int???width;
int???high;
};

public?unsafe?class?BmpApi
????{
[DllImport(“bmputil.dll“)]public?static?extern?void?fBmp_GetVersion(char*?pVersion);
[DllImport(“bmputil.dll“)]public?static?extern?void?fBmp_WriteHead(Bmp_Info?*bmp_info);
[DllImport(“bmputil.dll“)]public?static?extern?int?fBmp_OpenBmp(char?*filenameBmp_Info?*bmp_info);
[DllImport(“bmputil.dll“)]public?static?extern?int??fBmp_CreatBlock(int?widthint?highImg_Block?*img_block);
[DllImport(“bmputil.dll“)]public?static?extern?void?fBmp_ClearBlock(Img_Block?*img_block);
[DllImport(“bmputil.dll“)]public?static?extern?void?fBmp_FreeBlock(Img_Block?*img_block);
[DllImport(“bmputil.dll“)]public?static?extern?int??fBmp_ReadImgFromBmp(int?offsetImg_Block?*img_blockBmp_Info?*bmp_info);
[DllImport(“bmputil.dll“)]public?static?extern?int??fBmp_WriteImgToBmp(int?offsetImg_Block?*img_blockBmp_Info?*bmp_info);
[DllImport(“bmputil.dll“)]public?static?extern?int??fBmp_CreatBmp(char?*filenameint?widthint?highBmp_Info?*bmp_info);
[DllImport(“bmputil.dll“)]public?static?extern?void?fBmp_CloseBmp(Bmp_Info?*bmp_info);
[DllImport(“bmputil.dll“)]public?static?extern?void?fBmp_PrintText(int?xint?ychar?*textImg_Block?*img_block);
[DllImport(“bmputil.dll“)]public?static?extern?void?fBmp_PutDot(int?xint?yImg_Block?*img_block);
[DllImport(“bmputil.dll“)]public?static?extern?void?fBmp_EraseDot(int?xint?yImg_Block?*img_block);
[DllImport(“bmputil.dll“)]public?static?extern?void?fBmp_PutLine(int?x1int?y1int?x2int?y2Img_Block?*img_block);
[DllImport(“bmputil.dll“)]public?static?extern?void?fBmp_PutText(int?xint?ychar?*textint?sizeImg_Block?*img_block);
[DllImport(“bmputil.dll“)]public?static?extern?void?fBmp_PutDotB(int?xint?yBmp_Info?*bmp_info);
[DllImport(“bmputil.dll“)]public?static?extern?void?fBmp_EraseDotB(int?xint?yBmp_Info?*bmp_info);
[DllImport(“bmputil.dll“)]public?static?extern?void?fBmp_PutLineB(int?x1int?y1int?x2int?y2Bmp_Info?*bmp_info);
[DllImport(“bmputil.dll“)]public?static?extern?void?fBmp_PutTextB(int?xint?ychar?*textint?sizeBmp_Info?*bmp_info);
[DllImport(“bmputil.dll“)]public?static?extern?void?fBmp_PrintTextB(int?xint?ychar?*textBmp_Info?*bmp_info);
[DllImport(“bmputil.dll“)]public?static?extern?void?fBmp_SetFaxConvertMode(in

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件??????30016??2011-04-27?15:42??ShVoc\bin\Debug\Byebye.voc

?????文件??????22400??2011-04-27?15:42??ShVoc\bin\Debug\D1.voc

?????文件??????16960??2011-04-27?15:42??ShVoc\bin\Debug\D2.voc

?????文件??????17920??2011-04-27?15:42??ShVoc\bin\Debug\D3.voc

?????文件??????18304??2011-04-27?15:42??ShVoc\bin\Debug\D4.voc

?????文件??????40442??2011-07-20?15:36??ShVoc\bin\Debug\Msg.wav

?????文件??????25664??2011-04-27?15:42??ShVoc\bin\Debug\NoLvWord.voc

?????文件?????212416??2011-04-27?15:42??ShVoc\bin\Debug\SelectB.voc

?????文件??????14670??2011-07-16?15:58??ShVoc\bin\Debug\ShConfig.ini

?????文件?????????32??2011-07-22?10:13??ShVoc\bin\Debug\ShIndex.ini

?????文件??????98304??2011-07-28?15:16??ShVoc\bin\Debug\ShVoc.exe

?????文件??????34304??2011-07-28?15:16??ShVoc\bin\Debug\ShVoc.pdb

?????文件???????5632??2005-11-11?22:25??ShVoc\bin\Debug\ShVoc.vshost.exe

?????文件?????589882??2010-05-25?11:01??ShVoc\bin\Debug\WaitUserAnswer.wav

?????文件??????14528??2011-04-27?15:42??ShVoc\bin\Debug\Welcom1.voc

?????文件??????64704??2011-04-27?15:42??ShVoc\bin\Debug\Welcom2.voc

?????文件???????6198??2011-05-27?16:29??ShVoc\BmpApi.cs

?????文件??????23532??2011-07-28?15:16??ShVoc\Form1.cs

?????文件???????4354??2011-07-22?10:16??ShVoc\Form1.Designer.cs

?????文件???????5814??2011-07-22?10:16??ShVoc\Form1.resx

?????文件????????842??2011-07-22?10:16??ShVoc\obj\Debug\ShVoc.csproj.GenerateResource.Cache

?????文件??????98304??2011-07-28?15:16??ShVoc\obj\Debug\ShVoc.exe

?????文件????????180??2011-07-22?10:16??ShVoc\obj\Debug\ShVoc.Form1.resources

?????文件??????34304??2011-07-28?15:16??ShVoc\obj\Debug\ShVoc.pdb

?????文件????????180??2011-05-27?15:57??ShVoc\obj\Debug\ShVoc.Properties.Resources.resources

?????文件????????390??2011-07-28?15:16??ShVoc\obj\ShVoc.csproj.FileListAbsolute.txt

?????文件??????25017??2011-07-22?16:48??ShVoc\Program.cs

?????文件???????1182??2011-05-27?14:48??ShVoc\Properties\AssemblyInfo.cs

?????文件???????2866??2011-05-27?14:48??ShVoc\Properties\Resources.Designer.cs

?????文件???????5612??2011-05-27?14:48??ShVoc\Properties\Resources.resx

............此處省略18個文件信息

評論

共有 條評論