登录
首页 » Windows开发 » 输入源代码

输入源代码

于 2022-03-22 发布 文件大小:150.00 kB
0 152
下载积分: 2 下载次数: 1

代码说明:

一个输入法源代码-an input source code

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

发表评论

0 个回复

  • A good dephi sample.
    一个很好dephi编程示例编程,让初学者能更好的入门.-A good dephi sample.
    2023-05-19 04:45:03下载
    积分:1
  • MFC简单画图程序Draw
    这个画图小程序是在 VS2012环境下编写的 MFC 单文档程序, 压缩包内含程序设计详细说明。 功能概述  通过在菜单中选择不同的形状,可以实现画直线、矩形、椭圆以及鼠标按下时随着鼠标移动划线以及橡皮擦功能, 线条粗细、颜色也可以在菜单中调整。  设计思路  通过对菜单的响应获取绘图类型、颜色和线条粗细程度。 通过 CPen 类更改画笔颜色和粗细或将画笔改为橡皮擦, 通过 CDC 类的成员函数 MoveTo( int x, int y );   LineTo( int x, int y );  Rectangle( int x1, int y1, int x2, int y2 );   Ellipse( int x1, int y1, int x2, int y2 );  请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-03-18 10:23:50下载
    积分:1
  • use Directx produced by the Earth 3D
    使用Directx 制作的3D地球-use Directx produced by the Earth 3D
    2022-06-13 03:15:03下载
    积分:1
  • modbusTCP客户端
    在Windows系统中C++编程模拟成modbusTCP客户机设备,与工控场合的modbusTCP服务机设备实现通信。modbusTCP服务机采用MCGS触摸屏。用CAsyncSocket类实现基础TCP/IP通信,接收来自服务机的modbusTCP编码,识别编码并按照modbusTCP协议编制回应信息码,通过以太网返回服务机。编程环境为Visual C++6.0,程序简洁,可作交流与参考。
    2023-02-12 01:40:03下载
    积分:1
  • can be used for the specified procedures in the state are monitored, or if the d...
    可用于对指定的程序运行状态进行监控,如果退出运行或者已经没有响应(既死掉),则杀掉无响应的进程,并重新自动运行前保留现场屏幕到文件。-can be used for the specified procedures in the state are monitored, or if the decommissioning has not responded (both dead), then kill the process without a response, and automatic re-run the scene before the reservation screen of the document.
    2022-02-25 03:08:54下载
    积分:1
  • A mini
    一个小小的通讯录C程序 ,用于管理通讯录,挺好用的-A mini-address list program basesd on C. it can be used for the management of address lists,It is pretty good!
    2022-05-12 13:12:33下载
    积分:1
  • 包括典型的生成字典序排列和快速排序料到典型的源代码
    包括典型的生成字典序排列和快速排序料到典型的源代码-Including the generation of typical lexicographic order and quick to sort thought the source code of a typical
    2023-05-12 10:25:04下载
    积分:1
  • magic suare
    &效率
    2022-12-15 09:45:03下载
    积分:1
  • 激光测距仪中应用相位法中的相位差检测,应用频域fft算法
    激光测距仪中应用相位法中的相位差检测,应用频域fft算法 -laser rangefinders Application Phase Phase Difference Detection of application frequency domain algorithm fft
    2022-09-07 07:30:02下载
    积分:1
  • 内存修改
    #ifndef _SEARCH_THREAD_H_ #define _SEARCH_THREAD_H_ #define PROCESS_SIZE    1000    // 进程条的最大值 #define THREAD_NUM     1     // 搜索内存线程个数 #define WM_FIND_MEMORY    (WM_USER + 1)  // 找到搜索数值 #define WM_FIND_PROGRESS   (WM_USER + 2)  // 搜索进度 #define WM_SEARCH_FINISH   (WM_USER + 3)  // 搜索线程完成 #define SEARCH_STRING_MAX_LENGTH 255     // 搜索字符串的最大长度 class CModifyMemoryDlg; // 搜索线程函数 DWORD WINAPI SearchMemory(LPVOID lpParameter); // 精确搜索 void EquSearch(CModifyMemoryDlg *pDlg, BYTE *lpBuf, MEMORY_BASIC_INFORMATION &mbi); // 大于搜索 void GreaterSearch(CModifyMemoryDlg *pDlg, BYTE *lpBuf, MEMORY_BASIC_INFORMATION &mbi); // 小于搜索 void
    2022-06-18 16:10:54下载
    积分:1
  • 696518资源总数
  • 105873会员总数
  • 12今日下载