-
I made an image database, user management functions and support the addition of...
我做的一个图像数据库,有用户管理功能,支持图像的添加查询等操作。自己做了图像报表功能(还不完善)。使用时候要在SQLserver中建一个对应数据库,参见程序。-I made an image database, user management functions and support the addition of image-search operation. Own statements function of the image (not perfect). Use the time to build an SQL server database counterparts, see procedures.
- 2022-03-13 02:39:19下载
- 积分:1
-
pmq : how a friend is not the source code! Give me the source code digit min_chu...
pmq:朋友怎么不是源代码呢!能给我源代码 min_chuang@hotmail.com digit-pmq : how a friend is not the source code! Give me the source code digit min_chuang@hotmail.com
- 2022-01-24 17:01:08下载
- 积分:1
-
(1)本程序可在Windows 2000、Visual C++6.0 环境下编译通过。
(2)源码是一个编码模块,编译后生成encore.lib库文件...
(1)本程序可在Windows 2000、Visual C++6.0 环境下编译通过。
(2)源码是一个编码模块,编译后生成encore.lib库文件, 不能直接执行。需要读者自己编写程序调用其中的功能。
(3)运行时打开//encore/build/目录下的encore.dsw文件。-(1) the procedures in Windows 2000, Visual C 6.0 environment compile. (2) is a source code modules compiled generation encore.lib libraries, not directly enforceable. Readers need to prepare their own procedures which call the function. (3) run-time Open// encore/build/directory under the encore.dsw document.
- 2022-01-31 08:20:45下载
- 积分:1
-
pv3D鼠标拖拽摄像头观看模型
pv3D鼠标拖拽摄像头观看模型,3d人物上下左右旋转模型
pv3D鼠标拖拽摄像头观看模型,3d人物上下左右旋转模型
- 2023-03-26 07:25:03下载
- 积分:1
-
支持插件功能,插件dll直接放入根目录即可
1.支持文件格式:*.mp3 *.mp2 *.mp1 *.ogg *.wav* *.aif *.wm...
支持插件功能,插件dll直接放入根目录即可
1.支持文件格式:*.mp3 *.mp2 *.mp1 *.ogg *.wav* *.aif *.wma cda *.flac *.* *.wv *.ogg *.midi *.mid *.rmi *.kar
2.支持换肤功能,可以自己制作喜爱的皮肤
3.visual效果有3*3-1种样式
4.声道显示
5.视频图像比例调整,双击视频全屏,再次双击退出,右键菜单
6.支持程序拖放(把音频或视频文件拖放到程序图标上就可以自动播放)
7.文件拖放添加到列表(把音频或视频文件拖放到列表就会自动添加并播放)
8.视频图片截取功能
9.显示音频文件的TAG
10.歌词同步显示(目前不支持歌词自动搜索功能)
还有一些歌词(kmplayer创建的歌词使用unicode格式,使用会出错,可以重新创建一个文本文件,把内容copy过去,再把扩展名修改为LRC就可以了转化成ansi格式了)不能直接使用。推荐http://www.jpwy.net/gc/,下载后放在LRC文件夹下面即可
11.歌词编辑功能(修改歌词和添加歌词显示时间)
自动搜索功能和下载功能
硬件需求
DX8.0以上
声卡.... :)-failed to translate
- 2023-04-30 11:50:05下载
- 积分:1
-
windows video for it.it is good too.please dowdown it
很好的windows 的视频处理程序,请使用它,下载它,很好-windows video for it.it is good too.please dowdown it
- 2022-07-25 10:04:37下载
- 积分:1
-
在cygwin下使用
在cygwin下使用-g和-O0 option编译Mplayer. 对于学习windows平台学习Mplayer很有帮助。-in cygwin use-g and-build option years at Mplayer. Learning windows platform learning Mplayer helpful.
- 2023-05-13 19:00:02下载
- 积分:1
-
与realplay相类似的一个播放器。
与realplay相类似的一个播放器。-with realplay similar to the one player.
- 2023-05-03 03:55:03下载
- 积分:1
-
"电工学"是高等院校工科的一门技术基础课程,由于它具有课时数多、内容覆盖面广、课程理论性强和内容抽象等特点,学生普遍认为其枯燥难学。针对这些特点,本文提出了在该...
"电工学"是高等院校工科的一门技术基础课程,由于它具有课时数多、内容覆盖面广、课程理论性强和内容抽象等特点,学生普遍认为其枯燥难学。针对这些特点,本文提出了在该课程讲授中将比较和控制思想融于理论教学。结合学生对知识的掌握情况,采取不同的教学方式,采用任务驱动式教学形式将理论教学与实验教学相结合。最后,对如何合理运用多媒体和网络辅助教学进行了讨论,并将其成功地应用于理论课程教学中。-" Electrical Engineering" is the institutions of higher learning in a technology-based engineering courses, because it has more than a few hours, covering a wide range of curriculum and content of the abstract theory with strong characteristics, the students generally felt that its boring difficult to learn. In response to these characteristics, this paper will be taught in the course to compare and control the thinking should be integrated in the theory of teaching. With the students of knowledge to grasp the situation, adopt a different teaching methods, using task-driven forms of teaching the theoretical combination of teaching and experimental teaching. Finally, how reasonable the use of multimedia and network-assisted instruction were discussed, and successfully applied to the teachi
- 2022-03-06 03:58:33下载
- 积分:1
-
这是一个8
This an 8-puzzle solver. You input the current state of your annoying little 8 puzzle and it ll use the Hillclimbing Algorithm to calculate a list of moves which you can use to solve the puzzle. It is written in C++ with an interactive text mode based interface. Enter numbers 0-8. Keep your pathlength short as you can, and make the number of nodes between 1 and 65536 (on an x86 machine).
- 2022-01-21 20:52:17下载
- 积分:1