Welcome![Sign In][Sign Up]
Location:
Search - C ASK

Search list

[Other resource《C++Builder编程实例技巧》全部源代码

Description: 这是《C++Builder编程实例技巧》一书中的全部源代码,不用多说了吧。有需要的请拉吧,不要问我书在哪,我也只是偶而发现,顺手收藏.-This is the "C Programming examples Builder skills," a book full source code, the answer of the hour. The need to pull it please, do not ask me what book, I have found only occasionally, simply collections.
Platform: | Size: 38481166 | Author: 李朝 | Hits:

[Other resource清华大学C++和VC语言程序设计课件

Description: 这个是请华大学的VC 程序设计的课件。既有对C/c++语言的概括,对C++语言核心内容的讲解。也有对windows API函数的讲解.课件非常的生动,重点非常的突出,对Microsoft Press 出版社出版的<Windows 程序设计>(Charles Petzold写的)(第5版)有非常好的帮助作用。后面章节有对MFC的介绍,和VC编程的实力,技巧。认真学习之后要编一个仿Windows XP的计算器,应该不是一件很难的事了。这个是清华的期末考试的一个课程设计了。-this is to ask the Chinese University VC program design of courseware. Both the C / c the broad language of the C language on the core content. A pair of windows on the API function. Courseware very lively, very prominent focus for Microsoft Press published the lt; Windows programming gt; (Written by Charles Petzold) (Release 5) has a very good help. After chapters on the MFC, and the strength of VC programming techniques. After careful study to draw a fake Windows XP calculator, it should not be a difficult thing. This is the final examination Tsinghua University in a course design.
Platform: | Size: 4740085 | Author: srgr | Hits:

[Multimedia programc++ask

Description: 本书详细阐述了C++程序设计的多方面问题以多个专题讨论-the book elaborate the C programming aspects of the topics discussed in a number of
Platform: | Size: 134563 | Author: 张仪 | Hits:

[OtherC-NQueens

Description: C_NQueens Ask not what your country can do for you Ask what you can do for your country. -C_NQueens Ask not what your country can do f or you Ask what you can do for your country.
Platform: | Size: 801 | Author: 刘鹏 | Hits:

[Booksc# com 编程

Description: Preface Welcome to C# COM+ Programming. If you have purchased this book or are currently contemplating this purchase, you may have a number of questions you are hoping this book will answer. The most common questions I get are “Is COM+ dead?” and “What is COM+’s role in .NET applications?” The answer to the first question is a definite “no”! The COM+ technology that Microsoft has included with Windows 2000 is still available to .NET programmers. In fact, some COM+ technologies that were previously available only to C++ programmers can now be used by Visual Basic .NET and C# programmers. The second question is always a little harder to answer. The typical response you would get from me is “it depends.” The technologies found in COM+ such as distributed transactions and queued components can be found only in COM+. The question to ask yourself when trying to decide if you should use a particular COM+ service is “Do I need this service in my application?” If the answer is yes, then feel free to use COM+. If the answer is no, then COM+ is not a good fit for your application. All of the code examples used in the book use the new programming language C#. C# is an object-oriented programming language developed specifically for .NET. In fact, .NET applications are the only applications you can write with C#. Throughout the book I point out the language features of C# that can help you write better COM+ components. Although all of the code is in C#, the examples can also be rewritten in C++ if you like.
Platform: | Size: 2161485 | Author: movieday | Hits:

[SourceCode小游戏

Description: 文曲星里的小游戏,本人用C语言将其编出并添加破纪录功能。游戏规则:随机产生4个数字,由玩家输入4个不重复的数字(如:8 3 1 2)按回车后电脑给出提示,其形式为"?A?B".你所输入的四位数中,位置和数字都正确则为A,数字相同但位置不相同时为B,你只可以猜10次,若你所用的次数小于纪录保持者,则为破纪录。小作一篇,请多请教!-文曲星small game, I used C language to prepare and add a record feature. The rules of the game: randomly generated four figures, by the four players enter the number of non-repetition (such as: 8 3 1 2) after the computer and press the Enter tips given in the form of ? A? B . You enter the four- the median, the location and numbers are correct, compared with A, but the location is not the same as the same as B, and you can only guess 10 times, if you used the number is less than record holder, was a record. For a small, please ask!
Platform: | Size: 1024 | Author: 过客 | Hits:

[DocumentsEffective_C++2e

Description: 从C 转向C++ 对每个人来说,习惯C++需要一些时间,对于已经熟悉C 的程序员来说, 这个过程尤其令人苦恼。因为C 是C++的子集,所有的C 的技术都可以继续使 用,但很多用起来又不太合适。例如,C++程序员会认为指针的指针看起来很 古怪,他们会问:为什么不用指针的引用来代替呢?-from C to C for everyone, C habits need some time, already familiar with C programmers, this process particularly vexing. Because C is a subset of C, all the C's technology can continue to use, but many also use up less suitable. For example, the C programmer will pointer that seemed very strange, they would ask : Why not use the pointer to replace?
Platform: | Size: 411648 | Author: 杨双锋 | Hits:

[source in ebook《C++Builder编程实例技巧》全部源代码

Description: 这是《C++Builder编程实例技巧》一书中的全部源代码,不用多说了吧。有需要的请拉吧,不要问我书在哪,我也只是偶而发现,顺手收藏.-This is the "C Programming examples Builder skills," a book full source code, the answer of the hour. The need to pull it please, do not ask me what book, I have found only occasionally, simply collections.
Platform: | Size: 38480896 | Author: 李朝 | Hits:

[VC/MFC清华大学C++和VC语言程序设计课件

Description: 这个是请华大学的VC 程序设计的课件。既有对C/c++语言的概括,对C++语言核心内容的讲解。也有对windows API函数的讲解.课件非常的生动,重点非常的突出,对Microsoft Press 出版社出版的<Windows 程序设计>(Charles Petzold写的)(第5版)有非常好的帮助作用。后面章节有对MFC的介绍,和VC编程的实力,技巧。认真学习之后要编一个仿Windows XP的计算器,应该不是一件很难的事了。这个是清华的期末考试的一个课程设计了。-this is to ask the Chinese University VC program design of courseware. Both the C/c the broad language of the C language on the core content. A pair of windows on the API function. Courseware very lively, very prominent focus for Microsoft Press published the lt; Windows programming gt; (Written by Charles Petzold) (Release 5) has a very good help. After chapters on the MFC, and the strength of VC programming techniques. After careful study to draw a fake Windows XP calculator, it should not be a difficult thing. This is the final examination Tsinghua University in a course design.
Platform: | Size: 4740096 | Author: srgr | Hits:

[CSharp文曲星游戏

Description: 这是文曲星里的小游戏,本人用C语言将其编出并添加破纪录功能。游戏规则:随机产生4个数字,由玩家输入4个不重复的数字(如:8 3 1 2)按回车后电脑给出提示,其形式为"?A?B".你所输入的四位数中,位置和数字都正确则为A,数字相同但位置不相同时为B,你只可以猜10次,若你所用的次数小于纪录保持者,则为破纪录。小作一篇,请多请教! -This is a small game, I used the C language out to be record-breaking and add functionality. The rules of the game : randomly generated four figures from the importation of four players not to repeat the figures (such as : 8 3 1 2) by the transport after the computer is suggested, in the form of "A B." you have entered the four-digit, location and the correct figures for A, but the same number is not same location B, you can only guess 10, if you use less than the number of records, compared with the record. For a small, please ask!
Platform: | Size: 1024 | Author: 高天一 | Hits:

[Multimedia Developc++ask

Description: 本书详细阐述了C++程序设计的多方面问题以多个专题讨论-the book elaborate the C programming aspects of the topics discussed in a number of
Platform: | Size: 134144 | Author: 张仪 | Hits:

[Special EffectsImgSeg

Description: 哥们图像边缘检测与特征提取的毕业设计,包括全部经典算法,还有他自己的改进,VC6下测试通过。(这个改进我不是很懂,不要问我!:))-Miners Edge detection and feature extraction graduate design, including all classic algorithms, and his own improvement, VC6 under test. (This I do not know very much about improvement, do not ask me! :))
Platform: | Size: 100352 | Author: 杨智丹 | Hits:

[OtherC-NQueens

Description: C_NQueens Ask not what your country can do for you Ask what you can do for your country. -C_NQueens Ask not what your country can do f or you Ask what you can do for your country.
Platform: | Size: 1024 | Author: 刘鹏 | Hits:

[VHDL-FPGA-Verilogpskask

Description: 用C语言,实现PSK与ASK的二进制调制-C language, and the realization of PSK modulation binary ASK
Platform: | Size: 92160 | Author: 李博宁 | Hits:

[VC/MFCC++ProgrammingLanguagebyBjarneStroustrup(3rd)

Description: 一些同学问我,如何学好C++,我没有别的办法给你们,唯一的办法就是读书,读大 量的书,就可以解决。要把C++作为日常语言,而不是一种程序语言,这样就好办了。-Some students ask me how to learn C++, I have no other way to you, the only way is to study, read a lot of books, can be resolved. To C++ As day-to-day language, rather than a programming language, so that was true.
Platform: | Size: 4626432 | Author: | Hits:

[Linux-Unixlinux1x

Description: 相信有很多用户在使用华为的代理上网吧,是不是在linux下无法上网头疼呢,我花了一个星期的时间,弄到华为的代理和linux下所需的rpm包了 基于fedora 7下 操作很简单,我给出简要提示 1.使用root用户登陆安装rpm包 #]rpm -ivh compat-libstdc++-7.3-2.96.110.i386.rpm #]./pre.ps #]linux1x -c 下面问的问题很简单,一路yes,注意最后问你是否改变日志的存放位置,no就可以,用默认的路径 然后(确保你的网卡已经激活) #]linux1x –u username/password –n eth0-I believe there are many users in the use of Huawei s agent on Internet cafes, is not in linux can not access a headache, I spent a week s time, Huawei s agent and get under linux required rpm packages of fedora 7 on the next operation is very simple, I am prompted to give a brief one. use root user to install rpm package landing#] rpm-ivh compat-libstdc++-7.3-2.96.110.i386.rpm#] ./pre.ps#] linux1x-c ask the following question is very simple, all the way yes, pay attention to the last question do you change the log storage location, no you can use the default path and then (make sure your card has been activated)#] linux1x-u username/password-- n eth0
Platform: | Size: 1312768 | Author: liyongshun | Hits:

[Communication-Mobileam

Description: ask调制解调算法c语言设计!!可在code composer studio 中进行信号仿真-ask modulation and demodulation algorithm c language design! ! In code composer studio in Signal Simulation
Platform: | Size: 1024 | Author: xuzhinan | Hits:

[Windows DevelopASK

Description: 软件实现ASK系统 子程序 VC++可视化编程-ASK system software routines visual programming VC++
Platform: | Size: 3941376 | Author: 丫头 | Hits:

[Windows DevelopC-ASK-AND-ANSWER

Description: C语言中的遇到的一些问题 和解惑汇总,基本上能够遇到的问题都会在里面有解释.-C language encountered some problems and doubts summary, the problems will basically be able to explain the inside.
Platform: | Size: 12253184 | Author: yangsui | Hits:

[Software Engineering你必须知道的495个C语言问题

Description: 书中列出了C用户经常问的400多个经典问题,涵盖了初始化、数组、指针、字符串、内存分配、库函数、C预处理器等各个方面的主题,并分别给出了解答,而且结合代码示例阐明要点。(The book lists more than 400 classic questions that C users often ask, covering topics such as initialization, arrays, pointers, strings, memory allocation, library functions, C preprocessor and so on, and gives answers respectively, and illustrates the main points with code examples.)
Platform: | Size: 17289216 | Author: Ha7 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net