您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. the GNU C library

  2. l Introduction: Purpose of the GNU C Library. l Error Reporting: How library functions report errors. l Memory: Allocating virtual memory and controlling paging. l Character Handling: Character testing and conversion functions. l String and Array Ut
  3. 所属分类:C

    • 发布日期:2009-04-28
    • 文件大小:6291456
    • 提供者:actslowly
  1. BerkeleyDB-Core-c++-GSG

  2. Table of Contents Preface .......... iv Conventions Used in this Book ......... iv For More Information ......... v 1. Introduction to Berkeley DB ......... 1 About This Manual .......... 2 Berkeley DB Concepts ........... 2 Access Methods .........
  3. 所属分类:Access

    • 发布日期:2009-05-05
    • 文件大小:434176
    • 提供者:luoliba007
  1. c#制作PDF示例代码

  2. try { // step 2: // we create a writer that listens to the document // and directs a PDF-stream to a file PdfWriter.getInstance(document, new FileStream("Chap0101.pdf", FileMode.Create)); // step 3: we open the document document.Open(); // step 4: w
  3. 所属分类:C#

    • 发布日期:2009-05-11
    • 文件大小:631808
    • 提供者:diligence0708
  1. 图书管理系统(C#)

  2. 图书管理系统(C#) try { if (textBox1.Text.Trim() == " " || textBox2.Text.Trim() == " ") { MessageBox.Show("用户名和用户密码不能为空!", "登录失败", MessageBoxButtons.OK, MessageBoxIc on.Error); return; } SqlConnection conn = new SqlConnection(); conn.ConnectionString = "Se
  3. 所属分类:其它

    • 发布日期:2009-05-16
    • 文件大小:468992
    • 提供者:wy13476002297
  1. C++reference

  2. C++ 库函数查询 CHM 格式 #, ## manipulate strings #define define variables #error display an error message #if, #ifdef, #ifndef, #else, #elif, #endif conditional operators #include insert the contents of another file #line set line and file information #pra
  3. 所属分类:C++

    • 发布日期:2009-05-16
    • 文件大小:480256
    • 提供者:zqiang320
  1. c 函数速查.chm

  2. c 函数迅速查找,学才轻松上手 函数名: absread, abswirte 功 能: 绝对磁盘扇区读、写数据 用 法: int absread(int drive, int nsects, int sectno, void *buffer); int abswrite(int drive, int nsects, in tsectno, void *buffer); 程序例: /* absread example */ #include #include #include #inclu
  3. 所属分类:Access

    • 发布日期:2009-05-28
    • 文件大小:98304
    • 提供者:yicajier
  1. 用C语言实现高效日志

  2. 1.写入日志信息的参数化,类似fprint,printf功能 2.定时保存日志信息到硬盘,默认参数为3000毫秒 3.日志信息达到一定容量后自动保存到硬盘(目前设置为1M) 4.该动态库实现了高效性 5.可动态调整日志等级 6.可动态设置定时时间 7.日志分为3个文件,debug.log保存调试日志信息,normal.log保存普通日志信息,error.log保存错误日志信息 8.日志安全性:日志文件达到一定容量后(目前设置为100M)会把原日志文件备份为.bak后缀的日志文件, 并重新生成新
  3. 所属分类:C

    • 发布日期:2009-05-28
    • 文件大小:8192
    • 提供者:outdahua
  1. csapp_深入理解计算机系统_相关文件_csapp.h_csapp.c

  2. 深入理解计算机系统: csapp.h csapp.c //csapp.h /* $begin csapp.h */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #
  3. 所属分类:C

    • 发布日期:2009-06-08
    • 文件大小:6144
    • 提供者:dexinmeng
  1. 经典C程序100例.chm

  2. 帮助学习C语言 程序源代码: #include "graphics.h" #define LEFT 0 #define TOP 0 #define RIGHT 639 #define BOTTOM 479 #define LINES 400 #define MAXCOLOR 15 main() { int driver,mode,error; int x1,y1; int x2,y2; int dx1,dy1,dx2,dy2,i=1; int count=0; int color=0; dri
  3. 所属分类:C

    • 发布日期:2009-06-08
    • 文件大小:68608
    • 提供者:kalcaddle
  1. C语言经典编程900例

  2. #include #include #include void main(void) { char path[64] = "C:\\TEMP\\"; int handle; if ((handle = creattemp(path, 0)) == -1) printf("Error creating file\n"); else { printf("Complete path: %s\n", path); close(handle); } } ...展开收缩
  3. 所属分类:C

    • 发布日期:2009-06-08
    • 文件大小:181248
    • 提供者:loveljm123
  1. Financial Applications Using Excel Add-in Development in C/C++

  2. This book is intended to provide the reader with a guide to the issues involved with creating powerful and reliable add-ins for Excel. With years of use, many people build up the experience and understanding needed to create custom functions for Exc
  3. 所属分类:C

    • 发布日期:2009-06-09
    • 文件大小:6291456
    • 提供者:xmlai
  1. 实用数学算法(C语言)之高斯消去法

  2. 实现高斯消去法的简单C语言程序 #include #include main() {float a[10][10],b[10],m[10][10],x[10],sum; int i,j,k,n; printf("the top exp:"); scanf("%d",&n); printf("\n"); for(i=0;i<n;i++) for(j=0;j<n;j++) scanf("%f",&a[i][j]); for(i=0;i<n;i++) scanf("%f",&b[i
  3. 所属分类:C

    • 发布日期:2009-06-15
    • 文件大小:26624
    • 提供者:chn38141618
  1. C语言中常见得错误汉语解释

  2. C语言中常见得错误汉语解释 为了方便大家学习,资源共享。 Ambiguous operators need parentheses 不明确的运算需要用括号括起 Ambiguous symbol 'xxx' 不明确的符号 Argument list syntax error 参数表语法错误 Array bounds missing 丢失数组界限符 Array size toolarge 数组尺寸太大 Bad character in paramenters 参数中有不适当的字符 Bad file
  3. 所属分类:C

    • 发布日期:2009-06-26
    • 文件大小:148480
    • 提供者:djslc
  1. C语言库函数示例教程

  2. 库函数的典型应用: 有点用处的迟早的事 函数名: imagesize 功 能: 返回保存位图像所需的字节数 用 法: unsigned far imagesize(int left, int top, int right, int bottom); 程序例: #include #include #include #include #define ARROW_SIZE 10 void draw_arrow(int x, int y); int main(void) { /* reques
  3. 所属分类:C

    • 发布日期:2009-06-27
    • 文件大小:745472
    • 提供者:weizhiyuan420
  1. C语言程序设计实例(200行)

  2. 时间函数举例程序分析 2.程序源代码: #include "stdio.h" #include "time.h" void main() { time_t lt; /*define a longint time varible*/ lt=time(NULL);/*system time and date*/ printf(ctime(<)); /*english format output*/ printf(asctime(localtime(<)));/* tranfer to
  3. 所属分类:C

    • 发布日期:2009-06-29
    • 文件大小:10240
    • 提供者:kaven123
  1. c语言常用算法源代码

  2. #include "stdio.h" #include "conio.h" #include "string.h" #define MAX 5000 int start,end,nodenum; void save1(); void save2(); void main() { FILE *fp1,*fp2,*fp3; float ver[50]; int t[14],i,j,m; int num_node[4]; int node_number; int n umber=0; float v
  3. 所属分类:C

    • 发布日期:2009-06-29
    • 文件大小:320512
    • 提供者:tianzhu131
  1. C语言图书管理系统原程序

  2. 非常详细的 C语言程序!!!可以用 /*12. bookfunction.c源程序*/ /*** bookfunction.c***/ /*添加图书*/ #include "c13_book.c" void BookAdd() { FILE *fp; Book consultbook; fp=fopen("book.txt","rb");/*读方式打开文件*/ if(fp==NULL) fp=fopen("book .txt","wb"); /*写方式打开文件*/ else/*如果有书就添加*
  3. 所属分类:C

    • 发布日期:2009-07-04
    • 文件大小:131072
    • 提供者:jason1989626
  1. 学生信息管理系统 c语言编写的

  2. c语言编辑的学生信息管理系统 很全。当时自己做的时候还是费了很大的劲 #include "stdafx.h" void fun1(); void fun2(); void fun3(); void fun4(); void fun5(); void fun6(); struct student { int num; char name[20]; char sex[20]; char major[20]; }stu[60]; #include #include #include #incl
  3. 所属分类:C

    • 发布日期:2009-07-07
    • 文件大小:228352
    • 提供者:woaini131415926
  1. APUE头文件与error文件

  2. UNIX环境高级编程配套头文件与error.c文件
  3. 所属分类:C/C++

    • 发布日期:2014-07-26
    • 文件大小:2048
    • 提供者:lincoln_2012
  1. unpv13e.zip

  2. unpv13e 并附带了error.c文件,下载下来后,把error.c文件与unp.h和config.h文件一起放到/usr/include/目录下,就防止报err_sys()错误了。
  3. 所属分类:Linux

    • 发布日期:2015-01-12
    • 文件大小:391168
    • 提供者:sanmao0816
« 12 3 4 5 6 7 8 9 10 ... 50 »