Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - pack
Search - pack - List
TVP5150的最新补丁包,对扩展了对视频流标准的支持。包括源代码和说明文档。-TVP5150 the latest service pack for extended support for video streaming standard. Including source code and documentation.
Update : 2024-05-18 Size : 214016 Publisher : 晏洁

一百个用Python实现的小算法或小程序!绝对实用!如: 【程序56】 题目:画图,学用circle画圆形。    1.程序分析: 2.程序源代码: #include "graphics.h" main() { int driver,mode,i float j=1,k=1 driver=VGA mode=VGAHI initgraph(&driver,&mode,"") setbkcolor(YELLOW) for(i=0 i<=25 i++) { setcolor(8) circle(310,250,k) k=k+j j=j+0.3 } } if __name__ == __main__ : from Tkinter import * canvas = Canvas(width=800, height=600, bg= yellow ) canvas.pack(expand=YES, fill=BOTH) k = 1 j = 1 for i in range(0,26): canvas.create_oval(310 - k,250 - k,310 + k,250 + k, width=1) k += j j += 0.3 mainloop() -One hundred small algorithm implemented in Python or applets! Absolutely practical! Such as: 【程序56】 题目:画图,学用circle画圆形。    1.程序分析: 2.程序源代码: #include "graphics.h" main() { int driver,mode,i float j=1,k=1 driver=VGA mode=VGAHI initgraph(&driver,&mode,"") setbkcolor(YELLOW) for(i=0 i<=25 i++) { setcolor(8) circle(310,250,k) k=k+j j=j+0.3 } } if __name__ == __main__ : from Tkinter import* canvas = Canvas(width=800, height=600, bg= yellow ) canvas.pack(expand=YES, fill=BOTH) k = 1 j = 1 for i in range(0,26): canvas.create_oval(310- k,250- k,310+ k,250+ k, width=1) k+= j j+= 0.3 mainloop()
Update : 2024-05-18 Size : 91136 Publisher : race

JEDI Code Library v 2.4 Installation Supported development tools versions: - Delphi XE3 (Win32 and Win64) and C++Builder XE3 (Win32 and Win64) - Delphi XE2 and C++Builder XE2 - Delphi XE and C++Builder XE - Delphi 2010 and C++Builder 2010 - Delphi 2009 and C++Builder 2009 - CodeGear RAD Studio 2007 (also known as Delphi 2007 for Win32, C++Builder 2007) - Borland Developer Studio 2006 (also known as Delphi 2006, C++Builder 2006) - Borland Delphi 2005 - Borland Delphi 7 - Borland Delphi 6 Update Pack #2 (including Personal Edition) - Borland C++ Builder 6 - FreePascal 2.2. -JEDI Code Library v 2.4 Installation Supported development tools versions: - Delphi XE3 (Win32 and Win64) and C++Builder XE3 (Win32 and Win64) - Delphi XE2 and C++Builder XE2 - Delphi XE and C++Builder XE - Delphi 2010 and C++Builder 2010 - Delphi 2009 and C++Builder 2009 - CodeGear RAD Studio 2007 (also known as Delphi 2007 for Win32, C++Builder 2007) - Borland Developer Studio 2006 (also known as Delphi 2006, C++Builder 2006) - Borland Delphi 2005 - Borland Delphi 7 - Borland Delphi 6 Update Pack#2 (including Personal Edition) - Borland C++ Builder 6 - FreePascal 2.2.
Update : 2024-05-18 Size : 5512192 Publisher : hower

多功能的五子棋,有源代码,也有文档,文档非常详细,游戏功能也包挎联网对战。-Multifunctional backgammon, source code, there are document, the document is very detailed, the game features network play also pack destroyed.
Update : 2024-05-18 Size : 2953216 Publisher : 陶胡泽夫

C++ Using the Code Since the collection is written in MC++, I ve included some Microsoft DLLs from the redistributable pack in the demo zip. Also it s mandatory to use .NET 2.0 since the collection is generic. The code is very easy to use from any .NET language, like C# for instance: Collapse | Copy Code m_list = new DriveListEx() m_list.Load() //bind to a a grid view m_dataGridView.DataSource = m_list
Update : 2024-05-18 Size : 37888 Publisher : xuan

win8下,关于Bing Map Trips 优化的算法实例- The samples in the Windows 8 app samples pack will build and run only on Microsoft Visual Studio 2012,The sample demonstrates how to use JavaScript and Visual C++ and to create app for Windows 8.1 Preview named Bing Maps Trip Optimizer. Bing Maps Trip Optimizer uses JavaScript to define the UI and C++ to perform a computationally expensive algorithm in parallel, which can improve overall performance.
Update : 2024-05-18 Size : 70656 Publisher : rowl

DL : 0
win8下,开发日历应用程序的实例介绍, 并详细介绍了其中的API-For Windows 8 app samples, download the Windows 8 app samples pack. The samples in the Windows 8 app samples pack will build and run only on Microsoft Visual Studio 2012. This sample demonstrates how to use the Calendar class in the Windows.Globalization namespace to manipulate and process dates based on a calendar system and the user s globalization preferences. The Calendar API is in the Windows.Globalization namespace
Update : 2024-05-18 Size : 73728 Publisher : rowl

1.开发板:EasyARM8962,CPU:LM3S8962,外部晶振6MHz。 应用于其他开发板或CPU Pack时应作适当修改。 2.该范例程序演示了通过USBCAN,开发板与PC机进行CAN通信。波特率为500K。 3.开发板工作于镜像模式:收到数据帧则返回相同的数据帧;若收到远程帧, 则返回长度为0的数据帧。 4.数据帧接收不使用“验收滤波”,远程帧接收滤波的标识字符为0x123。 5.编译环境 IAR Embedded Workbench 5.11 -1 development board: EasyARM8962, CPU: LM3S8962, external crystal 6MHz. Applied to other development board or CPU Pack to be suitably modified. (2) The example program demonstrates through USBCAN, development board CAN communication with the PC. Baud rate is 500K. 3 development board works in mirror mode: Returns the same data frame received data frame if received remote frame, returns a zero-length data frame. 4 data frame is received without using the " Acceptance Filter" , the identity of a remote frame reception filtering characters 0x123. 5 compiler environment IAR Embedded Workbench 5.11
Update : 2024-05-18 Size : 515072 Publisher : mlw

DL : 0
andengine的jar包和九个扩展包,还有一个原始的案例包-andengine jar package and nine expansion pack, as well as an original case package
Update : 2024-05-18 Size : 11683840 Publisher : hust_hust

DL : 0
yaffs文件系统的解包/打包,含图形界面-yaffs file system unpack/pack, containing a graphical interface
Update : 2024-05-18 Size : 75776 Publisher : dvorak

a pack of software for vibration analyse and testing
Update : 2024-05-18 Size : 200704 Publisher : moslem20

DL : 0
TStoES ,EStoTS ,打包流,-TStoES, EStoTS, pack flow,
Update : 2024-05-18 Size : 24576 Publisher : 小帅

Visual Studio 2005 Service Pack 1 ATL Security Update
Update : 2024-05-18 Size : 5406720 Publisher : ben

javaSE开发开发桌面程序完成后,我们需要打包成就想安装程序一样,本文介绍如何将JAVASE项目打包成exe格式的文件-JavaSE development of desktop application is completed, we need to pack the achievement to setup, this paper describes how JAVASE projects are packaged into exe format file
Update : 2024-05-18 Size : 3072 Publisher : 一心飞扬

DL : 0
定制包头包发送器参考代码,RAW SOCK实现。-raw sock ip/tcp pack sender
Update : 2024-05-18 Size : 2048 Publisher : ttttttttt

DL : 0
VB可用,Iocomp公司曲线控件,非常好用。-For vb use,Iocomp Company Iocomp Plot Pack Controls
Update : 2024-05-18 Size : 656384 Publisher : lang

discuz英文语言包,需要使用discuz论坛做英文论坛的有福气了,英文语言包。-discuz English language pack, you need to make English forum Forum discuz lucky, the English language pack.
Update : 2024-05-18 Size : 208896 Publisher : 金古

本资料包包含了系统的matlab建模用算法-This pack contains the system matlab modeling algorithm used
Update : 2024-05-18 Size : 1715200 Publisher : 许洋

本资料包含了系统的matlab建模用算法-This pack contains the system matlab modeling algorithm used
Update : 2024-05-18 Size : 1192960 Publisher : 许洋

本资料包含了系统的matlab建模用算法-This pack contains the system matlab modeling algorithm used
Update : 2024-05-18 Size : 1048576 Publisher : 许洋
« 1 2 ... 44 45 46 47 48 4950 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.