-
GPS数据采集程序,涉及仪器接口操作,以及数据处理与解析,多线程,是个比较完善的例子...
GPS数据采集程序,涉及仪器接口操作,以及数据处理与解析,多线程,是个比较完善的例子 -GPS data collection procedures, involving operation of equipment interfaces, as well as data processing and analysis, multi-threaded, it is a relatively perfect example
- 2022-01-24 17:00:04下载
- 积分:1
-
log日志dll组件及其调用方法.十分简单实用
log日志dll组件及其调用方法.十分简单实用-log log dll component and its method calls. is very simple and practical
- 2022-01-31 10:57:10下载
- 积分:1
-
学生成绩管理系统
初学C语言的时候写的学生成绩管理系统,比较简单,适合初学者。界面非常简单,只有几个功能,但是对于初学者还是有借借鉴意义的,是属于命令行的。。
- 2022-03-29 02:48:33下载
- 积分:1
-
C in A Nutshell
Learning a language
C in A Nutshell
Learning a language--any language--involves a process wherein you learn to rely less and less on instruction and more increasingly on the aspects of the language you ve mastered. Whether you re learning French, Java, or C, at some point you ll set aside the tutorial and attempt to converse on your own. It s not necessary to know every subtle facet of French in order to speak it well, especially if there s a good dictionary available. Likewise, C programmers don t need to memorize every detail of C in order to write good programs. What they need instead is a reliable, comprehensive reference that they can keep nearby. C in a Nutshell is that reference.
- 2022-12-16 09:20:03下载
- 积分:1
-
A tutorial on pointers and arrays in C
A tutorial on pointers and arrays in C
- 2022-02-06 19:07:33下载
- 积分:1
-
C#用子查询作表达式
C#用子查询作表达式,查询学生表中指定科目的成绩超过其科目平均成绩的学生信息,一个结合数据库实现的程序,学习子查询的实现方法,如何使用子查询表达式。
- 2023-08-27 00:20:03下载
- 积分:1
-
Android AirPlus飞行历 飞行模式自动切换功能
Android AirPlus飞行模式自动切换工具,可以根据设定的时间自动进入和退出飞行模式,在无需关机的情况下让手机更加省电,减少睡眠时间手机的辐射作用。
Android飞行模式自动切换工具实现的功能如下:
1.快速进入和快速退出飞行模式
2.自定义添加,删除,启用,禁用飞行时间段
3.设置自动切换飞行模式的时间和重复日期
4.设置控制不受飞行模式控制的无线硬件
5.设置是否在切换飞行时进行震动提示
6.进入切换飞行模式10秒钟提示(延迟飞行,立即飞行,取消飞行)
7.可以进行延迟飞行操作
8.检测通话状态,防止正在通话时切换飞行模式
9.设置延迟飞行的提醒间隔
10.设置音量键在飞行切换中的作用
- 2022-01-27 18:46:44下载
- 积分:1
-
a production with vc HANOR games, graphics and concise operation. Worth a play.
一个用vc制作的汉诺塔游戏,图形简洁易操作.值得一玩.-a production with vc HANOR games, graphics and concise operation. Worth a play.
- 2022-06-19 10:57:07下载
- 积分:1
-
1.功能完整,直接使用
2、模块独立性强,移植方便,外部仅init和move函数,修改显示和输入即可
3、对减少内存占用、尽量减少屏幕操作进行适当优化...
1.功能完整,直接使用
2、模块独立性强,移植方便,外部仅init和move函数,修改显示和输入即可
3、对减少内存占用、尽量减少屏幕操作进行适当优化
4、新方块生成高度随机,绝对无规律
5、仿真环境为Keil7.5+Proteus6.5,可以联机也可脱机运行
- 2022-04-30 12:19:53下载
- 积分:1
-
Clojure是一个java虚拟机的动态编程语言
Clojure is a dynamic programming language for the Java Virtual Machine
(JVM), with a compelling combination of features:
• Clojure is elegant. Clojure’s clean, careful design lets you write
programs that get right to the essence of a problem, without a lot
of clutter and ceremony.
• Clojure is Lisp reloaded. Clojure has the power inherent in Lisp
but is not constrained by the history of Lisp.
• Clojure is a functional language. Data structures are immutable,
and most functions are free from side effects. This makes it easier
to write correct programs and to compose large programs from
smaller ones.-Clojure is a dynamic programming language for the Java Virtual Machine
(JVM), with a compelling combination of features:
• Clojure is elegant. Clojure’s clean, careful design lets you write
programs that get right to the essence of a problem, without a lot
of clutter and ceremony.
• Clojure is Lisp reloaded. Clojure has the power inher
- 2022-01-25 22:10:55下载
- 积分:1