-
热的地图与数字值叠加
Heat maps with numeric values overlayed
- 2022-05-08 11:19:56下载
- 积分:1
-
pso-elman-3-7-1
pso优化bp神经网络的权值和阈值,大家可以看看。(PSO optimization BP neural network weights and thresholds, we can see.)
- 2017-07-29 11:12:30下载
- 积分: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
-
Diverse Routing in Networks With Probabilistic
An article about Diverse Routing in Networks With Probabilistic
- 2020-06-20 02:20:02下载
- 积分:1
-
WB_DBF
说明: 关于宽带信号自适应波束形成(digital beamform of wide band signal,dbf)的matlab程序(digital beamform of wide band signal)
- 2019-03-21 20:10:31下载
- 积分:1
-
chuangame
VC++枣子穿纽游戏源码,类似扫雷游戏的界面,不过玩法有点不一样,游戏源代码在vc++6下编译通过,你应该通过源代码能看出些玩法来。
相关资料:在本游戏中,你将作为一名裁缝,将尽可能多的纽扣穿成一个闭合的路线。游戏初始有 15 个纽扣,随着时间的增加,纽扣数目也增加,当达到70个时游戏即结束。只能在有纽扣的点穿线,且只能在水平方向或竖直方向穿线。线可交叉,但有纽扣的点不能交叉连接。
透露点秘诀:要尽可能使连线长且该连线上的纽扣数多。(VC++ source code dates to wear new game, the game interface similar to mine, but a bit different from playing the game in the source code to compile under vc++6 passed through the source code you should be able to see more options. Relevant information: in this game, you will serve as a tailor, will be wearing buttons as much as possible into a closed line. Game initial 15 buttons, an increase over time, increase the number of buttons, when the 70 hours to reach the end of the game that is. Buttons can only point in the threading, and only in the horizontal direction or vertical direction of threading. Lines cross, but the buttons can not be cross-connect point. Point revealed the secret: To the extent possible, so long and the connection to connect on a few more buttons.)
- 2009-07-16 21:48:30下载
- 积分:1
-
图文切换代码-类似于JS图片展示
一款由jquery制作实现的图文切换代码-类似于JS图片展示,切换的内容包括了图片和文字,左右两侧各显示出控制按钮,通过这两个按钮可控制图文区域左右切换,滑动风格的切换,例子中向你介绍了本效果的多种用法,请下载特效包参阅。
- 2022-11-25 01:45:03下载
- 积分:1
-
1
1.投票时免验证码输入,是绝大多数投票用户的强烈要求。">
- 2018-07-19 14:53:39下载
- 积分:1
-
这是一个用VHDL语言写的电动机程序,希望对大家有用
这是一个用VHDL语言写的电动机程序,希望对大家有用-This is a VHDL language used to write the motor program, in the hope that useful to everybody
- 2022-02-22 04:28:51下载
- 积分:1
-
LABEL的URL连接,LABEL的URL连接
LABEL的URL连接,LABEL的URL连接-LABEL URL link, the URL link LABEL
- 2023-01-10 22:50:03下载
- 积分:1