登录
首页 » Windows开发 » a wonderful achievement of snow, legends of Santa Claus, very cool!

a wonderful achievement of snow, legends of Santa Claus, very cool!

于 2022-05-20 发布 文件大小:14.81 kB
0 249
下载积分: 2 下载次数: 1

代码说明:

一个用JAVA实现的奇妙雪景,有传说中的圣诞老人,极酷!-a wonderful achievement of snow, legends of Santa Claus, very cool!

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • delphi xe10.1+IW14.1的自定义服务器界面+移动终端判断
    用DELPHI XE10+IW 14.1编写的网页程序的服务器界面不太友好,我就编写了这个网页程序的自定义服务器界面,可以显示当前连接数,还可以自动检测移动端并显示适合移动端的网页。 有需要的朋友可以借此来开发更适合自己的网站。
    2023-07-02 17:15:03下载
    积分:1
  • 电子书店系统
    电子书店系统使用JSP技术、采用MySQL做系统后台数据库,Dreamweaver为网页制作工具而开发的。系统所具有的前台管理和后台管理两大基本功能模块的功能,主要包括用户登陆、图书查询、查看购物车、定单信息等,并对每个功能模块的实现进行了测试。 系统经测试和试运行后基本达到设计要求,系统的图书查找功能和管理员管理图书功能,将为书店的销售和管理带来极大的方便。
    2022-02-27 09:17:09下载
    积分:1
  • 著名的windows封装类wfc
    著名的windows封装类wfc-Well-known types of windows package wfc
    2022-01-31 10:56:38下载
    积分:1
  • us to do a fixed asset management system, which has some functions for large ref...
    我们做的一个固定资产管理系统,该有的功能都有,供大参考-us to do a fixed asset management system, which has some functions for large reference
    2022-08-05 17:16:50下载
    积分:1
  • 类从数据库打印记录与微软报告没有预览
    可以使用此类向打印机发出打印命令,而无需预览报表查看器的记录。我有来自客户端的要求,我不得不在我的 windows 应用程序中实现。我花了很多类似的解决方案在网络上搜索的时间。我发现你可别想到底什么我想要却从不同的来源获得的信息的信息碎片。所以我把我自己要打印微软此类报告已设计我的应用程序而无需预览打印前的报告。我希望它会对一些人有用。
    2022-03-19 10:10:29下载
    积分:1
  • Spare time, using VC made a small program is VC SQL server mode, the program con...
    工作之余,用VC作了一个小程序,是VC SQL server模式的,程式内容比较简单,主要设及以下内容: 1、窗口如何分割; 2、多视图之间如何通信; 3、列表视图的操作及事件处理; 4、树形控件的操作及事件处理,利用递归根据数据库动态生成目录; 5、实现主从表的显示; -Spare time, using VC made a small program is VC SQL server mode, the program content is relatively simple, the main set and the following: one, how the window segmentation 2, multi-view of how communication 3, list view operation and event handling 4, tree controls the operation and events that deal with the use of recursive dynamically generated according to the database directory 5, realize the main display from the table
    2022-09-27 02:25:03下载
    积分:1
  • 用c语言编写的产生正态随机数的源代码: 算法一产生12个(0,1)平均分布的随机函数,用大数定理可以模拟出正态分布。 算法二用到了数学中的雅可比变...
    用c语言编写的产生正态随机数的源代码: 算法一产生12个(0,1)平均分布的随机函数,用大数定理可以模拟出正态分布。 算法二用到了数学中的雅可比变换,直接生成正态分布,但此算法在计算很大规模的数时 会出现溢出错误。-With the c language normal random number generation source code: Algorithm 1 produces 12 (0,1) the average distribution of the random function, with large numbers theorem can be simulated normal distribution. Mathematical algorithms used in the two Jacobi transformation, directly generate a normal distribution, but this algorithm is very large in the calculation occurs when the number of overflow error.
    2023-07-12 06:00:04下载
    积分:1
  • Fonts small tools do for myself vb procedures can extract used in LCD dot matrix...
    字模小工具,自己做的vb程序,可以提取液晶显示使用的点阵字库。-Fonts small tools do for myself vb procedures can extract used in LCD dot matrix character.
    2022-02-05 20:01:46下载
    积分:1
  • 1背包问题是NP难题。0
    0-l背包问题是子集选取问题。一般情况下,0-1背包问题是NP难题。0-1背包 问题的解空间可用子集树表示。解0-1背包问题的回溯法与装载问题的回溯法十分类 似。在搜索解空间树时,只要其左儿子结点是一个可行结点,搜索就进入其左子树。当 右子树有可能包含最优解时才进入右子树搜索。否则将右子树剪去。设r是当前剩余 物品价值总和;cp是当前价值;bestp是当前最优价值。当cp+r≤bestp时,可剪去右 子树。计算右子树中解的上界的更好方法是将剩余物品依其单位重量价值排序,然后 依次装入物品,直至装不下时,再装入该物品的一部分而装满背包。由此得到的价值是 右子树中解的上界。-0-l knapsack problem is selected subset of the problem. Under normal circumstances, 0-1 knapsack problem is NP-hard. 0-1 knapsack problem the solution space available subset of the tree said. Xie 0-1 knapsack problem with the law retroactively loading the retroactive law very similar. The search solution space trees, as long as their son left node is a viable nodes, the search entered its left subtree. When the right subtree is the optimal solution may contain only son into the right tree search. It will cut right subtrees. Suppose that r is the total value of the remaining items; Cp is the current value; Bestp is currently the best value. When cp r bestp, they can cut right subtrees. Calculation right
    2022-03-25 00:00:51下载
    积分:1
  • 嵌入式WINCE滑块控件编程使用,用EVC实现
    嵌入式WINCE滑块控件编程使用,用EVC开发实现-Embedded WINCE programming using slider controls, and realize EVC Development
    2022-11-02 21:25:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载