登录
首页 » Python » heft-master

heft-master

于 2019-01-12 发布
0 210
下载积分: 1 下载次数: 0

代码说明:

说明:  heft algo

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

发表评论

0 个回复

  • Random-Number-Generation-and-Monte-Carlo-Methods
    This eBook is "Random Number Generation and Monte Carlo Methods".
    2011-10-06 21:39:02下载
    积分:1
  • 对于先进的几何形状,大多数应用程序将更喜欢加载前
    For advanced geometry, most apps will prefer to load pre-authored meshes from a file. Fortunately, when using meshes, D3DX does most of the work for this, parsing a geometry file and creating vertx buffers for us. This tutorial shows how to use a D3DXMESH object, including loading it from a file and rendering it. One thing D3DX does not handle for us is the materials and textures for a mesh, so note that we have to handle those manually.
    2022-05-26 16:23:51下载
    积分:1
  • VHDL电子时钟
    用VHDL实现的电子时钟,24小时格式,可以通过按键调整时间得益于数电知识中的计数器级联构成高进制计数器的启发,我的思路是这样的:1)各不同位的时钟问题。时钟共有6位,分别为秒的高低位、分的高低位、时的高低位。把秒低位的进位当作秒高位的时钟,秒高位的进位当作分低位的时钟,依次类推,可以解决不同位的不同时钟问题。2)各不同位的进制问题。与此同时要解决进制问题,秒分的低位为十进制,秒分的高位为六进制,以及时的高位为三进制(电子时钟为24小时制),这五种情况都易解决,但时的低位就有点复杂了,既有十进制的情形又有四进制的情形。仔细琢磨之后,根据两条IF语句解决了这个问题。那就是若小时高位为”0000”或”0001”时,时的低位为十进制,若小时高位为”0010”,时的低位为四进制。3)校时问题。刚开始时,对了校时没有个思路。但有一次我想看看整体进制等对不对,于是把整体时钟调快了很多,这样,很快就走了“24”小时,然后灵感就来了,就想可以设置这么两个不同频率的整体时钟,一个可能控制分,一个可以控制小时,然后为了可以精确到秒,又设置了一个可以让整个时钟系统暂停的按键,这样整个时钟的实现就完成了,最后又在时分和分秒中间加入了一个小横杠”-”。
    2023-08-22 19:40:04下载
    积分:1
  • pfsp timer onfigs
    Wa Glafikal intalfase foor rooboots
    2018-12-06 15:38:35下载
    积分:1
  • hufajieshao
    说明:  安可美丽是一个安卓和淘宝手机网站结合的洗发护发产品介绍项目,应用内本身有一些信息,然后宝贝详情页直接转跳到淘宝的手机页面,另外自带基于ThinkPHP的web服务端和sql数据库。(Ancomay is a shampoo and hair care product introduction project that combines Android and Taobao mobile website. There are some information in the application itself. Then the Baby Details page jumps directly to Taobao mobile page. In addition, it brings its own ThinkPHP-based web server and SQL database.)
    2020-06-16 22:00:01下载
    积分:1
  • Shrek
    从“怪物史莱克”中显示开场歌曲的基本JavaFX程序(Basic JavaFX program that displays the opening song from "Shrek")
    2019-04-20 13:26:27下载
    积分:1
  • cats-vs-dogs
    机器学习中经典的猫狗大战比赛程序实现,基于vgg16网络训练完成(The implementation of the classical cat-dog contest program in machine learning based on vgg16 network training)
    2019-03-20 11:27:25下载
    积分:1
  • GA源代码
    说明:  看到的比较详细的GA遗传算法源代码,功能应该比较全,大家可以下载试试(See the more detailed GA genetic algorithm source code, the function should be more complete, you can download and try.)
    2020-06-16 02:20:06下载
    积分:1
  • C# 清空回收站的源码实例
    C# 清空回收站,这个功能不用多介绍了吧,你懂的,具体的实现请看以下代码:   const int SHERB_NOCONFIRMATION = 0x000001;//整型常量在API中表示删除时没有确认对话框   const int SHERB_NOPROGRESSUI = 0x000002;//在API中表示不显示删除进度条   const int SHERB_NOSOUND = 0x000004;//在API中表示删除完毕时不播放声音   [DllImportAttribute("shell32.dll")]//声明API函数   private static extern int SHEmptyRecycleBin(IntPtr handle, string root, int falgs);   private void button1_Click(object sender, EventArgs e)   {    //清空回收站    SHEmptyRecycleBin(this.Handle, "", SHERB_NOCONFIRMATION + SHERB_NOPROGRESSUI + SHERB_NOSOUND);   }
    2022-12-15 14:50:03下载
    积分:1
  • MODTRAN说明书
    Modtran大气透过率计算软件详细介绍,适合初学者以及科研人员(Modtran atmospheric transmittance calculation software is detailed, suitable for beginners and researchers.)
    2018-05-14 13:45:16下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载