上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 36 下一页
摘要: 游戏内容 视频地址 简介 万里同风是一款文字类游戏。其设计灵感来自于卡牌游戏<<王权>>,即使玩家通过抉择,来保持某些数值在特定范围内。游戏目标清晰简介,能够坚持一定的时长而不使民心,军力,政治或财富中的任意一个将至零点即可。因此,玩家需要谨慎进行抉择,以维持四项数值的平衡。另外,我们希望结合中国传 阅读全文
posted @ 2021-01-10 20:19 艾孜尔江 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 方法一: using UnityEngine; using UnityEngine.UI; public class TimeUpdatation : MonoBehaviour { /// Way 2 int hour; int minute; int second; int millisecon 阅读全文
posted @ 2021-01-02 16:00 艾孜尔江 阅读(668) 评论(0) 推荐(0) 编辑
摘要: 在VS Code中编辑Unity项目的C#脚本,是非常平常的事情,鉴于VS Code所给予我们的方便。尽管它没有Visual Studio那样功能强大到能够进行性能诊断和分析,但相比VS的庞大体格,VS Code开启速度非常迅速。 然而在使用VS Code的时候发现尽管安装了跟Unity项目开发相关 阅读全文
posted @ 2021-01-02 15:56 艾孜尔江 阅读(334) 评论(0) 推荐(0) 编辑
摘要: 将下方的脚本挂在Unity中的一个空物体上: // proof of concept, ffmpeg raw video into unity texture 2D using UDP streaming using System; using System.Collections.Generic; 阅读全文
posted @ 2021-01-02 11:01 艾孜尔江 阅读(1564) 评论(4) 推荐(0) 编辑
摘要: Show all of the committed history: svn log Show the current repositories' info, including its URL: svn info Commit current working tree: svn commit -m 阅读全文
posted @ 2020-12-31 18:14 艾孜尔江 阅读(43) 评论(0) 推荐(0) 编辑
摘要: import random def random_name(): # 删减部分,比较大众化姓氏 firstName = ( "赵钱孙李周吴郑王冯陈褚卫蒋沈韩杨朱秦尤许何吕施张孔曹严华金魏陶姜戚谢邹喻水云苏潘葛奚范彭郎鲁韦昌马苗凤花方俞任袁柳鲍史唐费岑薛雷贺倪汤滕殷罗毕郝邬安常乐于时傅卞齐康伍余元卜顾 阅读全文
posted @ 2020-12-29 20:37 艾孜尔江 阅读(1565) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-12-29 20:34 艾孜尔江 阅读(0) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Yanghui T 阅读全文
posted @ 2020-12-29 13:47 艾孜尔江 阅读(441) 评论(0) 推荐(0) 编辑
摘要: /** * Inverse of a Matrix: * Using Gauss-Jordan Elimination; * by 艾孜尔江. **/ #include<iostream> using namespace std; int main() { int i = 0, j = 0, k = 阅读全文
posted @ 2020-12-25 18:38 艾孜尔江 阅读(104) 评论(0) 推荐(0) 编辑
摘要: A adjont(adjugate) of matrix A A 的伴随矩阵 augmented matrix A 的增广矩阵 B block diagonal matrix 块对角矩阵 block matrix 块矩阵 basic solution set 基础解系 C Cauchy-Schwar 阅读全文
posted @ 2020-12-25 14:25 艾孜尔江 阅读(1439) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 36 下一页