登录
首页 » 其他项目 » JSR184的一个粒子效果,很适合用于游戏开发中,效果不错

JSR184的一个粒子效果,很适合用于游戏开发中,效果不错

于 2022-10-18 发布 文件大小:29.47 kB
0 196
下载积分: 2 下载次数: 1

代码说明:

JSR184的一个粒子效果,很适合用于游戏开发中,效果不错-JSR184 a particle effect, very suitable for game development, good results

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

发表评论

0 个回复

  • vb create a default project, and to facilitate the establishment of a new projec...
    vb默认工程创建器,方便建立新工程,并做好最基本的设置,使创建最基本的VB工程,快捷方便,很有实用性。-vb create a default project, and to facilitate the establishment of a new project and do a good job in the most basic settings, so that the VB project to create the most basic, fast and convenient, it is practical.
    2022-02-26 00:50:27下载
    积分:1
  • 本程序是用VC writennt
    本程序是用VC编写的中国象棋的源程序 可以人机博弈 看看你的水平怎么样咯-THIS PROGAME IS WRITENNT BY VC
    2022-03-15 23:04:05下载
    积分:1
  • 非常好的汉字转换为GB和Unicode工具
    非常好的汉字转换为GB和Unicode工具-very good conversion of Chinese characters and Unicode tools GB
    2022-03-31 22:17:13下载
    积分:1
  • 参加运动会的n个学校编号为l~n。比赛分成m个男子和w个女子编号分别为l~m和m+1~m+w。由于各参加人数差别较大,有些 取前...
    参加运动会的n个学校编号为l~n。比赛分成m个男子项目和w个女子项目, 项目编号分别为l~m和m+1~m+w。由于各项目参加人数差别较大,有些项目 取前五名,得分顺序为7,5,3,2,1;还有些项目只取前三名,得分顺序为5, 3,2。设计一个统计系统按名次产生各种成绩单、得分报表。 -To participate in the Games n school numbered l ~ n. Competition is divided into m men and a woman w projects numbered l ~ m and m 1 ~ m w. As a result of differences in the number of participants larger projects, some projects from the top five scores in order of 7,5,3,2,1 also some of the items, only the top three scores in order of 5,3,2. Design a statistical system rankings produced by a variety of report card, scoring statements.
    2022-01-23 10:22:43下载
    积分:1
  • 1.支持文章,论坛,图片,flash,音乐,BT等采集. 2.增加自定文件采集.用户可采集网页中的所有文件. 3.采集内容替换功能,用户可设置替换规则进...
    1.支持文章,论坛,图片,flash,音乐,BT等采集. 2.增加自定文件采集.用户可采集网页中的所有文件. 3.采集内容替换功能,用户可设置替换规则进行替换. 4.支持所有文件远程保存到本地. 5.断点续采功能.不受意外关闭影响,重新启动后可继续采集 不重复. 6.支持多种CMS导库,本程序 与(科汛网站管理系统V2.2)整合在一起. 7.增加2级分类采集。适应各种网站采集. 8.缓存机制,在缓存中保存数据,操作常见动作,大量减少对数据库的增加,删除频繁的操作。 用户:admin 密码:admin -1. Support articles, forums, photos, flash, music, so BT acquisition. 2. an increase in fixed document collection. website users can collect all the documents. 3. content Acquisition replacement gong energy, users can set up rules to replace the replacement. 4. all documents supporting the preservation of the local long-distance. 5. Breakpoint continued mining function. not the closure affected by the accident, the restart will continue after acquisition will not repeat them. 6. CMS support for a variety of guided arsenals, this procedure (Section website flood management system V2.2) together. 7. two additional classification acquisition. Adapt site acquisition. 8. Cache mechanism, the preservation of data cache,
    2022-01-25 17:08:02下载
    积分:1
  • 一个非常有帮助的绘制贝塞尔曲线的应用程序,有非常详细的函数代码...
    一个非常有帮助的绘制贝塞尔曲线的应用程序,有非常详细的函数代码-A very helpful Bezier curve drawing applications, have very detailed function code
    2022-01-27 18:48:28下载
    积分: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
  • vb read instrument idn
    vb read instrument idn
    2022-04-01 22:57:20下载
    积分:1
  • 使用MATLAB语言特征提取源,PCA主成分…
    pca进行特征提取源码,用matlab语言编写,pca即主成分分析-pca source for feature extraction using Matlab language, pca that Principal Component Analysis
    2023-05-06 03:30:02下载
    积分:1
  • 异形按纽,绝对异型
    异形按纽,绝对异型-square button absolutely abnormal
    2022-08-03 01:27:18下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载