-
华为PCB设计规范,详细介绍了电路板EMI,EMC
华为PCB设计规范,详细介绍了电路板EMI,EMC-Huawei PCB design specifications, detailing the circuit board EMI, EMC
- 2022-01-31 17:49:15下载
- 积分:1
-
此代码是本人一年前所编写 对JAVA初学者可能会又帮助 在数据库连接上 效率较高...
此代码是本人一年前所编写 对JAVA初学者可能会又帮助 在数据库连接上 效率较高-year ago, I prepared for Java beginners may also help connect the database more efficient
- 2023-08-01 16:30:04下载
- 积分:1
-
acm title and programming to do when a number of commonly used algorithms, their...
acm 做题和编程时常用的一些算法,自己总结的,主要有大数的运算,qsort函数,排序,等等。-acm title and programming to do when a number of commonly used algorithms, their summary, the main has large numbers of computing, qsort function, sort, and so on.
- 2022-01-26 05:09:40下载
- 积分: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
-
Ellipse fitting to introduce the relevant mathematical calculations and methods,...
椭圆拟合的相关介绍与数学运算方法,包括说明文档及源码、和测试数据-elliptical fitting related presentations and mathematical methods, including documentation, and -Ellipse fitting to introduce the relevant mathematical calculations and methods, including documentation and source code, and test data-elliptical fitting related presentations and mathematical methods, including documentation, and
- 2022-03-30 12:58:00下载
- 积分:1
-
PHP技术越来越受欢迎。这是一个网上购物系统…
php最近越来越好用了,这是一个用php 和 mysql做的网上商店系统eshop-php technology is more and more popular .this is a Internet Shopping System which is called eshop, programmed by php and mysql, with source code
- 2022-01-22 15:19:55下载
- 积分:1
-
In order to obtain the required source files, please do not care. This is a simp...
为了得到需要的源文件,请大家不要在意。这是一个简单的vrml源文件。-In order to obtain the required source files, please do not care. This is a simple vrml source files.
- 2022-01-26 02:20:14下载
- 积分:1
-
JSP文件必须站在下议院
JSP建站必须文件commons-codec-1.3.zip-JSP documents must Station at commons-codec- 1.3.zip
- 2023-02-05 22:25:04下载
- 积分:1
-
使用Acrgis Engine 的java api 开发的创建一个shape文件
使用Acrgis Engine 的java api 开发的创建一个shape文件-Acrgis Engine using the java api to create a shape the development of documents
- 2022-02-02 04:30:13下载
- 积分:1
-
received small gold procedures, but to play it, and newcomers only their part in...
接金子的小程序,只是玩玩而已,新手而已,自己编的,以后会努力-received small gold procedures, but to play it, and newcomers only their part in the future will strive
- 2022-05-20 21:21:25下载
- 积分:1