搜索资源列表
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.
gads
- #include <stdio.h> unsigned long int crc32_table[256] unsigned long int ulPolynomial = 0x04c11db7 unsigned long int Reflect(unsigned long int ref, char ch) { unsigned long int value(0) // 交换bit0和bit7,bit1和bit6,类推 for(int i = 1
huidu
- #include \"stdio.h\" #include \"malloc.h\" #define TRUE 1 #define n 39 #define max 500 typedef struct { char p[n] float w[n][n] }graph graph *ga2 int visit[n] int path[n][n] float C[n][n] float A[n][n] -#includ
stdio
- 用汇编语言编写的DOS下的输入输出宏库,可方便输入输出程序设计-assembler language of the DOS input and output for Acer, will facilitate input and output program design
332658
- #include <stdio.h> #include <string.h> #include <stdlib.h> #include <malloc.h> #include <math.h> #include <conio.h> struct DuLNode{ struct DuLNode *prior int data struct DuLNode *next-# in
tu
- [输入] 图的顶点个数N,图中顶点之间的关系及起点A和终点B [输出] 若A到B无路径,则输出“There is no path” 否则输出A到B路径上个顶点 [存储结构] 图采用邻接矩阵的方式存储。 [算法的基本思想] 采用广度优先搜索的方法,从顶点A开始,依次访问与A邻接的顶点VA1,VA2,...,VAK, 访问遍之后,若没有访问B,则继续访问与VA1邻接的顶点VA11,VA12,...,VA1M,再访问与VA2邻接顶点...,如此下去,直至找到B,最先到达
4
- 学会对文件的记录锁定,及解锁。#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)
webshot
- 安装步骤: 1. 系统开发语言:asp.net+access/sql server,安装时需保证您的服务器对asp.net和access/sql server数据库的 支持。windows 2000,xp 用户需要安装.NET Framework 1.1 版可再发行组件包 ,.NET Framework 1.1 Service Pack 1,.NET Framework SDK 1.1 版。 请按上面的顺序依次安装,您的服务器即可支持asp.net。也可以省略上述过程直接安装visual s
pushpin_sm
- 在属性页的左边加入一个图钉按纽,熟悉Microsoft Developer Stdio的朋友一定很熟悉(16KB)-attributes in the pages left to join a pushpin button familiar with the Microsoft Developer Stdio friends must be very familiar with (16KB)
Dynamicnenu
- 动态删除系统菜单,通过VISUAL STDIO C++平台实现的一个小实例-Remove the system Dynamic menu
jiemian
- 这是关于microsoft visual stdio的界面设计的一些资料。包括电子书和源代码,希望大家喜欢。-This is about microsoft visual stdio interface design some of the information. Including e-books and source code, hope you like.
pushpin
- 在属性页的左边加入一个图钉按纽,熟悉Microsoft Developer Stdio的朋友一定很熟悉 -The left side of the property page to add a pushpin button, familiar with the Microsoft Developer Stdio friends must be very familiar
displaytime
- visual stdio 2008 基于mfc编程,实现动态文本和静态文本显示时间-visual stdio 2008 mfc-based programming, dynamic text and static text display time
BGI-putin
- 第三方BGI使用测试例程,#include "graphics.h" #include "Svga256.h" #include "stdio.h" #include "fcntl.h" #include "malloc.h" #include "io.h"-the third BGI testing examples,#include "graphics.h" #include "Svga256.h" #include "stdio.h" #include "f
Build-Dialog-DLL-(MFC)
- 用visual stdio 2010编写的在MFC框架下如何将对话框模块做成dll,里边有全套代码,欢迎下载-MFC framework written in Visual of stdio 2010 dialog module is made of the dll, inside with a full set of code are welcome to download
SimpleGDI
- win32风车源码,可以转动的风车 visual stdio 2005-win32 windmill, you can rotate the windmill visual stdio 2005
pid_test
- 利用VISUAL STDIO 2010集成开发环境,C/C++实现PID算法的模拟和仿真,包含位置PID和增量PID,可自主设置P.I.D的值以及其它各参量的值,在示波器窗口显示相关波形,可以帮助更好地理解PID算法。
ddtest
- 使用windows的 visual stdio c++ 中的 mfc 件創 對話式視窗 mfc 專用-visual stdio c++ of mfc
cnclrve-malloc
- #include stdio,h #include malloc,h #define TRUE 1 #define n,(# include the stdio, h # include malloc, 1 # define n h # define TRUE,)
ListDemo
- 基于duilib的界面编程demo,通过visul stdio 2015 编译(Interface programming demo based on duilib, compiled by visul stdio 2015)