首页
学习
活动
专区
工具
TVP
发布

javascript趣味编程

js编程在工科课程中的简单应用
专栏作者
157
文章
231177
阅读量
30
订阅数
学习LUA,使用IUP进行GUI程序设计
在LUA中进行GUI程序设计,可以选择的GUI库一般有wxLua和IupLua。wxLua具备典型的面向对象风格,功能相对强大。而IUP的LUA绑定则非常简洁易用。本文主要介绍IupLua。 IUPLUA目前稳定版本为2.7.1,最新版本为3.0beta1。 IUP项目主页为:
周星星9527
2021-12-16
1.9K0
百度地图用到的geojson类型LineString文档Schema [mongoose]
代码如下: const mongoose = require('mongoose'); mongoose.connect('mongodb://127.0.0.1:81192/lets-go-brandon',{ useNewUrlParser: true, useUnifiedTopology: true }) const db = mongoose.connection; db.on('error',()=>{ console.log('***数据库连接失败***') }
周星星9527
2021-11-03
1.1K0
升级package.json中的包
npm-check-updates upgrades your package.json dependencies to the latest versions, ignoring specified versions.
周星星9527
2021-09-30
1.5K0
百度地图-线轨迹图层
代码如下: <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="utf-8"> <title>MapVGL</title> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta name="viewport" content="initial-scale=1.0, user-scalable=no"> <style> html,
周星星9527
2021-09-29
6990
[转cnblogs]js数组深度拷贝 的四种实现方法
首先声明本人资质尚浅,本文只用于个人总结。如有错误,欢迎指正、共同提高。原文:https://www.cnblogs.com/juneling/p/9149969.html
周星星9527
2021-08-13
5640
记录使用Blazor和SqlTableDependency进行实时HTML页面内容更新
根据如下博文进行了测试,记录如下,之前有过转载。关键是数据库安装和连接字符串配置:https://blog.csdn.net/cunhan4654/article/details/108224371
周星星9527
2021-02-03
5880
外部数据插值到fluent变量中
3.19.2. Format of the Interpolation File
周星星9527
2020-11-19
1.8K0
Computational Geometry in Python
This post is a simplified version of the accompanying notebook to chapter 6 of my upcoming book Mastering SciPy. Click anywhere on this box for more information.
周星星9527
2020-11-03
1.1K0
Palabos Tutorial 2/3:Understanding the multi-block structure
The code structure of Palabos programs is driven by the duality between atomic-blocks, which represent regular data-arrays, and complex multi-blocks. Thanks to a practically identical interface, they appear to the user on a seemingly equal footing. In reality, however, there exists a hierarchical relationship bewteen them. The multi-block is actually a composite construct of several adjacent blocks and uses itself atomic-blocks for its internal implementation. Atomic- and multi-blocks come in three flavors: the (multi-) block-lattice which holds lattice Boltzmann variables, the (multi-) scalar-field for scalar data-arrays, and the (multi-) tensor-field for vector- or tensor-valued data-arrays.
周星星9527
2020-11-03
7780
Palabos Tutorial3/3:compute the permeability of a 3D Porous Zone
This tutorial illustrates, step-by-step, how to compute the permeability of a given porous media. This process consists of three major steps:
周星星9527
2020-11-03
8110
数字PID控制示例,原来是这样!以液位控制为例
完整代码请点击阅读原文,也可体验贫道的PID控制演示小程序,(PID控制相关视频见:基础/整定/重要补充)。
周星星9527
2020-04-15
1.4K0
[python从入门到放弃]安装Anaconda python求解方程(组)
1 https://www.anaconda.com/ 下载对应的anaconda安装包,一路下一步完成安装;
周星星9527
2019-11-18
1.5K0
MathJax实现在网页中植入数学公式
《传热学》相关小程序演示动画如下(其中下图1D非稳态导热计算发散,调小时间步长后重新计算,结果收敛!):
周星星9527
2019-11-18
1.6K0
《传热学/流体力学》中几个简单演示程序-Voronoi
继之前通过测量一些简单算法在微信小程序上运行时间衡量手机综合性能:不服跑个分!-解Laplace偏微分方程测手机/PC性能。此次,又做了大量《传热学》或《流体力学》相关算例补充(热辐射和对流的例子尚没有完成)。
周星星9527
2019-09-03
1.2K0
[转]Gmsh使用教程
写在前面:2012年翻阅某电磁仿真手册时看到一句话,说HFSS之所以能保证工业级精度的秘诀在于网格剖分,当时真理解不了。后来出国两年,以矩量法为基础深入学习计算电磁后,才体会到这句话的真谛,为此这里给大家推荐一个仿真建模的利器,Gmsh,简约但不简单的开源软件。如果精力允许,希望大家尽可能亲自建模离散,再导入商业软件进行仿真,绝对磨刀不误砍柴工!
周星星9527
2019-08-06
6.4K0
6.3 SIMPLE算法计算绕流
Matlab file exchange上一个顶驱方腔流动的例子,使用Matlab计算流体流动,代码如下:
周星星9527
2019-04-26
1.1K0
6 工程流体力学
计算流体力学(CFD=Computational Fluid Dynamics)可以实现对流体的数值模拟,是一门跨越多个领域的学科,在国计民生和国防领域有着不可替代的作用,根据“巴*统#委员会”,一些商业软件在过去被限制在国内销售。
周星星9527
2019-04-26
7530
2.5 node.js回首望
node.js是什么?上一小节2.4说过了,也就是一个可以脱离浏览器独立的javascript的运行时(runtime)。nodejs之父Ryan Dahl后来使用Go语言又开发了deno框架,被一个中国开发者疯狂吐槽,这feel似乎和我一些时候遭遇差不多,如下图:
周星星9527
2019-04-26
5950
7.2.1 需求分析及前端界面设计
[题引]:冷凝器设计程序的需求是什么?我们最希望,输入蒸发器工况(如翅片参数、冷凝负荷、冷却介质物性参数、冷却管道热流密度等等),能够自动计算蒸发器换热元器件的参数(如流程数、冷却管道总长等等),甚至希望能够直接将图纸输出。
周星星9527
2019-04-26
1.2K0
没有更多了
社区活动
RAG七天入门训练营
鹅厂大牛手把手带你上手实战,赢鹅厂证书、公仔好礼!
Python精品学习库
代码在线跑,知识轻松学
博客搬家 | 分享价值百万资源包
自行/邀约他人一键搬运博客,速成社区影响力并领取好礼
技术创作特训营·精选知识专栏
往期视频·千货材料·成员作品 最新动态
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档