-
数据结构的课程设计,编程做一个手机通讯录!
数据结构的课程设计,编程做一个手机通讯录!-Curriculum design, data structures, programming to make a cell phone address book!
- 2022-02-13 16:02:44下载
- 积分:1
-
消息队列,使用VCAPI编写MSMQ
消息队列,使用VCAPI编写MSMQ-Message Queue, use VCAPI prepared MSMQ
- 2022-11-23 15:45:03下载
- 积分:1
-
good
vc ++ 6.0 共享内存操作dll源码-good
- 2022-03-12 20:14:01下载
- 积分:1
-
VB modbus RTU测试用例
VB modbus RTU测试用例,支持03和10指令,内有完整的读写功能封闭子程序和CRC校验程序在XP VB6.0上测试通过
- 2022-02-07 09:47:55下载
- 积分:1
-
开发框架。
一.说明:
此框架的意图是解决手机软件开发中常遇到,并且可以通用话的问题。
旨在提高无线应用程序的开发效率
二.EasyMF 能做什...
开发框架。
一.说明:
此框架的意图是解决手机软件开发中常遇到,并且可以通用话的问题。
旨在提高无线应用程序的开发效率
二.EasyMF 能做什么
1.简化UI设计
2.RMS的简化操作
3.简单的日志框架
4.简单的联网框架
5.通用工具的设计
6.一些图形相关的特效
三.EasyMF 的功能列表
1.UI 框架
2.日志框架
3.RMS框架
4.通用工具框架
5.图形相关
6.一堆有用的DEMO
四.EasyMF 的设计原理
1.UI的设计原理
UI是所有应用程序的核心。 这些核心在PC上的变动性比较固定,而由于手机屏幕,
运算能力 等差异,会导致设计一个手机软件大部分时间都花在UI层的设计上,业务
逻辑层往往比较少,这也就是80/20原则吧。
如果有一个可以组装的UI的出现,将大大减少应用程序的开发时间,而EasyMF UI
层就是为了这个而设计的。
2.日志框架设计成尽量的简单,并且有效的记录下用户想需要记录的日志
3.联网框架,简化Http的联网,并十分的符合中国网络环境的东西。
4.工具集合
5.图形图片处理
6.RMS的简易操作
-err
- 2022-07-28 01:48:05下载
- 积分:1
-
局域网内的程序文件传输,发送和接收消息。这一问题。
本程序实现局域网内的文件传输我有关消息的收发。 本程序仅供参考,不能用来当作交差-the procedures within the LAN file transfer me send and receive messages. This program is for reference only and should not be used as a perfunctory
- 2022-02-13 00:18:30下载
- 积分:1
-
卷积码(2,1,6),完整的工程文件,已经调试通过
卷积码(2,1,6),完整的工程文件,已经调试通过-Convolutional code (2,1,6), complete engineering documents have been debugging through
- 2022-02-14 05:33:54下载
- 积分:1
-
VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue /////////////////...
VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue ///////////////////////////////////////// #include "Queue.h" //define queue data struct struct QueueData { char data[20] int nId } //define queue typedef TQueue TMyQueue //put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 m_pMyQueue.TryPut(data) } //try put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 if(m_pMyQueue.TryPut(data) != 0) { MessageBox("put queue error") } else { MessageBox("put queue success") } } //get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.Get(data) MessageBox(data.data) } //try get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.TryGet(data) MessageBox(data.data) }-cohort of VC Packaging category /////////////////////////////////////////// this is a example for using Queue ///////
- 2023-07-24 17:35:03下载
- 积分:1
-
LPC2378 的CAN通信源码 keil工程
LPC2378 的CAN通信源码 keil工程,编译通过
- 2022-02-18 15:28:24下载
- 积分:1
-
This the Bluetooth Chat server. The server part runs and establishes connection...
This the Bluetooth Chat server. The server part runs and establishes connection with client-This is the Bluetooth Chat server. The server part runs and establishes connection with client
- 2022-01-26 05:54:58下载
- 积分:1