CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 文件操作 搜索资源 - 编程学习

搜索资源列表

  1. 编写无错C程序秘诀

    0下载:
  2. 编写无错C程序秘诀。使你更快的学习C编程-prepared no mistake C program secret. So the faster you learn C Programming
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:588055
    • 提供者:丁巍
  1. 同力IVR脚本校验

    0下载:
  2. 同力IVR脚本校验器, 如果你也是同力IVR的脚本程序员,有没有这样的经历呢,要大量修改一个变量名称,用记事本替换掉内容以后,却发现编程器不认了,不用愁,用这个脚本校验的工具吧. 本程序只是用于学习,以及个人使用,请勿用于破坏.如果是属于漏秘程序,请与我联系,我会尽快删除它.-edge IVR scr ipt with the validator, if you are the same edge IVR scr ipt programmers do not have the exper
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:233267
    • 提供者:耿海瑞
  1. werwer

    0下载:
  2. 学习文件操作系统,学习unix编程。我要到本站上找资源。可是这么不方便。-study documents the operating system, learning unix programming. I have to find resources on the site. But so inconvenient.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:28178
    • 提供者:贺金
  1. opensomefile

    0下载:
  2. 同时打开多个文件的详尽编程,使得那些想学习相关知识的人受益匪浅,不管她是新手还是老手 -opened at the same time a number of documents detailed programming, makes those who want to study relevant knowledge of benefit, whether she is a novice or veteran
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:103413
    • 提供者:赵大啊
  1. xxaq

    0下载:
  2. 《PGP 软件分析及编程应用》是我在学习网络信息安全这门课程的时候写的一篇小论文-"PGP Software Analysis and Application Programming" I was learning network information security courses written by the time a small paper
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:13131
    • 提供者:limi0066
  1. Java_Web

    0下载:
  2. 这个是学习网络编程的好好文档! 里面有一些老师发给的学习jsp的课件!-This is a learning network programming properly document! There are some teachers to learn jsp courseware!
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:4241689
    • 提供者:程碧文
  1. ActionScriptforFlashMX

    0下载:
  2. Actionscr iptforFlashMX(权威指南),学习flash编程必备书籍,希望对大家有用。-Actionscr iptforFlashMX (authoritative guide), Learning flash programming required books, we hope that the right useful.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:2040599
    • 提供者:kk
  1. C-study-100examples

    0下载:
  2. 这是一本关于c语言编程的书,有大量实例,程序有一定的趣味性,增加学习的兴趣-This a programming language for the c, a large number of examples, there are certain procedures fun increase interest in learning
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:4798448
    • 提供者:刘磊
  1. 5

    0下载:
  2. 在本文中,我们将学习一种通过编程定制 Eclipse 中的编辑器和视图标签的拖放行为的技术。
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:12846
    • 提供者:myhuih
  1. delcopy

    0下载:
  2. 编程实现对文件的删除、拷贝过程。对于学习文件操作的爱好者很有帮助!
  3. 所属分类:文件操作

    • 发布日期:2014-01-16
    • 文件大小:26985
    • 提供者:牛彦儒
  1. C

    0下载:
  2. c语言编程宝典,希望对同志们的学习有用,
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:149858
    • 提供者:fangxuqi
  1. AsyncIO

    0下载:
  2. 异步文件I/O操作,是从一本<WindowsNT编程>书上学习的实例程序.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:43467
    • 提供者:wu0251
  1. frhed

    0下载:
  2. frhed 一个完整的16进制编辑器程序的源代码,效率非常高,可以根据自己的需要修,是很好的编程参考,值得学习!
  3. 所属分类:文件操作

    • 发布日期:2014-01-17
    • 文件大小:2362486
    • 提供者:陈建国
  1. INIedit

    0下载:
  2. INI文件读写编程的好例子,值得大家学习,希望能为大家带来帮助
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:89206
    • 提供者:肖洪钢
  1. programing_standard

    0下载:
  2. 编程规范 关于编程规范的几个原则 1、程序员花更多的时间在调试、维护和升级已有代码上,而不是编写新的代码; 2、程序最重要的是正确性,其次是可维护性,最后才是效率; 3、学习如何写优美的程序与学习如何正确地编写代码同样重要; 4、让程序尽量简单易懂,即使违背了某些规则也无关紧要; 5、一个运行正常但没有注释的程序如同一个等待爆炸的定时炸弹,因为早晚会有人修改或升级这个程序; 6、好风格应该成为一种习惯。如果你在开始写代码时就关心风格问题,
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:76967
    • 提供者:wsj
  1. TCPFile

    0下载:
  2. 一个通过网络传输文件的程序,供网络编程学习。
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:181626
    • 提供者:bqb
  1. C语言编程宝典-原版

    0下载:
  2. 本人在网络上整理的c语言学习的绝好,东东,很适合各种学习者,该东东是文本文件,您可以继续添加整理,在发上来共享!本人吐血推荐-I on the network finishing c excellent language learning, Dongdong, very suitable for all learners, Wanton is the text files, you can continue to add collating, sharing onto the hair! I r
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:146521
    • 提供者:丁志强
  1. Library

    0下载:
  2. 文件管理,工控文件管理编程学习资料,源码或其他好源码或编程学习资料
  3. 所属分类:File Operate

    • 发布日期:2017-04-23
    • 文件大小:148619
    • 提供者:jack
  1. FileInfo11

    0下载:
  2. vc++6.0编程学习小案例---文件信息获取-vc++6.0 program to study for a small case--- File Information
  3. 所属分类:File Operate

    • 发布日期:2017-04-05
    • 文件大小:49405
    • 提供者:bebei
  1. archmtqcture_architecture

    0下载:
  2. ARM体系结构与编程学习arm的实验代码大家可以看看下在-The ARM architecture and programming learning ARM s code you can see in the experiment
  3. 所属分类:File Operate

    • 发布日期:2017-12-16
    • 文件大小:104448
    • 提供者:bredkrsha
« 12 3 4 »
搜珍网 www.dssz.com