Welcome![Sign In][Sign Up]
Location:
Search - message

Search list

[SymbianT16_MyHello3rd_(MTM_SMS_Sent_Listen_New_Sms)_1.1.1

Description: symbian系统中监听短消息的一种方法,可以用在短消息项目中-symbian system, a method of monitoring short message, short message can be used in the project
Platform: | Size: 700416 | Author: hander | Hits:

[ICQ-IM-ChatDemo

Description: FoxmailMSN消息显示的提示框,改一下可以变成QQ或MSN的消息提示框-FoxmailMSN the message displayed on the screen box, to change what can become QQ or MSN, the message prompt box
Platform: | Size: 68608 | Author: 郭新涯 | Hits:

[Othermessage

Description: 普通留言板,可以用来进行简单留言、评论等-General message board, can be used for simple messages, comments, etc.
Platform: | Size: 288768 | Author: 郭颐 | Hits:

[JSP/Javamessage

Description: 留言板程序:及时发布留言可及时查看,既方便又实时-message border for java
Platform: | Size: 3072 | Author: 蕾蕾 | Hits:

[JSP/Javamessage

Description: strtus+Hibernage框架开发的留言板程序-message
Platform: | Size: 175104 | Author: 董文长 | Hits:

[Linux-UnixMessageQueues.tar

Description: Simple example of implementation of Message Queue.
Platform: | Size: 1024 | Author: Matrix | Hits:

[OS programgetMesseageHook

Description: 枚举系统中的全局消息钩子,网上有c和vb版的,把它转成了delphi-Enumeration in the system global message hook, on-line with c, vb version, turn it into delphi
Platform: | Size: 7168 | Author: 9908006 | Hits:

[source in ebookMessage

Description: 论坛和留言板..使用visualBasic编写的-Forums and message boards
Platform: | Size: 53248 | Author: 冷风 | Hits:

[Linux-Unixmessage

Description: 该程序首先通过fork()函数分别创建Client进程和Server进程,然后通过msgget()函数创建消息队列,由Client使用msgsnd()函数向Server进程发送一个消息,Server进程通过msgrcv()函数从消息队列中接收到消息后,通过msgsnd()函数向Client进程发送回一个响应,之后,通过sleep()函数,等待Client进程从消息队列中读取了消息后,删除消息队列。-The program first by fork () function, create separate Client process and the Server process, then msgget () function to create message queue by the Client using the msgsnd () function to send a message to the Server process, Server process, through the msgrcv () function from the message queue to receive the message through the msgsnd () function to send back a response to Client process, followed by sleep () function to wait for Client process from the message queue to read the message, delete the message queue.
Platform: | Size: 1024 | Author: JK | Hits:

[OtherMSMQ

Description: Microsoft Message Queuing Sample
Platform: | Size: 32768 | Author: koochangmin | Hits:

[VxWorksMessage-driven_finite_state_machine_framework

Description: 在Tornade集成开发环境下设计和实现了一种消息驱动有限状态机的框架。本系统封装了VxWorks提供的消息发送机制,增加了消息标识,消息类别等参数;采用自己的软时钟,设置相应的时间超时管理;设置了自己的内存管理机制。-Tornade integrated development environment in the design and implementation of a message-driven finite state machine framework. The system encapsulates the VxWorks provides messaging system to enhance the message ID, message type and other parameters adopt its own soft-clock, set the corresponding time-out management set up its own memory management mechanism.
Platform: | Size: 83968 | Author: 杜洁璇 | Hits:

[Windows Mobilemessage

Description: 开发环境:EVC 应用环境wince 硬件平台:杨创2440开发板+GSM模块 功能:短信发送测试软件-Development Environment: EVC application environment wince hardware platforms: Yang Chong 2440 development board+ GSM module function: Send a test message
Platform: | Size: 2946048 | Author: | Hits:

[Other Embeded programex1

Description: 1. 创建多 Task,为每个Task 创建私有的Message Queue,每个Task 只通过自己的私有 Message Queue 接收消息;Task 间消息通信通过向对方私有Message Queue 发送消息完 成。 2. Task1:管理Task。负责系统启动时同步系统中其他Task 的启动同步,利用信号量的 semFlush()完成。同时接收各Task 的告警信息,并负责系统结束时的Task 删除处理。 3. Task2:激励Task。利用taskDelay()完成周期地向Task3、Task4 发送激励消息。 4. Task3:Sender Task。接收Task2 的激励消息,并向Task4 发送消息。 5. Task4:Receiver Task。接收Task2、Task3 的消息,在接收到Task3 消息后,向Task3 回 复消息。 6. 以上 Task 的调试信息及工作状态信息通过logmsg 输出。 -1.Create several tasks and Create private Message Queue for each task. 2.Task1:Manage other tasks.Syncronize other tasks and use semFlush() to complish it.Then receive warning message from other tasks and delete them when the system is runing over. 3.Task2:Driver task.Use taskDelay() to send driving message to Task3 and Task4 periodicly. 4.Task3:Sender Task.Receive driving message from Task2 and send message to Task4. 5.Task4:Receiver Task.Receive message from Task2 and Task3,then send ACK message to Task3 when it have received the message form Task3. 6. Use logMsg() to output the debug message and working status message.
Platform: | Size: 1300480 | Author: 李晓平 | Hits:

[SMSJSMSEngineer

Description: this jar is for sending message through SMS moderm.
Platform: | Size: 690176 | Author: 吴振宇 | Hits:

[SCMMatrix

Description: 4 character dot matrix moving message display sample AVR Tiny2313 proteus VSM simulation schematic diagram.
Platform: | Size: 14336 | Author: akmyo | Hits:

[Communicationmessage-receive

Description: 网络通讯软件,接收端可以接到来自客户端的报警信息。-communicate software,server can receive the message from client
Platform: | Size: 677888 | Author: feng | Hits:

[Other Embeded programdemo

Description: 1. 创建多 Task,为每个Task 创建私有的Message Queue,每个Task 只通过自己的私有Message Queue 接收消息;Task 间消息通信通过向对方私有Message Queue 发送消息完 成。 2. Task1:管理Task。负责系统启动时同步系统中其他Task 的启动同步,利用信号量的semFlush()完成。同时接收各Task 的告警信息,并负责系统结束时的Task 删除处理。 3. Task2:激励Task。利用taskDelay()完成周期地向Task3、Task4 发送激励消息。 4. Task3:Sender Task。接收Task2 的激励消息,并向Task4 发送消息。 5. Task4:Receiver Task。接收Task2、Task3 的消息,在接收到Task3 消息后,向Task3 回复消息。 6. 以上 Task 的调试信息及工作状态信息通过logmsg 输出。 -1. Create Multi-Task, for each Task to create private Message Queue, for each Task is only through their own private Message Queue to receive messages Task inter-messaging each other through private Message Queue to send the message End Cheng. 2. Task1: Management Task. Synchronous system is responsible for system startup, the startup of other Task synchronization using semaphores of semFlush () to complete. At the same time to receive and Task of the warning information, and is responsible for the system at the end of Task delete processing. 3. Task2: Incentive Task. The use of taskDelay () complete cycle to Task3, Task4 incentive to send the message. 4. Task3: Sender Task. Task2 incentive to receive messages, send messages to the Task4. 5. Task4: Receiver Task. Receive Task2, Task3 news, in the received message Task3 to Task3 reply message. 6. The above Task debugging information and working status information through the logmsg output.
Platform: | Size: 1024 | Author: 玛萨其 | Hits:

[Hook apihook3

Description: Using spy + + to mimic the hook message
Platform: | Size: 1149952 | Author: desimu | Hits:

[JSP/Javapt2

Description: JADE program run on Jade. it is a message passing agent for open several applications
Platform: | Size: 39936 | Author: winni | Hits:

[JSP/JavaMessage

Description: 这是一个留言板程序,希望能给在网络编程方向发展的人一点点帮助-This is a message board program, hoping to give the direction of the network programming people a little help ...
Platform: | Size: 28672 | Author: xsp | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

CodeBus www.codebus.net