登录
首页 » Windows开发 » Here are ninty

Here are ninty

于 2022-07-27 发布 文件大小:457.45 kB
0 253
下载积分: 2 下载次数: 1

代码说明:

javascript94个网页特效,如何做成网页特效的最好的例子,值得-Here are ninty-four special effection of webpages programmed by JS.They are the best examples of making webpage effections.Nice to see.

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

发表评论

0 个回复

  • Vhdl 语言和语言执行 dds 和 fft
    DDS 波形发生器的核心组件是蓄能器。蓄能器是一个正在运行的计数器,将值存储到当前阶段生成波形。蓄能器更新和累加器增量值确定生成波形的频率速率。如果蓄能器每秒和累加器增量更新 360 倍的例子是一个学位,然后生成的频率是 1 Hz (每秒 360 度)。当蓄能器相位值达到最大 (360 度) 它滑过和 0 度时再次启动。为了更准确地代表相位值蓄能器通常使用 32、 48 或 64 位计数器。在 32 位累加器的阶段值具有一个范围从 0 到 4294967295,代表的参考波形或 0 到 360 度的一个完整周期。 累加器 (阶段) 的当前值用于参考波形来确定下一个输出值的查找表中执行查找操作。查找表包含一个周期的波形生成,通常包含 1024年到 8192 采样点所代表的波形。 因为累加器的值通常有很多决议比参考波形,由样本,数目有限的查找操作也可以执行两个样本中的参考波形之间的内插。这基于累加器的值在额外的分辨率进行并返回生成的信号中一个更准确的更新值,提供了更好的频率控制和较少的谐波失真。
    2023-01-21 17:40:05下载
    积分:1
  • 通过读取二进制码实现画坐标曲线图,并且包括了打印、坐标变换等功能...
    通过读取二进制码实现画坐标曲线图,并且包括了打印、坐标变换等功能-Read binary code to achieve through the painting coordinate curves, and includes print, coordinate transformation functions
    2023-03-03 12:15:03下载
    积分:1
  • through the windows memory mapping between applications and exchange data transm...
    通过内存映射在windows应用程序之间传递和交换数据-through the windows memory mapping between applications and exchange data transmission
    2023-08-24 12:40:06下载
    积分:1
  • 想退缩,以下步骤下面的列表,你可以享受它:第一,复制文件…
    想不想体验一下WINCE,照下面的步骤,你完全可以在你的台式机上运行它。第一步,文件拷贝。你需要拷贝几个必须的文件,nk.bin(WINCE的系统),loadcepc.exe(WINCE加载程序),config.sys(WINCE加载必须的设置),autoexec.bat(没有也行,有了更方便)。例如你把nk.bin和loadcepc.exe拷贝到c:cesys。Config.sys和autoexec.bat需要拷贝到dos启动盘上。第二步,启动到DOS。可以从WIN98下启动到DOS,或者做一个WIN98启动盘进入DOS,或者做一个DOS6.22的启动盘,进入DOS。。。随便你了。第三步,进入到c:cesys,执行loadcepc加载nk.bin。关于loadcepc的具体指令格式,如果你感兴趣,键入loadcepc /?,看看文档,如果你不想费劲,直接键入以下指令:loadcepc /l:800x600x16 nk.bin 。。。。。。 CE系统起来了吗?祝你试用愉快。-Want to try WINCE, following steps list below, you can enjoy it: first, copy files. you should copy nk.bin,loadcepc.exe,config.sys,autoexec.bat(optional). For example, you should copy nk.bin and loadcepc.exe to c:cesys and copy Config.sys, autoexec.bat to DOS bootup disk. Second, run in DOS, you may run into DOS from Win98 or boot from WIN98 bootup disk or DOS6.22 boot disk, as you like. Third, turn to directory c:cesys, execute loadcepc, load nk.bin. If you interist in all command format of loadcepc, type "loadcepc /?" and enter to read document. If
    2023-06-05 12:50:05下载
    积分:1
  • 两个乒乓球队进行比赛,各出3人。甲队为a,b,c三人,乙队为x,y,z三人,已抽签决定比赛名单。有人向队员打听比赛的名单,a说他不和x比,c说他不和x,z比,请...
    两个乒乓球队进行比赛,各出3人。甲队为a,b,c三人,乙队为x,y,z三人,已抽签决定比赛名单。有人向队员打听比赛的名单,a说他不和x比,c说他不和x,z比,请编程序找出三队赛手的名单。-Two table tennis team competition, each person 3. A team for a, b, c three B teams for the x, y, z three, has decided to match the list of drawing. It was asked to match the list of members, a said that he did not and the x ratio, c said that he did not, and x, z ratio, the procedure is requested for three teams racing to find the list.
    2022-02-27 03:43:57下载
    积分:1
  • Mobile手机录像,获取源数据是WMV9格式,输出格式为ASF Requirements: Visual Studio 2005, Win...
    Mobile手机录像,获取源数据是WMV9格式,输出格式为ASF Requirements: Visual Studio 2005, Windows Mobile 5.0 Pocket PC SDK, ActiveSync 4.0.-Feature Area: Video capture Description: This sample provides the basic video capture functionalities: It captures and encodes video in a WMV file, and captures and encodes an image in a jpeg file. Usage: Build and deploy using Visual Studio 2005. Relevant APIs/Associated Help Topics: ICaptureGraphBUilder2 Assumptions: Your device needs to have a video capture driver installed (the emulator ships with a null capture driver). The video will be saved to the root of your device to "video1.asf". The still picture will be saved to "test.jpg" If you wish, you can change these hardcoded values in the code for the files to be saved to a different location. Requirements: Visual Studio 2005, Windows Mobile 5.0 Pocket PC SDK, ActiveSync 4.0.
    2022-03-10 08:30:19下载
    积分:1
  • the source code can create and delete desktop shortcuts can also set menu shortc...
    该源代码可以在桌面创建和删除快捷方式,也可以创建菜单快捷方式-the source code can create and delete desktop shortcuts can also set menu shortcuts
    2022-03-13 16:37:13下载
    积分:1
  • vc 在MFC程序中显示JPGGIF图像 位图与调色板.zip
    vc 在MFC程序中显示JPGGIF图像 位图与调色板.zip-vc
    2022-01-28 06:18:24下载
    积分:1
  • 虽然VC6.0是上世纪的工具,但不可否认的是它毕竟是一代经典可视化的IDE。这份学习资源希望大家喜欢。...
    虽然VC6.0是上世纪的开发工具,但不可否认的是它毕竟是一代经典可视化的IDE。这份学习资源希望大家喜欢。-Although VC6.0 is the last century the development of tools, but it is undeniable that it is after all the classic visualization generation IDE. The Learning Resource hope that everyone likes.
    2022-11-13 12:00:04下载
    积分:1
  • 21天学通C++,Jesse Liberty 和Bradley Jones编著 第五版课程上面的程序案例。...
    21天学通C++,Jesse Liberty 和Bradley Jones编著 第五版课程上面的程序案例。-21-day study-pass C++, Jesse Liberty and Bradley Jones compiled the fifth edition of the course the above procedure cases.
    2022-01-30 20:59:34下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载