-
本人两年前开发的移动给小灵通发短消息的程序,原理是用一个gsm modem接收从移动手机发过来的消息并解码成为文字信息,然后通过电信的web网站发送给小灵通,虽...
本人两年前开发的移动给小灵通发短消息的程序,原理是用一个gsm modem接收从移动手机发过来的消息并解码成为文字信息,然后通过电信的web网站发送给小灵通,虽然现在是废物,但是对学习gsm modem的操作大有好处,尤其是短消息编码解码,at命令操作等,该程序在实达的某款gsm modem上通过,也可以用一个老的nokia手机代替,但是我没有try过,自己简单调试一下即可-mobile PHS send text messages to the procedures, principle is a GSM modem reception from mobile phones made up of news and decoding as text messages, then Telecom web site sent to PHS, although now is the waste, but learning to operate the GSM modem large good, especially short news codec, at order operation, in the process of a particular Shida Public gsm adopted modem can also use an old nokia phones in place, but I did not try that I can simply about debugging
- 2022-09-30 03:50:03下载
- 积分:1
-
创造了这个应用程序向导为您OperateReg申请。此应用程序
不仅展示了使用Microsoft基础类的基本知识
而且也是写你的应用程序的起...
创造了这个应用程序向导为您OperateReg申请。此应用程序
不仅展示了使用Microsoft基础类的基本知识
而且也是写你的应用程序的起点。
而且也是写你的应用程序的起点。-AppWizard has created this OperateReg application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
but is also a starting point for writing your application.
- 2022-09-20 11:35:02下载
- 积分:1
-
基于vc++编程,作用是当用户点击窗口的关闭按钮“X”时候,弹出消息框,可用于初学者学习。...
基于vc++编程,作用是当用户点击窗口的关闭按钮“X”时候,弹出消息框,可用于初学者学习。-Based on vc++ programming, the role of the window when the user clicks the close button " X" when the pop-up message box that can be used for beginners to learn.
- 2023-08-11 03:35:04下载
- 积分:1
-
骰子的布局
使用flex布局方式,使布局方式变得更简单,内含flex的css兼容样式表,兼容绝大多数浏览器,兼容手机端,,欢迎下载学习,如有发现不兼容某个浏览器记得提醒我,
- 2022-03-12 08:57:04下载
- 积分:1
-
DELPHI on the registration procedures on registration procedures
DELPHI关于程序注册 -DELPHI on the registration procedures on registration procedures
- 2022-05-14 15:54:40下载
- 积分:1
-
多线程演示程序,一个很好的例子
多线程演示程序,一个很好的例子-multithreading demo program, a good example
- 2022-10-27 03:10:03下载
- 积分:1
-
an .net Source code for send Email With Attachment
an .net Source code for send Email With Attachment
- 2022-09-06 02:10:03下载
- 积分:1
-
数字图像处理章 3 源代码
第3章“数字图像处理”的命名强度变换和空间滤波,其中包括6个子部分(1)的基础强度变换函数,(2)直方图处理,(3)空间滤波,(4)平滑空间滤波器,(5)锐化空间滤波器,和(6)使用模糊技术的强度变换和空间滤波。在基本强度变换函数中,有4个重要的功能,包括图像的负,对数变换,幂律(γ)变换,和分段线性变换函数。在直方图处理方面,我了解了直方图均衡化,直方图匹配(规范)。图像增强的局部直方图处理和直方图统计。 ;这些功能和过滤器是利用OpenCV和C++语言编程。
- 2022-11-17 00:40:03下载
- 积分:1
-
最低松弛度优先算法
char pname[5]; //进程名
int deadtime; //周期
int servetime; //执行时间
//周期进程某一次执行到停止的剩余需执行时间(考虑到抢占),初始为deadtime
int lefttime;
int cycle; //执行到的周期数
//进程最近一次的最迟开始执行时间,- currenttime 即为松弛度
int latestarttime;
//进程下一次最早开始时间
int arivetime;
int k; //k=1,表示进程正在运行,否则为0,表示进程不在执行期间
/*
若存在最小松弛度进程个数多于1个,
则采用最近最久未使用算法
采用一计数器LRU_t
*/
- 2023-06-22 00:00:04下载
- 积分:1
-
程序记录器 记录本电脑一天内执行过什么程序(系统自带的除外) 然后生成文本 界面隐藏 热键呼出 用于万象收费服务端 原因是万象事件 防一下...
程序记录器 记录本电脑一天内执行过什么程序(系统自带的除外) 然后生成文本 界面隐藏 热键呼出 用于万象收费服务端 原因是万象事件 防一下-Procedures Recorder Record day implementation of the computer what program (except for built-in system) and then generate the text of the interface hidden Hotkey exhaled client fee-based services for Vientiane Vientiane case because the anti-click
- 2022-05-17 19:46:56下载
- 积分:1