-
指环王动画实例,超逼真的画面,声音,动作,很不错
指环王动画实例,超逼真的画面,声音,动作,很不错-The Lord of the Rings animated examples, ultra-realistic images, sound, movement, very good
- 2022-08-16 10:23:37下载
- 积分:1
-
LabVIEW编程语言属性节点使用相关内容的例子…
LABVIEW程序语言中属性节点相关内容的使用实例-LABVIEW programming language attribute nodes using the example of relevant content
- 2022-03-26 05:33:26下载
- 积分:1
-
IBM_Lotus_Symphony(IBM的基于Eclipse的免费开源的Office软件,目前只有文档,电子表格,演示文稿三种功能),我上传的这个是他的数据...
IBM_Lotus_Symphony(IBM的基于Eclipse的免费开源的Office软件,目前只有文档,电子表格,演示文稿三种功能),我上传的这个是他的数据库插件,可以连接编辑Oracle,Sql server,mysql,db2等数据库.-IBM_Lotus_Symphony (IBM
- 2022-01-25 23:37:51下载
- 积分:1
-
This procedure is to Yuma ephemeris data files into a standard txt convert stand...
本程序是将Yuma的星历数据文件转换成标转换成标准的txt文本格式及第一列位GPS卫星PRN编号,后面为各个卫星的轨道参数-This procedure is to Yuma ephemeris data files into a standard txt convert standard text format and the first GPS satellite PRN numbers faithfully followed for each satellite orbit parameters
- 2022-03-09 13:16:07下载
- 积分:1
-
关于电话记价的代码!
还有待完善!呵呵!
关于电话记价的代码!
还有待完善!呵呵!-prices marked on the telephone code! Have to be perfect! Ha ha!
- 2022-01-25 16:55:16下载
- 积分:1
-
客户服务器项目
资源描述应用背景用于在服务器和客户端之间进行通信的客户机服务器项目
- 2022-05-30 02:47:46下载
- 积分:1
-
Add_Control_RunTime.zip 实时增加控件的例子。 alarm.zip 一个日期报警程序,当某个指定日期到达时间会提醒你。 Bounce.zi...
Add_Control_RunTime.zip 实时增加控件的例子。 alarm.zip 一个日期报警程序,当某个指定日期到达时间会提醒你。 Bounce.zip 在桌面上打篮球的游戏程序。 FileCopier.zip 这个程序可以将任意的文件拷贝到同一网络上的任何地方。 FoxTOExce.zip 可以将FoxPro中的表格数据传输到excel中。 lock.zip 这是一个锁定计算机的程序。 MoviePlayer.zip 用户化的视频播放程序。 MultiBrowser.zip 可以同时打开四个浏览器,并且不显示在任务栏上。 PictureViewer.zip 一个简单图片浏览器程序。 sleep.zip 定时关机的程序。 SlyData.zip 访问mdb数据库,并且可以读、写、更新和删除数据库中的数据。 TurnOut.zip 一个简单的类似关灯的游戏-Add_Control_RunTime.zip to increase controls example. Alarm.zip a date alarm procedure, when a specified date arrival time will remind you. Bounce.zip on the table to play basketball games. FileCopier.zip this process can be arbitrary copy of the document on the same network anywhere. FoxTOExce.zip can FoxPro data transfer forms were to excel. Lock.zip This is a locked computer procedures. MoviePlayer.zip customized video player. MultiBrowser.zip be opened at the same time four browser, and do not show on the task bar. Photo PictureViewer.zip a simple browser procedures. Sleep.zip Mytob.BSNotes procedures
- 2022-03-18 11:00:36下载
- 积分:1
-
一个新的混沌系统的动力学分析及混沌控制,一个新的混沌系统的动力学分析及混沌控制...
一个新的混沌系统的动力学分析及混沌控制,一个新的混沌系统的动力学分析及混沌控制-A new kinetic analysis of chaotic systems and chaos control, a new chaotic system dynamics analysis and chaos control
- 2022-06-15 11:44:20下载
- 积分: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
-
Prim used for the minimum spanning tree algorithm
用Prim算法求最小生成树-Prim used for the minimum spanning tree algorithm
- 2022-04-24 09:30:53下载
- 积分:1