CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - printf

搜索资源列表

  1. konversi-bilangan

    0下载:
  2. int i, j, k,b,n,s,t,r=1 float sum, c float a[12][12] //pengisian matrix printf("Masukkan ordo matriks : ") scanf(" d",&n) printf("masukkan banyak persamaan : ") scanf(" d",&b) for(i=0 i<n i++){ for(j=0 j&
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1185
    • 提供者:cranda
  1. satu

    0下载:
  2. int i, j, k,b,n,s,t,r=1 float sum, c float a[12][12] //pengisian matrix printf("Masukkan ordo matriks : ") scanf(" d",&n) printf("masukkan banyak persamaan : ") scanf(" d",&b) for(i=0 i<n i++){ for(j=0 j&
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1036
    • 提供者:cranda
  1. Penyelesaian-Pers-Non-Linier-Metode-Tabel

    0下载:
  2. int i, j, k,b,n,s,t,r=1 float sum, c float a[12][12] //pengisian matrix printf("Masukkan ordo matriks : ") scanf(" d",&n) printf("masukkan banyak persamaan : ") scanf(" d",&b) for(i=0 i<n i++){ for(j=0 j&
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:1235
    • 提供者:cranda
  1. xueshengdanganchengxu

    0下载:
  2. int menu() { int choice printf( "\n********************************************\n" "**** 选择菜单 ****\n" "********************************************\n" "\n") printf("\t 请选择您所需要的功能:\n") printf("\t1.录入学生的学生证信息\n")
  3. 所属分类:Education soft system

    • 发布日期:2017-03-30
    • 文件大小:1608
    • 提供者:swl
  1. color-map

    0下载:
  2. 地图上色 #include <stdio.h> #include <stdlib.h> #define MAX 100 typedef struct{int code int color }Area /*区域结构*/ typedef struct{Area a[MAX] int vn int en }Map /*地图结构*/ void CreateM(Map m)/*生成地图,并统
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:628
    • 提供者:王道
  1. printf-or-scanf-image

    0下载:
  2. 图像处理的基础代码 可以进行图像输入输出 非常方便-image match
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:5662
    • 提供者:夏鑫
  1. CPP

    0下载:
  2. 一个月挑战C++ C++面向对象编程入门:构造函数与析构函数 -void main(void) { void reversal() static int a[10] = {0,1,2,3,4,5,6,7,8,9} /* 建立一个数组并初始化*/ int i for (i=0 i<10 i++) { printf(" d ",a) } printf("\n") reversal(a,10
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:486560
    • 提供者:wangqifeng
  1. printf

    0下载:
  2. 《轻松学通Visual C++》的源代码--打字测试系-" Easy to learn through the Visual C++" source code- typing test system
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:335314
    • 提供者:天涯
  1. getIP-impro

    0下载:
  2. 本程序用户获取主机的IP地址和MAC地址,头文件与函数原型如下 #include "getIP.h" int get_ip(char *ipaddr, char *netmask, const char *ethname) #include "getIP.h" int get_mac(char *mac) 以下是get_ip函数简单使用范例 //定义IP和MAC所需要的存储空间 char ethname[] = "eth0" c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:6450
    • 提供者:quietojlt
  1. STM32Pusart_printf

    0下载:
  2. 介绍了STM32F10XX系列利用串口来实现printf函数,简单实用。-Introduces the STM32F10XX series using a serial port to realize the printf function, simple and practical.
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:1813
    • 提供者:lixiaolong
  1. canlender

    0下载:
  2. 1.某一年的全年日历 2.某个月的日历 3.某一天是星期几-1\printf the whole year s canlender 2\specific month s canlender 3\specific date of the week
  3. 所属分类:.net

    • 发布日期:2017-04-11
    • 文件大小:810
    • 提供者:oky
  1. summary-of-c-language-printf-form

    0下载:
  2. c/c++输出格式设置总结,希望对大家有所帮助-c/c++ output format summary
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:14950
    • 提供者:xf
  1. NO2

    0下载:
  2. 顺序表 create_sqlist(Sqlist *L)/*创建顺序表*/ { int k ElemType x k=0 scanf(" d",&x) while(x!=0) { L->data[k]=x k++ scanf(" d",&x) } L->length=k } void print_sqlist(Sqlist *L)/*输出顺序表*/ { int j
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:629
    • 提供者:韩若
  1. 04-UART2Printf

    0下载:
  2. 神州4号STM32F107V的开发板的源程序。串口PRINTF输出的源程序。希望对你有用。-Shenzhou 4 STM32F107V development board of the source. Serial PRINTF output of the source. Hope useful to you.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-11
    • 文件大小:2218354
    • 提供者:hl
  1. printk

    0下载:
  2. 没有库函数的环境下实现printf功能,在unix环境下实现-No library function under the environment of the printf function realization,In the Unix environment realized
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:2770
    • 提供者:
  1. Linux-serial

    0下载:
  2. Linux 系统串口使用代码 /* * Program: serial.c * Author: Paul Dean * Version: 0.0.3 * Date: 2002-02-19 * Descr iption: To provide underlying serial port function, * for high level applications. * */ #include <termios.h>
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:7952
    • 提供者:zhangxiaojun
  1. Ex001printfscanf

    0下载:
  2. This routine printf, and scanf functions redirected to serial port 1 (USART1). The main loop calls the function printf, scanf functions and from the serial port 1 receives three integers and a string, and then call the printf function to output to th
  3. 所属分类:Com Port

    • 发布日期:2017-04-04
    • 文件大小:287678
    • 提供者:gale8
  1. mouchengxu

    0下载:
  2. 小图形 很简单的小图形 使用PRINTF输出的FK几个字母-a FK pic
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:190639
    • 提供者:sunyu
  1. include

    0下载:
  2. 在采用二叉链表存储的二叉树上,编程实现从根结点到指定结点之间的路径.-#include <stdio.h> #include <stdlib.h> typedef struct BTnode { char data struct BTnode*lchild,*rchild }BTNode #define NodeLen sizeof(BTNode) BTNODE*Creat_Bt(void) void Preorder
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:5308
    • 提供者:金俊秋
  1. printf1

    0下载:
  2. c语言环境下的printf 源代码,具备多种数据类型的输出能力-c language environment printf source code, with the ability to output multiple data types
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:1157
    • 提供者:赵楠
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 34 »
搜珍网 www.dssz.com