搜索结果
找到约 279 项符合
Add-ons 的查询结果
微处理器开发 44b0 base IAR 4.20a IDE, only the basic test, can run to C-main, usr can add owner app in it
44b0 base IAR 4.20a IDE, only the basic test, can run to C-main, usr can add owner app in it
其他书籍 how to add myself menu in MTK
how to add myself menu in MTK
书籍源码 书籍《Writing Add-ins for Visual Studio .NET》的附带源码
书籍《Writing Add-ins for Visual Studio .NET》的附带源码,对于为 Visual Studio .NET 环境下编写 IDE 插件有较好的帮助
其他 Outlook Inspector Explorer Trap Events COM Add-In
Outlook Inspector Explorer Trap Events COM Add-In
其他 add ime for linux $ windows
add ime for linux $ windows
Java编程 mpl.add(new MenuItem("DDA画线")) mpl.add(new MenuItem("中点画线")) mpl.add(new MenuItem("Bresenham
mpl.add(new MenuItem("DDA画线"))
mpl.add(new MenuItem("中点画线"))
mpl.add(new MenuItem("Bresenham画线"))
mpl.addActionListener(this)
mp2=new Menu("画圆")
mp.add(mp2)
mp2.add(new MenuItem("公式法画圆"))
mp2.add(new MenuItem("多边形逼近圆"))
mp2.add(new MenuItem("中点画圆"))
...
其他 C++读取Excel AppWizard uses "TODO:" to indicate parts of the source code you should add to or custom
C++读取Excel
AppWizard uses "TODO:" to indicate parts of the source code you
should add to or customize.
If your application uses MFC in a shared DLL, and your application is
in a language other than the operating system s current language, you
will need to copy the corresponding localized resourc ...
Linux/Unix编程 The main purpose of this project is to add a new scheduling algorithm to GeekOS and to implement a s
The main purpose of this project is to add a new scheduling algorithm to GeekOS and to implement a simple synchronization primitive (semaphore). As you might have already noticed, GeekOS uses a simple priority based preemptive Round Robin algorithm. In this project, you will change this to a multile ...
Java编程 this a program to show your current credits for add or drop subjects. During university, students ne
this a program to show your current credits for add or drop subjects. During university, students need to register what subjects they want to study in a semester. this program show and help to calculate the credits.
其他 // Hint: These classes are intended to be used as base classes. Do not // simply add your code to t
// Hint: These classes are intended to be used as base classes. Do not
// simply add your code to these files - instead create a new class
// derived from one of CSizingControlBarXX classes and put there what
// you need. See CMyBar classes in the demo projects for examples.