-
MP3 player (source)
MP3播放器(图片来源)
- 2022-07-24 20:45:53下载
- 积分:1
-
一个时钟控件,界面美观,可用来精确显示系统的当前时间。
一个时钟控件,界面美观,可用来精确显示系统的当前时间。-A clock control, interface aesthetics, can be used to accurately display the current time.
- 2022-11-26 13:15:03下载
- 积分:1
-
MP3 tag extractor, extract MP3 files can be tab and displayed in the console, th...
MP3标签提取器,可以提取MP3文件的标签,并显示在控制台上,内部封装了一个MP3标签提取类。方便其他软件使用。-MP3 tag extractor, extract MP3 files can be tab and displayed in the console, the internal packaging extract a type of MP3 tags. Facilitate the use of other software.
- 2023-08-04 07:20:03下载
- 积分:1
-
主要功能简介: 1、支持完全在线维护。可以在线完成新建/删除相册、更新图片、删除图片、更改名称等所有操作。上传之后完全可以不依赖FTP软件来维护相册。 2、缓存...
主要功能简介: 1、支持完全在线维护。可以在线完成新建/删除相册、更新图片、删除图片、更改名称等所有操作。上传之后完全可以不依赖FTP软件来维护相册。 2、缓存更新功能使得批量更新图片/相册更为容易。你只需要把所有需要更新的图片一次上传到相应文件夹,然后进入后台操作点击“更新缓存”,相册的所有数据都将自动更新。 3、在GD库的支持下,图片的缩略图完全自动生成。你所要做的只是上传图片到相应相册,支持的图片格式有 jpg/jpeg,gif,png,bmp。(由于GD不支持bmp格式,所以bmp的 图片不能生成缩略图) 需要GD2的支持,支持的图片格式有 jpg/jpeg,gif,png,bmp -major profiles : one, to support the total online maintenance. Complete the online add/delete photo albums, updated pictures, delete pictures, names and other changes all operations. After uploading can not rely on FTP software to safeguard albums. 2 cache update feature allows batch update Photo/albums easier. You should only need to update all the pictures uploaded to a corresponding folder, and then click into the background of operation "update cache," albums of all data will be automatically updated. 3, in the GD library, with the support of the thumbnail pictures fully automatic generation. You just have to upload pictures to the corresponding photo albums, the support photo
- 2023-05-20 18:10:03下载
- 积分:1
-
一个按钮,通过MIDI音乐播放控制实例源码可以参考…
一个可以通过按钮控制播放midi音乐的实例源码 用到的朋友可以参考使用-A button to control playback through midi examples of source music used can refer to the use of Friend
- 2022-01-20 23:28:15下载
- 积分:1
-
err
ACM代码总结
经过了一段时间的努力,我再Pku上也算是有了一个阶段性的总结拉,下面是我就这段时间搞ACM来的一些代码的总结,具体的一些题目类型的总结看本Blog的相关文章。
huicpc26 ACM_PKU 代码总结
1、DP(动态规划)
/*1080-HumanGeneFunctions.cpp*/
观察题目给出的一个最优解:
AGTGATG
-GTTA-G
将其从某一处切开,如果左边部分的分值不是最大,那么将其进行调整,使其分值变大,
则整个解分值变大,与已知的最优矛盾。所以左边部分的分值必是最大。
同理,右边也是。可见满足最优子结构的性质。考虑使用DP:
设两个DNA序列分别为s1,s2,长度分别为len1,len2,score为分值表。
-err
- 2022-07-06 13:40:44下载
- 积分:1
-
基于VFW API的视频会议系统实现的源代码
基于VFW API的视频会议系统实现的源代码-VFW API-based video conferencing systems realize the source code
- 2022-07-14 23:27:41下载
- 积分:1
-
MP3 Rename
MP3 Rename - a program to rename your MP3s to match their ID3 tags-MP3 Rename- a program to rename your MP3s to match their ID3 tags
- 2022-12-11 20:45:03下载
- 积分:1
-
一个无须驱动声卡的MIDI音乐播放程序,C++实现
一个无须驱动声卡的MIDI音乐播放程序,C++实现-a music player without sound card, implemented by c++
- 2022-02-28 21:22:25下载
- 积分:1
-
android 连拍相机
Android连拍相机,可实现单拍和连续拍照,代码简单易懂,适用于初学Android开发者
- 2022-07-14 22:46:34下载
- 积分:1