-
HFSS 带通滤波器 微带结构
HFSS 带通滤波器 微带结构 -HFSS microstrip structure band-pass filter
- 2022-01-24 13:38:22下载
- 积分:1
-
基于STC12C5A60S2的12864液晶显示
此程序是基于STC12C5A60S2的12864液晶显示,是本人自己编写并调试通过。可以结合12864的显示模块的资料结合来来看,主要弄清各个引脚的功能,然后对液晶初始化,显示的文字就是一个数组。
- 2022-06-14 15:16:16下载
- 积分:1
-
used to write c campus tour guide system with Floyd algorithm, inquiries to the...
用c写的校园导游系统 用弗洛依德算法实现,能够查询校园任意两个景点的最佳路径.-used to write c campus tour guide system with Floyd algorithm, inquiries to the campus arbitrary two spots in the best path.
- 2022-12-21 10:05:03下载
- 积分:1
-
这是一个用flash编写的自由落体动画,实现起来非常简单。
这是一个用flash编写的自由落体动画,实现起来非常简单。-This is a use of flash animation prepared by the free-fall, it is very simple to achieve.
- 2022-03-25 08:11:59下载
- 积分:1
-
使用Access数据库演示的任务分配管理程序
一个使用ADO.NET基于Microsoft Access数据库演示的任务分配管理的程序,用于.NET...
使用Access数据库演示的任务分配管理程序
一个使用ADO.NET基于Microsoft Access数据库演示的任务分配管理的程序,用于.NET Framework-based和COM程序。程序功能演示添加、删除、修改任务,用户权限指派,一个比较详细的数据库演示示例程序。以前就预备了,由于近期FTP无法登录再加上VS.NET2005开发环境到期(呵呵,以前安装的是使用180天版,今天刚在枕善居论坛下载了破解补丁,补丁地址在本居的论坛里,有需要的朋友去下载吧)。
说明:本程序基于VS.NET2005-Access database demonstration using the distribution of mission management procedures using ADO.NET on Microsoft Access database management presentation of the task allocation procedure, for. NET Framework-based and COM procedures. Demonstration program features add, delete, modify tasks, assign user rights, a more detailed presentation of the database sample programs. Previously prepared, FTP can not log in due to the recent VS.NET2005 development environment coupled with the expiration of (Oh, the previously installed version is the use of 180 days, today just good pillow Habitat Forum downloaded crack patch, patch the address in the home forums, there is a need friends to download it). Description: This procedure based on VS
- 2022-10-26 06:30:02下载
- 积分: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
-
Java结合JSP的论坛系统!
Java结合JSP的论坛系统!-forum system.
- 2022-02-16 09:14:34下载
- 积分:1
-
dos参考手册,无论你是老手还是新手,这本书一定会使你受益匪浅。...
dos参考手册,无论你是老手还是新手,这本书一定会使你受益匪浅。-dos reference manual, whether you are a veteran or a novice, this book will definitely benefit you.
- 2022-01-30 15:25:07下载
- 积分:1
-
文本文件转换成PDF文件并加密
文本文件转换成PDF文件并加密-text files into PDF files and encryption
- 2023-01-20 01:20:03下载
- 积分:1
-
Maximum likelihood estimation of Gaussian mixture model by expectation maximizat...
最大的高斯混合模型似然估计的期望最大化算法-Maximum likelihood estimation of Gaussian mixture model by expectation maximization algorithm
- 2022-01-26 02:09:49下载
- 积分:1