-
this a vb series of the GPS program's source code, as long as you will want...
这个是一个vb编的GPS程序的源代码,呵呵希望对大家会有所帮助!-this a vb series of the GPS program"s source code, as long as you will want to help!
- 2022-02-02 06:01:30下载
- 积分:1
-
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
-
Data Structure total C++ source code
Data Structure total C++ source code
- 2022-01-24 17:03:41下载
- 积分:1
-
支持J
支持J-LINK的sjf2410
J-LINK烧写NAND FLASH的工具-J-LINK support for the sjf2410J-LINK tool for NAND FLASH programmer
- 2022-03-21 15:38:19下载
- 积分:1
-
利用FPGA的IP核来实现fft的设计
利用FPGA的IP核来实现fft的设计-The use of FPGA to realize the IP core design fft ,,,,,
- 2022-03-19 21:50:11下载
- 积分:1
-
指派问题在LINGO下的程序!
指派问题在LINGO下的程序!-assigned LINGO in the process!
- 2022-01-30 19:28:09下载
- 积分:1
-
这是我从网上下来的西门子的S7
这是我从网上下来的西门子的S7-200常用问题,希望对新手能有用-This is my line down from the Siemens S7-200 common problems, and they hope to be useful for novice
- 2022-01-28 00:05:58下载
- 积分:1
-
latest Java
最新的Java反编译工具,支持目录级的反编译,也支持双击.class文件就可查看源文件,只限用于学习交流使用。-latest Java-compiler tool to support the anti-directory level compiler, and also supports double-click. Class documents can view the source documents, only to learn to share.
- 2022-02-05 11:26:50下载
- 积分:1
-
This is a show in order to make the matrix and the software, can be text, graphi...
这是一个为了显示而做的字模软件,可以对文字,图形取模。并可以手绘图形。可以对所有的Windows字体取模,图形文件必须是单色的bmp格式的图片。可以指定设计的宽高以及取模方式,即可以对单一的设计元素取模,也可以对整个设计区域取模。可以保存设计,也可以对设计进行编辑。-This is a show in order to make the matrix and the software, can be text, graphics modulus. And can be hand-drawn graphics. Of all the Windows fonts modulus, graphics files must be a monochrome bmp format images. Can specify the design, as well as the width of high modulus, that is, can a single design element modulus can also be the entire design region modulus. Can be preserved for the design, the design can also be edited.
- 2023-01-20 23:15:04下载
- 积分:1
-
five pig game
实现功能如下:1.选中一个珠子后,又点击第二个珠子,然后点击空白处移动的是第二个珠子(以前移动的 是第一个)
2.两边的人随着分子的变化而变化
算法大致描述:
左边的人:
当当前分数超过最大分数后,人开始下降,
下降的高度=总高度*((当前分数-最大分数)/最大分数)
加载图片时图片大小不变,只是图片左上角的高度提高“下降的高度”
这样显示出来的图片就“等于下降了一些”
右边的人:
和左边的人相反,右边的人是升高,
升高的高度=总高度*((最大分数-当前分数)/最大分数)
图片左上角的高度不变,只是增加图片高度,大小为升高的高度
这样显示出来的图片就“等于身高了一些”
未实现的目标(暂时的)
1.点击珠子的时候最好有动态效果
2.珠子移动的动态效果-five pig game
- 2022-07-14 13:35:33下载
- 积分:1