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

搜索资源列表

  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
    • 文件大小:4395
    • 提供者:good@588
  1. 简单日志

    0下载:
  2. 你在写程序中是否要经常输出信息作为观察你的程序是否正常运行的标记. 本程序给你一个可以在Windows中用printf功能的函数log_printf,当然有更多的功能啦,自己看看就知道啦-you write procedures should always output information as you observe the procedures for normal operation markings. This program can give you a Windows fun
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:432185
    • 提供者:罗清胜
  1. Trace_dll

    0下载:
  2. Trace跟踪动态库,文件读写,支持如printf函数的一样参数-Trace DLL tracking, document literacy, such as support functions like printf parameters
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:11421
    • 提供者:乔文杰
  1. stepnc_write_v1_1

    0下载:
  2. The STEPNCWrite library writes STEP-NC toolpath data (AP-238 CC1). This C++ library is completely open-source and has been released under the GNU General Public License (GPL). The library writes data in XML format (ISO 10303-28) using just prin
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:100726
    • 提供者:易力
  1. 4

    0下载:
  2. 学会对文件的记录锁定,及解锁。#include <stdio.h> #include <unistd.h> #include <fcntl.h> int main() { int fd int i struct { char name[20] uint ID int age } myrec fd =open(\"name\", O_RDWR|O_CREAT, 0755)
  3. 所属分类:其它

    • 发布日期:2014-01-16
    • 文件大小:9297
    • 提供者:华羿
  1. ListingFiles

    0下载:
  2. This Program to listing all files and folder in one directory. FindNextFile, FindFirstFile, GetLastError, strcpy, strcat, printf
  3. 所属分类:Windows编程

    • 发布日期:2014-01-17
    • 文件大小:29859
    • 提供者:Merc
  1. ch1

    0下载:
  2. 数据结构代码,关于数据结构的实验一 void main() { timeb t1,t2 long t double x,sum=1,sum1 int i,j,n printf(\"请输入x n:\") scanf(\"%lf%d\",&x,&n) ftime(&t1) // 求得当前时间 for(i=1 i<=n i++) { sum1=1 for(j=1 j<=i j++)
  3. 所属分类:Shell编程

    • 发布日期:2014-01-17
    • 文件大小:3391
    • 提供者:冰河
  1. ch5

    0下载:
  2. Status CreateSMatrix(RLSMatrix &M) { // 创建稀疏矩阵M int i Triple T Status k printf(\"请输入矩阵的行数,列数,非零元素数:\") scanf(\"%d,%d,%d\",&M.mu,&M.nu,&M.tu) M.data[0].i=0 // 为以下比较做准备 for(i=1 i<=M.tu i++) { do {
  3. 所属分类:其它

    • 发布日期:2014-01-17
    • 文件大小:19853
    • 提供者:冰河
  1. xitong

    0下载:
  2. 学生统计成绩,插入, 删除等,char c do { system(\"cls\") /*运行前清屏*/ printf(\"****************************主菜单****************************\\n\") /*菜单选择*/ printf(\"\\t\\t 1. 输入存储学生信息 \\n\") printf(\"\\t\\t 2. 查看学生成绩 \\n\") printf(\"\\t\\t 3. 增加学生信
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2504
    • 提供者:伍国
  1. CLogTest

    0下载:
  2. 一个通用的日志类,可以实现类似printf输出,支持UNICODE和UNICODE文件.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:22906
    • 提供者:God4
  1. formulaC++20080625

    0下载:
  2. 该组件可用编写字符串和数字运算处理脚本,供运行时调用获取执行结果 1、组件调用的方式可以参考 main.cpp 2、脚本的编写可以参考 debug/my.cfg 3、可调用系统函数有 atof: 将字符串转换为浮点数 ceil: floor: abs: index: strcmp: substr: strlen: trim: strstr: split: replace:字符串替换函数 printf:
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:434708
    • 提供者:范哲伟
  1. CodeGuruEssentialDifferencebetweenCONSOLEandGUIApp

    0下载:
  2. Environment: VC6 Win2K/NT/98 This sample describes the difference between CONSOLE and GUI applications with 20 lines of code. There are 2 small projects in this sample. The first project shows how to create a console in WinMain(). First o
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:205738
    • 提供者:李峥
  1. ADDR

    0下载:
  2. 本源码主要应用PRINTF函数和程序地址的访问,属于C方面的高级编程
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:19030
    • 提供者:walky
  1. rprint

    0下载:
  2. 高效地对printf进行了修改,很适合在对串口打印要求速度很高的情况。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:4570
    • 提供者:franky
  1. projects

    0下载:
  2. 一个非常简单的printf的源代码
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:6360
    • 提供者:zhicheng
  1. 字符窗口开发包

    0下载:
  2. 窗口类CBufferWnd:能够作为子窗口或者时弹出窗口支持滚动,自动根据滚动位置调整显示的内容支持光标显示在光标处或是指定位置插入文字输出辅助类CConsoler:与指定的输出窗口对象进行绑定能够支持printf方式的输出能够对汉字进行处理避免出现换行时出现半个汉字的情况,在半个汉字时利用空格进行替换,并在下一行继续显示文字利用字符窗口可以方便的开发类似与控-CBufferWnd window class : to act as sub-window, or when the pop-up
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:61286
    • 提供者:杜宇
  1. printf

    0下载:
  2. 这是实现printf的源代码,自己实现printf的操作。-This is the realization of the source code for printf achieve their own printf operation.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3396106
    • 提供者:Allea
  1. main

    0下载:
  2. 如何將printf 導向STMF4 UART(example for how to retarget the printf from std lib to UART2 of STMF4)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:3072
    • 提供者:GoToFuture
  1. uxPrintf

    0下载:
  2. 实现了printf的简单功能,对于单片机开发调试很有帮助!!(Realize the simple function of printf, SCM development and debugging helpful!!)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:2048
    • 提供者:fmliywtk
  1. usart串口

    0下载:
  2. 在清风的基础上,实现PRINTF的输出(On the basis of clean wind, the output of PRINTF is realized)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:1084416
    • 提供者:xuelongzhiwu
« 1 23 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com