-
在 VMware (虚拟机)上运行的 Windows CE
在 VMware (虚拟机)上运行的 Windows CE -In VMware (virtual machine) running on Windows CE
- 2023-04-22 13:10:08下载
- 积分:1
-
Russian square game (Java edition),
使用java开发的俄罗斯方块游戏(java版),感觉还行。-Russian square game (Java edition),
- 2022-03-21 05:19:42下载
- 积分:1
-
处理六面体、四面体、四边形和三角形网格。拉格朗日,…
Handles Hexahedral, Tetrahedral, Quadrilateral, and Triangle meshes. Lagrangian, Hierarchic, and Monomial finite elements. Interface to PETSc solvers, adaptive mesh refinement, and extreme portablility.
- 2022-01-25 17:18:14下载
- 积分:1
-
包含TAB界面的微信分答小程序源码
一个包含TAB界面的微信分答小程序源码,已实现了界面中的事件处理函数、滑动切换tab、点击tab切换、点击悬赏、顶部切换等。功能方面,主要实现了以下五大模块:公共服务、限免模块、收听模块、找人模块和“我的”模块,貌似在最新的微信开发工具中,还有些需要调试,个别地方报错哦。
- 2023-02-18 22:15:04下载
- 积分:1
-
在研究了各种预览方法后,作为总结,写了这个程序,跟大家一起分享。
上次写的简便无刷新文件上传系统最初的目的就是用来实现这个图片预览效果。
兼容:ie6/...
在研究了各种预览方法后,作为总结,写了这个程序,跟大家一起分享。
上次写的简便无刷新文件上传系统最初的目的就是用来实现这个图片预览效果。
兼容:ie6/7/8, firefox 3.5.5
后台支持下还兼容:opera 10.10, safari 4.0.4, chrome 3.0
asp版本使用Persits.Jpeg组件缩放图片,测试请先安装该组件。
-After studying the various preview method, in summary, wrote this program to share with you. The last write simple non-refresh file upload system, the initial aim is to achieve this image preview. Compatibility: ie6/7/8, firefox 3.5.5 is also compatible with the background support: opera 10.10, safari 4.0.4, chrome 3.0 asp version of the use of Persits.Jpeg component scaling picture, testing, install this component.
- 2022-03-24 00:03:49下载
- 积分:1
-
LabVIEW programming skills demonstration, prepared by LabVIEW applications windo...
labview程序编程技巧演示,用labview编写windows应用滚动条制作小程序-LabVIEW programming skills demonstration, prepared by LabVIEW applications windows scroll bar the production of small programs
- 2022-03-04 22:42:02下载
- 积分:1
-
exactly Elective System recently completed
正能选课系统刚完成的-exactly Elective System recently completed
- 2022-03-16 11:48:06下载
- 积分:1
-
VB使用smtp.dll发送Email程序演示
VB使用smtp.dll发送Email程序演示,简邮邮件发送组件,mtp.dll通过smtp协议发送邮件,为标准windows dll 支持VB VC等主流编程工具调用,调用方式跟调用windows api完全相同。 使用或者发布后无需注册控件 无需做成安装包 发布时只需将本dll放到exe同目录下即可。
本dll仅有两个导出函数
1.SendMail函数:发送邮件主函数
2.GetSmtpError函数:当发送失败时使用该函数取得失败的原因 (比如用户名密码错误)
具体用法及各个参数说明见各个程序示例代码。
- 2022-02-13 00:21:07下载
- 积分:1
-
对linux内核的一个全面的概述性文档,可用作linux kernel的入门引导,而且是中文的。...
对linux内核的一个全面的概述性文档,可用作linux kernel的入门引导,而且是中文的。-right of a comprehensive overview of sexual documents, Linux kernel can be used as the entry guide, but in Chinese.
- 2022-02-14 09:22:10下载
- 积分:1
-
Find prime numbers prepared by screening the function: void sieve (bool isPrime...
编写筛选查找素数函数:
void sieve(bool isPrime[], int n)
其中isPrime[ ]为一个布尔型数组,n为数组大小。由于2是第一个素数,
所以设置isPrime[0]和isPrime[1]的值为false,并设置其余的元素初值为true。
然后对从4到n-1的每一个i,判断i是否能够被2整除,如果i能够被2整除,则设置isPrime[i]为false。
对从2到n/2的每一个可能的数值重复以上处理,当操作结束时,所有值为true的isPrime[i]所对应的i就是素数,它们将是从筛子中掉下来的。-Find prime numbers prepared by screening the function: void sieve (bool isPrime [], int n) which isPrime [] as a Boolean array, n is the size of the array. Because 2 is the first prime number, so set the isPrime [0], and isPrime [1] a value of false, and set the initial value of the remaining elements of true. And then from 4 to n-1 for each i, to determine whether i can be divisible by 2, if i can be divisible by 2, then set the isPrime [i] is false. From 2 to n/2 possible values for each one to repeat the above processing, when the operation ended, all the true value of the isPrime [i] corresponding to i is a prime number, they will be falling from the sieve in the past.
- 2023-03-02 04:45:03下载
- 积分:1