-
完整T9输入法
完整T9输入法,基于C++的程序设计。T9输入法全名为智能输入法,字库 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-08-27 09:55:04下载
- 积分:1
-
LGDP4525 51 drivers, driver TFT display
LGDP4525 51驱动程序,驱动TFT显示-LGDP4525 51 drivers, driver TFT display
- 2022-01-25 23:34:45下载
- 积分:1
-
Catia script generated form VB. Very usefull for catia users, This macro is used...
Catia script generated form VB. Very usefull for catia users, This macro is used to all catpart to needed cat formats automatically in a folder.
- 2022-05-08 18:24:16下载
- 积分:1
-
line editor using c programming language "borland c"
line editor using c programming language "borland c"
- 2022-09-21 07:20:03下载
- 积分:1
-
使用delphi编写的运动会编排程序,还需要更加完善!
使用delphi编写的运动会编排程序,还需要更加完善!-Delphi prepared to use the Games schedule, but also need to be more perfect!
- 2022-03-18 17:58:52下载
- 积分:1
-
火车订票系统
应用背景用C语言写的火车订票系统,对于C语言学习者学习链表有极大的帮助,内含测试文件供测试。。。。。。。。。。。。关键技术/*定义存储火车信息的结构体*/
struct train
{
char num[10];/*列车号*/
char city[10];/*目的城市*/
char takeoffTime[10];/*发车时间*/
char receiveTime[10];/*到达时间*/
int price;/*票价*/
int bookNum ;/*票数*/
};
/*订票人的信息*/
struct man
{
char num[10];/*ID*/
char name[10];/*姓名*/
int bookNum ;/*需求的票数*/
};
/*定义火车信息链表的结点结构*/
typedef struct node
{
struct train data ;
struct node * next ;
}Node,*Link ;
/*定义订票人链表的结点结构*/
typedef struct people
{
struct man data ;
struct people*next ;
}bookMan,*bookManLink ;
- 2022-02-01 04:42:30下载
- 积分:1
-
Ni-LabVIEW的源程序05,具体请看内容
Ni-LabVIEW的源程序05,具体请看内容
-Ni-05 LabVIEW source, the specific content See
- 2022-03-06 18:22:20下载
- 积分:1
-
马的遍历算法 实现马的遍历问题 使用C语言编写 如果不好请大家原谅...
马的遍历算法 实现马的遍历问题 使用C语言编写 如果不好请大家原谅-Ma Algorithm Ergodic problems using C language, if you will forgive bad
- 2022-05-14 01:19:38下载
- 积分:1
-
发布整站源码 可以再开发~ 本人实用中 效果嗷嗷滴~
发布整站源码 可以再开发~ 本人实用中 效果嗷嗷滴~-Release the whole point source can be developed in practical effect ~ I嗷嗷drops ~
- 2023-02-18 03:40:03下载
- 积分:1
-
将汉字转换为拼音首字母和拼音全称的程序
可以用于汉字to拼音的钻换...
将汉字转换为拼音首字母和拼音全称的程序
可以用于汉字to拼音的钻换-of Chinese characters conversion to the first phonetic alphabet and phonetics procedures can be written in Chinese characters used to drill for the Pinyin
- 2022-02-07 07:02:59下载
- 积分:1