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

Search list

[GUI DevelopNEO SDK 图形库 2.1.90

Description:

NEO V2.1.90 正式版的说明文件。

这个压缩包中的包括了NEO的头文件(即源程序)、帮助文档、实例、汉字库等组件:

NEO--|
     |--docs:内含NEO详细的开发及使用文档,
     |        有了它就能很容易地使用NEO SDK了!
     |
     |--examples:几十个有趣的例子
     |
     |--include:NEO的头文件,将里面文件拷到相应平台编译器(如BC++)
     |           的include文件夹里,并在源代码开头加上
     |           #include <neo.h>或#include "neo.h",即使用NEO中的函数
     |
     |--tools:在使用NEO时的一些工具,象汉字库、插件、图标及代码生成器等等
     |
     |--NEO简介.txt:对NEO SDK的简单介绍
     |
     |--NEO_PL.txt:NEO的公用授权协议,只有接受了这个协议,
     |              你才可以使用NEO
     |
     |--AUTHORS.txt:完整的作者名单,记录了所有为NEO的成长付出了辛勤劳动的人
     |
     |--Readme!.txt:就是本文


有任何问题请联系我:ckerhome@yahoo.com.cn我会尽快回复你的。
我常去的论坛:www.coderlife.net/bbswww.vcok.com/bbs 昵称是:凌晨一点。你也可以到那里找到我
NEO图形编程技术交流群:7713568/10362755,欢迎加入一起交流图形编程技术~

更多详情请访问NEO的首页:http://neo.coderlife.net
                
                                                            ——董凯  <2006-01-29>


Platform: | Size: 2553887 | Author: wuming123057 | Hits:

[WEB Codec语言教程(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: 304386 | 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/MFCTHE-C-PROGRAMMING-LANGUAGE

Description: c lanuage learner www.vcok.com THE C PROGRAMMING LANGUAGE
Platform: | Size: 201728 | Author: bluce cui | Hits:

CodeBus www.codebus.net