-
-
at_sms.zip.zip
... 了!虽然还很简陋,起码胳膊腿都有了,剩下就看它怎么跑了!
使用标准AT指令
现在只能支持PDU模式(Text模式太简陋)!
支持7_Bit 和 UCS2 编码
集成了串口(spcomm)
只需要简单的配置几个参数就可以收发短信了
-
LCDScreen.rar
... a dot-LCD multilines screen.
It is fully customizable and has animation and special effects capabilities for the displayed text.
TLCDScreen is the display component and TLCDAnimator the animation one.
Both have build-in Property editor making easier ...
-
richtextboxTest.rar
the RichTextBox test ,include send picture and show the text which can
change the color of them. and save the content of richtextbox in the DB
-
Text.rar
这是一个简单的游戏登陆器。也是我觉得还可以的,不过界面不是很好看
-
-
proxy.zip
... was going to be a proxy server bu I stopped developing this program
(maybe I will go on coding on this application again some time).
The email part with spam filtering already works.
Check out the numerous text files for additional information.
-
-
Use_External_Code_in_LabVIEW.rar
... Library Function Node and the CIN are
the LabVIEW programming objects you use to call compiled code from
text-based programming languages. This manual includes reference
information about libraries of functions, memory and file manipulation
routines, ...
-
Dijkstra.rar
Dijkstra算法求最短路径(C#版) using System
using System.Collections
using System.Text
namespace Greedy
{
class Marx
{
private int[] distance
private int row
private ArrayList ways = new ArrayList()
public Marx(int n,params int[] d)
{
...
-
VB1.rar
用VB的MSCOMM给单片机发十六进制的数11,单片机收到后把11送过来,用VB的text显示
-