登录
首页 » Windows开发 » WINCE下输入法的接口的简单实现. 选自programs windows ce

WINCE下输入法的接口的简单实现. 选自programs windows ce

于 2022-02-10 发布 文件大小:26.08 kB
0 117
下载积分: 2 下载次数: 1

代码说明:

WINCE下输入法的接口的简单实现. 选自programs windows ce -WINCE imported under the law to achieve a simple interface. From programs windows ce

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • AnyQ是业务协同软件是由点石公司起诉,并…
      AnyQ是点石公司面向企业用户推出的一款商务协作软件,目的是商务协作、统一通讯,简称AnyQ。    Giga Information Group分析家Rob Enderle说:"对企业来说,即时通讯正演变成一种重要的技术,有助于集思广益并改善生产力。这将赋予企业绝佳的机会,在应用该技术的同时,将大大强化公司的竞争力"。    点石公司经过长期的市场调研、分析及技术积累,适时推出AnyQ这一产品。-AnyQ is a business cooperative software which is sued by Dianshi company, and the software is face to enterprise user, its goal is business cooperative, uniform communication, named AnyQ.Rob Enderle, the analysis reporter of Giga Information Group said that as far as enterprise is concerned instantly communication are evolved to an important technology, it can benefit to collect many good idea together and improve the productive power. This will vest the bestest opportunity to enterprise,when enterprises applying the technology it will strengthen the compepitive power of company meantime.Through a long time market investigation, analysis and technology acculation, Dianshi company issues the AnyQ production.
    2022-05-18 08:02:18下载
    积分:1
  • CRC校验,完成Crc校验
    CRC校验,完成Crc校验 -CRC completed Crc Check
    2022-02-01 22:19:31下载
    积分:1
  • c++编写的个人考勤软件实例配套代码
    c++编写的个人考勤软件开发实例配套代码-c++ appraisal prepared by the personal example of the development of supporting software code
    2022-02-12 02:38:00下载
    积分:1
  • 算法实现题7
    算法实现题7-60 战马问题 « 问题描述: 按照国际象棋的规则,在位置(0,0)处的马可以跳到位置(1,2),(1 ,-2),(-1,2), (-1,-2),(2,1),(2,-1),(-2,1),(-2,-1)处。战马问题中的战马具有更一般的跳跃 能力。位置(0,0)处的战马每次可以跳到k 个位置x y i k i i ( , ),1 £ £ ,中的一个位置。战 马问题要求确定给定的战马能否跳遍无限大的棋盘上的每个位置。 « 编程任务: 对于给定的战马问题中战马的跳跃能力。确定战马能否跳遍无限大棋盘上的每个位置。 « 数据输入: 由文件input.txt给出输入数据。第1 行有1个正整数k,表示位置(0,0)处的战马每 次可以跳到k个位置。接下来的k行,每行有2个整数,表示战马的跳跃位置。 « 结果输出: 将计算结果输出到文件output.txt。给定的战马能跳遍棋盘上的每个位置时输出“Yes”, 否则输出“No”。 输入文件示例 输出文件示例 input.txt output.txt 3 1 0 0 1 -2 -1 Yes
    2022-01-27 16:50:13下载
    积分:1
  • 使用三个状态树注册表来选择一些关键的选择
    使用三态树实现多个注册表子键的选择-use three states Tree Registry for a number of key choices
    2022-11-24 15:15:02下载
    积分:1
  • chapter 1:error handling chapter 2:unicode chapter 3:kernel objects part 2:...
    第一章 对程序错误的处理 第2章 UNICODE 第3章 内核对象 第二部分 编程的具体方法 第4章 进程-chapter 1:error handling chapter 2:unicode chapter 3:kernel objects part 2:method of programming chapter 4:proce
    2023-08-28 14:15:03下载
    积分:1
  • VC6.0平台下direct show抓频代码
    VC6.0平台下direct show抓频代码-VC6.0 platform grasping frequency direct show code
    2022-01-23 10:52:54下载
    积分:1
  • 虽然这dvbs2编译器的短帧、普通帧细节只是短暂的
    hihi this dvbs2 enoder short frame and normal frame deatils just brief of it
    2022-04-29 00:17:20下载
    积分:1
  • WTL的帮手
    wtl helper
    2022-01-31 00:23:29下载
    积分:1
  • 路由协议
    路由示例为 OMNET + + 演示静态最短路径路由。在设置路由表模拟使用 cTopology 类的开始。该模型是故意保持简单,便于理解。网络拓扑结构一个广泛称为"NTT 脊梁",和它是亲生法鲁克作出了贡献。每个节点独立,查询网络的拓扑结构,使用 cTopology对象。然后它计算到每个其他节点,最短路径和存储路径下一跳表中的第一个节点。(实际的表包含到下一跳节点不是本身 — — 表的节点地址的端口号因此,提供目标地址-> 下一跃点地址的映射)。所有上述的需要有一次,置于这种模拟的开始。拓扑结构是静态的期间仿真,并因此采用箍筋的要尽一切努力保有的节点不需要最新的表中。采用箍筋的模型中的没有路由协议。一旦设置的路由表,节点开始随意发送的数据包时间间隔。每个节点获取目标地址的列表中的参数,并为每个数据包它随机选择一个目的地从列表。有两个应用程序提供: 应用程序生成具有指数间到达的数据包倍,而 BurstyApp 交替之间活动和空闲的时间。BurstyApp 的执行演示 Fsm (有限状态机) 的使用。
    2022-02-25 00:15:04下载
    积分:1
  • 696518资源总数
  • 105409会员总数
  • 23今日下载