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

Search list

[assembly languagead.c

Description: 一个AD9851的驱动。用的并行时序。 现在把程序和电路图发上来,大家帮帮我看看问题出在那里。谢谢了。 要是有做成功的能共享一下电路和程序感激! main.c
Platform: | Size: 882 | Author: 张水 | Hits:

[CSharpc++文件源码e1_2.cpp

Description: //e1_3.cpp #include float area(float r) //定义求半径为r的圆的面积的函数area { return 3.14159f * r * r; } void main() { float r; //定义浮点型变量r,用于存放圆的半径 cout<>r; //从键盘上输入圆的半径送给变量r cout<<"半径为"<<r<<"的圆的面积="<<area(r)<< '\n'; //输出运算结果
Platform: | Size: 163840 | Author: qu120664854 | Hits:

[Embeded-SCM Developi2c.c

Description: I2C总线读写程序-I2C main line read-write procedure
Platform: | Size: 1024 | Author: cll | Hits:

[CSharpC#中调用Windows API的要点

Description: C#中调用Windows API的要点-C# Windows API call to the main points
Platform: | Size: 6144 | Author: 似的 | Hits:

[Game Program超级迷宫-c语言

Description: 游戏随机创建迷宫,并给用户提供交互,自我感觉不错,只是有些函数过于冗长,随机生成算法过于累坠,不过是一五官俱全的游戏,(mazeMain.c是主要文件,编译时请将Compiler的Model改为Huge<TC2>)-randomly create a maze game, and to give users interactive, self-satisfied, but some functions are too lengthy, random generation algorithm too tired sinkers, but is a complete facial features of the game, (mazeMain.c is the main document, compiled with the Model Compiler please read Hugelt; TC2gt ;)
Platform: | Size: 93184 | Author: 文曦畅 | Hits:

[OtherC井教程

Description: 主要介绍C#的主要特点,需要有C基础的人才适于阅读,也便于学习.net的人参考。-C# introduces the main features of the need for C based talent suitable for reading, but also to facilitate learning. Net of reference.
Platform: | Size: 1253376 | Author: 赵孑 | Hits:

[Oracle学习PROC C

Description: oracle pro*c 编程 主要用于行业应用 功能 建立c语言与oracle连接-c main programming functions for the industry application language and the establishment of c oracle link
Platform: | Size: 10746880 | Author: 严冰 | Hits:

[Linux-Unixc++ 编程中你最需注意的地方

Description: 下面的这些要点是对所有的C++程序员都适用的。我之所以说它们是最重要的,是因为这些要点中提到的是你通常在C++书中或网站上无法找到的。如:指向成员的指针,这是许多资料中都不愿提到的地方,也是经常出错的地方,甚至是对一些高级的C++程序员也是如此。   这里的要点不仅仅是解释怎样写出更好的代码,更多的是展现出语言规则里面的东西。很显然,它们对C++程序员来说是永久的好资料。我相信这一篇文章会使你收获不小。-below those points of all C programmers are applicable. The reason I say that they are the most important, because these points mentioned is that you are usually in the C book on the website or not found. Example : at the target, which is much of the information has not mentioned, and is often the wrong place and even to some senior C programmers as well. The main point here is not just to explain how to write better code, more language is displayed inside the rules. Apparently, the C programmer is everlasting good information. I believe that this article would you learned a lot.
Platform: | Size: 5120 | Author: 黄兴 | Hits:

[Applications学籍管理系统C语言版

Description: 学籍管理系统!利用C语言实现! 在构思基本模块时,订立了“读取文件到内存形成链表,对链表的操作,将内存的链表内容保存到文件”三大基本块。 读取文件:在main函数里完成。原理是,先检查文件指针是否在末尾,若否,则在内存开辟一个单位长度,在文件中读取单位长度数据入该空间中,并彼此构成链表。采取带参数的主函数,以保证保存文件的多样性。 对链表的操作:可分为插入(建立),删除,查找,修改,排序。五大基本功能。分别用五个函数完成。这里不一一描述。其中,删除,查找,修改都是要用到查找一个数据的操作。所以,在编写查找函数时,兼顾了删除,修改操作所需的元素。在删除中,尝试书中原始方法,而修改操作则保留我原有的引用。排序函数中,设想对已有的各项排序,因此按照每项再另建函数。通过代码量上的增加来确保运行的一次可行性。每次运行完都返回一个head值。再通过主函数的数据显示循环显示结果。 保存操作:关闭已打开文件。用“写”的形式建立同名的(同时自动删除原有的),将内存中的链表完全输出到文件中。-expulsion management system! The use of C language! The basic module concept, the setting of the "read files into memory formation Chain, Chain operation, the memory contents of the List to preserve documents" three basic block. Read documents : the main function was completed. Principle is that the first checks whether the file pointer at the end, and if not, in the memory unit opened up a length in the document read data into the unit length of the space, and with each other constitute List. Parameters taken with the main function, to ensure preservation of diversity. List of the operation : to be inserted into (building), delete, search, modify, sort. The five basic functions. Five were used to complete the function. January 1 is not described here. Which, delete, search, modi
Platform: | Size: 252928 | Author: 叶兆源 | Hits:

[SCM51与pc串口通讯

Description: 51与pc串口通讯,主要用c语言编写,相信对初学者会有好处的-51 pc with serial communications, the main c language, I think it would be beneficial to the beginners
Platform: | Size: 135168 | 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:

[Driver Develop主函数main中变量

Description: 主函数main中变量,C语言中的MAIN函数的具体详细的分析和用法-main function main variables, C MAIN function of the specific detailed analysis and usage
Platform: | Size: 3072 | Author: 李芳 | Hits:

[SCMC语言在单片机开发中的应用

Description: < C语言在单片机开发中的应用>>主要针对C51新手入门有着引导作用,可以很快入门!-lt; Lt; C language in the development of the SCM Application gt; Gt; The main response has C51 Getting Started guide can be quickly entry!
Platform: | Size: 17408 | Author: 马步清 | Hits:

[Embeded-SCM DevelopTouchScreen_Test

Description: touchsceen_test ├─ main.c C语言主源文件 ├─ AscII6x8.c Ascii字符6x8点阵显示格式数据 ├─ lcd.c LCD显示函数源文件 ├─ lcd.h LCD定义头文件 ├─ Call_int.s 中断处理文件 ├─ tp.c 触摸屏控制函数源文件 └─ tp.h 触摸屏控制定义头文件-touchsceen_test East main.c C-language source East Main-AscII6x8.c Ascii character dot matrix display delivers data format and technology-lcd.c LCD display function source East-definition LCD lcd.h headers East-Call_int.s interrupt handling documents and technology-tp.c Touchscreen control function-source supply tp.h Touchscreen Control definition files
Platform: | Size: 107520 | Author: 吴中仪 | Hits:

[Linux-Unixmain.c

Description: 利用linux下gtk+/gnome编程,动态绘图,并把所绘制图像每隔一定时间以当前时间为文件名保存在硬盘上-use under linux gtk/gnome programming, dynamic graphics, and images are drawn every time to the current time of the document were kept on the hard drive
Platform: | Size: 3072 | Author: 时柏营 | Hits:

[SCMKeeloq-C

Description: keeloq解码程序,包括汇编,c语言格式-KEELOQ decoding process, including compilation, c language format
Platform: | Size: 385024 | Author: ricky | Hits:

[Com Portmain.c

Description: 基于Modbus_RTU_RS485的通信实现(main.c)-Modbus_RTU_RS485-based communications to achieve (main.c)
Platform: | Size: 2048 | Author: lyb roy | Hits:

[Software Engineeringmain.c.tar

Description: Do-nothing program. To compile just use gcc -o main main.c
Platform: | Size: 5120 | Author: Joseph | Hits:

[simulation modelingmain.c

Description: 使用c语言的WS小世界生成算法,同时计算了网络的最短距离、度分布、聚集系数(WS SMALL WORLD NETWORK GENERATE ALGORITHM BY USING C)
Platform: | Size: 2048 | Author: nicky_0419 | Hits:

[Linux-Unix第7章初始化程序(main.c)

Description: 是Linux内核教程的第7章初始化程序(main.c)(It is the seventh chapter of the Linux kernel tutorial, the initialization program (main.c).)
Platform: | Size: 602112 | Author: violetta | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net