-
字模软件,LCD取摸程序,LED显示必备软件
字模软件,LCD取摸程序,LED显示必备软件-Matrix software, LCD touch access procedures, LED display the necessary software
- 2023-04-06 02:50:03下载
- 积分:1
-
DSP,C33原代码,很好的!有I2C,串口,SPIDENG 子程序
DSP,C33原代码,很好的!有I2C,串口,SPIDENG 子程序-DSP, C33 original code, very good! Have I2C, serial, SPIDENG Subroutine
- 2022-12-05 22:35:03下载
- 积分:1
-
在一个N×N的国际象棋棋盘中摆N个皇后,使这N个皇后不能互相被对方吃掉。...
在一个N×N的国际象棋棋盘中摆N个皇后,使这N个皇后不能互相被对方吃掉。-in an N N chess board wavers N Queen so that the N-Queens that can be eaten by the other side.
- 2022-08-14 20:15:50下载
- 积分: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
-
构建的非线性时间序列的混沌序列的研究劳伦兹。
产生Lorenz混沌序列,为下一步非线性时间序列研究打下基础-Construct Lorenz chaotic seris for the research of nonlinear time series.
- 2022-03-18 08:51:12下载
- 积分:1
-
用于IC设计中,对lef,def等的文件操作
用于IC设计中,对lef,def等的文件操作-for IC design, the right lef, def operation, the documents
- 2022-03-24 17:08:35下载
- 积分:1
-
数值分析迭代格式比较
数值分析迭代格式比较-iterative numerical analysis of comparative format
- 2022-03-18 03:36:28下载
- 积分:1
-
With regard to reactive power optimization papers, the papers use the improved e...
关于电力系统无功优化方面的论文,该论文使用改进的进化算法并结合动态的突变标准。-With regard to reactive power optimization papers, the papers use the improved evolutionary algorithm combined with dynamic mutation standard.
- 2023-05-28 11:05:03下载
- 积分:1
-
以PDU串的形式发送出去的,中文字符以Unicode码来表示,所以在发送中文短消息之前必须首先将中文字符转换为Unicode码...
以PDU串的形式发送出去的,中文字符以Unicode码来表示,所以在发送中文短消息之前必须首先将中文字符转换为Unicode码-PDU string in the form of sending out the Chinese characters to Unicode code to express, so before sending Chinese text messages must first Chinese characters will be converted to Unicode code
- 2022-03-15 19:24:19下载
- 积分:1
-
用于 数据转换f
用于 数据转换f-for data conversion f
- 2022-03-26 04:56:13下载
- 积分:1