-
LED constant pressure calculation tool to calculate constant pressure LED circui...
LED恒压计算工具
计算LED恒压电路的小工具,通过使用您可以学习到LED的基本知识。-LED constant pressure calculation tool to calculate constant pressure LED circuit of small tools, You can through the use of LED learn the basic knowledge.
- 2022-09-05 07:30:03下载
- 积分:1
-
Firmware: U600XEHI2
Disable Card Icon
Removes the icon card.
Auth...
Firmware: U600XEHI2
Disable Card Icon
Removes the icon card.
Author: - ARSik
Ported - Valerik0887- Firmware: U600XEHI2
Disable Card Icon
Removes the icon card.
Author:- ARSik
Ported- Valerik0887
- 2022-03-20 14:54:52下载
- 积分:1
-
写了一个小程序,只是为了和大家一起分享,
写了一个小程序,只是为了和大家一起分享,-Write a small program, but for and share with everyone,
- 2022-03-26 15:29:26下载
- 积分:1
-
一种新的优化算法,解决工程优化(最大,最小及最优等等)问题及优化任务....
一种新的优化算法,解决工程优化(最大,最小及最优等等)问题及优化任务.-A new optimization algorithm to solve engineering optimization (maximum, minimum and optimal, etc.) and optimization of mission.
- 2022-02-14 06:36:16下载
- 积分:1
-
developed under the map inquiry procedures
Embedded vc++下开发的地图查询程序-developed under the map inquiry procedures
- 2023-05-11 11:10:02下载
- 积分:1
-
计算器程序
#include float add(float,float); float sub(float,float); float product(float,float); float divide(float,float); void main() 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-06-28 03:21:54下载
- 积分:1
-
从vc中调用matlab的画图、数值计算等函数,方便易行。
从vc中调用matlab的画图、数值计算等函数,方便易行。-from vc Calling Matlab drawing, numerical calculation function, user-friendly.
- 2022-06-06 15:20:06下载
- 积分:1
-
MATLAB的FPGA数字信号处理程序
类似于DSP的C语言
简称SG,大家指教!!...
MATLAB的FPGA数字信号处理程序
类似于DSP的C语言
简称SG,大家指教!! -MATLAB FPGA digital signal processing DSP similar to the C language acronym SG, we know! !
- 2023-05-27 06:30:03下载
- 积分:1
-
controls name : Date Controls
控件名称:日期控件-controls name : Date Controls
- 2022-03-06 03:02:20下载
- 积分: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