-
ERP SAP ABAP 通用增强查找方法,正常增强都可以找到。
ERP SAP ABAP 通用增强查找方法,正常增强都可以找到。-SAP ABAP common to find ways to enhance
- 2022-07-15 09:52:24下载
- 积分:1
-
一个企业如何系统asosicated卡马拉公司
system to asosicated of a enterprise how camara comercio
- 2022-11-30 01:00:03下载
- 积分:1
-
工业电磁加热原代码
应用背景可应用于电磁感应加热的单片机控制,能完成加热器功率控制,以及温度保护,过压保护,过流保护,数码显示等功能。实际可应用于化工,塑料等行业的电加热应用关键技术用于工业加热器的软件控制,通过控制PWM输出,调节功率大小。软件加入各种保护功能,使工业加热器安全可靠的工作
- 2023-03-09 01:40:03下载
- 积分:1
-
TI DSP C6000 系列Flash数据格式转换工具,可以将.out文件直接转换成.dat文件,在CCS中可以直接装入内存。这是很多人在找的工具。源码由于版...
TI DSP C6000 系列Flash数据格式转换工具,可以将.out文件直接转换成.dat文件,在CCS中可以直接装入内存。这是很多人在找的工具。源码由于版权问题实在无法提供。实际上根本不需要源码。MD5:aae3a16546570ebe5712eb76fbd2f1f9 C6000_Flash_ToolKit.rar-TI C6000 DSP Flash data format conversion tools can be. out directly into documents. dat documents in the CCS can be directly loaded into memory. This is something many people are looking for the tools. FOSS because of copyright issues is unable to provide. In fact do not need the source code. MD5 : aae3a16546570ebe5712eb76fbd2f1f9 C6000_Fl ash_ToolKit.rar
- 2022-01-25 23:39:01下载
- 积分:1
-
在Win2000系统下修改主机名、IP、网关、子网掩码和代理服务器...
在Win2000系统下修改主机名、IP、网关、子网掩码和代理服务器-in Win2000 systems changes hostname, IP, gateway, subnet mask and proxy servers
- 2022-07-15 18:11:36下载
- 积分:1
-
关于遗传算法优化BP网络的 ,感觉没什么用
关于遗传算法优化BP网络的 ,感觉没什么用-on genetic algorithm optimization BP Network, feeling useless
- 2022-05-30 06:31:34下载
- 积分:1
-
Is a small program, hope that we can gain. . . . . .
是一个小程序,希望大家能收获。
- 2022-03-15 20:19:41下载
- 积分: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
-
Good good good good good good good good good
好好的 好好的 好好的 好好的 好好的-Good good good good good good good good good
- 2022-06-15 19:42:41下载
- 积分:1
-
24C02网上实例 对24C02的操作。读与写。
24C02网上实例 对24C02的操作。读与写。-24C02-line examples of the operation of the 24C02. Read and write.
- 2022-04-10 07:15:59下载
- 积分:1