使用C#开发的基于华为SMEIDll.dll库的SMGP 2.0、SMGP 3.0协议的短信上行、短信下行的网关程序。   该程序代码在中国电信CDMA短信网关测试通过,实现了C网短信的上行和下行,下行分配采用SMGP 2.0和SMGP 3.0实现,程序直接与短信网关链接。
2023-08-11 11:03:33 6KB SMGP协议 短信网关
1
这是我为WasSee2.0写的TWasFile类,使用起来很简单。

var
test: TWasFile; // 定义一个TWasFile变量
bgbmp: TBitmap;
begin
test := TWasFile.Create; // 使用前要Create一下
bgbmp := TBitmap.Create;
bgbmp.PixelFormat := pf24bit; // TWasFile的Draw方法只支持24bit的bmp,当然你可以自己写支持其他格式代码
bgbmp.Width := 400;
bgbmp.Height := 300;

test.LoadFromFile('d:\test.was'); // 加载一个was文件
test.Draw(bgbmp, 0, 0, 0); // 把was文件中的0号图片画到bgbmp的0,0坐标

test.Free; // 使用完了要释放
bgbmp.Free;
end;

还有DrawByKey SaveToFile等方法,请自行阅读was.pas的代码
2023-03-01 21:07:35 3KB was wassee 核心 源代码
1
MCP2515核心代码,初始化,CAN收发。
2022-09-27 08:59:34 38KB MCP2515 源代码
1
核心代码 void DfsSerch(int x,int y,int step) { int temp; temp=ti-step-abs(dx-x)-abs(dy-y); if (temp<0||temp%2==1) return; int tx,ty; for(int i=0;i<4;i++) //四个方向探索 上下左右走 { tx=x+dir[i][0]; ty=y+dir[i][1]; if (a[tx][ty]=='D'&&step==ti-1) { flag=1; return ; } if(a[tx][ty]=='.'&&(tx>=0&&tx=0&&ty
2022-09-14 10:25:47 1.26MB ACM_DFS+BFS
1
可供学生课堂或课程设计使用的信息管理系统源代码,包含主要的登陆及增删改查等功能。
2022-06-04 23:45:53 51KB php
1
双线性插值的图像缩放算法,并给出算法原理 和改进的方法 以及核心的代码
1
熊猫烧香核心代码 找了好久才找到的 想要的可以下载看看哦
2022-05-24 01:04:04 3KB 熊猫烧香
1
代码 Core GameKit 对象池刷怪点等核心代码代码 Core GameKit 对象池刷怪点等核心代码代码 Core GameKit 对象池刷怪点等核心代码代码 Core GameKit 对象池刷怪点等核心代码代码 Core GameKit 对象池刷怪点等核心代码代码 Core GameKit 对象池刷怪点等核心代码代码 Core GameKit 对象池刷怪点等核心代码代码 Core GameKit 对象池刷怪点等核心代码代码 Core GameKit 对象池刷怪点等核心代码代码 Core GameKit 对象池刷怪点等核心代码代码 Core GameKit 对象池刷怪点等核心代码代码 Core GameKit 对象池刷怪点等核心代码代码 Core GameKit 对象池刷怪点等核心代码代码 Core GameKit 对象池刷怪点等核心代码代码 Core GameKit 对象池刷怪点等核心代码代码 Core GameKit 对象池刷怪点等核心代码代码 Core GameKit 对象池刷怪点等核心代码代码 Core GameKit 对象池刷怪点等核心代码代码 Core GameKi
2022-05-14 11:04:56 18.56MB 源码软件 代码CoreGameKit
本代码有C++ 开发,是千年服务端 核心部件!
2022-04-26 01:00:37 171KB 千年1 千年
1
VC源码
2022-04-19 15:04:40 21.69MB VC源码