Welcome![Sign In][Sign Up]
Location:
Search - com.c

Search list

[Windows Develop唯C世界精华

Description: 为了方便广大c语言初学者以及爱好者,唯c联盟在此推出唯c电子期刊。 期刊的主要来源是论坛内的资源以及网上以及作者本人收集的资料,如果 网友们有什么好的文章或者想法,请发email给我,大家一起来建立vcok, 希望大家能够从这里学到更多的知识。e-mail:ccnuxfm@163.com -c for the convenience of the general language beginners and enthusiasts, but the c Union launched the CD-c electronic journals. Series is the major source of the forum and on-line resources and the author of the information collected, if net surfers have any good articles or ideas, please send email to me, you build up a vcok hope that from here we can learn more knowledge. E-mail : ccnuxfm@163.com
Platform: | Size: 725837 | Author: 肖明 | Hits:

[Com PortCOM(C)

Description: 串口COM通讯(C语言) -serial communication COM (C language), serial communication COM (C language)
Platform: | Size: 10500 | Author: V | Hits:

[Other resourceC-Programming-AVR

Description: C Programming for Microcontrollers : Featuring ATMEL’s AVR Butterfly and the Free WinAVR Compiler : Joe Pardue SmileyMicros.com -C Programming for Microcontrollers : Featuring ATMEL's AVR Butterfly and the Free Wi nAVR Compiler : Joe Pardue SmileyMicros.com
Platform: | Size: 3531483 | Author: Nathanan | Hits:

[Game ProgramC游戏编程从入门到精通

Description: C游戏编程从入门到精通(解压密码:www.infoxa.com)-C game programming from entry to the proficient (decompression Password : www.infoxa.com)
Platform: | Size: 7822459 | Author: 杨涛 | Hits:

[Other将.EXE文件转换为COM文件的 C 语言源代码

Description: 软件语言: 简体中文 软件类型: 国产软件 / 免费版 / 文件编程 运行环境: Win9x/NT/2000/XP/ 软件大小: 10KB 将.EXE文件转换为COM文件的 C 语言源代码-software languages : English software types : Domestic software / free version / programming environment for the operation of paper : CTP / software Size : 10KB will. EXE file to a document COM C language source code
Platform: | Size: 10326 | Author: maki | Hits:

[Other resource《From CPP to COM》(英文)

Description: 这是关于如何从C++转向COM编程的一本好书。对COM理解会有不小的帮助。-this is about how to COM C Programming a good book. COM understanding of the not help.
Platform: | Size: 313038 | Author: 杨攀 | Hits:

[SourceCodePHP调用C# COM+

Description: C#写的提取WORD、EXCEL、PDF等文件文本COM+,PHP调用简单,NameTest("d:\\协同办公系统用户手册.doc"); echo $msg; ?>
Platform: | Size: 103309 | Author: zwp20002 | Hits:

[.NET/ASPX《ASP.NET 3.5电子商务开发实战》(Beginning ASP.NET E-Commerce in C# From Novice to Professional)PDF

Description: 本书讲解了教你一步一步的采用全新的ASP.NET 3.5,SQL Server 2008构建的电子商务站点,在前一本ASP.NET 2.0电子商务开发实战的基础上新添了许多令人耳目一新的功能,例如:SEO(搜索引擎优化),产品推荐等功能。是适合各阶层的开发人员读的书籍。 书中源代码可官网下载:http://apress.com/book/downloadfile/4347
Platform: | Size: 16892615 | Author: qiu5566qiu | Hits:

[RichEditC# word开发

Description: .NET1.1下,使用C#自动生成Word2003文档(通过操作COM组件实现)
Platform: | Size: 228352 | Author: 465221640@qq.com | Hits:

[DocumentsCOM应用软件开发技术

Description: C++ Builder是开发COM应用软件的好工具,它隐含了COM实现的细节,我们只需与它打交道就可以开发完善和强大的COM应用程序。 本文用简单的例子详细说明了COM应用软件的开发过程。-C Builder COM application is the development of good software tools, it implied COM details, we just need to deal with it can develop sound and strong COM applications. This simple example of a detailed description of COM applications software development process.
Platform: | Size: 11264 | Author: 齐晶 | Hits:

[Documentsc语言教程(www.vcok.com版)

Description: 经典c程序100例==1--10 【程序1】 题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去       掉不满足条件的排列。 2.程序源代码: main() { int i,j,k printf("\n") for(i=1 i<5 i++)    /*以下为三重循环*/  for(j=1 j<5 j++)    for (k=1 k<5 k++)    {     if (i!=k&&i!=j&&j!=k)    /*确保i、j、k三位互不相同*/     printf("%d,%d,%d\n",i,j,k)    }-classic procedures hundred cases == 1-- 10 procedures-- a topic : 1,2,3,4 figures, the number can be formed with each other with no repeat of the triple-digit figures? How many are? 1. Program Analysis : can fill the 100, 10, 000 the number of spaces are 1,2,3,4. With all the components removed after not satisfied with the conditions. 2. Source code : main () (int i, j, k printf ( "\ n") for (i = 1 ilt; 5 i)/* the following as the triple cycle*/for (j = 1 JLT; 5 j) for (k = 1 KLT; 5 k) (if (i! = ki! = jj! = k)/* i, j, k three disparate*/printf ( "% d,% d,% d \ n ", i, j, k
Platform: | Size: 304128 | Author: 刘宋 | Hits:

[VC/MFC《From CPP to COM》(英文)

Description: 这是关于如何从C++转向COM编程的一本好书。对COM理解会有不小的帮助。-this is about how to COM C Programming a good book. COM understanding of the not help.
Platform: | Size: 312320 | Author: 杨攀 | Hits:

[Windows Develop聊天室(C#源代码)

Description: C#写的聊天室源代码,本系统数据库采用Access 运行时将Web.config中 <add key="data" value="Provider=Microsoft.Jet.OLEDB.4.0 Data Source=F:\class_web\chatsystem\DataBase\data.mdb "/> 数据库所在目录改为本机实际目录 暂时未提供会员系统,登陆请用 默认用户:saintqiqi 密码:987654 起始页面:http://localhost/ChatSystem/Login.aspx 联系方式: saintqiqi@163.com-C# Written in the chat room source code, the system database using Access runtime will Web.config in <add key = data value = Provider = Microsoft.Jet.OLEDB.4.0 Data Source = F: class_webchatsystemDataBasedata.mdb /> databases where the directory read the local temporary directory does not provide the actual membership system, landing please use the default user: saintqiqi Password: 987654 Start Page: http://localhost/ChatSystem/Login.aspx Contact: saintqiqi@163.com
Platform: | Size: 416768 | Author: 刘原奇 | Hits:

[Com PortCOM(C)

Description: 串口COM通讯(C语言) -serial communication COM (C language), serial communication COM (C language)
Platform: | Size: 10240 | Author: V | Hits:

[Embeded LinuxC-Programming-AVR

Description: C Programming for Microcontrollers : Featuring ATMEL’s AVR Butterfly and the Free WinAVR Compiler : Joe Pardue SmileyMicros.com -C Programming for Microcontrollers : Featuring ATMEL's AVR Butterfly and the Free Wi nAVR Compiler : Joe Pardue SmileyMicros.com
Platform: | Size: 3530752 | Author: Nathanan | Hits:

[Documentscom.c

Description: 实现Linux的串口数据传输。实现ARM与PC间的数据传输-Realize Linux serial data transmission. ARM and realize data transfer between PC
Platform: | Size: 3072 | Author: yy | Hits:

[Othercom.c

Description: DOS下的一个简单的串口测试工具,以查询的方式接收数据,可以十六进制码的方式或者字符的方式显示;可以发送小文件。-DOS under a simple serial testing tools to make inquiries, receive the data in hexadecimal code or the way the way the characters display can send small files.
Platform: | Size: 2048 | Author: 树军 | Hits:

[Windows Developelecfans.com-c

Description: C语言课件,里面是ppt文件,讲的很好,初学者的必备资料。-C language courseware, which is a ppt file, speak well, essential information for beginners.
Platform: | Size: 1891328 | Author: hustqiao | Hits:

[Com PortCom

Description: com封装的一个类,可以直接拿来用的,非常方便。(Com package of a class, can be used directly,)
Platform: | Size: 1024 | Author: 鐘点 | Hits:

[source in ebook[muchong.com]C++_Primer_Plus(第6版源码)

Description: C++_Primer_Plus第六版原书的源码(Source code for the original book of the C++_Primer_Plus Sixth Edition)
Platform: | Size: 157696 | Author: | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net