CODING

官宣 | CODING 荣获可信云软件研发效能度量平台先进级最高评估成果

[点击链接了解详情](https://coding.net/?utm_source=channel) ![img](https://mmbiz.qpic.cn/sz_mmbiz_gif/jxHgxicVs5Y2N4DyQJT8Y6J3gx111okphVZ9XADdozcNXgQZtDib4dKKU ......
效能 可信 成果 先进 CODING

腾讯云 CODING × K+ 峰会再次携手开启软件行业新风向

[点击链接了解详情](https://coding.net/?utm_source=channel) ![img](https://mmbiz.qpic.cn/sz_mmbiz_gif/jxHgxicVs5Y2N4DyQJT8Y6J3gx111okphVZ9XADdozcNXgQZtDib4dKKU ......
峰会 风向 再次 CODING 行业

腾讯云 CODING 成为首批 TISC 企业级平台工程综合能力要求标准贡献单位

[点击链接了解详情](https://coding.net/?utm_source=channel) ![img](https://mmbiz.qpic.cn/sz_mmbiz_gif/jxHgxicVs5Y2N4DyQJT8Y6J3gx111okphVZ9XADdozcNXgQZtDib4dKKU ......
贡献 能力 单位 标准 CODING

工具产业推广级!腾讯云 CODING 度量平台获得业内权威机构高度认可

[点击链接了解详情](https://coding.net/?utm_source=channel) 7 月 18 日,由中国信息通信研究院、中国通信标准化协会主办的 **2023 XOps 产业创新发展论坛**于 7 月 18 日在北京成功举办,吸引了超过 400 人次现场参会。该论坛举行了 20 ......
业内 高度 权威 机构 产业

Coding添加WebHook

一、新增部署公钥 二、同步代码 三、更新目录权限 四、创建WebHook #!/bin/bash echo "" #输出当前时间 date --date='0 days ago' "+%Y-%m-%d %H:%M:%S" echo "Start" #git项目路径 gitPath="/www/www ......
WebHook Coding

曲线艺术编程 coding curves 第十四章 其它曲线(Miscellaneous Curves)

# 第十四章 其它曲线(Miscellaneous Curves) > 原作:Keith Peters https://www.bit-101.com/blog/2022/11/coding-curves/ > > 译者:池中物王二狗(sheldon) > > blog: http://cnblog ......
曲线 Miscellaneous 艺术 coding Curves

数据结构与算法coding过程中的记录

1.init()时一定要记得malloc()申请新的内存空间(如果不申请内存空间程序返回的值是有内存里的脏数据,把人看得云里雾里找不到问题出在哪) 2.带头结点单链表尾插法要注意:若LNode *p = L->next; 循环条件是while(p != NULL){p = p->next;},那么最 ......
数据结构 算法 过程 结构 数据

曲线艺术编程 coding curves 第十二章 超级椭圆与超级方程(Superellipses and Superformulas)

# 第十三章 超级椭圆与超级方程(Superellipses and Superformulas) > 原作:Keith Peters https://www.bit-101.com/blog/2022/11/coding-curves/ > > 译者:池中物王二狗(sheldon) > > 源码: ......

曲线艺术编程 coding curves 第十二章 玑镂(扭索)纹

# 第十二章 玑镂(扭索)纹 > 原作:Keith Peters https://www.bit-101.com/blog/2022/11/coding-curves/ > > 译者:池中物王二狗(sheldon) > > > 源码:github: https://github.com/willia ......
曲线 艺术 coding curves

曲线艺术编程 coding curves 第十一章 玫瑰花形( ROSES)

# 第十一章 玫瑰花形 ROSES > 原作:Keith Peters https://www.bit-101.com/blog/2022/11/coding-curves/ > > 译者:池中物王二狗(sheldon) > > 源码:github: https://github.com/willi ......
玫瑰花 曲线 玫瑰 艺术 coding

曲线艺术编程 coding curves 第十章 螺旋曲线(SPIRALS)

> 原作:Keith Peters https://www.bit-101.com/blog/2022/11/coding-curves/ > 译者:池中物王二狗(sheldon) > 源码:github: https://github.com/willian12345/coding-curves ......
曲线 螺旋 SPIRALS 艺术 coding

曲线艺术编程 coding curves 第九章 旋轮曲线(ROULETTE CURVES)

# 第九章 旋轮曲线(ROULETTE CURVES) > 原作:Keith Peters https://www.bit-101.com/blog/2022/11/coding-curves/ > 译者:池中物王二狗(sheldon) > 源码:github: https://github.com ......
曲线 ROULETTE 艺术 coding CURVES

曲线艺术编程 coding curves 第八章 贝赛尔曲线(Bézier Curves)

# 贝赛尔曲线(Bézier Curves) > 原作:Keith Peters https://www.bit-101.com/blog/2022/11/coding-curves/ > 译者:池中物王二狗(sheldon) > blog: http://cnblogs.com/willian/ ......
曲线 艺术 coding Curves curves

曲线艺术编程 coding curves 第七章 抛物线(Parabolas)

# 抛物线 Parabolas > 原作:Keith Peters https://www.bit-101.com/blog/2022/11/coding-curves/ > 译者:池中物王二狗(sheldon) > blog: http://cnblogs.com/willian/ > 源码:gi ......
抛物线 曲线 Parabolas 艺术 coding

曲线艺术编程 coding curves 第六章 平托图 (Pintographs)

# 第六章 平托图 (Pintographs) > 原作:Keith Peters https://www.bit-101.com/blog/2022/11/coding-curves/ > 译者:池中物王二狗(sheldon) > blog: http://cnblogs.com/willian/ ......
Pintographs 曲线 艺术 coding curves

曲线艺术编程 coding curves 第五章 谐波图形(谐振图形) HARMONOGRAPHS

> 原作:Keith Peters https://www.bit-101.com/blog/2022/11/coding-curves/ > 译者:池中物王二狗(sheldon) > blog: http://cnblogs.com/willian/ > 源码:github: https://gi ......
图形 谐波 谐振 HARMONOGRAPHS 曲线

曲线艺术编程 coding curves 第三章 弧,圆,椭圆(ARCS, CIRCLES, ELLIPSES)

# 第三章 弧,圆,椭圆(TRIG CURVES) > 原作:Keith Peters https://www.bit-101.com/blog/2022/11/coding-curves/ > 译者:池中物王二狗(sheldon) > blog: http://cnblogs.com/willia ......
椭圆 曲线 ELLIPSES CIRCLES 第三章

曲线艺术编程 coding curves 第二章 三角函数曲线(TRIG CURVES)

# 第二章 三角函数曲线(TRIG CURVES) > 原作:Keith Peters > 原文:https://www.bit-101.com/blog/2022/11/coding-curves/ > 译者:池中物王二狗(sheldon) > blog: http://cnblogs.com/w ......
曲线 函数 第二章 艺术 coding

是 CI 也是阿拉伯飞毯——腾讯云 CODING CI 3.0 云原生构建

在没有神灯和飞毯前,阿拉丁只是一名普通的程序员。 一天,老板双手环臂,站在阿拉丁的工位旁说:“阿丁,咱们最近**公司业务变化快,发版节奏远远跟不上**,你思考一下,解决的话请你吃意大利烧饼。”听到意大利烧饼,阿拉丁的口水都流了下来,袖管一擦,鼓足干劲,说干就干,从此踏上寻找解决方案的漫漫征途。 穿越 ......
飞毯 CODING CI 3.0

SAP CODING BLOCK

https://blog.csdn.net/m0_46145967/article/details/110954475 文章目录1.背景2.添加字段2.1 普通模式2.2 专家模式2.3 新建MSEG的CDS视图3.添加字段到屏幕3.1 需要更改的标准程序及屏幕3.2 将拷贝出来的屏幕替换标准屏幕4 ......
CODING BLOCK SAP

双模齐下,提质增效:CODING 携手知微共创 BizDevOps 体系新篇章

![img](https://mmbiz.qpic.cn/mmbiz_png/iaialXb0YyiaMCIrvwJr7FNonNEDwQWHNjf78AIv0QEyPDzX9XlmlFz2EGo9Id3ZahIkpnvwYuCtCIgVGQMribhJjQ/640?wx_fmt=png) 为了提升 ......
新篇 新篇章 BizDevOps 体系 CODING

专精特新 ︱ 腾讯云 CODING 助力消费电子类企业高速发展期的研运一体化

![img](https://mmbiz.qpic.cn/sz_mmbiz_png/jxHgxicVs5Y0iaDycp6F1udrQIQmAbhnlGeXevhLoL9lic1udxO4VKQZkMDvP6Xw2HdkLET6aZbflUgMbFic9CL7gg/640?wx_fmt=png) ! ......
发展期 电子类 一体 高速 CODING

.NET coding patterns(davidfowl)

Table of contents Generics types as a factory Lazy initialization of services Single implementation multiple interfaces Creating instances of types fr ......
davidfowl patterns coding NET

go channel使用及其实现原理 迈莫coding

go channel使用及其实现原理 迈莫coding 简书作者 2021-01-15 15:03IP属地: 北京 目录 channel背景 channel基本用法 channel应用场景 channel实现原理 channel数据结构 channel实现方式 channel注意事项 闲聊 【迈莫c ......
原理 channel coding go
共54篇  :2/2页 首页上一页2下一页尾页