联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All Linux/Unix编程(5) 
按平台查找All C++(5) 

[Linux/Unix编程] 44415532

本协议名叫动态TDMA时隙分配协议,使用在移动无线自组织网协议的实现 (2018-02-03, C++, 88KB, 下载4次)

http://www.pudn.com/Download/item/id/1517614399991870.html

[Linux/Unix编程] DMC2440F

DMC-2440-F采用基于ARM920T内核的Samsung处理器 S3C2440A, 标准主频400MHz,最高主频可达533MHz。采用64MB的SDRAM和64MB的Nand Flash。DMC-2440-F嵌入式开发系统外设非常丰富,功能强大,适用于各种手持设备、消费电子和工业控制设备的开发。支持嵌入式Linux和WINCE5.0.NET操作系统。提供完整的Wince5.0 BSP。 采用linux-2.4.18内核,支持多种文件系统,像cramfs、yaffs2、ext2、Fat、NFS等。linux驱动支持:串口、10/100M网口、音频、USB Host、LCD、触摸屏、USB鼠标、U盘等,支持Qt图形界面。 Wince5.0驱动支持:LCD、触摸屏、KEY 、Nandflsh、串口、USB等
DMC- 2440- F the Samsung processor S3C2440A based on ARM920T kernel, standard frequency 400 MHZ, the highest frequency of up to 533 MHZ. The 64 MB SDRAM and 64 MB Nand Flash. DMC- 2440- F embedded development system peripherals is rich, powerful functions, suitable for all kinds of handheld devices, consumer electronics and industrial control equipment development. Support the embedded Linux operating system and WINCE5.0.NET. Provide complete Wince5.0 BSP. The Linux- 2.4.18 kernel, support for multiple file system, like cramfs, yaffs2, however, Fat, NFS, etc. Linux driver support: a serial port, 10/100 m so, audio, USB Host, LCD, touch screen, USB mouse, U disk, etc., to support Qt graphical interface. Wince5.0 driver support: LCD, touch screen, KEY, Nandflsh, serial port, USB, etc (2014-12-23, C++, 31KB, 下载3次)

http://www.pudn.com/Download/item/id/2679535.html

[Linux/Unix编程] taoqianzimulu

linux下如果目录为空目录,则只有.和.这两个也是属于目录类型的本代码使用递归来判断目录及其子目录是否为空目录 /*判断目录是否为空目录*/int IsEmptyDir(char*pszDir){DIR*pstDirp=NULL;struct dirent*pstDirStru=NULL;int ulFileNum=0;int ret=1;char szDir[100];memset(szDir,0,100);pstDirp=opendir(pszDir);if(NULL==pstDirp){printf("open dir error\n");return 0;}while(pstDirStru=readdir(pstDirp)){strcpy(szDir,pszDir);if(DT_DIR==pstDirStru-d_type){if(strcmp(pstDirStru-d_name,".")&&strcmp(pstDirStru-d_name,"."{ret=0;memset(szDir,0,100);sprintf(szDir,"s/s",pszDir,pstDirStru-d_name);IsEmptyDir(szDir);}}else{ret=0;}}closedir(pstDirp);if(ret==1){printf("s is empty dir\n",szDir);}else{printf("is not empty dir\n",szDir);}return ret;}经自己在dedora9下测试通过,希望代码能对大家有点帮助 本文来自: 高校自动化网(Www.zdh1909.com) 详细出处参考(转载请保留本链接):http://www.zdh1909.com/html/linux/12177.html
int IsEmptyDir(char*pszDir){DIR*pstDirp=NULL;struct dirent*pstDirStru=NULL;int ulFileNum=0;int ret=1;char szDir[100];memset(szDir,0,100);pstDirp=opendir(pszDir);if(NULL==pstDirp){printf("open dir error\n");return 0;}while(pstDirStru=readdir(pstDirp)){strcpy(szDir,pszDir);if(DT_DIR==pstDirStru-d_type){if(strcmp(pstDirStru-d_name,".")&&strcmp(pstDirStru-d_name,"."{ret=0;memset(szDir,0,100);sprintf(szDir,"s/s",pszDir,pstDirStru-d_name);IsEmptyDir(szDir);}}else{ret=0;}}closedir(pstDirp);if(ret==1){printf("s is empty dir\n",szDir);}else{printf("is not empty dir\n",szDir);}return ret;} (2011-12-27, C++, 58KB, 下载4次)

http://www.pudn.com/Download/item/id/1743485.html

[Linux/Unix编程] CanOpen

CANopen源代码,对学习CANopen协议有很大的帮助,我的毕业设计就是在这份源代码的帮助下完成的,里面有两个应用例子,一个是Linux下的主从节点,另外一个是HC2上的例子(没有操作系统的支持)。
CANopen source code, CANopen protocol on learning of great help, my graduation project is in the source code to help to complete, and there are two application examples, one is Linux under the master-slave node, the other one is the HC2 examples (no operating system support). (2008-12-01, C++, 11537KB, 下载377次)

http://www.pudn.com/Download/item/id/593210.html

[Linux/Unix编程] TestSegy

segy读写程序,我是在阿果石油网里下的, 一个c++的读写segy的程序,如果在做关于地震方面的可以下下值得一看哦,
segy reading and writing process, I was in the Arab-Israeli fruit oil net under a c++ reading and writing segy procedures, if done on the earthquake area can under the circumstances to see Oh, (2008-11-16, C++, 4KB, 下载183次)

http://www.pudn.com/Download/item/id/580665.html
总计:5