CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - c while

搜索资源列表

  1. 用c编写的N*N的螺旋矩阵源代码

    0下载:
  2. /* 实现效果: 1 2 6 7 15 3 5 8 14 16 4 9 13 17 22 10 12 18 21 23 11 19 20 24 25 */ #include <stdio.h> #define N 5 //阶数,即N*N的螺旋矩阵 void main() {     int i, j, num=1, a[N][N];     for(i=0; i<=N/2; i++) &nb
  3. 所属分类:其他小程序

    • 发布日期:2008-05-05
    • 文件大小:4.29kb
    • 提供者:good@588
  1. web server监测

    0下载:
  2. This Unix C code monitors a web server every few minutes by trying to retrieve its home page. It sends you email when it can t connect, and every so often while the server is still down. It sends a final message when it comes back up. If you have ema
  3. 所属分类:Other systems

    • 发布日期:2017-11-09
    • 文件大小:1.92kb
    • 提供者:
  1. w32_worm_Arod

    0下载:
  2. The worm will produce Arod.exe and " get to C: \WINDOWS catalogue . After starting the machine again , will put worm shelf Arod.exe into C: \, C:\WINDOWS,In zip file under WINDOWS \system32 , these three catalogues ,. As the user opens Outlook Expres
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:36.63kb
    • 提供者:clock
  1. Practice1_14

    0下载:
  2. 字符串交叉输入,就是将一个字符串交叉的输入到了另一个字符串当中,比如: char a[4]="ABCD" char b[4]="abcd" 则char c[8]="AaBbCcDd" -Cross-string input, is to cross a string input to another string of them, such as: char a [4] = "ABCD" char b [4] = "abcd" While char c [8] =
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:6.58kb
    • 提供者:zfm850722
  1. ccfx

    0下载:
  2. 实验目的:用c语言对一个简单语言的子集编制一个一遍扫描的编译程序,以加深对编译原理的理解,掌握编译程序的实现方法和技术。 c.1词法分析 c.1.1实验目的 设计、编制并调试一个词法分析程序,加深对词法分析原理的理解。 c.1.2实验要求 c.1.2.1待分析的简单语言的词法 (1) 关键字: begin if then while do end --------有实验报告+.cpp+分析-Experimental Objective: To use c lang
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:164.83kb
    • 提供者:zhangjuan
  1. ProgramacaoOrientdaaObjetosemCpp_Bueno.pdf

    0下载:
  2. Brazilian book written in Portuguese for promoting Open Source code while teaching C++.
  3. 所属分类:Other systems

    • 发布日期:2017-05-14
    • 文件大小:3.29mb
    • 提供者:shadowbraz
  1. VCfcm

    0下载:
  2. FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最小。模糊C均值算法是普通C均值算法的改进,普通C均值算法对于数据的划分是硬性的,而FCM则是一种柔性的模糊划分-FCM algorithm is a clustering algorithm based on division, and its thinking that it is making is divided into the same cluster of the bigge
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:76.06kb
    • 提供者:samari
  1. fft

    1下载:
  2. C语言编写的计算FFt同时画出FFt曲线的小程序-C language computing FFt curve while the applet draw the FFt
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:2.53kb
    • 提供者:常志凯
  1. Phunky-Virus-Writing-Guide

    0下载:
  2. 病毒写作不是努力,你可能首先想到。要编写有效的病毒,但是,你知道*必须*汇编语言。短,紧凑的代码是汇编语言特点,这些都是可取的病毒特征。但是,它是*不*必要写在纯组装。 C也可以使用,因为它允许几乎所有的系统总控制,同时产生相对紧凑的代码(如果你远离库函数)。但是,您仍然必须访问中断,因此仍需要装配知识。但是,最好还是坚持使用纯汇编,因为大多数的操作更容易使用汇编。如果你不知道大会,我会建议拿起了Microsoft宏汇编圣经副本(Nabajyoti Barkakati,书号#:0-672-226
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:55.02kb
    • 提供者:mall
  1. erchashu.c

    0下载:
  2. 对二叉树进行创建,寻找父节点,子节点,同时进行广度遍历-Create a binary tree to find the parent node, child nodes, while the breadth traversal
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2.79kb
    • 提供者:陈嘉琦
  1. lua-5.2.1

    0下载:
  2. lua5.2.1库文件找了几天的资料,关于lua调用C++类,无非就是千篇一律的东西,没实际性内容,并且本菜又不喜欢luaplus,luabind,luaTinks等之类的二次封装(一会儿C,一会儿C++,说不定编译狂出错)-The the lua5.2.1 library file to find a few days, Lua calls C++ class, nothing more than the monotony of things, not the actual content,
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-08
    • 文件大小:263.53kb
    • 提供者:wsh
  1. C-C-Method

    0下载:
  2. 采用C-C法的同时求时延与嵌入维的经典程序-CC method using delay and embedding dimension while seeking the procedure
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:4.98kb
    • 提供者:feng
  1. Simple-C-language-compiler

    0下载:
  2. 简单的C语言编译器,完成了简单的功能,包括简单的输入输出和while循环,能自动编译c语言代码,翻译成汇编语言输出-Simple C language compiler, complete simple functions, including simple input and output, and while loops, c language code can be automatically compiled, translated into assembly language outp
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1.86mb
    • 提供者:王刚
  1. msgpack-c

    0下载:
  2. MessagePack is an efficient binary serialization format, which lets you exchange data among multiple languages like JSON, except that it s faster and smaller. Small integers are encoded into a single byte while typical short strings require only one
  3. 所属分类:Other systems

    • 发布日期:2017-05-06
    • 文件大小:803.95kb
    • 提供者:Evitetedmor
  1. C_compiler

    0下载:
  2. 自己实现的C语言编译器,识别while,if等语句,支持函数调用,生成四元式代码(A simple C compiler supporting while if and function calling, can generate quaternary type of algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:1.14mb
    • 提供者:asdsadsad
  1. winformddck_v1.0

    0下载:
  2. C#等待窗体,主程序耗时间较长时等待窗体。(C # waits for forms, while the main program takes longer to wait for the form.)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:190kb
    • 提供者:dsew027
  1. do-while-loop

    0下载:
  2. do and while loop in c
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:1.09mb
    • 提供者:Nivvi
  1. 第5章 循环结构程序设计

    0下载:
  2. 几种循环的比较;循环的嵌套;用for 语句实现循环;用do ~ while 语句实现循环(The comparison of several cycles; the nesting of the cycle; the implementation of the cycle with the for statement; the implementation of the cycle with the do ~ while statement)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:508kb
    • 提供者:zhanmaymy
  1. Desktop

    0下载:
  2. The integer entered by the user is stored in variable n. Then the while loop is iterated until the test expression n != 0 is evaluated to 0 (false). After first iteration, the value of n will be 345 and the count is incremented to 1. After second
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:38kb
    • 提供者:knidra
  1. c语言练习题

    0下载:
  2. Exercise 5: ‘for’ and ‘do … while” repetition statements 1. ​Write a program which uses a do/while loop to print out the first 10 powers of 2 other than 0 (ie. it prints out the values of 21, 22, ..., 210). Use a for loop to do the same. 注意 po
  3. 所属分类:其他小程序

« 12 3 4 »
搜珍网 www.dssz.com