推荐
专栏
教程
课程
飞鹅
本次共找到6619条
c语言程序设计
相关的信息
莎利亚
•
5年前
.net平台下C#socket通信(上)
.net平台下Csocket通信(上).net平台下Csocket通信(上)完全是基础,新手可以随意看看,大牛可以关闭浏览页了,哈哈。在开始介绍socket前先补充补充基础知识,在此基础上理解网络
_dolphin
•
4年前
[C#]ArrayList、string、string[]之间的转换
1、ArrarList转换为string\\: ArrayListlistnewArrayList(); list.Add("aaa"); list.Add("bbb"); string\\arrString(string\\)list.ToArray(typeof(string));2、string\\转换
Wesley13
•
4年前
C# MD5加密(16进制)
MD5加密(16进制)vs会提示引用usingSystem.Security.Cryptography;代码如下:publicstaticstringMD5Encrypt32(stringpassword){//密文stringpw
Wesley13
•
4年前
C++标准库和标准模板库
<divid"article\_content"class"article\_contentclearfixcsdntrackingstatistics"datapid"blog"datamod"popu\_307"datadsm"post"<linkrel"stylesheet"href"https://csd
Wesley13
•
4年前
C++类中拷贝构造函数详解
a.C标准中提到“Thedefaultconstructor,copyconstructorandcopyassignmentoperator,anddestructorarespecialmemberfunctions.\Note:Theimplementationwillimplicitlydeclaret
Stella981
•
4年前
Linux编写一个C程序HelloWorld
环境需要文本编辑器和编译器,文本编辑器用linux(我用的centos7)自带的vi,编译器用gcc(GNU C Compiler/GNUCompilerCollection)安装gcc,查看 gcc\v!(https://oscimg.oschina.net/oscnet/fb807439eb3aecfccaaa7428816
Stella981
•
4年前
C++ 优先队列priority_queue用法
头文件:include<queue操作:top访问队头empty队列是否为空size返回队列元素个数push插入元素到队尾pop弹出队头swap交换内容定义:1/2Type数据类型3Container容器类型(必须是vect
Wesley13
•
4年前
JS和C#后台获取网站URL
例:网页URL: http://localhost:8086/index.aspx?topicId3611.设置或获取href属性中跟在问号后面的部分:window.location.search alert(window.location.search);则输出:?topicId3612.设置或获取对象指定的文件名或路径:
Wesley13
•
4年前
C++设计模式——备忘录模式
备忘录模式在GOF的《设计模式:可复用面向对象软件的基础》一书中对备忘录模式是这样说的:在不破坏封装性的前提下,捕获一个对象的内部状态,并在该对象之外保存这个状态。这样以后就可将该对象恢复到原先保存的状态。有时有必要记录一个对象的内部状态。为了允许用户取消不确定的操作或从错误中恢复过来,需要实现检查点和取消机制,而要实现这些机制,你必须事先
Wesley13
•
4年前
C# 实数矩阵行列式计算
原文链接: C实数矩阵行列式计算(https://my.oschina.net/ahaoboy/blog/775722)usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSy
1
•••
204
205
206
•••
662