自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(2)
  • 资源 (6)
  • 问答 (1)
  • 收藏
  • 关注

原创 C ----memcpy memmove

#include<stdio.h> #include<stdlib.h> #include<memory.h> void* my_memcpy(void* dest, void* src, int count) { char *my_dest = (char*)dest; char *my_src = (char*)src; if(dest == ...

2019-06-11 15:05:22 61

原创 字符串函数---strcpy() strcnpy()

#include <stdio.h> #include <stdlib.h> #include <string.h> /* run this program using the console pauser or add your own getch, system("pause") or input loop */ /** *date: 2019.6.11...

2019-06-11 01:13:01 1345

unp.tar.gz

the source code of the book "UNIX Network Programming" UNIX Network Programming, Volume 1 This book is for people who want to write programs that communicate with each other using an application program interface (API) known as sockets. Some readers may be very familiar with sockets already, as that model has become synonymous with network programming. Others may need an introduction to sockets from the ground up. The goal of this book is to offer guidance on network programming for beginners as well as professionals, for those developing new network-aware applications as well as those maintaining existing code, and for people who simply want to understand how the networking components of their system function.

2019-07-16

sqlite-jdbc-3.8.9-sources.jar

sqlite-jdbc-3.8.9-sources.jar 包 欢迎下载 好用

2018-04-17

sqlite-jdbc-3.8.9-javadoc.jar

sqlite-jdbc-3.8.9-javadoc.jar

2018-04-17

jfr.jar 包

jfr.jar 非常好用的Jar包 用过 所以才上传的 赚取积分

2018-04-16

resources.jar

resources.jar Java jar 包 用过的 特别好用的Jar 包

2018-04-16

POI-3.9。jar

poi-3.9.jar包ziyu

2018-04-16

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除