-
FileOperate
win32下,搜索某个目录,及所有子目录下的文件,或删除某个目录及所有子目录下的文件,包括目录(under win32, search a directory and all subdirectories under the documents, or delete a directory and all subdirectories under the documents, including directory)
- 2007-09-14 15:25:30下载
- 积分:1
-
cJSONFiles
JASON解析,打包等测试例程,包含头文件,C文件,test文件等(void doit(char *text)
{
char *out;cJSON *json;
json=cJSON_Parse(text);
if (!json) {u1_printf("Error before: [%s]
",cJSON_GetErrorPtr());}
else
{
out=cJSON_Print(json);
cJSON_Delete(json);
u1_printf("%s
",out);
free(out);
}
})
- 2020-06-15 23:20:01下载
- 积分:1
-
DemoAPP
iOS APP 聊天列表实现,使用object-c实现,接口简单,方便,显示美观(Object-C 聊天列表实现)
- 2016-10-23 14:11:33下载
- 积分:1
-
lightningcentralcontrol
灯光中央控制系统的设计应用,是一份非常经典的灯光控制应用领域的文档(灯光中央控制系统的设计应用)
- 2010-01-03 19:27:18下载
- 积分:1
-
Simplescoringsystem
说明: 简单的评分系统 实现去掉一个最高分与去掉一个最低分然后取平均值的运算(Simple scoring system to achieve the highest score and remove to remove a minimum score and then taking the average of a computing)
- 2010-04-08 19:26:45下载
- 积分:1
-
code
说明: Linux下调用ALSA的API简单实现了播放和录音功能。(Under Linux, calling alsa API simply realizes the function of playing and recording.)
- 2020-11-19 16:11:49下载
- 积分:1
-
C语言生成流程图软件
很好用的软件.分享给大家,大家可以下载试用试用。很好用的软件.分享给大家,大家可以下载试用试用很好用的软件.分享给大家,大家可以下载试用试用很好用的软件.分享给大家,大家可以下载试用试用很好用的软件.分享给大家,大家可以下载试用试用
- 2022-02-06 03:13:07下载
- 积分:1
-
fdtd_example
成功实现3维FDTD的算法,算法简洁明了(Successful implementation of the three-dimensional FDTD algorithm is simple and clear)
- 2009-11-20 20:39:55下载
- 积分:1
-
MusicPlayer
说明: 一个非常漂亮的音乐播放器的源码,比千千静听漂亮。(A very nice music player source, than listening Pros beautiful.)
- 2010-04-22 09:35:26下载
- 积分:1
-
mfc制作的贪吃蛇(用vc++)
用mfc制作的简单贪吃蛇(能移动和吃食,当然能够随时暂停游戏,也能设置游戏难度)
- 2022-03-02 20:57:35下载
- 积分:1