-
卫星天线角度计算器.zip
卫星天线角度计算器.zip-satellite antenna angle calculator. Zip
- 2022-08-22 09:23:41下载
- 积分:1
-
Visual Basic数据库开发疑难问题解 。
Visual Basic数据库开发疑难问题解 。-Visual Basic Database Development Problems solution.
- 2023-05-31 14:20:03下载
- 积分:1
-
ocr 波斯语
这是一篇关于板承认在波斯数字和字符。可以获取它、 读取和执行,并与另一个结果进行比较。
此中有 veryyy 好网站的 artificial.ir 的 wrrited 与伊朗。
它是很好的来。
- 2022-02-03 02:23:18下载
- 积分:1
-
一个把十进制数转换成罗马数字的例子
一个把十进制数转换成罗马数字的例子--Example which transforms digits from decimal to roman numeral
- 2022-05-23 04:09:53下载
- 积分:1
-
文件彻底覆盖工具,很好用的。可彻底删除垃圾文件。
文件彻底覆盖工具,很好用的。可彻底删除垃圾文件。-Document complete coverage tool, well used. Delete junk files completely.
- 2022-09-09 18:15:03下载
- 积分:1
-
数字锁相源的核心,它是一个很好的
Dpll source core ,it is very good for some one-Dpll source core,it is very good for some one
- 2022-12-16 04:20: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
-
飞思卡尔试跑程序
飞思卡尔电磁试跑程序,六个传感器,很牛的底文件库,让电磁车飞起来,不一样的感觉,不一样的代码
- 2022-03-18 20:14:43下载
- 积分:1
-
本系统提供按地区划分的房屋信息查询和编辑功能,VC++ & Access。...
本系统提供按地区划分的房屋信息查询和编辑功能,VC++ & Access。-The system provides a breakdown by district of the housing information and editing functions, VC++ & Access.
- 2022-01-26 05:54:34下载
- 积分:1
-
BlueCore supports a mechanism called Device Firmware Upgrade (DFU) to enable its...
BlueCore supports a mechanism called Device Firmware Upgrade (DFU) to enable its software and configuration data to be replaced. To guard against unauthorised changes, downloaded files can be verified by means of signatures.
The DFU Tools are a suite of programs that enable firmware and persistent store files to be signed and combined to form DFU files. -BlueCore supports a mechanism called Device Firmware Upgrade (DFU) to enable its software and configuration data to be replaced. To guard against unauthorised changes, downloaded files can be verified by means of signatures. The DFU Tools are a suite of programs that enable firmware and persistent store files to be signed and combined to form DFU files.
- 2022-01-27 11:15:20下载
- 积分:1