搜索资源列表

  1. COLOCK

    0下载:
  2. 一個很好用的 lcd 時鐘程序 C語言 #include<reg51.h> #include<stdio.h> //定義計時器0 的重裝值 #define RELOAD_HIGH 0x3C #define RELOAD_LOW 0xD2 //定義按鍵彈跳時間 #define DB_VAL //定義設置模式的最大時間間隔 #define TIMEOUT 200 //定義游標位
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-17
    • 文件大小:3072
    • 提供者:wfl
  1. x3C

    0下载:
  2. c++图书管理系统源码,实现图书管理系统的功能-c++ library management system source code, implementation of the functions of library management system
  3. 所属分类:教育/学校应用

    • 发布日期:2024-06-17
    • 文件大小:3072
    • 提供者:向阳花木
  1. unicode_program

    0下载:
  2. 我做过GBK->Unicode的,直接根据编码对应放置相应的转换后编码才是,直接通过计算就可以定位,何苦还二分法... -gbk unicode program course u16 gbk2uni(u8 c1,u8 c2) { return (c1>=0x81 && c1<=0xfe) && (c2>=0x40 && c2<=0xfe) ? *( mb_gb2uni_table
  3. 所属分类:Windows编程

    • 发布日期:2024-06-17
    • 文件大小:37888
    • 提供者:kaifa
  1. unicode_program

    0下载:
  2. unicode编程的各种知识 GBK->Unicode的,直接根据编码对应放置相应的转换后编码才是,直接通过计算就可以定位,何苦还二分法... LZ的表格查起来得多慢呀...不敢想像 ============================== 附转换函数如下 -unicode program u16 gbk2uni(u8 c1,u8 c2) { return (c1>=0
  3. 所属分类:其他小程序

    • 发布日期:2024-06-17
    • 文件大小:43008
    • 提供者:rosex
  1. x3c-1.0.8

    0下载:
  2. 开源插件框架,学习框架开发的同学可以学习一下-Open source plug-in fr a mework, the learning fr a mework developed by students can learn
  3. 所属分类:Windows编程

    • 发布日期:2024-06-17
    • 文件大小:394240
    • 提供者:zhangshuning
  1. x3c-1.1.4

    0下载:
  2. x3c is designed as a plugin-fr a mework that uses C++ and STL. This fr a mework has many frequently-used and lightweight plugins. x3c can be used to easily develop plugins and applications for multiple platforms.
  3. 所属分类:进程与线程

    • 发布日期:2024-06-17
    • 文件大小:1070080
    • 提供者:Tran Quoc Viet
  1. x3c-1.1.5

    0下载:
  2. x3c轻量插件开发通用源码 C++源码 -x3c lightweight plug-in source code to develop a common source C++
  3. 所属分类:Windows编程

    • 发布日期:2024-06-17
    • 文件大小:1636352
    • 提供者:陈波
  1. x3c-1.1.5

    2下载:
  2. c++插件系统,可以通过UUID定义一个key,通过key获取dll的插件对象(C++ plug-in system, you can define a key through UUID, through the key to obtain DLL plug-in object)
  3. 所属分类:Windows编程

源码中国 www.ymcn.org