-
神经网络的实现
Neural Net implementation
- 2022-03-18 21:02:25下载
- 积分:1
-
seg_2读取和显示
seg_2数据 的读写,c++bulider 实现-SEG_2 read and show
- 2022-05-27 11:15:47下载
- 积分:1
-
用protel软件打开来看的,烧程序电路板的原理接线图
用protel软件打开来看的,烧程序电路板的原理接线图-Using protel software, open view, the burning process the principle of the circuit board wiring diagram
- 2022-07-18 09:43:18下载
- 积分:1
-
the document comprehensive introduction to the ARM architecture, is a very autho...
该文档全面的介绍了ARM体系结构,是一本很权威的书-the document comprehensive introduction to the ARM architecture, is a very authoritative book
- 2022-08-16 22:02:23下载
- 积分:1
-
串口技术与实践,串口编程。内含源代码和串口调试精灵及其源代码...
串口技术与实践,串口编程。内含源代码和串口调试精灵及其源代码-serial technology and practice, serial programming. Containing the source code and serial debugging and source code Wizard
- 2023-01-06 12:30:04下载
- 积分:1
-
一个有关于下载的程序,比起目前网上的下载工具来说这可能就是九牛一毛,不过还是有一定的启发性的...
一个有关于下载的程序,比起目前网上的下载工具来说这可能就是九牛一毛,不过还是有一定的启发性的-A procedure on the download than the current online download tool, this may be a drop in the bucket, but there are still some enlightening
- 2022-08-20 03:50:24下载
- 积分:1
-
SVMhmm: Learns a hidden Markov model from examples. Training examples (e.g. for...
SVMhmm: Learns a hidden Markov model from examples. Training examples (e.g. for part-of-speech tagging) specify the sequence of words along with the correct assignment of tags (i.e. states). The goal is to predict the tag sequences for new sentences.
- 2023-04-23 16:15:03下载
- 积分: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
-
DSP与电脑的网络连接程序 1
DSP与电脑的网络连接程序 1
- 2023-02-02 22:05:03下载
- 积分:1
-
阻抗分析仪 labview编程
阻抗分析仪 labview编程-Impedance Analyzer
- 2022-03-06 13:12:27下载
- 积分:1