很少的资料,我也是找了很久才找到的,很不错的中文版入门教程
2021-09-22 13:05:47 3.78MB Arcgis server for java开发入门
1
手把手教你微信小程序开发,最基础的微信小程序开发入门教程。
2021-09-21 22:39:30 135.06MB 微信 微信小程序 开发入门 视频教程
1
Visual C++网络编程案例实战结合21个实战开发案例,全面、系统地介绍了Visual C++网络开发所涉及的各种技术。读者可以以《Visual C++网络编程案例实战》中的案例为基础,编写出功能更加强大的网络应用。 《Visual C++网络编程案例实战》共15章,分为3篇。第1篇介绍了Visual C++网络开发基础知识,包括Visual C++网络编程概述、Socket套接字编程和多线程与异步套接字编程。第2篇介绍了7大类网络开发典型应用案例的实现,包括FTP客户端实现之一、 FTP客户端实现之二、网页浏览器、网络通信器、邮件接收和发送客户端之一、邮件接收和发送客户端之二、网络文件传输器、Q版聊天软件和聊天室。第3篇介 绍了Visual C++串口通信开发,包括串口通信基础、串口通信编程应用和VC发送手机短信实战案例。 《Visual C++网络编程案例实战》适合用Visual CH进行网络程序开发的人员阅读,也适合想进一步提升Visual C++网络编程水平的人员阅读。另外,《Visual C++网络编程案例实战》非常适合大中专院校的学生作为毕业设计和课题设计的参考书。
2021-09-18 10:26:30 136.49MB 通信 源码
1
NULL 博文链接:https://qiangjiyi.iteye.com/blog/2092809
2021-09-16 20:15:40 2.31MB 源码 工具
1
以太坊开发入门,完整入门篇-附件资源
2021-09-16 15:32:04 106B
1
JavaWeb程序开发入门思考题(带答案),非常好的教程,通俗易懂!非常值得一看
2021-09-14 17:36:15 414KB javaWeb
1
Cocos Creator 3D开发入门----CocosCreator3D篮球.zip import { _decorator, Component, Node, RigidBodyComponent, PhysicMaterial, ColliderComponent } from "cc"; const { ccclass, property } = _decorator; @ccclass("PhyMat") export class PhyMat extends Component { @property private friction: number = 0; // 摩擦力 @property private restitution: number = 0; // 弹力 /* class member could be defined like this */ // dummy = ''; /* use `property` decorator if your want the member to be serializable */ // @property // serializableDummy = 0; onLoad(): void{ let comps: Array = this.node.getComponents(ColliderComponent) as Array; let mat = new PhysicMaterial(); mat.friction = this.friction; mat.restitution = this.restitution; for(let i = 0; i < comps.length; i++){ comps[i].material = mat; } } start () { // Your initialization goes here. } // update (deltaTime: number) { // // Your update function goes here. // } }
2021-09-13 11:03:32 1.06MB CocosCreator3D篮球
1
JetsonNano开发入门手册.pdf
2021-09-06 20:36:38 6.16MB
1
HarmonyOS设备开发入门1.2版.pdf
2021-09-06 17:04:07 3.54MB harmonyos 鸿蒙
1
Visual C++ 串口通信开发入门与编程实践 源码
2021-09-05 06:54:30 225KB 串口通信
1