-
MFC version, readers can enjoy a new style of Tetris
MFC的版本,读者可以欣赏一个新的俄罗斯方块的风格-MFC version, readers can enjoy a new style of Tetris
- 2022-01-31 15:09:49下载
- 积分:1
-
纯CSS圆角自适应宽度的导航菜单
纯CSS圆角自适应宽度的导航菜单,水平布局的网站菜单,这个菜单的亮点有两个:1、圆角,2、宽度自适应。不管各个菜单项的菜单文字有多长,该项菜单的背景始终自动适合这种变化,完美的宽度自适应特效,值得推荐。
- 2022-04-26 21:26:07下载
- 积分:1
-
1. 发卡服务端:Server
项目文件:autojet.prj
2. 计费客户端:Client
项目文件:internet.prj...
1. 发卡服务端:Server
项目文件:autojet.prj
2. 计费客户端:Client
项目文件:internet.prj
Explorer.prj
先启动Explorer.exe, 再启动internet.exe
3. 数据库脚本 INIT(原版).SQL 和 New init.sql(新版),数据库名 NetBar
4. 动态连接库: NETBAR.dll hookdll.dll
5. 大学生公寓城System ID为5046
其余程序说明全在程序内的文本文件中说明-1. round card service end: Server project document: Autojet.prj
2. costs the customer end: Client project document:
Internet.prj Explorer.prj
First starts Explorer.exe, then starts internet.exe
3. databases scripts INIT (first edition) SQL and New init.sql
(new edition), database NetBar
4. dynamic connections storehouses: NETBAR.dll hookdll.dll
5. university students lodgings city System ID is 5,046 other
procedures explained all explained in the procedure text documents
- 2022-01-26 05:08:03下载
- 积分:1
-
键代码获取
易语言源码!一个简单的易语言,有按键和按键代码显示功能,仅供新手学习。
- 2022-07-25 20:15:20下载
- 积分:1
-
FIR数字滤波器广泛应用于数字通信系统的研究方法…
FIR数字滤波器广泛应用在数字通信系统中,研究其实现方法具有重要意义。Matlab功能强大,利用Matlab辅
助设计DSP应用程序,可大大缩短DSP应用程序的开发时间。介绍了Matlab和CCS及DSP的连接,说明了利用Matlab辅
助DSP实现FIR数字滤波器的过程,及如何在Matlab环境中调试DSP程序,给出了实现结果,并把该结果和单纯在Matlab
环境下实现结果进行比较,前者效果更好,更具有实际应用价值。
-FIR digital filters widely used in digital communication systems, research methods of their realization of great significance. Matlab is powerful DSP using Matlab-aided design applications, can greatly shorten the DSP application development time. Describes the Matlab and CCS and DSP connections, shows DSP using Matlab support the process of realization of FIR digital filters, and how to debug in the Matlab environment, DSP program, are given to achieve results, and to the results and simple in the Matlab environment, achieved results are compared, the former better, more practical application value.
- 2023-08-26 09:10:03下载
- 积分:1
-
arm9 development
is extremely important for arm9 development board.
arm9 development
is extremely important for arm9 development board.
- 2022-01-28 04:34:05下载
- 积分:1
-
航班查询系统,实现对飞机航班的查询如班期起飞时间到达时间票价等...
航班查询系统,实现对飞机航班的查询如班期起飞时间到达时间票价等-Flight query system and realize a query such as flight schedules fares departure time arrival time
- 2023-02-05 12:50:04下载
- 积分:1
-
一个简单的蒙特卡罗算法,设计合适的随机数,通过深度。
简单的蒙特卡洛算法,设计拟合随机数,通过系类操作完成部分计算-A simple Monte Carlo algorithm, designed to fit a random number, through the Department of the completion of part of the calculation of class action
- 2022-03-20 21:17:08下载
- 积分:1
-
利用类及派生类在屏幕上输出英语问好提示,其输出结果如下图所示。...
利用类及派生类在屏幕上输出英语问好提示,其输出结果如下图所示。
-category and the use of derived classes in English output on the screen greets suggest that the output results as shown in the diagram below.
- 2022-06-02 14:29:39下载
- 积分:1
-
单链表的插入和删除实验目的:
1、定义单链表的结点类型
2、通过单链表的定义掌握线性表的链式存储结构的特点;
3、熟悉单链表的建立以及插入、删...
单链表的插入和删除实验目的:
1、定义单链表的结点类型
2、通过单链表的定义掌握线性表的链式存储结构的特点;
3、熟悉单链表的建立以及插入、删除等基本操作。
-# include
# include
# define ND sizeof(struct List)
struct List
{int data
struct List*next
}
void main()
{ int n,i=1,e,a
struct List*head
struct List*p,*q
q=head=p=(struct List*)malloc(ND)
- 2022-04-15 10:12:17下载
- 积分:1