联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 文件格式(205) 

[文件格式] EasySTM8S103 EEPROM字编程

stm8s103f3p6按字读写EEPROM
read EEPROM by word of stm32f103f3 (2018-02-28, C/C++, 34KB, 下载2次)

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

[文件格式] LCD12864_CONTROL

12864液晶显示屏的功能指导,指令控制及编程指导
Function introduction, instruction coding and programming instruction of 12864 LCD (2017-05-08, WORD, 53KB, 下载1次)

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

[文件格式] DXF

文档详解的简介、功能、作用等等,怎么处理编程等
DXF format file Detailed Profile, function, and so on (2012-07-04, Visual C++, 59KB, 下载7次)

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

[文件格式] Scotty-barrier-Diode-Parameter-chart

肖特基二极管常用参数大全,电子编程必备
Scotty barrier Diode Parameter chart (2012-05-03, WORD, 57KB, 下载3次)

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

[文件格式] shuju

本人擅长利用软件编程实现多变量缺失数据填充,需要帮助的联系:xiao_liang2011@sina.com
queshi shuju tianbu (2012-04-14, Java, 142KB, 下载5次)

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

[文件格式] Huawei

华为的编程规范 对你可能有帮助 养成良好的习惯
Huawei software programming specifications may be useful for you (2012-01-09, Visual C++, 62KB, 下载2次)

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

[文件格式] keilc51

keilc51库函数手册,对于80c51的编程,很有帮助,不妨看看
keilc51 library manual for 80c51 programming, helpful, take a look (2011-07-22, C/C++, 460KB, 下载3次)

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

[文件格式] SQL

SQL标准规范,数据库编程SQL10大难点和技巧
SQL standards, the major difficulties and SQL10 database programming skills (2011-07-22, SQL, 108KB, 下载5次)

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

[文件格式] 333

端口最基本的概念,术语,对编程基础有所帮助
Port the basic concepts, terminology, basic programming help (2011-07-06, WORD, 25KB, 下载2次)

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

[文件格式] mathsta

数理统计方法电子书,从事计算机编程的人会用到。
Mathematical statistical methods books, in computer programming will be used. (2011-07-04, WORD, 2511KB, 下载8次)

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

[文件格式] IP

能够实现读取IP地址和端口号的简单客户端编程。
Enables IP address and port number to read a simple client programming. (2011-01-05, Visual C++, 5KB, 下载2次)

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

[文件格式] Google_CPP_Code_Style

资料下载 代码风格 Google C++编程风格指南.doc
Download the code style of Google C++ programming style guidelines. Doc (2010-06-06, Visual C++, 59KB, 下载6次)

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

[文件格式] 3dsfile

3ds文件格式,有利于opengl编程读取3ds文件。
3ds file format is conducive to opengl programming to read 3ds file. (2010-02-02, Visual C++, 189KB, 下载6次)

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

[文件格式] Mapinfostudy

mapx编程的笔记总结,很值得学习一下
mapx program notes sum up, it is worth learning about (2009-12-03, Visual C++, 48KB, 下载4次)

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

[文件格式] C-FORTRAN

C_与Fortran混合语言编程中动态链接库的调用
c & fortran DLL call (2009-10-10, C/C++, 179KB, 下载34次)

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

[文件格式] 51bianchengqi

51编程其原理图和接口应用电路有用的快来下吧——————————————————————
232 schematic diagram and application circuit interface (2009-08-15, C/C++, 816KB, 下载3次)

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

[文件格式] socket

介绍SOCKET在linux下的网络编程实现
SOCKET in the introduction of network programming under linux realize (2008-08-29, Unix_Linux, 28KB, 下载3次)

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

[文件格式] SIMATICPCS7

这篇文档是学习西门子系列软件的重要教材,是西门子编程的入门教材,通过学习可以使你掌握西门子的编程要点.
This document is learning Siemens important textbook series software is the entry-Siemens programming materials, through the study will enable you to master the programming elements of Siemens. (2008-07-01, MultiPlatform, 1098KB, 下载13次)

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

[文件格式] programing_standard

编程规范 关于编程规范的几个原则 1、程序员花更多的时间在调试、维护和升级已有代码上,而不是编写新的代码; 2、程序最重要的是正确性,其次是可维护性,最后才是效率; 3、学习如何写优美的程序与学习如何正确地编写代码同样重要; 4、让程序尽量简单易懂,即使违背了某些规则也无关紧要; 5、一个运行正常但没有注释的程序如同一个等待爆炸的定时炸弹,因为早晚会有人修改或升级这个程序; 6、好风格应该成为一种习惯。如果你在开始写代码时就关心风格问题,如果你花时间去审视和改进它,你将会逐渐养成一种好的编程习惯。一旦这种习惯变成自动的东西,你的潜意识就会帮你照料许多细节问题,甚至你在工作压力下写出的代码也会更好。 (2008-03-31, PPT, 75KB, 下载6次)

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

[文件格式] vfpvfpvfp1111

VFP 使用技巧,编程技巧,难点解析,命令,函数解析
VFP use skills, programming techniques, difficult analytical, ordered, analytic functions (2006-04-18, VFP, 1600KB, 下载14次)

http://www.pudn.com/Download/item/id/173243.html
总计:205