-
在mfc中简单运动的正方形,其原理可为有些初学者作出一点贡献...
在mfc中简单运动的正方形,其原理可为有些初学者作出一点贡献-Now mfc中Canals hung cavity side of bridge, such as the source of形Hao, 其 braise原bleed at the nose strip为Which Course embankment laugh krypton brazing献instance, Liao Yu
- 2022-03-06 09:51:03下载
- 积分:1
-
VC++和OpenGL应用程序编写的俄罗斯方块的实现的一个小程序…
运用VC++和OPENGL编写的一个实现俄罗斯方块的小程序-VC and OpenGL application prepared by the Russian box to achieve a small procedure
- 2022-05-28 16:51:25下载
- 积分:1
-
mandebrot study the procedures used in the good are you
mandebrot 研究混沌用的程序很好的下吧-mandebrot study the procedures used in the good are you
- 2022-09-03 18:00:03下载
- 积分:1
-
stl the 3.13 version of the source code for the use of learning stl
stl的源代码3.13版,供学习stl使用-stl the 3.13 version of the source code for the use of learning stl
- 2022-03-23 10:47:10下载
- 积分:1
-
质量很高的一宽原码,antidog
质量很高的一宽原码,antidog-2008-A wide high-quality original code, antidog-2008
- 2022-07-15 19:36:12下载
- 积分:1
-
可以实现过去,现在,乃至不同时区的切换。可以实现倒计时,时间长短计时和提醒。很适合用在一般事务安排和约会时间等待上。...
可以实现过去,现在,乃至不同时区的切换。可以实现倒计时,时间长短计时和提醒。很适合用在一般事务安排和约会时间等待上。-Can be achieved in the past, present, and even to switch time zones. Countdown can be achieved, time, length of time and reminders. Very suitable for use in the General Service arrangements and the appointment time to wait on.
- 2022-01-26 02:35:16下载
- 积分: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
-
文章主要介绍ARM JTAG调试的基本原理。基本的内容包括了TAP (TEST ACCESS PORT) 和BOUNDARY...
文章主要介绍ARM JTAG调试的基本原理。基本的内容包括了TAP (TEST ACCESS PORT) 和BOUNDARY-SCAN ARCHITECTURE的介绍,在此基础上,结合ARM7TDMI详细介绍了的JTAG调试原理。-article introduces ARM JTAG Debugging the basic principles. The basic content including TAP (TEST PORT ACCESS) and BOUNDARY- SCA N ARCHITECTURE presentation on this basis, ARM7TDMI detail with the principles of JTAG debugging.
- 2022-02-02 00:13:19下载
- 积分:1
-
可以让两个眼球跟着你转的一个系统,我的一个课程论文,虽不是原创,但是做出来也挺有意思的
可以让两个眼球跟着你转的一个系统,我的一个课程论文,虽不是原创,但是做出来也挺有意思的-Allows the two eyes follow you to a system, one of my courses thesis is not original, but also make them very interesting
- 2022-05-05 11:47:29下载
- 积分:1
-
FDTD算法在源方面的设置
对实际编程应该有用
FDTD算法在源方面的设置
对实际编程应该有用-FDTD algorithm settings in the source area of the actual programming should be useful
- 2022-02-06 10:03:37下载
- 积分:1