-
ACCESS read
DAO读写ACCESS文件
DAO读写ACCESS文件-ACCESS read-write DAO file ACCESS read-write file DAO
- 2022-01-26 07:26:16下载
- 积分:1
-
这个程序是一个个人考勤软件,它从系统时钟获取时间信息,可逐日记录下个人每天的工作时间,按月统计汇总,按年形成文件.可以查看过去的记录,也可把记录按月打印出来.或...
这个程序是一个个人考勤软件,它从系统时钟获取时间信息,可逐日记录下个人每天的工作时间,按月统计汇总,按年形成文件.可以查看过去的记录,也可把记录按月打印出来.或进行年汇总-the procedure is a personal appraisal software from the system clock time access to information, daily records of individuals under the daily working hours, monthly statistical summary, by creating a document. The past can check the records, but also can print out monthly record. Or, summary
- 2022-01-31 12:11:54下载
- 积分:1
-
可以强制删除一个正在运行的文件的驱动程序,已经调试通过,非常适合刚入门的人...
可以强制删除一个正在运行的文件的驱动程序,已经调试通过,非常适合刚入门的人-Can force delete a file that is running the driver has to debug through very suitable for people just getting started
- 2022-05-19 10:57:51下载
- 积分:1
-
该matlab程序为避圈法求最小树问题,程序非常简洁
该matlab程序为避圈法求最小树问题,程序非常简洁-Matlab program to avoid the circle method for minimum spanning tree problem, the procedure is very simple
- 2022-11-01 16:10:03下载
- 积分:1
-
该文档包括了c语言中最常用的库函数的基本用法,对于c语言爱好者有一定的帮助。...
该文档包括了c语言中最常用的库函数的基本用法,对于c语言爱好者有一定的帮助。-the document include the c language most commonly used for the basic function of usage, c language lovers can help.
- 2022-07-01 06:27:32下载
- 积分:1
-
赌场骰子游戏[编程原理
Casino Dice Game [Programming Principles One - Assignment 2] -Casino Dice Game [Programming Principles One- Assignment 2]
- 2022-08-15 00:18:31下载
- 积分:1
-
说明:程序代码主要参考网上一个类似功能的Demo.出发点在于学习div+css布局技巧,学习窗口对象拖动的实现原理.
3.功能说明: ^.^! 基本类似于j...
说明:程序代码主要参考网上一个类似功能的Demo.出发点在于学习div+css布局技巧,学习窗口对象拖动的实现原理.
3.功能说明: ^.^! 基本类似于javaeye登入窗口的功能,支持窗口的拖动,窗口的关闭 登入表单的最小化,最大化 在IE浏览器中有滤镜功能 没有对div做圆角处理,看起有点楞楞的.
4.偶在IE6.0和Mozilla Firefox2.0.0.1_cn浏览器中跑过,可以正常使用.-Description: The program code similar to the main reference line features a Demo. The starting point is to learn div+ css layout techniques, learning the realization of principles of dragging the window object. 3. Function Description: ^. ^! Basically similar to the javaeye login window function, support a window dragging, the window closed login form to minimize, maximize in IE browser, there are filter functions div do not deal with rounded corners, looks a bit Leng Leng" s. 4. Even in the IE6.0 and Mozilla Firefox2.0.0.1_cn ran browsers can be used normally.
- 2022-02-03 20:33:49下载
- 积分:1
-
摄影测量过程中,进行相片坐标的内定向程序,由框标坐标系转换为像平面坐标系...
摄影测量过程中,进行相片坐标的内定向程序,由框标坐标系转换为像平面坐标系-photogrammetry and remote sensing ,inverse the coordinate
- 2023-05-22 23:55:04下载
- 积分: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
-
没有主函数的hello程序
没有主函数的hello程序-with no function hello procedures
- 2022-01-25 22:17:27下载
- 积分:1