目前分類:Glossary名詞解釋 (210)
- Jan 07 Wed 2009 19:05
什麼是JSON ?
- Dec 09 Tue 2008 10:44
什麼是RTOS ?
RTOS(Real-time operating system)
近來流行的 ARM + RTOS 幾乎已經變成 Embedded System 的代名詞。
來看一下他的相關介紹吧:)
近來流行的 ARM + RTOS 幾乎已經變成 Embedded System 的代名詞。
來看一下他的相關介紹吧:)
- Dec 04 Thu 2008 22:01
Memory Allocation
Memory Allocation: "g_new()
#define g_new(struct_type, n_structs)
Allocates n_structs elements of type struct_type. The returned pointer is cast to a pointer to the given type. If n_structs is 0 it returns NULL.
#define g_new(struct_type, n_structs)
Allocates n_structs elements of type struct_type. The returned pointer is cast to a pointer to the given type. If n_structs is 0 it returns NULL.
- Dec 04 Thu 2008 22:00
Doubly-Linked Lists
- Dec 04 Thu 2008 20:53
Shell-related Utilities
Shell-related Utilities: "g_shell_parse_argv ()
gboolean g_shell_parse_argv (const gchar *command_line,
gint *argcp,
gchar ***argvp,
gboolean g_shell_parse_argv (const gchar *command_line,
gint *argcp,
gchar ***argvp,
- Dec 04 Thu 2008 20:53
Spawning Processes
Spawning Processes: "g_spawn_async_with_pipes ()
gboolean g_spawn_async_with_pipes (const gchar *working_directory,
gchar **argv,
gchar **envp,
gboolean g_spawn_async_with_pipes (const gchar *working_directory,
gchar **argv,
gchar **envp,
- Dec 04 Thu 2008 20:50
Memory Allocation
Memory Allocation: "g_new0()
#define g_new0(struct_type, n_structs)
Allocates n_structs elements of type struct_type, initialized to 0's. The returned pointer is cast to a pointer to the given type. If n_structs is 0 it returns NULL.
#define g_new0(struct_type, n_structs)
Allocates n_structs elements of type struct_type, initialized to 0's. The returned pointer is cast to a pointer to the given type. If n_structs is 0 it returns NULL.
- Dec 01 Mon 2008 20:10
什麼是OpenGL ES ?
- Dec 01 Mon 2008 20:10
什麼是OpenGL ES ?
- Dec 01 Mon 2008 20:10
什麼是OpenGL ES ?
- Dec 01 Mon 2008 20:10
什麼是OpenGL ES ?
- Dec 01 Mon 2008 20:04
什麼是OpenMAX ?
- Dec 01 Mon 2008 20:04
什麼是OpenMAX ?
- Dec 01 Mon 2008 20:04
什麼是OpenMAX ?
- Dec 01 Mon 2008 20:00
什麼是Open Embeded
- Dec 01 Mon 2008 20:00
什麼是Open Embeded
- Nov 28 Fri 2008 11:37
什麼是語音辨識 Speech recognition ?
- Nov 28 Fri 2008 11:37
什麼是語音辨識 Speech recognition ?
What is Speech recognition ?
語音辨識 Speech recognition ,
比爾.蓋茲先生很重視的一個應用
語音辨識 Speech recognition ,
比爾.蓋茲先生很重視的一個應用