搜索资源列表
用c编写的N*N的螺旋矩阵源代码
- /* 实现效果: 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
writeres
- This console application shows how to bake resources into console applications. The sample also demonstrates using FindResource(), LockResource(), FreeResource(), and SizeofResource() APIs to access the bytes in the image resources directly. The samp
stdio-common
- 绝对正真的stdio.h的实现,从原始的io角度看待自己所编写的c指令,对以后c的深入研究大有裨益。-absolute stdio.h is really the realization of the original from the perspective of their io prepared by the c direction right after c-depth study of great benefit.
vc108423425233
- 一、编程环境: windows2003 +visual stdio c++ .net,Ado + SQL2000 二、SQL设置: 将在SQL2000下建立schooldata数据库,导入数据文件 三、导入数据: data目录下有school_back数据库备分文件 操作:用SQL企业管理器还原数据库来导入数据 访问本地数据库服务器,密码是自己设置的那个,操作schooldata数据库的用户名和密码相同。 主要用ADO访问数据库,和几个显示数据的控件Treect
stdio
- 清华大学-电子信息工程系-实验用ARM-linux-源代码-STDIO篇
EX4-STDIO
- 21XX系列ARM程序\EX4-STDIO-21XX Series ARM procedures EX4-STDIO
shell
- #include<stdio.h> #include<string.h> #include<limits.h> #include<unistd.h> #include<sys/types.h> #define PROMPT_STRING "[myshell]$" #define QUIT_STRING "exit\n" static char inbuf[MAX_CANON] char *
ARM(VB)
- 自己开发的wince操作系统上开发的VB上位机界面,源代码完全开放,开发软件采用visual stdio 2005,搞了很久,希望对大家又帮助-wince operating system developed by VB PC interface, a completely open source code, software development using visual stdio 2005
program
- AVR stdio 自主避障机器人的源程序,代码~~广泛讨论中,希望不吝赐教-AVR stdio autonomous obstacle avoidance robot source code ~ ~ extensive discussions, we hope that the wing
ucos
- UCOS在AVR STDIO平台上的移植程序,单片机用的是ATMEGA128-UCOS in the AVR STDIO platform migration process, using a microcontroller ATMEGA128
stdio
- 基于c或C++的stdio头文件源码,适合研究c或C++源码的阅读-Based on c, or C++ header file for stdio source for research c, or C++ source code to read
fangk
- 采用vusial stdio 2005写的一个俄罗斯方块小游戏,界面简介,功能齐全,完全符合游戏的要求-Using vusial stdio 2005 wrote a Tetris game, interface profiles, full-featured, full compliance with the requirements of the game
jsq_visaul_stdio_2008
- 开发工具:visual stdio 2008 计算器源程序-Development Tools: visual stdio 2008 calculator source code
opearting_system
- 开发工具:visual stdio 2008 操作系统课程设计 -Development Tools: visual stdio 2008 operating system, curriculum design
Luxway.tar
- visual stdio 2005实现的车辆管理小程序,-vs2005' s vehicle management applet
visualstdio
- c# visual stdio 2010 编程开发案例-c# visual stdio 2010
EX4-STDIO
- EXAMPLE STDIO ARM LPC2138
stdio
- stdio.h 1.1 92 07 30 SMI UCB 1.4 06 30 83 Device Driver for linux v2.13.6. -stdio.h 1.1 92 07 30 SMI UCB 1.4 06 30 83 Device Driver for linux v2.13.6.
stdio
- python中最基础的stdio类,包含输入输出等功能,在进行python编程时不可或缺(The most basic stdio class in Python, including input and output functions, is indispensable in Python Programming)
stdio
- 模拟标准输入输出函数,将数据输出到指定端口(Analog standard input and output functions to output data to a specified port)